IdeasVacuum, you gave me the key, is just a matter of the attribute #PB_Window_BorderLess, changing the line in my code by
If OpenWindow(0, 0, 0, 305, 140, "ScrollAreaGadget", #PB_Window_SystemMenu | #PB_Window_BorderLess | #PB_Window_ScreenCentered)
it works, It has no sense for me but this is ...
Search found 13 matches
- Thu Jun 08, 2017 12:22 pm
- Forum: Coding Questions
- Topic: Cannot show scrollbars in androi
- Replies: 11
- Views: 8617
- Wed Jun 07, 2017 4:34 pm
- Forum: Coding Questions
- Topic: Cannot show scrollbars in androi
- Replies: 11
- Views: 8617
Re: Cannot show scrollbars in androi
You have to enable debug the apk in order to install it. Without debugging must be signed before
- Tue Jun 06, 2017 8:23 am
- Forum: Coding Questions
- Topic: Cannot show scrollbars in androi
- Replies: 11
- Views: 8617
Re: Cannot show scrollbars in androi
I even cannot show the last created gadget (TextGadget "This is the content of a ScrollAreaGadget!"). Is there a special gesture to scroll? Can anyone try the apk generated in an android phone and tell me if is the correct behaviour?
THX
THX
- Sun Jun 04, 2017 9:27 am
- Forum: Coding Questions
- Topic: Cannot show scrollbars in androi
- Replies: 11
- Views: 8617
Re: Cannot show scrollbars in androi
The sample code from documentation
Procedure GadgetEvent()
Debug "Button " + EventGadget() + " pressed!"
EndProcedure
If OpenWindow(0, 0, 0, 305, 140, "ScrollAreaGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ScrollAreaGadget(0, 10, 10, 290,120, 375, 155, 30)
ButtonGadget (1 ...
Procedure GadgetEvent()
Debug "Button " + EventGadget() + " pressed!"
EndProcedure
If OpenWindow(0, 0, 0, 305, 140, "ScrollAreaGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ScrollAreaGadget(0, 10, 10, 290,120, 375, 155, 30)
ButtonGadget (1 ...
- Tue May 30, 2017 8:45 am
- Forum: Coding Questions
- Topic: Writing permission to external storage
- Replies: 0
- Views: 2459
Writing permission to external storage
I am trying to download an html once the app is deployed as an Android APP and I receive a message avoiding the action. The manifest of the apk does not include the
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Maybe is no related to this permission but what works ...
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Maybe is no related to this permission but what works ...
- Mon May 29, 2017 4:24 pm
- Forum: Coding Questions
- Topic: Cannot show scrollbars in androi
- Replies: 11
- Views: 8617
Cannot show scrollbars in androi
Once deployed in an android device I cannot show the scrollbars, perfectly shown as a web app in PC, so they are totally useless. My mistake? Bug?
THX
THX
- Thu May 25, 2017 11:22 am
- Forum: Coding Questions
- Topic: Maps as members of List
- Replies: 2
- Views: 3026
Re: Maps as members of List
Great, a little bit hacking approach but pretty
Thanks
Thanks
- Thu May 25, 2017 10:54 am
- Forum: Coding Questions
- Topic: Maps as members of List
- Replies: 2
- Views: 3026
Maps as members of List
Can I have Maps as elements of a List? I suspect the answer is no and is restricted to basic or structured types
If possible, what is the syntax to access the entry on the map in one element of the list?
THX
If possible, what is the syntax to access the entry on the map in one element of the list?
THX
- Fri May 19, 2017 8:45 am
- Forum: Coding Questions
- Topic: Weird problem after ELSE
- Replies: 8
- Views: 5979
Re: Weird problem after ELSE
Thanks a lot, problems of cut & paste, my fault. I really apreciate. You have free beers if you come to Valencia, Spain.
- Fri May 19, 2017 8:07 am
- Forum: Coding Questions
- Topic: Weird problem after ELSE
- Replies: 8
- Views: 5979
Re: Weird problem after ELSE
Please, try to put values in the four fields and push OK, then hangs