Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Jokkepappa
#35367 So, couple ideas that would be totally awesome to have in the future.
Serial log on the browser. Maybe somehow limited to use less ram (updates when it's open, doesn't save anything to device itself, like terminal would on windows for example.)

files, especially images from externals servers. So you don't need to save them on the device. (also loading them could be faster) And this for imagebuttons too.

Reboot for the settings menu.

Ability to view code of default program outside editor. Now if you open from file manager it's same as running it. So if your editor becomes unresponsive (like i have sometimes problems at getting timeout when loading longer programs) you could get your program safe on your computer.

Something now in the beginning. Thanks.
User avatar
By Mmiscool
#35440 Just uploaded a new version.

Added restart button to settings page.

Added support for external images. The image name must start with "http://" for this to work.

Code: Select allimagebutton "http://cdn.abclocal.go.com/content/creativecontent/images/cms/422180_1280x720.jpg" [test]
wait
[test]
print "You clicked me"
wait