Page 4 of 71
Posted: Wed May 06, 2009 2:55 am
by ts-soft
Next problem: The UserLib loads a DLL with fix ID (0) and not with #PB_Any.
You can't use any fix id in a userlib.
greetings
Thomas
Posted: Thu May 07, 2009 9:25 am
by X0r
Yeah, where's the udate? You said "tomorrow" x weeks ago.

Posted: Fri May 08, 2009 7:13 pm
by PrincieD
Yeah, where's the udate? You said "tomorrow" x weeks ago. Very Happy
lol yea i know (there's been a lot to do and took longer than I expected), good news is... it's ready! and will be released later tonight!

I'll just fix ts-soft's bugs then it's done
ts-soft: with the F10 shortcut bug, what do you mean exactly? F10 should activate the first title on a menu bar?
thanks for reporting the bugs anyway! i'll get cracking
Chris.
Posted: Fri May 08, 2009 7:32 pm
by ts-soft
PrincieD wrote:
ts-soft: with the F10 shortcut bug, what do you mean exactly? F10 should activate the first title on a menu bar?
No the should not do this, if i not programming this
I will use this shortcut in my program, but the menue react on it.
I hope you can understand my bad english
greetings
Thomas
Posted: Fri May 08, 2009 8:13 pm
by PrincieD
No the should not do this, if i not programming this Wink
I will use this shortcut in my program, but the menue react on it.
I hope you can understand my bad english Embarassed
Ah, I understand! (don't worry, I can barely speak english sometimes too and I am english lol). I'll add a command to override F10 activating the menu if you need F10 in your app
Chris.
Posted: Fri May 08, 2009 8:46 pm
by ts-soft
Another Question:
Is there a way to recreate a toolbar or a menu sitting in rebar.
I will reflect changing (language and others) on runtime. All my tests ending
in a black hole
Is there a easy way to save the rebar (pos and so on)?
Posted: Fri May 08, 2009 9:35 pm
by PrincieD
Another Question:
Is there a way to recreate a toolbar or a menu sitting in rebar.
I will reflect changing (language and others) on runtime. All my tests ending
in a black hole Wink
Is there a easy way to save the rebar (pos and so on)?
In the new update you can dynamically alter the menu/toolbar/rebar style and colour scheme as well as remove/add menu items. However, the only way to re-create a menu or toolbar at the moment is to free the menu/toolbar and then re-define them. In the next update i'll sort this properly along with loading and saving of rebar positions. You can work around this using the Windows API and the returned handle from the rebar/band for the time being (see
http://msdn.microsoft.com/en-us/library ... S.85).aspx).
Chris.
Posted: Sat May 09, 2009 12:20 am
by X0r
And where is the Whidbey style?
Posted: Sat May 09, 2009 1:31 am
by PrincieD
And where is the Whidbey style?
There's custom colour support for the Whidbey style in the new update if that's what you mean?
Posted: Sun May 10, 2009 12:32 am
by ts-soft
PrincieD wrote:it's ready! and will be released later tonight!

Posted: Sun May 10, 2009 3:09 am
by PrincieD
lol sorry for the delay, yet again *sigh. been working on the code all last night until 7:00am then all today (mind u I woke up at 3:00pm

) until now (3:00am). All the bugs are fixed now and I even had the opportunity to fix a couple of vista rendering bugs too (borrowed my mates laptop last night, unfortunately not 32bit version of vista running on 64bit cpu grrr). I've spent most of today getting the unicode versions working which was a real headache with memory access violations due to microsoft not properly documenting api commands. It's all working nicely

just touching up a couple of examples and it will be ready real soon

cheers for your patience guys!
Chris.
Posted: Tue May 12, 2009 1:17 am
by PrincieD
V1.1 released! get it while it's hot!

see top of thread.
Thanks for your patience guys and I hope you're as pleased with it as I am
Cheers!
Chris.
Posted: Tue May 12, 2009 1:24 am
by Mistrel
Do you provide source code if someone purchases a license? Also, is this programmed in PureBasic or something else?
Posted: Tue May 12, 2009 1:57 am
by ts-soft
PrincieD wrote:V1.1 released! get it while it's hot!
Thanks, but here comes the first bugreport
Office Example crashes at line 864 (FreeMemory)
- removed -
greetings
Thomas
// edit
the libs for unicode and threadsafe are not in the correct dir in your zip,
it work after correcting this, thanks

Posted: Tue May 12, 2009 4:00 am
by PrincieD
Mistrel: sorry, I'm afraid no source code is given if you purchase a license. ProGUI is coded entirely in PureBasic and really shows what the language is capable of! (PureBasic is awesome! and so is Fred

)
ts-soft: Ooops! I compiled the userlib versions in the 4.30beta by mistake lol
I'll re-upload tomorrow (when I say tomorrow I mean later today

), this release really is bug free (I hope lol)
Cheers!
Chris.