Search found 152 matches

by sashapont
Thu Dec 12, 2019 9:21 pm
Forum: General programming
Topic: name to id
Replies: 7
Views: 5674

name to id

I hate many dynamically generated object with automatic id and names like name="myname"..{I}
Are there any way to get id, for example, for object with name myname100?
by sashapont
Mon Oct 28, 2019 8:22 pm
Forum: General programming
Topic: GetObjectType usage
Replies: 1
Views: 3714

GetObjectType usage

Please explain me how I can use this function

TextOut(10, 10,"a" ,{name= text1,Color=#Black})

how I can get type of this object?

type = GetObjectType("text1")

is not work...
by sashapont
Wed Oct 02, 2019 9:32 pm
Forum: General programming
Topic: Create tables
Replies: 8
Views: 6515

Re: Create tables

You still need to put those 100 tables in an outer one. You can use a string concatination to generate a key value. Local and Global variables cannot use dynamic names. Global tbl={} For t=0 to c tbl["MenuItem"..StrStr(t).."$"]={} Next I don't understand clearly.... I use this c...
by sashapont
Wed Oct 02, 2019 9:12 pm
Forum: General programming
Topic: Create tables
Replies: 8
Views: 6515

Re: Create tables

Let's try again. You are trying to generate names dynamically? If so it needs to be inside an outer table. MenuItem={} For t=0 to c MenuItem[t]={} Next No I want many tables for example I want: MenuItiem1$={1,2,3..} MenuItiem2$={1,2,3...} MenuItiem3$={1,2,3...} ... MenuItiem100$={1,2,3...}
by sashapont
Wed Oct 02, 2019 7:37 pm
Forum: General programming
Topic: Create tables
Replies: 8
Views: 6515

Re: Create tables

Is not work!

Table menuitiem{} not found!
by sashapont
Wed Oct 02, 2019 11:10 am
Forum: General programming
Topic: Create tables
Replies: 8
Views: 6515

Create tables

I want to create many table in runtime I don't know how mucky it will be at the program start. How I can do it in for next like?

Code: Select all

 For t = 1 to c
MenuItiem..[t]..$={}
 Next

by sashapont
Thu Sep 26, 2019 10:01 am
Forum: Wishlist
Topic: My Wishlist
Replies: 5
Views: 5867

Re: My Wishlist

1. Done!

Are there any plan to release updated RapaGUI?

And what can you say about porting to other platforms?
by sashapont
Sun Sep 22, 2019 12:01 pm
Forum: Announcements
Topic: The Awesome Autumn iOS Plugin Bash 2019
Replies: 6
Views: 8607

Re: The Awesome Autumn iOS Plugin Bash 2019

Thank you!!!
It is really good news for me! I like your work!

Now Hollywood is usable for me on iOS.

Now we will wait for RapaGUI for iOS! :)

And please give full working example with interaction Hollywood and standard iOS interface.
by sashapont
Wed Sep 11, 2019 3:55 pm
Forum: Announcements
Topic: Hollywood has landed on iOS: Remedios 1.0 released
Replies: 24
Views: 32809

Re: Hollywood has landed on iOS: Remedios 1.0 released

Two month pass... There are no new fresh builds yet... :(
by sashapont
Thu Aug 15, 2019 6:02 pm
Forum: Remedios
Topic: iOS native ui and Hollywood
Replies: 0
Views: 7436

iOS native ui and Hollywood

I am a first! :)

Can anybody share sample with interaction Hollywood and iOS native controls ?

PS I wait iOS plugins very much... If Andreas wants I can beta test it.