Search found 17 matches

by Leonhardt
Mon Mar 27, 2017 7:01 am
Forum: Coding Questions
Topic: How to use camera of the PC or phone ?
Replies: 1
Views: 1780

How to use camera of the PC or phone ?

Is there any way to call camera to take a shot,and then save the image?
by Leonhardt
Mon Dec 05, 2016 6:54 am
Forum: Coding Questions
Topic: ListIcon gadget column width
Replies: 0
Views: 1861

ListIcon gadget column width

hello,why the listicon gadget column width is'nt as my expection? both button and listicon width are 100. my PC: XP sp3 SB2.0 beta10 If OpenWindow(0, 100, 100, 800, 600, "ListIcon Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) ListIconGadget(0, 5, 5, 600, 300, "Name"...
by Leonhardt
Thu Dec 01, 2016 5:54 am
Forum: Tricks 'n' Tips
Topic: Make an Android app
Replies: 5
Views: 6690

Re: Make an Android app

could you make a lesson about how to create .ipa?
by Leonhardt
Tue Nov 29, 2016 2:02 pm
Forum: Coding Questions
Topic: compile saved files
Replies: 2
Views: 1989

Re: compile saved files

MrTAToad wrote:Sounds like something I have been getting too : http://forums.spiderbasic.com/viewtopic.php?f=11&t=969

Are you running the beta version of 2.0 ?
yes beta7. I will check that, thank you
by Leonhardt
Mon Nov 28, 2016 6:51 am
Forum: Coding Questions
Topic: compile saved files
Replies: 2
Views: 1989

compile saved files

Hello,I am new.sorry about this newbie question. when I open my SB editor and type some codes then run it (use the Compile/Run button on the tool bar ) without saving ,it works,but when I saved these codes as a sb file in some directory, I run it again it doesn't work,the page can't be opened.I have...
by Leonhardt
Sat Nov 26, 2016 4:29 am
Forum: Coding Questions
Topic: scrolling area
Replies: 0
Views: 1721

scrolling area

Hello, I've built some android apps,which contains listview or listicon gadget.when I run them in web browser,I can use mouse to scroll the unseen area that contains more items,but when I run them on my android phone,I can't scroll the gadget,and can't access the unseen area, could any one tell me h...
by Leonhardt
Thu Nov 24, 2016 1:32 am
Forum: Feature Requests and Wishlists
Topic: This blue image .... ^^
Replies: 5
Views: 2880

Re: This blue image .... ^^

when you create a web app, the file "SpiderBasic\media" contains that blue image,maybe you can replace that with your image? :D
by Leonhardt
Wed Nov 23, 2016 12:50 pm
Forum: Coding Questions
Topic: strange behavior about events
Replies: 3
Views: 2249

Re: strange behavior about events

Is this a bug or I get something wrong? This is a bug. Try with #PB_EventType_RightButtonDown instead of #PB_EventType_RightClick. #PB_EventType_RightClick is not detected when it is a CanvasGadget. :!: Bug repport done. Thanks Leonhardt Thanks for testing,but I still wonder why touch screen can no...
by Leonhardt
Wed Nov 23, 2016 11:38 am
Forum: Coding Questions
Topic: strange behavior about events
Replies: 3
Views: 2249

strange behavior about events

Hello ,I have a PC with a touchscreen, when I run this code,I found a strange behavior: OpenWindow(0,0,0,800,600,"",#PB_Window_SystemMenu|#PB_Window_TitleBar|#PB_Window_SizeGadget) ButtonGadget(0,200,100,100,50,"ok") CanvasGadget(1,200,250,100,100) CreateImage(0,100,100) StartDra...
by Leonhardt
Wed Nov 23, 2016 7:37 am
Forum: General Discussion
Topic: about ordering , asking fred
Replies: 1
Views: 2097

about ordering , asking fred

hello, several days ago I have read the SB price page and bought a license for one year ,but the help file said a license only lasts for one major version , for now SB major version is 1. x , 2.0 is only beta version . does this mean after some days SB upgrades to 2.0 (which would be soon, as beta i...