HI I'am a C.... user right know and I want to try with Gideros. I want to ask maybe it's silly question but I really like if everything looks like as I want. Can I make gideros studio in black layout ? I always working with black background....
@hgvyas123 I'm sure I read in the API documentation that stage:setBackgroundColor is now obsolete and you should use Application:setBackgroundColor instead.
wooow you are fast... Thank you but please correct me if I'am wrong this setting up the black background in my application... I want black in my editor:)
Actually I think PiotrT was talking about customising the editor NOT the player (or any of his app's), AFAIK there is no way to customise the editor at the moment in terms of font's / colours etc - but you could just use a different text editor (like notepad++) and then just swap back to the studio to do your upload.
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Yes I'am using TexMate is there a way to hook up a gideros player with TextMate ? or you mean write code in another text editor and then paste to gideros studio.? I loose text completion which I noticed working very VERY nice
Personally I just use the studio as is, however there's no reason why you just can't have both app's open, just edit / save in TextMater and then swap to Studio and just press the "play / upload" button
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
I'm actually using Studio to hold my current (and final) Corona project - I actually prefer the editor!
WhiteTree Games - Home, home on the web, where the bits and bytes they do play! #MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Hi Piotr, you can use the editor of your choice and update the file, the file will get updated in the IDE, so you can get all the functionality, auto-complete, etc and be able to still work with the IDE.
The only catch is that you need to close the tab and then open the file again. This I am sure @Atilim can fix.
In case you want to make sure that it is all there (things that you have changed) just a cautious person, otherwise I'd be building several versions and wondering why it did not do anything different that the last 100 attempts
Comments
put this in main.lua
stage:setBackgroundColor(0,0,0)
and welcome
Doh!! Ninja'd by Atlim... (
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
Likes: atilim, Zoyt
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
I loose text completion which I noticed working very VERY nice
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
The only catch is that you need to close the tab and then open the file again. This I am sure @Atilim can fix.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
On the other hand, automatic reloading of changed files are on the feature list.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps