Search found 29 matches

by RobertRioja
Thu Aug 06, 2020 2:23 am
Forum: Coding Questions
Topic: TextGadget border disappears.
Replies: 1
Views: 1682

TextGadget border disappears.

I create a TextGadget like this:

Code: Select all

 TG = TextGadget(#PB_Any, 0, 0, 100, 20, "Some text", #PB_Text_Center | #PB_Text_Border)
If I then set the gadget color like this:

Code: Select all

 SetGadgetColor(TG, #PB_Gadget_BackColor, RGB(240, 230, 140))
the border disappears.

Any suggestions?
Thanks,
Robert
by RobertRioja
Mon May 25, 2020 2:53 am
Forum: Coding Questions
Topic: Androd: File Requester
Replies: 5
Views: 5228

Re: Androd: File Requester

Here is how I solved the problem:



#Android = #True ; or #False

;- Open the main window.
CompilerIf #PB_Compiler_OS = #PB_OS_Web
CompilerIf #Android = #False
WindowMain = OpenWindow(#PB_Any, 0, 0, 900, 600, "", #PB_Window_Background)
BindEvent(#PB_Event_SizeWindow, @Event_Resize ...
by RobertRioja
Fri Apr 10, 2020 5:09 am
Forum: Coding Questions
Topic: android app creation: legitimately, broken
Replies: 2
Views: 2955

Re: android app creation: legitimately, broken

I also had the same problem. I used Google to find a solution and came up with this. I downloaded from the Play Store the app called APK Editor. Run it, pick "Select an Apk File", find and pick your APK, pick "Common Edit", then find "Install Location" and change it to any of the other choices. For ...
by RobertRioja
Fri Jan 24, 2020 5:39 am
Forum: Coding Questions
Topic: How to access files in Android
Replies: 1
Views: 2492

How to access files in Android

I have been reading the manual as well as many posts in this forum and I am very confused. It seems that SpiderBasic cannot access local files except in an Android app. Is there a version of the manual that explains how to access local files in an Android device?

Thanks,
Robert
by RobertRioja
Wed Jan 22, 2020 1:21 am
Forum: Coding Questions
Topic: Problem with menu item text
Replies: 0
Views: 4470

Problem with menu item text

The manual says:

The special '&' character to underline a specific letter:
"&File" will actually display: File

But it does not seem to work. It actually displays "&File".

Can anyone help?

Thanks,
Robert
by RobertRioja
Tue Jan 21, 2020 11:28 pm
Forum: Coding Questions
Topic: SOLVED : Android apk on smartphone will not install
Replies: 3
Views: 3465

Re: Android apk on smartphone will not install

I also have the same problem. I used Google to find a solution and came up with this. I downloaded from the Play Store the app called APK Editor. Run it, pick "Select an Apk File", find and pick your APK, pick "Common Edit", then find "Install Location" and change it to any of the other choices. For ...
by RobertRioja
Tue Jan 21, 2020 5:57 am
Forum: Coding Questions
Topic: android app creation is broken
Replies: 5
Views: 6125

Re: android app creation is broken

I did some research and found a solution, even though I don't understand the problem. I used APK Editor to edit the apk generated by SpiderBasic. By changing the Install Location to Internal Only, the apk can be installed. So every time I edit the app in SpiderBasic, create the apk and send it to my ...
by RobertRioja
Tue Jan 21, 2020 4:01 am
Forum: Coding Questions
Topic: android app creation is broken
Replies: 5
Views: 6125

Re: android app creation is broken

I am having the same problem. My USB debugging is enabled but it makes no difference. I have tried everything but have not been able to get any SpiderBasic apks to install.
by RobertRioja
Sat Sep 21, 2019 11:14 pm
Forum: Feature Requests and Wishlists
Topic: PHP output
Replies: 12
Views: 12763

Re: PHP output

Peter,
I just sent it.
Robert
by RobertRioja
Fri Sep 20, 2019 11:59 pm
Forum: Feature Requests and Wishlists
Topic: PHP output
Replies: 12
Views: 12763

Re: PHP output

Hello Peter,

I looked into SpiderBite but have not yet installed it. It looks very interesting and I will pursue it as soon as I have some time. I translated the README to English and I can share it with you but I don't see how to attach a file to this post. Most forums have a way of allowing ...