Search found 45 matches

by William Van Hoecke
Tue Dec 07, 2021 12:21 am
Forum: Bugs Reports
Topic: failing vector graphics
Replies: 0
Views: 5325

failing vector graphics

A whole lot of wrong behavior here Canvas is shrinking at every loop ???? lines and circles are moving at wrong rate ???? lines and circles are not even moving at same rate ???? lines and circles are are growing at every loop ???? OpenWindow(111,0,0,1003,712,"TEST",#PB_Window_BorderLess) C...
by William Van Hoecke
Wed Nov 10, 2021 12:00 am
Forum: Coding Questions
Topic: DrawVectorText
Replies: 3
Views: 1898

Re: DrawVectorText

Thanks Peter,
I seem to run a lot of bugs lately :evil:

I wonder, has development on SpiderBasic stopped ??
by William Van Hoecke
Tue Nov 09, 2021 9:26 pm
Forum: Coding Questions
Topic: DrawVectorText
Replies: 3
Views: 1898

Re: DrawVectorText

No one any idea... please ?
by William Van Hoecke
Thu Oct 07, 2021 11:57 pm
Forum: Coding Questions
Topic: DrawVectorText
Replies: 3
Views: 1898

DrawVectorText

Hi all, Does anybody know why following code DrawVectorText is not doing what I expect it to do ? Documentation says: Draw the given text at the current location of the path cursor. The cursor will be moved horizontally to the end of the drawn text. Strokepath : not working correctly DrawVectorText ...
by William Van Hoecke
Thu Oct 07, 2021 11:23 pm
Forum: Coding Questions
Topic: Httprequest and downloading XML FileHow to ?
Replies: 9
Views: 2506

Re: Httprequest and downloading XML FileHow to ?

@Paul And remember, your Spider Basic app must also run from the same Domain or it won't work for security reasons. What with the domain if the code is runs as an app on an android phone ? I created an app an run it both as 1) web-app in chrome browser on android phone 2) android app on android phon...
by William Van Hoecke
Wed Oct 06, 2021 8:56 am
Forum: Coding Questions
Topic: Httprequest and downloading XML FileHow to ?
Replies: 9
Views: 2506

Re: Httprequest and downloading XML FileHow to ?

@Paul And remember, your Spider Basic app must also run from the same Domain or it won't work for security reasons. What with the domain if the code is runs as an app on an android phone ? I created an app an run it both as 1) web-app in chrome browser on android phone 2) android app on android phon...
by William Van Hoecke
Tue Aug 03, 2021 9:29 pm
Forum: Coding Questions
Topic: multiple InsertJSONStructure
Replies: 2
Views: 819

Re: multiple InsertJSONStructure

Thanks Peter,
I thought of that too, but then I will have to rename ALL my variables, In my real case a lot of large structs troughout a lot of code.

Thanks a lot
by William Van Hoecke
Tue Aug 03, 2021 3:40 pm
Forum: Coding Questions
Topic: multiple InsertJSONStructure
Replies: 2
Views: 819

multiple InsertJSONStructure

Hello, I need to create a json string to send to my server. I have several structures and structured arrays. I am however not sure how to use the INSERT functions like InsertJSONStructure and InsertJSONArray I would expecty below code to produce something like { "Profile":{"naam"...
by William Van Hoecke
Thu May 27, 2021 11:11 pm
Forum: Tricks 'n' Tips
Topic: How to sign a release APK
Replies: 20
Views: 53700

Re: How to sign a release APK

Nice and very usefull.
fiddled a bit with it to point to the right files.
Its working fine, google play console is accepting my signed app

Well done, thanks