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.
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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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 !!!
[Dynamic-Dialogs] - create complex GUIs the easy way
[DeFlicker] - easily deflicker your resizeable Windows
[WinFX] - Window Effects (incl. 'click-through' Window)
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?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
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) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
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?
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.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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 !
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) ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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 ?