It is currently Thu Jun 20, 2013 11:05 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 934 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 63  Next
Author Message
 Post subject:
PostPosted: Wed May 06, 2009 2:55 am 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
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

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 07, 2009 9:25 am 
Offline
User
User

Joined: Tue May 01, 2007 3:49 am
Posts: 97
Location: Germany
Yeah, where's the udate? You said "tomorrow" x weeks ago. :D


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 7:13 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
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! :D 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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 7:32 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
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 :wink:
I will use this shortcut in my program, but the menue react on it.

I hope you can understand my bad english :oops:

greetings

Thomas

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 8:13 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 8:46 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
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)?

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 08, 2009 9:35 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
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/cc656545(VS.85).aspx).

Chris.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 09, 2009 12:20 am 
Offline
User
User

Joined: Tue May 01, 2007 3:49 am
Posts: 97
Location: Germany
And where is the Whidbey style?


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 09, 2009 1:31 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
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?


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 10, 2009 12:32 am 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
PrincieD wrote:
it's ready! and will be released later tonight!

Image :wink:

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Sun May 10, 2009 3:09 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
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 :P) 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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 12, 2009 1:17 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 12, 2009 1:24 am 
Offline
Addict
Addict
User avatar

Joined: Sat Jun 30, 2007 8:04 pm
Posts: 2704
Do you provide source code if someone purchases a license? Also, is this programmed in PureBasic or something else?

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 12, 2009 1:57 am 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
PrincieD wrote:
V1.1 released! get it while it's hot! :)

Thanks, but here comes the first bugreport :D

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 :wink:

_________________
PureBasic 5.11 | Windows 7 SP1 (x64) | Linux Mint 15 (x64) | RealSource

The use of EnableExplicit is free of charge and avoids errors.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 12, 2009 4:00 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 934 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 63  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: erion and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye