

With pft, the choice of colors (or not) is made in PureForm, then just translated by pft. The ' Ids in number ' feature, and finally the same thing to Diawin. in fact ,with pft, Diawin was like an ' abandonware '.

about colors : i can comment the win and gadgets color lines. With the same ref pft15.exe, but the new one is correctly downladed.
PUREBASIC GADGETS DOWNLOAD
PFormtranslator : I cannot download from the same link because i uploaded a new version of Pft SetGadgetFont(,Cint(LoadFont ("MS Sans Serif", 8))) Sub Button_IDC_BTN_Ok ()? For example, if I have a StringGadget with caption "Please enter your name:", a Sub with this name would lead to a compiler error message.Ĭode: Select all #Include once "window9.bi" Is it possible to generate the names of the Subs not from the caption, but from the Gadget number (IDC), e.g. Or you can configure whether you leave all gadgets checked or unchecked by default (like in PureForm). So it would be easier if you check only the buttons and leave the TextGadgets and StringGadgets unckecked by default. I suggest that all subs and events should be unchecked by default, for the following reason: In most applications you use an input mask with many TextGadgets and StringGadgets and a few buttons only. In Diawin you can click off all subs and events which you do not need in Part 2.
