Search found 152 matches

by sashapont
Thu Mar 12, 2020 8:46 pm
Forum: Remedios
Topic: Create Directory
Replies: 2
Views: 7313

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?
by sashapont
Wed Mar 04, 2020 9:44 am
Forum: RapaGUI
Topic: RapaGui is nor working in TinyCore Linux
Replies: 1
Views: 5372

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
by sashapont
Wed Feb 05, 2020 4:41 pm
Forum: General programming
Topic: Transparent layer background
Replies: 3
Views: 5188

Re: Transparent layer background

airsoftsoftwair wrote: Wed Feb 05, 2020 2:44 pm You 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.
Thank you! It works with Alphachannel
by sashapont
Tue Feb 04, 2020 8:47 pm
Forum: General programming
Topic: Transparent layer background
Replies: 3
Views: 5188

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   

by sashapont
Sun Jan 05, 2020 12:21 am
Forum: General programming
Topic: OnKeyUp for iOS
Replies: 5
Views: 5857

Re: OnKeyUp for iOS

Yes
by sashapont
Fri Jan 03, 2020 9:58 pm
Forum: General programming
Topic: OnKeyUp for iOS
Replies: 5
Views: 5857

Re: OnKeyUp for iOS

I know. about ShowKeyboard() without this don't work Letter луныю But what can you say about left and write swipes?
by sashapont
Fri Jan 03, 2020 7:12 pm
Forum: General programming
Topic: OnKeyUp for iOS
Replies: 5
Views: 5857

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...
by sashapont
Sat Dec 14, 2019 7:41 pm
Forum: General programming
Topic: name to id
Replies: 7
Views: 5681

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?
by sashapont
Fri Dec 13, 2019 8:40 pm
Forum: General programming
Topic: name to id
Replies: 7
Views: 5681

Re: name to id

MakeButton(Nil, #LAYERBUTTON, "button"..t.."box", True, False,{OnMouseDown = p_MyFunc, name="mybutton"})

How I can get id of this button?
by sashapont
Fri Dec 13, 2019 5:44 pm
Forum: General programming
Topic: name to id
Replies: 7
Views: 5681

Re: name to id

not work for buttons :(