Hi folks,
is anyone here (besides Atilim) working on a plugin for Gideros? If yes, what kind of?
I am working on a UIKit plugin.
Last night I was finally able to detect a damn click on a button. Now I will study who to fire an event. The gamekit plugin is a very good info for this.
So, what are you working on?
Cheers
Michael
Comments
Cheers
Mike
http://www.sharksoupstudios.com
what kind of plugin do you want to create or do you just want to study on how to do this at first?
For me I want to look at native system font use and native keyboards etc so that I can convert our current seller over from the other Lua based language. There was something else but for the life of me I cannot remember what it was.
That's the problem with me. I can either be in coding mode or artist mode but not both at the same time. It was fine up until recently. Then my business partner decided that he wanted to go do something else instead of putting the knowledge we have gained over the past two years into use. Up to now he could concentrate on coding and I could get on with developing my art. Now I have to force my head into two modes depending on what I am doing. "Jack of all trades, master of none", comes to mind.
That's why, from time to time, you will get stupid questions on here to do with coding from me.
Mike
http://www.sharksoupstudios.com
Mike
http://www.sharksoupstudios.com
-Buttons
-Labels
-AlertViews (Up to 5 buttons)
-TextFields (with automatic native keyboard)
-Sliders
-Switches
Besides the label, all controls report changes back via events. Again thanks to Atilim who helps me tiresly whenever I hit a wall.
Cheers
Michael
Is it possible to test plugins?
My first major success tonight was to create a database in the plugin with a schema of two entities with several attributes entirely defined in Gideros like this:
Over the next few days I will be trying to insert and retrieve data, and also work out if I can define relationships. (It's not very useful if I can't define relationships @-) .)
I'm not yet sure how to send an NSSet to Gideros - I assume that I will be able to do it with tables.
Edit: looking at that code, I will come up with better constant names for the Attribute Types, as in Integer, String, etc.
Likes: MikeHart, atilim
The thought about tables is a good one. The gamekit example shows how to build a table for an event listener.
currently working on UIKit subview compatibility
@Atilim, as I had send you the lasted code a few days ago, feel free to post it here or work further on yourself. You have put in so much time helping me that I could understand that you want to keep this closed. Thanks for all your help, I appreciated it very very much!
I am sorry for my shown frustration yesterday. I am in financial troubles and yesterday was ultra sensitive. I will release my ads plugin and work on it. The UIKit plugin, Atilim has to decide.
Sorry again for the confusion. Next time I am depressed I will just hide under a rock and won't touch a keyboard.
Michael
Likes: gorkem, chipster123
Stay strong Mike, I hope your future with gideros is healthy and wealthy
Likes: chipster123
Sid
Let me wrap up the Ads plugin now.
Likes: gorkem, phongtt