| |
|
|
Thomas Freier | leaves itself one SpinEdits not DestroyWindow() destroy? wished in the changing values allocate. CompileMarkSeparationSetTrueColor 1
WindowStyle 538
window 0,0 - 400,400
Declare Label_m&, text$,x%
Label_m&=create(Dialog,%hwnd,,100,50, 630,610)
usefont MS Sans Serif,16,0,0,0,0
setdialogfont 1
Declare LB_Box1&,LB_DR1&,LB_DR2&,LB_DR11&,LB_DR12&,b1&
LB_Box1& = Create(GroupBox,Label_m&,Druckvorgaben,250,380,160,158)
Create(Text,LB_Box1&,Zeile,20,24,60,26)
Create(Text,LB_Box1&,Reihe,90,24,60,26)
LB_DR11&=Create(RadioButton,LB_Box1&,Einzeldruck,30,80,100,26)
LB_DR12&=Create(RadioButton,LB_Box1&,Seriendruck,30,130,100,26)
SetCheck LB_DR12&,1
b1&=Create(Button,Label_m&,SpinEdit neu,500,400,100,25)
x%=4
text$=1;1;+str$(x%)
SpinEdit zeichnen
DestroyWindow(LB_DR1&)
LB_DR1&=Create(SpinEdit,LB_Box1&,text$,20,50,48,24)
while 1
waitinput
Case %key= 2 : BREAK
If GetFocus(b1&)
x%=x%+4
text$=1;1;+str$(x%)
SpinEdit neu zeichnen
DestroyWindow(LB_DR1&)
LB_DR1&=Create(SpinEdit,LB_Box1&,text$,20,50,48,24)
EndIf
endWhile
end
|
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 05/19/08 ▲ |
|
|
|
|
E.T. | your SpinEdits lying on the Goupbox (LB_Box1&), legs time on your dialog (Label_m&), then GEHTS...
Mario |
|
|
| Grüße aus Sachsen... Mario WinXP, Win7 (64 Bit),Win8(.1),Win10, Win 11, Profan 6 - X4, XPSE, und 'nen schwarzes, blinkendes Dingens, wo ich das alles reinschütte... | 05/19/08 ▲ |
|
|
|
|
Thomas Freier | have you got the probiert or vermutet? by me becomes then from the SpinEdits one Edit. |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 05/19/08 ▲ |
|
|
|
|
Dieter Zornow | Hello Thomas,
you mußt with one Spinedit both destroy, the Spinedit and the Buddy the Edit, versuchs time with Gethandle, The ID the Edits is faith I circa 1 increased to the Spinedit or 1 niedriger the white I do not longer so very. |
|
|
| Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 05/19/08 ▲ |
|
|
|
|
Thomas Freier | have now The alternative as useable getest and will be tappt im dunkeln bring into action. [...] |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 05/19/08 ▲ |
|
|
|