| |
|
|
Georg Teles | Bueno späten Abend,
mich interessiert eure Meinung, hay al fongenden Code algo auszusetzen ?
Proc test
Declarar h1&, h2&
h1& = bild("Text",32,32,RGB(0,0,255),RGB(255,0,0))
h2& = bild("Txt2",48,48,RGB(0,255,0),RGB(0,0,255))
Volver Str$(h1&)+"_"+Str$(h2&)
ENDPROC
Proc bild
Parámetros texto$, x&, y&, color&, bg&
MCLS x&, y&
StartPaint -1
CLS bg&
Color del texto color&,-1
DrawText 1,1,texto$;-1
EndPaint
Volver Crear("HPIC",0,"& MEMBMP")
ENDPROC
CLS
Declarar test$, pic1&, pic2&
test$ = test()
pic1& = Val(Substr$(test$,1,"_"))
pic2& = Val(Substr$(test$,2,"_"))
DrawPic pic1&,0,0;0
DrawPic pic2&,0,32;0
WaitInput
DeleteObject pic1&
DeleteObject pic2&
Servus |
|
|
| |
|
|
|
| Jo,
4. Param DrawText hast Semikolon en lugar de Komma,
mehr Me puse Anhieb no de. ^ ^ |
|
|
| |
|
|
|
RGH | ... y luego darf el vierte Parámetro natürlich no -1 ser, pero hier 0, así el Texto komplett adecuado se. (So como como es, se el Parámetro hinter el Semikolon simplemente ignoriert.)
Ansonsten: Yo saber no, qué lo todavía auszusetzen gäbe. Das Programa funktioniert. (Auch bajo el kommenden Versión X3.1.)
Saludo Roland |
|
|
| XProfan X3Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 24.03.2016 ▲ |
|
|
|
|
Georg Teles | |
|
| |
|
|
|
RGH | Wird no mehr largo dauern con el X3.1. El neuen Características y Bugfixes son ya final en XProfan X3.1 y FreeProfan 0.95 instalado. El FreeProfan-Versionen voluntad Yo wohl heute oder morgen hochladen, a XProfan voluntad Yo neue Installationspakete como auch una Parche redactar. Lo kann allerdings ser, dass Yo hier antes Ostern no mehr schaffe y lo sólo en Esta semana después de Ostern fertig se.
Hier findest Usted ya veces una Documentación el Neuerungen: [...]
Saludo Roland |
|
|
| XProfan X3Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 24.03.2016 ▲ |
|
|
|
|
Georg Teles | |
|
| |
|
|