Page 40 of 103
PureForm Error
Posted: Tue May 29, 2007 12:55 pm
by Micko
Hello
Gnozal Wrote
I am very sorry, I cannot reproduce this problem.
1.What is your PB version ?
2.What is your OS version ?
3.What is your PB install directory ?
4.What is your compiler path in preferences code tab ?
5.Please try the new version and see if it helps (it may anyway give a more informative error message).
1.PB 4.00
2.WINDOWS XP SP2
3.C:\Program Files\Purebasic
4.C:\Program Files\PureBasic\Compilers\PBCompiler.exe
5.I will see
ok i try to use the last version of pureForm but i have the same result
but with the Pureform 1.00 Build 73 no Problem.
Posted: Tue May 29, 2007 2:22 pm
by gnozal
Update
Changes :
- fixed 'Could not start compiled form' on some systems (hopefully)
- added 'Pack BMP' option for 'Include images as hexadecimal data' : bitmaps (*.bmp files) will be packed using JCalG1 algorithm
- added 'Save gadget to [Temp group]', so you can use all group features with an unique gadget.
Posted: Tue May 29, 2007 2:38 pm
by PureLust
gnozal wrote:Changes :
- added 'Pack BMP' option for 'Include images as hexadecimal data' : bitmaps (*.bmp files) will be packed using JCalG1 algorithm
- added 'Save gadget to [Temp group]', so you can use all group features with an unique gadget.
Big thanks again ... and wow: You are really incredible fast !!!

Posted: Tue May 29, 2007 2:48 pm
by GeoTrail
Yeah that is what I ment PureLust, I was just hoping it had a nice feature like PureVision XP where you can select a window to be the mail window, so all other windows that are opened after that will become soft of a modal window
Maybe an idea for a later version gnozal?

Posted: Tue May 29, 2007 3:55 pm
by gnozal
GeoTrail wrote:Yeah that is what I ment PureLust, I was just hoping it had a nice feature like PureVision XP where you can select a window to be the mail window, so all other windows that are opened after that will become soft of a modal window

Maybe an idea for a later version gnozal?

Maybe, if I understood what you mean. I don't have PurevisionXP.
You mean all windows but the first ('main window') are 'modal' like this : OpenWindow(#ModalWindow, x, y, InnerWidth, InnerHeight, Flags, Title$ , MainWindowID) ?
Posted: Tue May 29, 2007 5:07 pm
by GeoTrail
Yeah that's what I ment.
In PureVision you just select which Window is the default one, and which you want to be a modal Window. That way is easier and faster IMO. Would be a great feature, and as far as I can think, the only thing missing in PureFORM

Posted: Wed May 30, 2007 8:11 am
by Kukulkan
gnozal, this editor is great!
Is there a way to prevent PureFORM producing the event-loop? I need only the generated procedures for building the GUI. I have to cut the loop-code everytime. Is there a switch somewhere to avoid loop code generation?
Kukulkan
Posted: Wed May 30, 2007 9:24 am
by gnozal
Kukulkan wrote:gnozal, this editor is great!
Is there a way to prevent PureFORM producing the event-loop? I need only the generated procedures for building the GUI. I have to cut the loop-code everytime. Is there a switch somewhere to avoid loop code generation?
Kukulkan
There isn't. Maybe I will add it.
Posted: Wed May 30, 2007 9:26 am
by gnozal
Update
Changes :
- enhanced 'Pack BMP' : it now also works for icons (*.ico files) and concerns (button)image gadgets, statusbar / toolbar icons, window background images.
- you can now set a main project window [experimental] in the main menu
Thanks for fixe error
Posted: Wed May 30, 2007 11:35 am
by Micko
hi Gnozal
i was anxious

however i trust in you
thanks for fixe this bug PureForm works fine Now

Posted: Wed May 30, 2007 12:04 pm
by GeoTrail
gnozal wrote:- you can now set a main project window [experimental] in the main menu
Aa come here *KISS*
Thanks alot

Posted: Tue Jun 05, 2007 7:30 am
by linkerstorm
Hi gnozal.
First time user of PureFORM that seems to be great.
But when I launch PureFROM, two problems appear :
- a messagebox informs me : "coud not read preferences" and
- only the Gadget groups window is active !
I created many groups but I CAN NOT add any gadget to them (contextual menu or drag and drop gadgets).
Apart Gadget groups window, NO window are active.
When I clic "Close" button on Gadget Groups window, this one reappears always.
I have to KILL PureFORM process to quit PureFORM !
What is the problem ?
Thanx
Posted: Tue Jun 05, 2007 7:37 am
by gnozal
linkerstorm wrote:When I clic "Close" button on Gadget Groups window, this one reappears always.
I have to KILL PureFORM process to quit PureFORM !
What is the problem ?
Very strange ...
Did you try deactivating your AV software ? One user had some strange problems related to an AV.
Did you have some software using / modifying the F9 shortcut (Gadget groups) ?
Posted: Tue Jun 05, 2007 7:49 am
by linkerstorm
Tried with my AV (Kaspersky) diabled : same behavior.
No software with F9 key used.
The Gadeget groups always stays in front of other windows, even if I try to close it (it reappears always).
Sorry for my bad English, I'm french.
Posted: Tue Jun 05, 2007 8:22 am
by linkerstorm
Found the problem : I had put PureFORM.exe in the path "D:\Developpement\PureBasic 4.00\".
PureFORM can not create a preference (INI) file with such a path, it seems.
I move PureFORM.exe in "D:\Temp" path.
The first run drives to the same problem but the INI file is created this time.
So the further runs, PureFORM works correctly.
PB "Preferences" instructions work bad with this kind of path ?