Page 10 of 71
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Tue Sep 22, 2009 6:39 pm
by Thorsten1867
If I work a few minutes with my program the toolbar buttons disappear completly.

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Wed Sep 23, 2009 10:20 pm
by Rook Zimbabwe
Thorsten I am thinking this may be a refresh issue. You may have to simply recall all active elements... BUT I am only stating. I did not write this code and have only played with it in my Restaurant Poitn of Sale application so far!
A question: Does this happen in the IDE or in the compiled version?
If IDE, what IDE are you using?
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Sep 24, 2009 1:11 pm
by Thorsten1867
The compiled version.
The window contains a menu, a toolbar, a sidebar and a listicon.
The toolbar is inside a container gadget.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Sep 24, 2009 1:38 pm
by srod
Check the container does not have the #WS_CLIPCHILDREN style.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Sep 24, 2009 5:09 pm
by PrincieD
Hi Thorsten!
I'll see if I can replicate the problem, I've just been a bit busy this week trying to find a flat.
Thanks Rook and Srod btw for helping with the debugging!

much appreciated!
Thorsten, have you tried putting the menu and toolbar inside a rebar? (this is probably a better approach)
Cheers!
Chris.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Sep 24, 2009 5:53 pm
by Thorsten1867
Can I close the dropdown menue manually?
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Tue Oct 13, 2009 6:58 pm
by real
MenuExample1.pb compiled with x86 versions of Purebasic 4.31 and 4.40b4 in both userlib and .dll mode on Windows 7 x64:

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Tue Oct 13, 2009 11:06 pm
by Rook Zimbabwe
Compiled THEMES ON or OFF?
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Wed Oct 14, 2009 8:15 am
by real
Themes OFF!
Thank you for your help, with enabled XP skin support everything looks great!

Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Wed Oct 14, 2009 7:51 pm
by PrincieD
Thanks Rook, beat me to it!
Can I close the dropdown menue manually?
hmmm, not sure what you mean there Thorsten. endmenu_() perhaps ?
Chris.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Oct 15, 2009 1:27 pm
by Thorsten1867
If another gadget gets the focus, I want close the dropdown menu, if it's open.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Oct 15, 2009 1:57 pm
by PrincieD
If another gadget gets the focus, I want close the dropdown menu, if it's open.
Ahh right, yes endmenu_() should do the trick. Just call that command when the other gadget gains focus and any active menu will be closed.
Chris.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Thu Oct 15, 2009 3:04 pm
by Thorsten1867
That sounds good. I'll try it.
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sat Oct 17, 2009 2:35 pm
by X0r
Hi Chris,
when I use the "#UISTYLE_WHIDBEY" style the menu does not look like it should, in my opinion. It's just the Office XP style but it should look like this:
http://www.codeproject.com/KB/mcpp/Whid ... _Style.png
(So it is actually the #UISTYLE_OFFICE2003 style but with differen colors)
Re: ProGUI V1.12! Professional Graphical User Interface Library
Posted: Sun Oct 18, 2009 2:19 pm
by PrincieD
Hey man!
Hi Chris,
when I use the "#UISTYLE_WHIDBEY" style the menu does not look like it should, in my opinion. It's just the Office XP style but it should look like this:
http://www.codeproject.com/KB/mcpp/Whid ... _Style.png
(So it is actually the #UISTYLE_OFFICE2003 style but with differen colors)
Ah, I see what you mean. I was under the impression that "Whidbey" was the formal name for the Office XP style? however you can simply use the #UISTYLE_OFFICE2003 with custom colours to achieve that look if you wish
Chris.