Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - roccio

#31
Help requests / Tabs disable
09 March 2018, 10:07:13
Hello,
I have some tabs in my application, but I would like to disable one (ore more) if something happens.
Is this possible?

Thanks
#32
ok, thank you
#33
Hello,
just another question regarding menu.
Is it possible to create a multiple submenu levels or just one menu and one submenu?

Something like

File
--New
-----text file
-----image
--Save
--Exit
#34
Thank you very much, the trick works perfectly!
#35
Hi,
just wanted to know if there is a way to close a submenu when mouse get out of the menu block.

Thank you
#36
Help requests / Re: listbox theme
07 April 2017, 14:21:13
Just found  :) :)

HoverBackgroundColor : (51, 153, 255);
TextColorHover : (255,255,255);
#37
Help requests / listbox theme
07 April 2017, 14:17:43
Hello, I wish to set the hover color in my theme file for the listbox:

ListBox {
    BackgroundColor : (255, 255, 255);
    TextColor : (10, 10, 10);
    SelectedBackgroundColor : (51, 153, 255);
    SelectedTextColor : (250, 250, 250);
    BorderColor : (200, 200, 200);
    Borders : (1, 1, 1, 1);
    Scrollbar : "Scrollbar";
}

This is my current source, how can I add the hover background and text color?
#38
Help requests / Re: Copy and paste editbox
08 March 2017, 14:06:26
Adding

tgui::Clipboard::setWindowHandle(gui.getWindowHandle());

make it works.

Thank you very much.
#39
Help requests / Re: Copy and paste editbox
08 March 2017, 13:59:00
Yes, I set a RenderWindow. I noted that the "internal" tgui clipboard works, but not the windows one. So I can't even copy a string from the tgui editbox and paste in notepad.
#40
Help requests / Re: Copy and paste editbox
08 March 2017, 13:49:53
I have made a simple test application, but it works perfectly, so I need to check in my code.
Btw running on Windows10 with Visual studio 2015 and tgui 0.7.3
#41
Help requests / Re: Copy and paste editbox
08 March 2017, 11:39:01
Sorry again, but I am only able to copy and paste from tgui editboxes. If I copy data from an externat text editor (for example) the paste is not performed on editbox. Is there something that I must enable?
#42
Help requests / Re: Copy and paste editbox
07 March 2017, 14:34:05
Thank you, I use Windows.
#43
Help requests / Copy and paste editbox
07 March 2017, 14:25:41
Hello,
sorry if this has been already discussed, I have used the search function but have not found anything.
My problem is to have an editbox where I can paste the string from the clipboard.

Any advice?
#44
Help requests / RemoveAllWidget
26 January 2017, 10:40:37
Hello,
just a question,
will removeAllWidgets free all memory allocated for the widgets?
#45
You have made the right question and I must rethink the way the user has to choose a value. That list is a monster, and unusable for everyone. Don't need to put hands on that stuff, thank you!