Page 98 of 103

PureForm - z order ?

Posted: Mon Sep 10, 2012 7:13 pm
by jassing
How can I set the z order, I searched but didn't find any easy way...
Cross platform would be most useful.

Re: PureForm - z order ?

Posted: Tue Sep 11, 2012 2:38 pm
by gnozal
jassing wrote:How can I set the z order, I searched but didn't find any easy way...
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.

Re: PureForm - z order ?

Posted: Tue Sep 11, 2012 3:12 pm
by jassing
gnozal wrote:the z-order is usually defined[...]
Usually -- I'm amazed this isn't of more concern to pb coders, since usually isn't always.

PureForm Error Report.

Posted: Wed Sep 12, 2012 5:24 pm
by jassing
I get this about two or three times per day...

PureFORM 1.99 build 425 has detected an error !
Error n° C0000005
'An attemped read or write to/from an address to which that process isn't allowed'
Module : C:\PureBasic394\Program\PureFORM_Plus_Integrator_MenuXP.pb ; Line : 11377
The current project will be saved as C:\clients\NetLib\Secncrpt\pb\CRASH[20120912-092213]Secncrpt.pbf

Abort program execution ?

Yes No

Re: PureForm Error Report.

Posted: Sat Sep 15, 2012 10:04 am
by gnozal
jassing wrote:I get this about two or three times per day...
PureFORM 1.99 build 425 has detected an error !
Current build is 434.

WishList -- wrap with #PB_OS_Windows

Posted: Mon Sep 17, 2012 8:42 pm
by jassing
It would be nice to get any "windows only" code wrapped with

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
Such as when you use PureColor, PureResize, etc; and allow user-code for other cases (perhaps even pre-fill in #PB_OS_Linux etc as case options) so that the user could adjust for non-windows OS's w/o loosing the code when re-editted in PureForm.

Drag and drop PBF

Posted: Fri Oct 19, 2012 10:54 am
by Kwai chang caine
Hello GNOZAL :D

You surely laugh, but i'm decided to try to change of Visual Designer :wink: :lol:
It's never too late :mrgreen:

I must recognize, the new version of visual designer forced me a little bit :oops:
So, like i not like changed (I have always the same socks since 20 years..), i say to me it's perhaps the moment to try also the splendid PureForm that my friend GNOZAL have create since a long time :wink:
This, for see, what is the Visual most easy for me.

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. :shock:

Have you a day the intention to added it ??

Have a good day 8)

Re: Drag and drop PBF

Posted: Fri Oct 19, 2012 11:05 am
by gnozal
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. :shock:
Hi KCC, I don't understand what you mean ?
[french]Tu peux me le redire en français ?[/french]

Re: Drag and drop PBF

Posted: Fri Oct 19, 2012 11:28 am
by Kwai chang caine
gnozal wrote:
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. :shock:
Hi KCC, I don't understand what you mean ?
[french]Tu peux me le redire en français ?[/french]
Deja j'suis heureux de te parler :D
Comme je voyais plus trop de tes nouvelles...je me faisais un peu de soucis pour toi :(

Autrement, j'ai enfin décidé d'essayer, j'ai bien dit d'essayer de changer de Visual designer.
Oui je sais tu va rire :lol:
Faut dire que l'incorporation du nouveau designer de POLO y est un peu pour quelque chose.
Lorsque j'ai eu la surprise dans la nouvelle version de PB de le voir, je me suis dit qu'apparement de ce coté la ça allait bouger....comme pour les grosses images de ouf en 3D :shock: .....mais pas comme les petites images qui bougent si tu vois ce que je veux dire :mrgreen:

Bref...j'aime pas changer dans la vie, j'ai toujours la meme femme depuis 30 ans...mais comme ça bouge, "j'met" dit que ce serait l'occasion comme FRED me force de me tourner vers un autre VISUAL.
Et je me suis aussi dit, pourquoi pas aussi essayer celui de mon copain GNOZAL que j'adore (Je parle de toi, pas encore de ton programme que je connais pas), ce serait un juste retour des choses que d'essayer ce super logiciel que tu as aussi eu la gentillesse de faire et mettre a dispo il y a des lustres. 8)

Car en fait, des fois on peut aimer un ou l'autre, ce sont des criteres personnels, alors autant tous les essayer pour se faire une bonne idée.
Le tiens est super complet, j'm'y perd un peu, mais bon, j'arrive de celui de PB avec 3 boutons :oops:

J'ai posé la même question pour son visual a polo, mais j'ai été surpris que tu n'ai pas pensé toi non plus, a inclure le drag/drop d'un PBF dans ton avion :shock:
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 :mrgreen:

J'ai vu que toi tu as pensé a ajouter la gestion des fichiers recemment ouverts et c'est un plus aussi 8)

Alors je voulais savoir, si un jour tu avais l'intention de rajouter dans les prochaines version le drag/drop d'un de tes PBF :D
D'ailleurs au passage c'est dommage que POLO est choisi la meme extension que toi...y'a 24 lettres dans l'aphabet ...enfin bon.

C'est vrai que le français entre français...y'a rien de tel pour se comprendre :lol: :lol:
Et ça fait du bien de parler français, ça me manque, mais bon...les choses etant ce qu'elles sont....

En tout cas merci d'etre toujours vivant :mrgreen: :lol:

Re: PureFORM 1.99 (yet another FORM designer)

Posted: Sat Oct 20, 2012 6:58 am
by glops
Did you translate with Google ? :lol:

Re: Drag and drop PBF

Posted: Sat Oct 20, 2012 7:47 am
by gnozal
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 :mrgreen:
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.
Maybe it's because I use TotalCMD instead of the Windows explorer to handle files (mostly with the keyboard)...

[french]En fait je ne me sers jamais du "drag/drop", aussi je ne l'ai pas implémenté et tu es le premier en plus de 5 ans à faire la remarque ! Il suffit de double-cliquer sur un PBF pour lancer PureFORM et moi çà me suffit. Cela vient peut-être du fait que j'utilise TotalCMD depuis toujours au lieu de l'explorateur Windows pour la manipulation de fichiers, et je le pilote essentiellement avec le clavier...[/french]

Re: PureFORM 1.99 (yet another FORM designer)

Posted: Sat Oct 20, 2012 9:00 pm
by Kwai chang caine
The extension association not always work, mainly when the apps is portable.
Furthermore, there is a problem, because the designer of POLO and your Visual have the same extension "PBF"
No drag/drop then...It's a pity .. :(
I wish you a good night (When even :mrgreen:) :lol:
At the pleasure to read you 8)

[French]L'association des extensions ça marche pas toujours surtout sur les machines ou on installe que du portable.
En plus, va y'avoir un couac...polo a choisi la même que toi.
Bon pas de drag/drop alors... tanpis.... :(
Je te souhaite une bonne soirée (Quand même :mrgreen:) :lol:
Et au plaisir de te lire 8) [/French]

Re: PureFORM 1.99 (yet another FORM designer)

Posted: Mon Oct 22, 2012 12:24 pm
by gnozal
Kwaï chang caïne wrote:Furthermore, there is a problem, because the designer of POLO and your Visual have the same extension "PBF"
I was first :wink:

ComboBox

Posted: Mon Oct 22, 2012 8:45 pm
by michel
Hello Gnozal,

Could you please add the flag "#PB_ComboBox_Image" in the ComboBox Gadget?

michel

Re: ComboBox

Posted: Tue Oct 23, 2012 11:32 am
by gnozal
michel wrote:Could you please add the flag "#PB_ComboBox_Image" in the ComboBox Gadget?
The flag is already available in the gadget properties and appears in the generated code (tested with build 434).

Additional information : you can add missing flags yourself (usually Windows API), using a PureFORM.flags file.