Page 48 of 103

Posted: Mon Oct 08, 2007 9:13 pm
by Kurzer
gnozal wrote:Update
*thumbup* Wow, you are sooo fast... please don't forget your private life!
Beach wrote:I was hoping for this option! Now I can easily 'include' the GUI code instead of keeping it all on the same file.
Hmm, why you could not include the code before this improvement?
I include the GUI code every time in my projects (incl. the eventloop). If I have to realize something special like drop ' n drag eventhandling then I use the codeinjection feature of PureFORM.

[Edit] Oops, whats going on with the forum? My post should be placed after Beach ones, four posts further down. :shock:

Posted: Mon Oct 08, 2007 10:49 pm
by gnozal
Update

Changes :
- new option in Preferences : 'Don't generate event-loop code' (if checked, PureFORM will not generate the event-loop code).
- new checkbox in Gadget Properties : 'Not in event loop' (if checked, no code is generated in the event-loop for this gadget).
- help updated

Posted: Tue Oct 09, 2007 1:27 am
by michel
Hello Gnozal,

Nice options, the application improves with every update, go on like that

Michel

Posted: Tue Oct 09, 2007 2:00 am
by Beach
gnozal wrote:'Don't generate event-loop code'
I was hoping for this option! Now I can easily 'include' the GUI code instead of keeping it all on the same file.

Thanks Gnozal!

Posted: Tue Oct 09, 2007 3:18 pm
by gnozal
Update

* Alternative UI *

Changes :
- new option in Preferences : 'Use alternative UI with integrator' ; if checked, the alternative user interface is used.
When the alternative UI is enabled, the gadget / window lists and gadget / window properties are regrouped into one window, the integrator.
A restart is needed.

Posted: Tue Oct 09, 2007 3:32 pm
by milan1612
My preys have been heared :lol:
Thank you so much gnozal!

Seems to have a bug, first I enabled the alternative gui, restarted, made the
rest of the settings and then clicked OK in the configuration window:
---------------------------
[ERROR]
---------------------------
PureFORM has crashed [Error = C0000005]
'An attemped read or write to/from an address to which that process isn't allowed'
Module : C:\PureBasic394\Program\PureFORM_Plus_Integrator.pb ; Line : 3495
The current project will be saved as C:\Dokumente und Einstellungen\Admin\Desktop\PureFORM\CRASH[20071009-162942].pbf
---------------------------
OK
---------------------------
Anyway, the alternative gui seems to be the best solution, looks good :)

Posted: Tue Oct 09, 2007 3:50 pm
by gnozal
milan1612 wrote:My preys have been heared :lol:
Thank you so much gnozal!

Seems to have a bug, first I enabled the alternative gui, restarted, made therest of the settings and then clicked OK in the configuration window:
...
Can't reproduce this one. Do you remember wich settings you changed ?
Anyway, line 3495 is a Scintilla call.

Code: Select all

Procedure SCI_StyleSetFore(nr,Colour)
  ProcedureReturn CallFunctionFast(SciEdi_MsgPointer,SciEdi_WndData,#SCI_STYLESETFORE,nr,Colour) ; <--- line 3495
EndProcedure
I tried to change all scintilla related options, no problem ?!

Posted: Tue Oct 09, 2007 4:00 pm
by milan1612
Weird, now I can't reproduce it again :?:
Even not with deleted settings file :?
Don't remember the settings I changed, so...

Posted: Tue Oct 09, 2007 4:03 pm
by dontmailme
I've not mentioned this as I've always thought it would be fixed..... but maybe it only happens for me ?! :)

In the preferences window the end of the text gets lost to the right and as the window is not sizeable you can't see the complete text.....

Anyone else have this problem ?

Posted: Tue Oct 09, 2007 4:45 pm
by gnozal
dontmailme wrote:In the preferences window the end of the text gets lost to the right and as the window is not sizeable you can't see the complete text.....
All the text fits in the preferences window here (using standard window font).
What text are you referring to, and how many characters are missing ? (a screenshot would be nice)
I could make the window larger I guess ...

..

Posted: Tue Oct 09, 2007 8:36 pm
by NoahPhense
This sh!t is still bad as$.. ;)

- np

Posted: Tue Oct 09, 2007 9:09 pm
by dontmailme
Sorry, was being lazy :D

Here it is!

Image

Posted: Tue Oct 09, 2007 10:01 pm
by Kurzer
In 1.94 build 224 there is a problem finding the Scintilla.dll.

When I check the pereference option USe Scintilla.dll, I get an errormessage, although the dll exist (see picture) I use the current 4.10b4 Version of PureBasic and Windows 98SE.

Image

Posted: Wed Oct 10, 2007 7:39 am
by gnozal
kurzer wrote:In 1.94 build 224 there is a problem finding the Scintilla.dll.
With PB 4.10 beta 4, the string in registry changed (line command options added), so the old PB folder detection code does not work anymore.
I will release a fix.

Posted: Wed Oct 10, 2007 7:50 am
by gnozal
dontmailme wrote:Sorry, was being lazy :D

Here it is!

Image
Thanks, I see.
This is not the windows default font, I guess ?
I will see what I can do.
Is there an easy way to force a font for a window ?