Search found 7 matches

by robin52
Mon Jul 01, 2019 1:35 pm
Forum: Coding Questions
Topic: run apk in the background
Replies: 1
Views: 2203

Re: run apk in the background

up
by robin52
Thu May 23, 2019 1:32 pm
Forum: Coding Questions
Topic: run apk in the background
Replies: 1
Views: 2203

run apk in the background

Hello,


I would have liked to know if it was possible to keep an active android application when we change application or lock the phone.
by robin52
Thu Apr 18, 2019 8:54 am
Forum: Coding Questions
Topic: button text + picture
Replies: 2
Views: 3196

Re: button text + picture

thanks peter, your exemple will be helpfull =)
by robin52
Wed Apr 17, 2019 7:56 am
Forum: Coding Questions
Topic: button text + picture
Replies: 2
Views: 3196

button text + picture

hello,


I would have liked to know what was the best way to make a button containing an image and a text.

there is the buttonGadget for text and buttonImageGadget for picture, but I would like a button that can do both.

Is it possible ?
by robin52
Tue Apr 16, 2019 1:05 pm
Forum: Coding Questions
Topic: installation problem without debugger
Replies: 3
Views: 3190

Re: installation problem without debugger

by changing the signature I succeeded, thank you
by robin52
Tue Apr 16, 2019 8:26 am
Forum: Coding Questions
Topic: installation problem without debugger
Replies: 3
Views: 3190

Re: installation problem without debugger

hello,

i've sign my app.apk

Image

but when i want install it

Image

are there specifications?
by robin52
Wed Apr 10, 2019 4:02 pm
Forum: Coding Questions
Topic: installation problem without debugger
Replies: 3
Views: 3190

installation problem without debugger

hi,

i've a problem when i try to install an apk when i create app without "enable debugger"

https://image.noelshack.com/minis/2019/15/3/1554911569-createapp.png

with this code:

If OpenWindow(0, 0, 0, DesktopWidth(0) , DesktopHeight(0) ,"OpenWindow",#PB_Window_ScreenCentered)
AddGadgetItem(0 ...