| |
|
|
- Page 1 - |
|
Torsten Rümker | Hi, I have me now to a couple Meet into Programming with infinityprofan plummeted (I übertreibe!) and be now so a little bit on the try.
The following have I so 1 To 1 from the reference for gui übernommen, and if I the everything correctly. understand ought to so supra right on the display Hello World as Text attend. does But not, my try single boxes one Grids motley To make haven't functions. (sowohl on my Galaxy Alpha, as well as on my yoga Tablet 2)
cls
var myGrid=gui(gui.grid,gui.hwnd,[3,3])
var myGrid2=gui(gui.grid, [myGrid,2,2],[6,3])
var myTxt=gui(gui.Text, [myGrid,3,1], "Hallo world!")
proc event id data
// End of program with Zurückbutton
case id==1 : end
endproc
now position itself me The question, lying it on the Code or with empty Geräten? And if it on the code lying, what make I wrong?
would be nice if someone NEN Denkanstoß for me had. Greeting Torsten |
|
|
| XProfan X2Ich lerne, ob ich will oder nicht! Betriebssystem: - Ubuntu 15.x - Windows (diverse) XProfan Version: X2 | 11/15/15 ▲ |
|
|
|
|
« this Posting watts as Solution marked. » |
|
HofK | yet without gui in the Beta november
see [...]
under the graphic The ? row to whom + Lines
Something like [...] goes already! |
|
|
| |
|
|
|
|
Torsten Rümker | OK, I will now first nocheinmal fleissig reading, so I aufs ongoing come, before I weiterprobiere. thanks for Info. |
|
|
| XProfan X2Ich lerne, ob ich will oder nicht! Betriebssystem: - Ubuntu 15.x - Windows (diverse) XProfan Version: X2 | 11/15/15 ▲ |
|
|
|
|
| Hello Torsten!
I need yet 2/3 Compiler-Updates, so The Language ansich too dependable is.
then can I The function gui again implementieren. |
|
|
| |
|
|
|
HofK | be straight thereby the book [...] from the Prerelease april 2015 on the stood the Beta To raise and the updating soon then for Buyer online To to put.
These receive any Updates to buy Yes free.
too thereby can not yet each thing for good his. particularly gui remaining mere hypothetisch and useful not examined.
Problematisches becomes but in the Beta highlighted and later adjusted.
its hold in the flow. |
|
|
| |
|
|
|
Torsten Rümker | Jap, is hold Beta, there come yet Changes. the heard Yes moreover. Why I simply not virtual have with my mail is Yes very the.
what difficult at try is, is Yes even, the one not always white has one now something wrong made, or functions the (yet) not so How one think.
z.B. if I write:
and the program not possible in The while schleife, Why it if no Error gemeldet becomes?
my Schlussfolgerung after I one
to the while written have, something works with len(infos) not because the worth anz as "undefinded" outputted becomes. And then goes it again of in front go, lying it on me or on the Beta-Stadium?
therefore I will now before I you moreover belästige ersteinmal in detail reading.
Greeting Torsten |
|
|
| XProfan X2Ich lerne, ob ich will oder nicht! Betriebssystem: - Ubuntu 15.x - Windows (diverse) XProfan Version: X2 | 11/15/15 ▲ |
|
|
|
|
Torsten Rümker | Klaus Hoffmeister (15.11.15)
be straight thereby the book [...] from the Prerelease april 2015 on the stood the Beta To raise and the updating soon then for Buyer online To to put.
so well How bought. thanks for Info. |
|
|
| XProfan X2Ich lerne, ob ich will oder nicht! Betriebssystem: - Ubuntu 15.x - Windows (diverse) XProfan Version: X2 | 11/15/15 ▲ |
|
|
|
|
| device() supply one assoz. aray,
simply:
print device()
or
print device().batterylevel
or
device()["batterylevel"] or
var d=device()
print d.batterylevel
or
print d["batterylevel"] particularly what variables concerns etc. and Arrays be I but grade on the code - such items can I then first evaluate. |
|
|
| |
|
|
|
| Nochwas To sleep How You it uses: [...]
deference: integrally like with windows has then the program too no Time for Show. in example go too Print-expenses first outputted if the Hauptthread idle is and accordingly too print "Hallo Welt" with anschließendem sleep 5000 The Print-spending first to 5 sec shows.
your Sleep is on this place not meaningfully, sleeps in the Hauptthread always avoid - rather procs time. |
|
|
| |
|
|
|
Torsten Rümker | iF (15.11.15)
device() supply one assoz. aray,
Jap, and so is my Program as ganzes relatively futile, but nevertheless should still too The function len() a worth from even this aray supplying or? Perhaps understand I assoz(iative?) Arrays too simply wrong.
iF (15.11.15)
your Sleep is on this place not meaningfully, sleeps in the Hauptthread always avoid - rather procs time.
clear, was spare stayed circa me Time To verschaffen each expenses To reading, before the screen deleted becomes, what both in the actually code not any more drin standing, and accordingly really complete unnecessary is. |
|
|
| Ich lerne, ob ich will oder nicht! Betriebssystem: - Ubuntu 15.x - Windows (diverse) XProfan Version: X2 | 11/15/15 ▲ |
|
|
|
|
| Torsten Rümker (15.11.15)
Perhaps understand I assoz(iative?) Arrays too simply wrong.
in the contrary.
len(["a"=10,"b"=20]) should 2 zurückliefern very How len([10,20]), len(device()) properly many Entries.
I fummle momentarily on whom Arrays. |
|
|
| |
|
|
|
HofK | VORSICHT:
if comparison = "[batterylevel]"
= is Zuweisung
== is the Vergleichsoperator, How Java |
|
|
| |
|
|