PureForm - z order ?
Posted: Mon Sep 10, 2012 7:13 pm
How can I set the z order, I searched but didn't find any easy way...
Cross platform would be most useful.
Cross platform would be most useful.
http://www.purebasic.com
https://www.purebasic.fr/english/
AFAIK, PureBasic does not handle z-order ; the z-order is usually defined by the order of gadget creation, which can be set using the tab order dialog in PureFORM.jassing wrote:How can I set the z order, I searched but didn't find any easy way...
Usually -- I'm amazed this isn't of more concern to pb coders, since usually isn't always.gnozal wrote:the z-order is usually defined[...]
Current build is 434.jassing wrote:I get this about two or three times per day...
PureFORM 1.99 build 425 has detected an error !
Code: Select all
CompilerSelect #PB_Compiler_OS
CompilerCase #PB_OS_Windows
CompilerSelect PB_Compiler_Processor
Compilercase #PB_Processor_x86 : Use libraryetc.
Compilercase #PB_Processor_x64 ; Do not use library
Compilerendselect
Compilerendselect
Hi KCC, I don't understand what you mean ?Kwaï chang caïne wrote:I have asked the same question to POLO, but i'm surprising you have not thinking to use the drag/drop for a PBF like the PB for the IDE.![]()
Deja j'suis heureux de te parlergnozal wrote:Hi KCC, I don't understand what you mean ?Kwaï chang caïne wrote:I have asked the same question to POLO, but i'm surprising you have not thinking to use the drag/drop for a PBF like the PB for the IDE.![]()
[french]Tu peux me le redire en français ?[/french]
I never use the "drag/drop" myself so I didn't implemented it in PureFORM. A double-click on a PBF file starts PureFORM and it's enough for me.Kwaï chang caïne wrote:C'est vrai c'est super pratique, j'm'en sers tous les jours dans l'editeur de PB, tu chopes un .pb avec la "mousse", et hop tu le jette dans l'editeur, comme ça pas besoin de se taper la longue liste d'arborescence pour obtenir le fichier.
Car mon arborescence de fichier est comme ma vie....assez compliquée![]()
I was firstKwaï chang caïne wrote:Furthermore, there is a problem, because the designer of POLO and your Visual have the same extension "PBF"
The flag is already available in the gadget properties and appears in the generated code (tested with build 434).michel wrote:Could you please add the flag "#PB_ComboBox_Image" in the ComboBox Gadget?