| |
|
|
Detlef Tussing | ¿Cómo se puede Yo una txt Expediente optimal Mostrar hier mein Intento, el aber nicht`s taugt. Alles weitere es en el versuch.txt KompilierenMarcaSeparación |
|
|
| |
|
|
|
Jac de Lad | Schau veces después de ReadText y lade el todo Expediente en una Multiedit. Das sieht ya mejor de. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 27.06.2007 ▲ |
|
|
|
|
| Eigendlichn Chiste breve.
var edit&=createedit(%hwnd,file_get_contents(myfile),0,0,width(%hwnd),-height(%hwnd)) |
|
|
| |
|
|
|
Detlef Tussing | Yo komm con euren Vorschlägen no wirklich más. Trotzdem Dank para eure Ayuda. Yo habe alles durchsucht, finde aber kein en vergleichbaren Contribución. Lo liegt wohl a me, como I, con MultiEdit y ähnlichem todavía no Erfahrung habe, y no blanco cómo dies einsetzt. |
|
|
| |
|
|
|
| ¡Hola Detlef Hier una kleiner Anfangscode.... KompilierenMarcaSeparaciónDECLARE edit&,bereich#
DECLARE EE%,print%,save%,aus%,font%
font%=CREATE(FONT,ARIAL,16,6,0,0,0)
EE%=0
-----------------------------------------
PROC BEENDEN
DISPOSE bereich#
EE%=1
ENDPROC
------------------------------------------
PROC EDITOR
PARAMETERS datei$
IF datei$ >
edit&=CREATE(MULTIEDIT,%HWnd,,10,25,615,415)
SetFont edit&,font%
Dim Bereich#, @FileSize(datei$) + 5
ReadText Bereich#, datei$
SendMessage(edit&, $000C, 0, Bereich#)
ENDIF
ENDPROC
-----------------------------------------
WindowStyle 26
WINDOW (%MaxX/2-320),(%MaxY/2-240)-640,480
USEICON TEXT
WindowTitle Beispielcode
save%=CREATE(BUTTON,%HWND,&Speichern,10,2,80,20)
SetFont save%,font%
print%=CREATE(BUTTON,%HWND,&Drucken,100,2,80,20)
SetFont print%,font%
aus%=CREATE(BUTTON,%HWND,ESC Ende,545,2,80,20)
SetFont aus%,font%
EDITOR dateiname Deine Datei als String angeben
WHILENOT EE%
WAITINPUT
CASE ISKEY(27) | CLICKED(aus%):BEENDEN
ENDWHILE
/../funktionsreferenzen/XProfan/end/'>FIN
|
|
|
| |
|
|
|
Detlef Tussing | ¡Hola Horst genau el es qué me fehlte, versuche de deinem Prog a aprender Gracias |
|
|
| |
|
|