Search found 144 matches
- Sat Sep 05, 2020 8:26 am
- Forum: Wishlist
- Topic: My Wishlist
- Replies: 5
- Views: 2587
Re: My Wishlist
It is good news! Where I can find it?
- Sun Mar 15, 2020 2:44 pm
- Forum: Remedios
- Topic: Create Directory
- Replies: 2
- Views: 3267
Re: Create Directory
I found solution
In iOS must be change directory before create.
In iOS must be change directory before create.
- Thu Mar 12, 2020 8:46 pm
- Forum: Remedios
- Topic: Create Directory
- Replies: 2
- Views: 3267
Create Directory
MakeDirectory function for creating directory in Documents folder of application works on simulator^ but doesn't.t work on real Device.
I have Error creating Directory /var/mobile/Containers/Data/Application/..../Documents/MyDirectory!
Are there any way to fix that?
I have Error creating Directory /var/mobile/Containers/Data/Application/..../Documents/MyDirectory!
Are there any way to fix that?
- Wed Mar 04, 2020 9:44 am
- Forum: RapaGUI
- Topic: RapaGui is nor working in TinyCore Linux
- Replies: 1
- Views: 4016
RapaGui is nor working in TinyCore Linux
I try to install TinyCorePure64 distributive and RapaGui is not work& In terminal I always have error rapagui.hwp not found.
In ubuntu and Debian application is working
In ubuntu and Debian application is working
- Wed Feb 05, 2020 4:41 pm
- Forum: General programming
- Topic: Transparent layer background
- Replies: 3
- Views: 3177
Re: Transparent layer background
Thank you! It works with Alphachannelairsoftsoftwair wrote: ↑Wed Feb 05, 2020 2:44 pmYou need to add an alpha channel or a mask to the layer using CreateLayer() and then use #SELMODE_COMBO with SelectLayer(). Then it should work.
- Tue Feb 04, 2020 8:47 pm
- Forum: General programming
- Topic: Transparent layer background
- Replies: 3
- Views: 3177
Transparent layer background
Is it possible to make transparent layer background for text?
Code: Select all
CreateLayer(x,y,w,h,{Name = myLayer})
SelectLayer(myLayer)
TextOut(h+5, 0, Text$)
EndSelect
- Sun Jan 05, 2020 12:21 am
- Forum: General programming
- Topic: OnKeyUp for iOS
- Replies: 5
- Views: 3344
- Fri Jan 03, 2020 9:58 pm
- Forum: General programming
- Topic: OnKeyUp for iOS
- Replies: 5
- Views: 3344
Re: OnKeyUp for iOS
I know. about ShowKeyboard() without this don't work Letter луныю But what can you say about left and write swipes?
- Fri Jan 03, 2020 7:12 pm
- Forum: General programming
- Topic: OnKeyUp for iOS
- Replies: 5
- Views: 3344
OnKeyUp for iOS
I use this function and it works well on Desktop platform& How I can use it on iOs? There are no left key on iOS keyboard, and left may possible by long tap an space and swap to left. Are any way to check this event? Function p_HandlerFunc(msg) Switch(msg.action) Case "OnKeyUp": If msg.key = "LEFT" ...
- Sat Dec 14, 2019 7:41 pm
- Forum: General programming
- Topic: name to id
- Replies: 7
- Views: 2901
Re: name to id
I try it and then write
SystemRequest("Attention",ToString(buttonid), "OK",#REQICON_WARNING)
And it doesn't show correct id. What I am doing wrong?
SystemRequest("Attention",ToString(buttonid), "OK",#REQICON_WARNING)
And it doesn't show correct id. What I am doing wrong?