Page 59 of 103

Posted: Wed Feb 13, 2008 8:50 am
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).

Posted: Wed Feb 13, 2008 9:50 am
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?

Posted: Wed Feb 13, 2008 11:17 am
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.

Posted: Wed Feb 13, 2008 2:50 pm
by Kurzer
gnozal wrote:Update (build 270)
Thank you! Image

Posted: Thu Feb 14, 2008 5:13 pm
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...

Posted: Fri Feb 15, 2008 8:55 am
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)

Posted: Sat Feb 16, 2008 3:16 pm
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

Posted: Mon Feb 18, 2008 8:50 am
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).

Posted: Mon Feb 18, 2008 2:28 pm
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.

Posted: Mon Feb 18, 2008 3:44 pm
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.

Posted: Tue Feb 19, 2008 3:12 pm
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

Posted: Tue Feb 19, 2008 3:38 pm
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.

Posted: Wed Feb 20, 2008 1:35 pm
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.....

Posted: Wed Feb 20, 2008 3:00 pm
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).

Posted: Wed Feb 20, 2008 3:11 pm
by Progi1984
Or change """ in ""+chr(34)+""