hey,
How can i check it the raw exists?
I have Weap1 Weap2 and Weap3 and so on and when i remove one by removing the raw i need to check if the raw exists when displaying in to text.
Thanks
Update:
Add
sorting sample capx
megatronx
Done.
BTW, what is "objects with expressions"?
Awesome :) thanks! :)
that's the window im talking about
box.com/s/a1qirnsumg68lk6r70ri
EDIT@ Ah I was asking if it would be possible to make sorting the whole row in to something like this
",Dem,Str,Val
Weap4,12,2,18,
Weap6,4,13,6,
Weap9,12,45,90"
And for example when sorted by COL "Str" from biggest to smallest number and reversed.
Weap9,12,45,90,
Weap4,12,2,18"
Or by Val
Weap6,4,13,6"
Do you know what i mean?
I use this
",Dem,Str,Val Weap4,12,2,18, Weap6,4,13,6, Weap9,12,45,90"
to make a capx.
It first transfer all string to integer. Then sort row by col "Val" in increasing order.
For "objects with expressions" , sorry I could not create a combo box in C2 editor dynamic.
Fix some small bug, please re-download this plugin again.
Cool, thanks for the example :)
I didn't mean to create a window, just to display created pages in CVS like variables are displayed in system :)
Develop games in your browser. Powerful, performant & highly capable.
There�s a breaking bug in the plugin for me:
when you add the csv plugin, in the test mode everything runs fine. But on export the window is just black.
The console gives this message: Uncaught ReferenceError: cr_createRuntime is not defined
You can see an example here:
dl.dropbox.com/u/6813637/barkley3/index.html
Sheepy
Uh, I will fix it as soon as possible. Thanks.
Could you see if the plugin is working in r110 because everything is totally broken for me now. Also Ash said that arrays are broken in r110, but i would not think it apply to custom plugins.
Fix bug for export fail.
Uh, sorry, it's really csv plugin's fail. But I had fixed it.
Cool, let's have a look :)
Still broken :<
Seams like appending a row doesn't work, as error tells me that it can't find created rows. Assertion failure.
Could you provide the test capx file?
yeah, send u pm.
Fix bug when using "action:Set"
OK, fix it.