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).
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...
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).
It's not a bug, it's an incomplete feature
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).
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.
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).
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).
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).