The Following User Says Thank You to Fuzzillogic For This Useful Post: | ||
|
2012-07-09
, 18:55
|
Posts: 207 |
Thanked: 552 times |
Joined on Jul 2011
|
#22
|
Not really... First line slide 7.however things could change
https://www.tizen.org/sites/default/...012_raster.pdf
|
2012-07-09
, 19:07
|
Posts: 207 |
Thanked: 552 times |
Joined on Jul 2011
|
#23
|
But still ugly. Stuff like
Code:{kind: "Control", layoutKind: "HFlexLayout", style: "width: 500px; height: 100px;", pack: "center", align: "start", components: [ {kind: "Button", caption: "Open", onclick: "openPopup"}, {kind: "Button", caption: "Close", onclick: "closePopup"} ] }
|
2012-07-09
, 19:22
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#24
|
With the same HTML5-dreck. Sorry, I can't describe it nicer than that. HTML is for text documents. Whoever thought it would be "good enough for apps" should have his/her's voting rights revoked.
|
2012-07-09
, 19:49
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#25
|
Two interesting new Linux system with devices will be announced later this year
|
2012-07-09
, 20:04
|
Posts: 479 |
Thanked: 1,284 times |
Joined on Jan 2012
@ Enschede, The Netherlands
|
#26
|
Label { text: myImage.status != Image.Error ? "Loading..." : "Error :(" visible: myImage.status != Image.Ready } Image { id: myImage // See? No quotes! A new language construct! source: "http://example.com/image.png" }
My voting rights are still intact while I work on a mobile HTML5 based native-like application framework.
The Following User Says Thank You to Fuzzillogic For This Useful Post: | ||
|
2012-07-09
, 20:11
|
|
Posts: 7,075 |
Thanked: 9,073 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#27
|
|
2012-07-09
, 20:11
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#28
|
So why do you think people using polls? They are always speculation to see something. It's never facts.. It's up to anyone to read what they want of it. Let's say we have the same poll again in 4 month and tizen gets more than 50 percent, i say that would give an indication the wind has changed and Jolla have not keep this interest and momentum they have now.
|
2012-07-09
, 20:17
|
|
Posts: 7,075 |
Thanked: 9,073 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#29
|
Some polls are absurd. I expect to see a poll any day that says: Did the scientists find the Higgs Boson or some other kind of Boson? Like anyone knows. This poll is like that--the right answer is not to take the poll, or just "I don't know."
|
2012-07-09
, 20:26
|
Posts: 207 |
Thanked: 552 times |
Joined on Jul 2011
|
#30
|
Then you will reach nirvana when you try QML :P Example:
Code:Label { text: myImage.status != Image.Error ? "Loading..." : "Error :(" visible: myImage.status != Image.Ready } Image { id: myImage // See? No quotes! A new language construct! source: "http://example.com/image.png" }
Btw, QML is based on Javascript as well. But the actual language is extended, and (partially) strongly typed. It makes development more robust and easier, as the IDE can provide much more support and tooling. Try simple name refactoring of the function name "openPopup" in the above example... You'd need to do a text search&replace... Sorry, but even in 1998 we had better methods for that.
Ok I stop ranting now. But I hate it when those webtech-based frameworks and platforms get their very undue rave. It simply isn't good technology.