Page 42 of 103

Posted: Mon Jun 11, 2007 10:49 am
by gnozal
Update

Changes :
- fixed two issues posted by Molchyn and linkerstorm

I need Ctrl+A

Posted: Mon Jun 11, 2007 6:46 pm
by Micko
Hello Gnozal
It would be cool to use shortcuts Ctrl+A to select all the gadets.

Posted: Tue Jun 12, 2007 1:12 am
by Molchyn
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

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 ;<
;}

Posted: Tue Jun 12, 2007 7:59 am
by gnozal
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
I never thought about images when I added the clone feature ! I only tested this feature with gadgets like buttons or optiongadgets.

Please try the new build.

Posted: Thu Jun 14, 2007 6:21 pm
by Molchyn
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)

Posted: Fri Jun 15, 2007 10:15 am
by gnozal
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)
You mean you choose 5 as distance in cloning options and the distance isn't 5 ?
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
And it seems to work here : I have compared buttons, imagebuttons and images, the results are the same.

Posted: Sat Jun 16, 2007 3:45 am
by Molchyn
And it seems to work here : I have compared buttons, imagebuttons and images, the results are the same.
I am always try to explain on ez way(english not my native language), but this one difficult to explaine...
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.

Posted: Fri Jun 22, 2007 6:23 pm
by akee
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.

Is there a Undo, Redo feature and a way to re-sort the gadgets for the TabIndex?

Posted: Sat Jun 23, 2007 10:05 am
by gnozal
akee 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.
Thanks
akee wrote:Is there a Undo, Redo feature
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.
There is no 'Redo' feature.
akee wrote:and a way to re-sort the gadgets for the TabIndex?
Right-click on a gadget, in context menu select item 'Tab order'.

Posted: Sat Jun 23, 2007 10:57 pm
by BoyMark
This tool is pretty good programmed. No need to look for another one and not need to pay dollars. Thanks.

Posted: Sun Jun 24, 2007 6:47 pm
by milan1612
Hi gnozal,

PureFORM just crashed, see the image for details.
Image

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

Posted: Mon Jun 25, 2007 12:30 pm
by gnozal
milan1612 wrote:Hi gnozal,
PureFORM just crashed, see the image for details.
Thanks for the report.
I have uploaded a new version (build 203).
Does it solve your problem ?

Posted: Mon Jun 25, 2007 12:44 pm
by milan1612
Yes, no problems here anymore. Thanks for the fix, that was really annoying :D

Posted: Mon Jun 25, 2007 8:44 pm
by BoyMark
Hey ya gnozal dude it would be so nice PureForm has a minimize button. Take the source code and make a fresh compile all right?

Posted: Fri Jun 29, 2007 10:23 am
by gnozal
Update

Changes :
- added minimize button to PureFORM main window