| |
|
|
- Página 1 - |
|
| ogl2dui.inc Demo como GamePaket
Verwaltung el Controls como de Windows bekannt z.B. por create, setText etc., zudem muss uno el Handles no mehr manuell vergeben pero kann esta como gewohnt beziehen.
Bisher en él umgesetzte Controls: Ventana, Texto, Editar, Button.
Neu es entonces auch el deutlich höhere Performance, por geschicktes Caching voluntad ungeänderte Ausgaben de Listen suscrito, y y y...
Damit erreicht entonces el Template langsam una inneren Standard, en el lo lohnt y en el lo simplemente posible es, weitere beliebige Controls herzustellen.
Yo habe auch gesteigerten Valor darauf gelegt (Por favor, Ejemplo hier ansehen), dass alles/todos Controls con el Tastatur bedienbar es/son.
<!---->
Descargar/ In el Warenkorb7,99 € inkl. MwSt. no Versandgebühr
{$cleq}
const appTitle="oglUITest"
#include oglhelper.inc
#include oglui.inc
#include cpuusage.inc
#include intimes.inc
oglui.init()
ogl.window(apptitle,1,1024,768,$FF0000,1,falso,true)//vollbild
ogl.window(apptitle,0,1024,768,$FFFFFF,1,falso,true)//fenster
long myToolWin=oglui.create(window,oglui.desktop,"Menü",50,50,600,280),
myText1=oglui.create(texto,myToolWin,"Vorname:",0,0,80,20),
myText2=oglui.create(texto,myToolWin,"Nachname:",0,20,80,20),
myEdit1=oglui.create(edit,myToolWin,"",90,0,90,20),
myEdit2=oglui.create(edit,myToolWin,"",90,20,90,20),
myButt1=oglui.create(button,myToolWin,"OK",190,0,120,20),
myButt2=oglui.create(button,myToolWin,"Abbrechen",190,20,120,20),
oglui.setFocus(myEdit1)
do {
ogl.clear
ogl.light
ogl(color,1.3,1.3,1.3,1)
ogl(move,0,0,-3)
ogl(rotate,getTickCount*0.0010,getTickCount*0.0030,getTickCount*0.0020)
ogl(cuboid,1,1,1)
ogl(color,3,3,3,3)
ogl.2dnow
ogl.nolight
oglui.mensaje=oglui.frame()
ogl.show
casenot iskey(1) : waitInput 33
seleccionar umessage
caseof wm_close : romper
EndSelect
seleccionar oglui.mensaje
caseof 0
caseof myButt1,myButt2
oglui.destroyWindow(myToolWin)
EndSelect
}
ogl.done
end
|
|
|
| |
|
|
|
| |
|
- Página 1 - |
|
| |
|
| |
|
|
|
Paul Glatz | |
|
| |
|
|
|
| Hab el Paket otra vez aktualisiert.
Apéndice: Wobei, Yo sehe grad, el Kern lässt se todavía weitaus verbessern... |
|
|
| |
|
|
| |
|
- Página 2 - |
|
|
| Lo kommt el Fehlermeldung const ungekannt..
mfg |
|
|
| |
|
|
|
Paul Glatz | |
|
| |
|
|
|
| |
|
| |
|
|
|
Paul Glatz | Wo kann Yo el Codes downloaden?? |
|
|
| |
|
|
|
| Hier, überarbeitete Versión: [...] |
|
|
| |
|
|
|
Paul Glatz | ¿Cómo se puede Yo, el Font adaptar? |
|
|
| |
|
|
|
| Solch Apoyo leiste Yo dafür no, mostrar Por favor, incluso.
Tip: [...] fehlt. |
|
|
| |
|
|
|
| @Paul: Hab el Paket [...] aktualisiert, ahora z.B. auch con oglui.setFont.
Apéndice: Nochmal aktualisiert ca. Bugfix. |
|
|
| |
|
|
|
Paul Glatz | |
|
| |
|
|