PureFORM 1.99 (yet another FORM designer)

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

breeze4me wrote:Thank you for this convenient tool.
I'm trying to use it, but I have a trouble.
'Gadget text' is not correctly displayed with some multibytes characters, and original text string is changed into incorrect characters.
Sorry, but some characters are used internally and in ini file as data separators, so they are not authorized.
These are : #ProjectSeparator = "¶", #ListSeparator = "·", #ListItemSeparator = "¸".
So I guess PureFORM is not multibyte compatible. And it is written in PB3.94 anyway (not unicode capable).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
breeze4me
Enthusiast
Enthusiast
Posts: 633
Joined: Thu Mar 09, 2006 9:24 am
Location: S. Kor

Post by breeze4me »

gnozal wrote: These are : #ProjectSeparator = "¶", #ListSeparator = "·", #ListItemSeparator = "¸".
Confirmed. The problematic strings contain those characters. :(
Well then, do you have any plan for unicode supported version?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

breeze4me wrote:
gnozal wrote: These are : #ProjectSeparator = "¶", #ListSeparator = "·", #ListItemSeparator = "¸".
Confirmed. The problematic strings contain those characters. :(
Well then, do you have any plan for unicode supported version?
If any, not soon. Sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

gnozal wrote:Update (build 270)
Thank you! Image
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

Post by Hurga »

Hi Gnozal

Is there a possibility to copy gadgets into a Panel or Container gadget?
I ve added a panel and wnat move some gadgets i created on the window into the panel, with copy/paste I loose all texts...
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hurga wrote:Is there a possibility to copy gadgets into a Panel or Container gadget?
I ve added a panel and wnat move some gadgets i created on the window into the panel, with copy/paste I loose all texts...
Move gadgets :
1. Select gadgets [use 'Group selection' in gadget bar or 'Mouse group selection' in window context menu]
2. Right-click on one gadget of the selected group and select ''Save group to [Temp group]
3. Right-click on PanelGadget/Container and select ''Move gadget group [mouse pos] -> [Temp group]"
Note :
- If you move gadgets, you keep the gadget texts (and all other properties) : they are the same gadgets
- If you copy gadgets, you loose the gadget texts (they are new gadgets)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
pebo
New User
New User
Posts: 2
Joined: Sat Apr 28, 2007 8:18 pm
Location: Germany

Post by pebo »

Hello Gnozal,

at first: sorry for my english :wink:
I think i have found a little Bug in PureForm:
When i use the Menu "Translate from Source", then will be the line with:

Code: Select all

GadgetToolTip(#ButtonGadget, "Sample Tool-Text")
not translated.

Bye Peter
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

pebo wrote:I think i have found a little Bug in PureForm:
When i use the Menu "Translate from Source", then will be the line with:

Code: Select all

GadgetToolTip(#ButtonGadget, "Sample Tool-Text")
not translated.
It's not a bug, it's an incomplete feature :wink:
The 'Translate from source' feature is incomplete, it only imports windows and gadgets (missing : statusbar / menu / etc...) ...
I may improve it a bit, but it will never be perfect, as PureFORM handles some data it's own way (for example, some enumerations are not saved, they are generated in realtime).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Post by le_magn »

Hi Gnozal,There is a chance to see pureform a system such as skin purevision? This is the only function for which I use also purevision, that would be fantastic pureform allow creation of skin.
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

le_magn wrote:... This is the only function for which I use also purevision ...
I take that as a great compliment, thank you.
le_magn wrote:There is a chance to see pureform a system such as skin purevision?... that would be fantastic pureform allow creation of skin.
Hm...
- I don't know nothing about skinning (I don't like skins : I use Foobar2000 as sound player and my windows XP is in 'classic' mode !)
- I don't know PV
So maybe, but not soon. Sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
cabaptista
User
User
Posts: 86
Joined: Sun Nov 30, 2003 11:42 pm
Location: Lisboa, Portugal

Post by cabaptista »

Hi gnozal,

It´s possible to associate a shortcut key to a menu in the menu editor ?
And it´s possible to add an image to a tab in panel gadget via properties ?

Thanks in advance,

César Baptista
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

cabaptista wrote:It´s possible to associate a shortcut key to a menu in the menu editor ?
And it´s possible to add an image to a tab in panel gadget via properties ?
Currently, no.
But I keep these ideas for next versions.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
le_magn
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Aug 24, 2005 12:11 pm
Location: Italia

Post by le_magn »

Pureform and japbe is the best tools for programming in purebasic!!!!! Thank's a lot Gnozal for your beautifull work.

I have found a bug in pureform, if i create a text gadget and set text like this: fai una "donazione"

I receive error when compiling: donazione is not a function etc.....
Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

le_magn wrote:Pureform and japbe is the best tools for programming in purebasic!!!!! Thank's a lot Gnozal for your beautifull work.
Thanks.
le_magn wrote:I have found a bug in pureform, if i create a text gadget and set text like this: fai una "donazione"
I receive error when compiling: donazione is not a function etc.....
Well, if you enter "Test" as gadget text, it will look like ""Test"" in the generated code. I will add a check to prevent this (i.e. strip " from gadget text).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Or change """ in ""+chr(34)+""
Post Reply