| |
|
|
Roberto Neu | I have it already with Deletobject and DestroyWindow probiert but since happens simply nothing. |
|
|
| |
|
|
|
Rolf Koch | what meiste with delete? whom Content? the Objekt self? One normales MultiEdit by Create prepares? don't be cross with me, but your Avatarbild is brutal intrusive |
|
|
| |
|
|
|
Roberto Neu | Yes one normales MultiEdit with a Text Drin. i will thereafter one Kleinerers open let, but dan comes always The small forth ^^ means the Objekt and the Text drin |
|
|
| |
|
|
|
Rolf Koch | Gib time one Piece View source - I mean the has none understands here. One Multieedit on Creatbasis can itself always destroy, if it a handle zugeordnet get has. i'm off time again of a Error Deinerseits from. |
|
|
| |
|
|
|
Roberto Neu | The I will later then Delete CompileMarkSeparation
Proc meditklein
klein& = Create("MultiEdit",%HWnd,"Kleine Ansicht",5,7,300,-380)
endproc
Proc meditgros
gros& = Create("MultiEdit",%HWnd,"Große Ansicht",5,7,400,-380)
c
|
|
|
| |
|
|
|
Rolf Koch | |
|
| |
|
|
|
Rolf Koch | here time one- and Hide. The boxing go not destroy, can but over ands over again on it grab: CompileMarkSeparationdeclare gros&,klein&
Proc meditklein
klein& = Create("MultiEdit",%HWnd,"Kleine Ansicht",5,7,300,-380)
endproc
Proc meditgros
gros& = Create("MultiEdit",%HWnd,"Große Ansicht",5,7,400,-380)
endproc
cls
meditgros
meditklein
Showwindow(klein&,1)
showwindow(gros&,0)
waitinput
Showwindow(klein&,0)
showwindow(gros&,1)
waitinput
|
|
|
| |
|
|
|
Roberto Neu | so have with the destroywindow now made. I have it even twice written. but I in the explain not so well be guck you the Please time self on
Währendessen I will with the 0 and 1 try ^^ |
|
|
| |
|
|
|
Rolf Koch | Heut be I very good-natured *lol* look integrally simply: (but each row kapieren, before You next question position!) CompileMarkSeparationdeclare medit&,befehle&,kr&,rbutton2&,rbutton1&,rbutton3&,text1$,text2$,text3$,Intro$,E%,Exit&,klein&,gros&,bild&,kleinb&,grosb&,grosr&,kleinr&
windowtitle "IP Editor 1"
cls
loadbmp "files\kleine.bmp",5,385;0
Proc meditklein
klein& = Create("MultiEdit",%HWnd,"Kleine Ansicht",5,7,300,-380)
endproc
Proc meditgros
gros& = Create("MultiEdit",%HWnd,"Große Ansicht",5,7,400,-380)
endproc
Create("GroupBox",%HWnd,"Ansicht\Optionen",420,0,Width(%HWnd) -435,Height(%HWnd) - 205)
grosr& = Create("RadioButton",%HWnd,"Groß",427,25,70,20)
kleinr& = Create("RadioButton",%HWnd,"Klein",427,50,70,20)
kleinb& = Create("Button",%HWnd,"Speichern",498,25,100,20)
grosb& = Create("Button",%HWnd,"Speichern",498,50,100,20)
Beide zuerst erstellen
meditgros
meditklein
Start: dann nur grosses anzeigen:
showwindow(klein&,0)
showwindow(gros&,1)
Der Logik wegen auch die Checkbox setzen:
setcheck grosr&,1
whilenot e%
WaitInput
if GetCheck(kleinr&)
Kleines anzeigen, grosses ausblenden
showwindow(klein&,1)
showwindow(gros&,0)
elseif GetCheck(grosr&)
Grosses anzeigen, kleines ausblenden
showwindow(klein&,0)
showwindow(gros&,1)
elseif Mouse(5,385 - 305,405)
Kleines anzeigen, grosses ausblenden
showwindow(klein&,1)
showwindow(gros&,0)
endif
endwhile
='./../../references-fonction/XProfan/end/'>end
|
|
|
| |
|
|
|
Rolf Koch | |
|
| |
|
|
|
Roberto Neu | Have everything understood. but the elseif Mouse(........) had one in IF umändern or? means before hats by me net worked uber the image the small MultiEdit(Omg is MultiEdit manly or feminine??) to open. now GEHTS ^^ and again many Thanks |
|
|
| |
|
|