Search found 117 matches

by ilbarbax
Mon Jun 29, 2020 8:05 pm
Forum: General programming
Topic: Table name as variable
Replies: 3
Views: 3642

Re: Table name as variable

Thanks for suggests.

Jpv hint was successful
by ilbarbax
Fri Jun 26, 2020 5:29 pm
Forum: General programming
Topic: Table name as variable
Replies: 3
Views: 3642

Table name as variable

Hi, I want to do something like this: Table1={1,2,3,4... Table2={a,b,c,d,e.. Table3={d1,d2,d3,d4... Table_I_wan_to_use$="Table2" Dosomethngwithtable(Table_I_wan_to_use$) Function Dosomethngwithtable (tablename$) now I can't find a way to access i.e to table2[2] via tablename$ param endfunc...
by ilbarbax
Fri Jun 26, 2020 9:01 am
Forum: Tutorials
Topic: Examples sources
Replies: 5
Views: 8710

Re: Examples sources

Thanks
by ilbarbax
Thu Jun 25, 2020 11:56 am
Forum: Tutorials
Topic: Examples sources
Replies: 5
Views: 8710

Examples sources

@Andreas

The provided examples can be used as starting point or extended for my own programs?

In specific I'm working to an application extending the functionalities of your TextEditor example in RapaGui. Does this infringe anything?

thanks
by ilbarbax
Fri Oct 04, 2019 5:39 pm
Forum: General programming
Topic: monitor and FakeFullScreen
Replies: 2
Views: 3723

monitor and FakeFullScreen

Opening a display in FakeFullScreen on the default monitor, once I change the actual monitor with SetDisplayAttributes({monitor=act_mnt}) the fakefullscreen does not follow the new monitor remaining on the original one. Then I have my window, borderless, in the new monitor, with the underneath syste...
by ilbarbax
Mon Apr 01, 2019 12:16 pm
Forum: General programming
Topic: Inconsistent behavior on DefDir$
Replies: 2
Views: 2407

Inconsistent behavior on DefDir$

Under windows, using FileRequest the defdir$ accepts / as directory separator, while PathRequest does not accepts / but wants \. I had to use the following sentence: DefDir$="M:/JOB_ARCHIVE/" nf$=FileRequest("Select job picture","png|jpg|jpeg|tif|iff|pcx|bmp",#REQ_NORMA...
by ilbarbax
Fri Mar 08, 2019 2:11 pm
Forum: General programming
Topic: There is a way to detect how long a key is pressed?
Replies: 4
Views: 3759

There is a way to detect how long a key is pressed?

A keyboard key or a mouse key.

thanks
by ilbarbax
Mon Feb 11, 2019 4:28 pm
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 76665

Re: Hollywood 8: Supremacy out now!

What does it means Icon support. Can someone explain better. Does it means I can open icons like brushes in any system?
by ilbarbax
Fri Sep 07, 2018 2:30 pm
Forum: Wishlist
Topic: DISPLAY a further attribute
Replies: 1
Views: 2590

DISPLAY a further attribute

I would like to have a further Display attribute that should be definitely useful with multi display. It is something you can already program with current commands, however I think would simplify different activities. I few words my request is to be able to define a master display an sleeves display...