It looks like you're new here. If you want to get involved, click one of these buttons!
!(http://i.imgur.com/9pGpKGX.jpg)
!(http://i.imgur.com/d9Np523.jpg)
There are some examples in the code for how to use it, and I'll make a guide later.
To download it, paste this code into a new project:
function setup()
http.request("https://raw.githubusercontent.com/FeynmanTech/codea-gui-library/master/SRC.lua",
function(data)
for tab, src in data:gmatch("%-%-%[=%[TAB:(.-)%]=%]\n(.-)%-%-%[=%[END_TAB%]=%]") do
saveProjectTab(tab, src)
end
print("Done")
restart()
end)
end
Comments
Two errors when this is run.
My bad, I've fixed that now
Now nothing happens. I see the word Done flash, but nothing but a black screen.
Actually, if I keep watching I see the word Done flashing constantly at different intervals.
Okay, I fixed that for real, try it again and it should work.
It works now. One thing I noticed, if I close out the Debug alert and press OK on the other boxes, I see a flash of the closed Debug alert box.
I'll look into that, thanks. Also, I'll be writing a guide for it over the weekend
nice work!
Excellent thanks for sharing !!
>-
it's works fine and it's very fast !
i don't see option icon.
i will try textedit
it is very useful,
tanks a lot.
i've max fps 458 on ipad air !!! is it possible ?
and fps between 100 and 300 but it's too fast for reading
I noticed that sometimes passed the window below and sometimes above rather random way
A-OK, very practical
Yeah, it still has a few small bugs, but it's completely functional. Feel free to use any of my code im your projects without credit, although a comment pointing towards this post would be nice
Could you give us an exemple
a window with 2 variables A ? B ? and another with C ?
thanks
I just updated it for a larger, slightly improved UI style, and more importantly, I added menubars:
http://i.imgur.com/5UAPTX0.jpg
For the next update, I'll be adding UI skinning.
menubars, it's very good idea
I looked at you code and now I make my own programs
Nice, it's cool to see that someone's actually using my code! Good luck with whatever you're making!
i guess this means it's time to start developing it again
I added a camare program to it
Also it's possable to save Codea You can make it so you can save your text files
Maybe add a file manager and wen you save you text it goes to it as a .txt and you can pull it up anytime to edit it
Wow, that's actually pretty impressive
Wins:319: attempt to call a nil value (field '?')
stack traceback:
Wins:319: in method 'run'
Wins:48: in upvalue 'drawAndRunAll'
Wins:64: in function 'drawWindows'
Main:38: in function 'draw'
@FLCode, here I made a video for you!