Search found 67 matches

by hoerbie
Mon Jun 12, 2023 2:28 pm
Forum: Bugs Reports
Topic: 2.50 IDE crashes in Find/Replace
Replies: 0
Views: 13086

2.50 IDE crashes in Find/Replace

Hi,
the IDE of 2.50 crashes every time on macOS, when I select one of the old "Search for" entries in the dropdown and then click on "Find next".
Same in 2.40, never used it until now...
by hoerbie
Mon Jun 12, 2023 2:23 pm
Forum: Bugs Reports
Topic: 2.50/2.51b1 still no iOS app create
Replies: 7
Views: 8844

2.50/2.51b1 still no iOS app create

Hi Fred, you fixed the original crash https://forums.spiderbasic.com/viewtopic.php?p=9320 , but I still can't compile for iOS, now SB 2.50 tells me on "Create App" for iOS after seeing the includes of my own files and a short creating on my Intel MBP as error: SpiderBasic - Using cordova-f...
by hoerbie
Mon Jun 12, 2023 2:04 pm
Forum: General Discussion
Topic: SpiderBasic 2.50 is out !
Replies: 27
Views: 26239

Re: SpiderBasic 2.50 is out !

@Fred, just to be sure: Am I right, that the way one can use SB-variables directly in JS has changed? I've checked my biggest app against 2.50 and it stopped working on some code, until I changed the use of global SB variables like "sbname" in JS from "v_sbname" to "g_sbname...
by hoerbie
Fri May 26, 2023 5:44 pm
Forum: Feature Requests and Wishlists
Topic: HTTPRequest() please give back error message
Replies: 2
Views: 6887

Re: HTTPRequest() please give back error message

Peter, thanks for your direct solution, but much more for simply making this SB function readable for me. I think I will never get familiar with understanding such compressed spaghetti code, although programming for about 35 years in a lot of languages... But now it is readable and understandable, m...
by hoerbie
Fri May 26, 2023 5:39 pm
Forum: General Discussion
Topic: SpiderBasic 2.50 is out !
Replies: 27
Views: 26239

Re: SpiderBasic 2.50 beta 2 is ready !

I think Fred could explain it better, but as this was also one of my requests, I'll try: More on MacOS compiling for iOS, but also sometimes on Windows for Android the compile simply stops without any good error message, mostly when it was something special Cordova problem. For example before 2.40 s...
by hoerbie
Fri May 26, 2023 11:33 am
Forum: Coding Questions
Topic: ListIconGadget() scrolls horizontally by click
Replies: 1
Views: 4016

ListIconGadget() scrolls horizontally by click

Hi, not a big bug, but annoying from my point of view. id = OpenWindow(#PB_Any, 50, 50, 300, 300, "My App", #PB_Window_ScreenCentered) lis = ListIconGadget(#PB_Any, 5, 5, 290, 340, "First", 100, #PB_ListIcon_FullRowSelect|#PB_ListIcon_GridLines) AddGadgetColumn(lis, 1, "Seco...
by hoerbie
Fri May 26, 2023 11:21 am
Forum: Feature Requests and Wishlists
Topic: HTTPRequest() please give back error message
Replies: 2
Views: 6887

HTTPRequest() please give back error message

Hi, actually (2.40) the HTTPRequest doesn't give back any information why the request failed. In spider_HTTPRequest() there are three parameters in the $.ajax error:function(a,b,c) defined, but no-one is given back. Looking in the docs, "b" gives back something like "timeout", &q...
by hoerbie
Fri May 26, 2023 11:07 am
Forum: Feature Requests and Wishlists
Topic: HTTPTimeout
Replies: 2
Views: 3497

Re: HTTPTimeout

@Fred: sounds good :) When you add it, maybe you can add it more the same way like in PB, that HTTPTimeout sets a variable in the background and this variable is then read when a new HTTPRequest() is called, and then set directly for the next $.ajax call. Because I think my way of using $.ajaxsetup ...
by hoerbie
Fri May 26, 2023 10:55 am
Forum: Feature Requests and Wishlists
Topic: Don't auto-close details of create-app
Replies: 1
Views: 3531

Re: Don't auto-close details of create-app

+1
Would be a good addition to the in 2.50 new feature of keeping the build dir.
And in the same way it would be a good addition when alle the compile infos could be copied to the clipboard.
by hoerbie
Fri May 26, 2023 10:52 am
Forum: Feature Requests and Wishlists
Topic: Headers for the Load*() functions
Replies: 0
Views: 12137

Headers for the Load*() functions

Hi, I would find it helpful, when I could set up my own additional headers when using the LoadScript(), LoadImage() or LoadSound() functions. My apps are using a device token in the header when communicating by HTTPRequest() with my in PB written server, and without token it is not so easy to know, ...