ProGUI V1.38 UI Library (Small Bug Fix)
-
- Addict
- Posts: 1675
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Thanks for answering those questions. Just one more. I've got to put some money aside from one or a couple of pay checks (so looking at 2 or 4 weeks) - what do you think the timeline on the next major release is? Want to be sure I squeeze in my registration in time.
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hey akee, I'll make sure it's fixed in the next release - which should be ready soonakee wrote:Hi Chris, any fix on the disabled menu items running when keyboard shortcuts are pressed? Thx.

No worriesZach wrote:Thanks for answering those questions. Just one more. I've got to put some money aside from one or a couple of pay checks (so looking at 2 or 4 weeks) - what do you think the timeline on the next major release is? Want to be sure I squeeze in my registration in time.


Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hi Chris,
Is the update ready? My program is ready for release and I am waiting for your update before giving it to the customer...
Thanks.
Is the update ready? My program is ready for release and I am waiting for your update before giving it to the customer...

Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hi akee,akee wrote:Hi Chris,
Is the update ready? My program is ready for release and I am waiting for your update before giving it to the customer...Thanks.
Nearly! sorry it's taking a bit longer than expected. I'm ironing out some nested clipping issues with the new PanelEx scrolling code at the moment, should be ready by the weekend hopefully.
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
-
- Addict
- Posts: 1675
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Oo...I get paid this Thursday, gotta squeeze in! 

Re: ProGUI V1.17! User Interface Library (New Office 2007 st
hehe don't worry Zach, this won't be the major update, you've still got time!Zach wrote:Oo...I get paid this Thursday, gotta squeeze in!

ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hay,
I just installed my new ProGui 1.17 gold edition.
First impression is waw.
For my 3DCAD/Modeling program I like to use vertical rebars ... with graphical buttons.
Is this possible to do with progui ?
thanks,
Marc
I just installed my new ProGui 1.17 gold edition.

First impression is waw.

For my 3DCAD/Modeling program I like to use vertical rebars ... with graphical buttons.
Is this possible to do with progui ?
thanks,
Marc
- every professional was once an amateur - greetings from Pajottenland - Belgium -
PS: sorry for my english I speak flemish ...
PS: sorry for my english I speak flemish ...
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hi! My customers and me are waiting on you Chris... 

Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Sorry akee, I've been ill latelyakee wrote:Hi! My customers and me are waiting on you Chris...

Also guys, if you've registered recently and not received your keys yet can you email me at support@progui.co.uk with your full name as the email address you supplied is undeliverable. Please make sure you supply a working email address when/if you register guys!

Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
-
- Addict
- Posts: 1675
- Joined: Sun Dec 12, 2010 12:36 am
- Location: Somewhere in the midwest
- Contact:
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Unfortunately I have to hold off indefinitely.
I've been ill myself, a full week now! The first day was the worst though.. But I missed a week of work for that, which puts a dent in my already dented paycheck.. I'm gonna have to save up over the long haul and buy a license at the future price
Hopefully it won't go up again before that!
Plus I think I may want to wait and see what features get thrown in in the future.. I think you said you were working on finding a "Pro quality" set of custom/common controls. So I might like to see those in the future
Controls are a PITA to try and do yourself!
I've been ill myself, a full week now! The first day was the worst though.. But I missed a week of work for that, which puts a dent in my already dented paycheck.. I'm gonna have to save up over the long haul and buy a license at the future price

Plus I think I may want to wait and see what features get thrown in in the future.. I think you said you were working on finding a "Pro quality" set of custom/common controls. So I might like to see those in the future

Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Chris,
It has been more than a month already... For a shortcut fix, it is sure taking a long time. I'm about to get screwed by my customer. Worse still I am going to lose $$$.
It has been more than a month already... For a shortcut fix, it is sure taking a long time. I'm about to get screwed by my customer. Worse still I am going to lose $$$.
Re: ProGUI V1.17! User Interface Library (New Office 2007 st
Hi Akee
Apologies for this taking so long (it's not just the automatic shortcut creation "feature"), I've not been well and feeling pretty exhausted, physically and mentally.
Can't you not simply just add one line after the MenuItemEx command to create the shortcut for the time being? i.e.
MenuItemEx(123, "Test$Ctrl+H", 0, 0, 0, 0)
AddKeyboardShortcut(#MainWindow, #PB_Shortcut_H|#PB_Shortcut_Control, 123)
Chris.
Apologies for this taking so long (it's not just the automatic shortcut creation "feature"), I've not been well and feeling pretty exhausted, physically and mentally.
Can't you not simply just add one line after the MenuItemEx command to create the shortcut for the time being? i.e.
MenuItemEx(123, "Test$Ctrl+H", 0, 0, 0, 0)
AddKeyboardShortcut(#MainWindow, #PB_Shortcut_H|#PB_Shortcut_Control, 123)
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk