It is currently Wed Jun 19, 2013 9:19 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 932 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 63  Next
Author Message
 Post subject:
PostPosted: Sun May 17, 2009 10:42 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
can you add the following lines before the "index = SendMessage_(RebarID(#rbMain), #RB_IDTOINDEX, ReBar\wID, 0)" and let me know the values:

debug RebarID(#rbMain)
debug ReBar\wID

^these should not display as null

Cheers!


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 19, 2009 4:07 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Hey guys!

I've managed to get a VMware version of Windows7 running side by side on my XP installation :D so I'll have the last few Vista bugs/rendering glitches fixed pretty soon now :) The Office Example "menu clicking" crashes on Vista/Windows7 due to not adding 1byte null termination when allocating memory for passing unicode txt to Scintilla and is not a bug in ProGUI, just the example (I'll re-upload the fix soon).

change: *txt = AllocateMemory(StringByteLength(txt, #PB_Ascii))
to: *txt = AllocateMemory(StringByteLength(txt, #PB_Ascii)+1)

Cheers!

Chris.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 19, 2009 7:18 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
PrincieD wrote:
can you add the following lines before the "index = SendMessage_(RebarID(#rbMain), #RB_IDTOINDEX, ReBar\wID, 0)" and let me know the values:

debug RebarID(#rbMain)
debug ReBar\wID

^these should not display as null

Cheers!

Debugger wrote:
198360
0
198360
298
198360
25


greetings
Thomas

// edit
for your scintilla problem use this:
scintillahelper :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 19, 2009 10:36 pm 
Offline
PureBasic Expert
PureBasic Expert
User avatar

Joined: Sat May 17, 2003 11:31 am
Posts: 5812
PrincieD, what are you using for VM7? A VM such as VMWare or VirtualBox?

_________________
( PB5.11 Win7 x64 Dell XPS710 Raid 0 VelociRaptor Intel Q6600 nForce 5 NVidia GTS450 )
( You have two options: psychotherapy, or the PureBasic Survival Guide... )


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 19, 2009 10:54 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Aug 07, 2003 7:01 pm
Posts: 2853
Location: United Kingdom
blueznl: Windows 7 runs fine in VirtualPC from Microsoft.

_________________
http://www.SinisterSoft.com <- My Business website
http://www.ReportComplete.com and http://www.ReportPlus.co.uk <- School end of term reports system


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 19, 2009 10:56 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Aug 07, 2003 7:01 pm
Posts: 2853
Location: United Kingdom
ts-soft: What's ScintillaHelper? :shock:

_________________
http://www.SinisterSoft.com <- My Business website
http://www.ReportComplete.com and http://www.ReportPlus.co.uk <- School end of term reports system


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 19, 2009 11:14 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
DoubleDutch wrote:
ts-soft: What's ScintillaHelper? :shock:

Is a small OpenSource UserLib from me, documented in german :wink:
Some Functions like EditorGadget, some Helpfunctions and a
ScintillaGadgetPB() with SyntaxHighlighning for PB

You can use it, but translation is not my problem :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: Sat May 23, 2009 12:48 am 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
PrincieD wrote:
can you add the following lines before the "index = SendMessage_(RebarID(#rbMain), #RB_IDTOINDEX, ReBar\wID, 0)" and let me know the values:

debug RebarID(#rbMain)
debug ReBar\wID

^these should not display as null

Cheers!

Debugger wrote:
198360
0
198360
298
198360
25


Hmm looks like the first wID is not initalised or saved?
Thanks for the Scintilla helper btw! :)

Quote:
PrincieD, what are you using for VM7? A VM such as VMWare or VirtualBox?


I'm using VMWare player, it works really well even though I've got bugger all RAM :)

P.S. New update is out! see top of thread :)


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 23, 2009 12:21 pm 
Offline
User
User

Joined: Tue May 01, 2007 3:49 am
Posts: 97
Location: Germany
Still can not get any of the examples to run.
The debugger always says: The debugged executable quit unexpectedly.


Top
 Profile  
 
 Post subject:
PostPosted: Sat May 23, 2009 3:03 pm 
Offline
Addict
Addict

Joined: Wed Aug 24, 2005 8:39 am
Posts: 2573
Location: Southwest OH - USA
The examples I've tried work fine.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 26, 2009 3:28 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
Examples works fine.

Next Bug:
Without Mainmenü PopupMenuEx doesn't work!
With Menu all PB-Menues a broken!

I still wait for a 64-Bit version

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: Wed May 27, 2009 5:13 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
How can i show a $ in a popupmenu without right alignment

_________________
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 29, 2009 3:29 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Hi guys!

Quote:
Still can not get any of the examples to run.
The debugger always says: The debugged executable quit unexpectedly.


Soner, do the examples work when compiled with the userlib or do they just crash with the dll?

Quote:
Next Bug:
Without Mainmenü PopupMenuEx doesn't work!
With Menu all PB-Menues a broken!


Hmm, i'll look into it!

Quote:
How can i show a $ in a popupmenu without right alignment


Do you mean the character '$' ? if so i'll add a double '$' escape code.

Thanks for the bug reports guys!

Chris.


Top
 Profile  
 
 Post subject:
PostPosted: Fri May 29, 2009 3:40 pm 
Offline
Addict
Addict
User avatar

Joined: Thu Jun 24, 2004 2:44 pm
Posts: 4740
Location: Berlin - Germany
> Do you mean the character '$' ?
Yes, i have to add some directories and Recycle.bin beginns with $ :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: Fri May 29, 2009 4:09 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Aug 10, 2005 2:08 pm
Posts: 559
Location: Yorkshire, England
Quote:
> Do you mean the character '$' ?
Yes, i have to add some directories and Recycle.bin beginns with $ Wink


Ahh cool man, I'll get onto it :)


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

All times are UTC + 1 hour


Who is online

Users browsing this forum: Exabot [Bot] and 1 guest


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