| |
|
|
first Experience-Topic, inquiries in the Beta-Time... |
|
|
| |
|
|
|
| correctly., The inquire häufen itself - my impatience too - except question!
having me here on FB vorvorgestern declared:
FB [...]
first fetch I me ne Gelenkkapselprellung ( [...] ) , then palpitate 1.000 ungeplante private items on me one and now have I since over Ner week Rüsselseuche ( [...] ). its as ought to not his! I let me of "Schicksal" but only terminable besiege and would it to hardship with 10 broken Fingern at an end write. be dran!
Since I of ritueller Selbsttötung in japan absehe, I do moreover what in of my power standing. |
|
|
| |
|
|
|
| be today still in whom Alphatests presumably too To very late, allererste Beta-Tests therefore ex today night possible - I login me.
the whole functions simply cool and becomes plenty Fun bring.
into first Beta-Tests go a couple functions as "not implemented" gemeldet, I The Module to and to zuschalten would like.
I rechne in the Beta-phase then with some Bugmeldungen of each individual User - sure becomes there yet some Nacharbeit necessary.
Anzustrebendes end then against the Beta-phase would I on end november determine. |
|
|
| |
|
|
|
| so,
it must gladly probiert go.
The function Gui must I in this first Beta yet ausgeklammert let, too whom Receiver (directly on unit perform) can I first now produce there the indeed with ip program go should.
what functions ought to:
in the IDE [...] arbitrary projects lay out + kompilieren + apk.
now but first: good night! |
|
|
| |
|
|
|
HofK | HURRA!
----------- The first InfinityProfan App runs on my Androiden. |
|
|
| |
|
|
|
ByteAttack | yesterday could I yet register, now wants it 15€ thought, I had David with my Graphics bestochen.... |
|
|
| |
|
|
|
| @Marc:
have You too, only The DB remember nothing of it - too I known then today night really quite nothing more. ^^ simply with Zahlungsart "Überweisung" order what about me set it then manually on payd. |
|
|
| |
|
|
|
Micha12334 | Hello, I wished too gladly of XProfan on on InfinityProfan transfer. so have I the first small Programmchen written. I nutzte The beforehand-Version the introduction into Programming, The I me runtergeladen having.moreover must I say, that The Umsetzung not so simply was. I work on my Laptop PC, Tablet (LenovoTab yoga2-Android 5.0.1) and the Phone Samsung 3 (SGH-i337, Android 4.3) The Receiver functions wonderful! 1. question: under date time(7) sustain I on the tablet tt/mm/yyy and on my Phone Sunday, november 29, 2015. What is The cause for Difference? 2. question: when functions gui? this is otherwise How Textmode zeilenbasiert in XProfan... enclosed the code:
//
// InfinityProfan Program
// micha12334
// m-Test002 v0.0.1
// created 2015-11-28
display.rotation.left = 1
cls rgb(0,0,100)
print " "
print " "
print " "
var a = 6
var b = 9.0
var tx1 = ""
var tx2 = "EINGABE"
print " Hello Micha"
print " "
print " "+time (7)
print " "
print " __________________________________________"
print " "
var c = a * b
print " number A = "+a
print " number B = "+b
print " "
print " number C = A * B"
print " "
print " number C = "+c
print " "
print " __________________________________________"
print " "
msg msg.box, tx1, tx2,["OK", "Abbrechen"], "", eingabebox
proc eingabebox(btn,number)
var b = number
print " number A = "+ a
print " input:number B = "+ b
c = a*b
print " "
print " New: number C = A * B"
print " "
print " with input: number C = "+ c
print " "
print " "
print " Program with type on display beenden"
endproc
proc event(id, data)
if id == event.touchdown
msg msg.box, "Programm beendet"
sleep 1000
end
endif
return
endproc
Perhaps have your a couple Improvements? Regards from Radeberg
to Kenntnis: I have here couple Changes undertaken, The the small Program improve should. I mean, Beginner, How I, can only learn and from Fehlern learn one on the most.
|
|
|
| |
|
|
|
HofK | |
|
| |
|
|
|
Micha12334 | Klaus, have right many Thanks for speedy response.
Greeting micha12334, Michael Schönwald |
|
|
| |
|
|
|
HofK | time short überflogen, with the Yes new Space-Operator (reference) whom I in the Beta-spending of book accurate beleuchte, becomes it yet plainer.
with print ought to one The Possibility benefit Strings over several Lines auszugeben. unfortunately can that here not directly take on, there vorlaufende space in the Codebox and in the Lauftext "wegoptimiert" go. The are but with Infinity-Profan definitive.
unfortunately is it in the online-IDE too (yet ?) you don't say so, The farbliche Hervorhebung with this feature of Infinity-Profan exakt To release. sees one on this example well.
therefore the changed Program as txt to that herunterladen and copy into online IDE.
with the unchanged proc eingabebox btn number can to Übung time try the many print's To reduce. |
|
|
| |
|
|
|
| Hello Micha12334!
Micha12334 (29.11.15)
1. question: under date time(7) sustain I on the tablet tt/mm/yyy and on my Phone Sunday, november 29, 2015. What is The cause for Difference?
thanks for Info - the trouble is fixed. now ought to too with this OS dd.mm.yyyy get out.
Micha12334 (29.11.15)
2. question: when functions gui?
So I having already to, this yet heuer umzusetzen. objectively I had it already integrate and then again back built I plenty on the surroundings changed having. but as with kniffligen Things so is, The then too yet on lauter different OS walk must, wander tappt im dunkeln itself sometimes into length without the one it on attempt durchschaut.
Micha12334 (29.11.15)
Perhaps have your a couple Improvements?
what me immediate auffiel: display.rotation.left = 1
display.rotation.left has normal the value 8.
display.rotation.top has the value 1.
with cls rgb(0,0,100) can You in Infinity simply cls rgb 0 0 100 write. |
|
|
| |
|
|