PureFORM 1.99 (yet another FORM designer)
Moderator: gnozal
I need Ctrl+A
Hello Gnozal
It would be cool to use shortcuts Ctrl+A to select all the gadets.
It would be cool to use shortcuts Ctrl+A to select all the gadets.
gnozal
:roll:
sorry same effect:
1 create ButtonImage - insert picture - clone 3 times - change pics on clones
2 create Image - insert picture - clone 4 times- change pics on clones
:roll:
it's generate code like this
:roll:
sorry same effect:
1 create ButtonImage - insert picture - clone 3 times - change pics on clones
2 create Image - insert picture - clone 4 times- change pics on clones
:roll:
it's generate code like this
Code: Select all
;{ Gadgets
Enumeration
#ButtonImage_0
#ButtonImage_1
#ButtonImage_2
#ButtonImage_3
#Image_4
#Image_5
#Image_6
#Image_7
#Image_8
EndEnumeration
;}
;{ Images
Enumeration
#Image_ButtonImage_0
#Image_ButtonImage_0??????????????
#Image_ButtonImage_0??????????????
#Image_ButtonImage_0??????????????
#Image_Image_4
#Image_Image_4??????????????
#Image_Image_4??????????????
#Image_Image_4??????????????
#Image_Image_4??????????????
EndEnumeration
;}
;{ Included Images
DataSection ;>
Image_ButtonImage_0:
IncludeBinary "C:\ico\1 - Home_32x32.jpg"
Image_ButtonImage_0:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_ButtonImage_0:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_ButtonImage_0:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_Image_4:
IncludeBinary "C:\ico\1 - Home_32x32.jpg"
Image_Image_4:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_Image_4:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_Image_4:??????????????
IncludeBinary "C:\ico\internet.jpg"
Image_Image_4:??????????????
IncludeBinary "C:\ico\internet.jpg"
EndDataSection ;<
;}
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
I never thought about images when I added the clone feature ! I only tested this feature with gadgets like buttons or optiongadgets.Molchyn wrote:gnozal
sorry same effect:
1 create ButtonImage - insert picture - clone 3 times - change pics on clones
2 create Image - insert picture - clone 4 times- change pics on clones
it's generate code like this
Please try the new build.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
You mean you choose 5 as distance in cloning options and the distance isn't 5 ?Molchyn wrote:gnozal
Thanks it's work
but sometime when you just start PF and use default distance 5 pix it's can produce different distance not a 5 pix(looks like a some correlation between size of botton or pic)
For each new clone, the X or Y is incremented like this
Code: Select all
If CloningDirection ; HORIZONTAL
CopiedGadget\GadgetCoordX + CopiedGadget\GadgetCoordWidth + CloneDistance
Else ; VERTICAL
CopiedGadget\GadgetCoordY + CopiedGadget\GadgetCoordHeight + CloneDistance
EndIf
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I am always try to explain on ez way(english not my native language), but this one difficult to explaine...And it seems to work here : I have compared buttons, imagebuttons and images, the results are the same.
if you choose distance in pix some it's ok-work, but if in first time after starting you comp and just use a default parameters (5 pix, vertical position etc) exept quantity of clones and add a some pic before cloning it's may be happen.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanksakee wrote:I have been working with PureForm for about 3 days now and I find it easy to use and is pretty cool when designing code... Thumbs up gnozal.
There is an 'Undo' feature, it has to be activated in the preferences ('Enable undo'). When activated, select Edit->Undo in main menu or CTRL+Z.akee wrote:Is there a Undo, Redo feature
There is no 'Redo' feature.
Right-click on a gadget, in context menu select item 'Tab order'.akee wrote:and a way to re-sort the gadgets for the TabIndex?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hi gnozal,
PureFORM just crashed, see the image for details.

I opened the PBIDE and loaded my sources, then I tried to open PureFORM.
It seems like PureFORM tries to read from the PBIDE executable.
EDIT: No it is not the PBIDE, and FORM_LoadKeywordsFromPurebasicEXE is set to 0.
Download my configuration from: http://milan1612.funpic.de/temp/PureFORM.ini
PureFORM just crashed, see the image for details.

I opened the PBIDE and loaded my sources, then I tried to open PureFORM.
It seems like PureFORM tries to read from the PBIDE executable.
EDIT: No it is not the PBIDE, and FORM_LoadKeywordsFromPurebasicEXE is set to 0.
Download my configuration from: http://milan1612.funpic.de/temp/PureFORM.ini
Windows 7 & PureBasic 4.4
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks for the report.milan1612 wrote:Hi gnozal,
PureFORM just crashed, see the image for details.
I have uploaded a new version (build 203).
Does it solve your problem ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).