Search found 884 matches

by Peter
Mon Nov 14, 2016 7:53 am
Forum: Coding Questions
Topic: Create Web App: Path-Question
Replies: 7
Views: 3000

Re: Create Web App: Path-Question

Hello JohnJohnsonSHERMAN,

thanks for your reply!

unfortunately it doesn't work with or without front- or backslashes: The resources-folder and its content is not copied.

Sounds like a bug for me...

Greetings ... Peter
by Peter
Fri Nov 11, 2016 2:55 pm
Forum: Coding Questions
Topic: Create Web App: Path-Question
Replies: 7
Views: 3000

Re: Create Web App: Path-Question

Me again ;-) What about the resource-Directory? Resource directory The path of the resource directory where all the app assets belongs to. It can be only one resource directory specified. The whole directory will be automatically copied to the app root directory. i have a resource-Folder containing ...
by Peter
Fri Nov 11, 2016 11:54 am
Forum: Coding Questions
Topic: Create Web App: Path-Question
Replies: 7
Views: 3000

Re: Create Web App: Path-Question

Hello JohnJohnsonSHERMAN,

thanks for your fast reply! Now everything works like expected. :-)

Image

Greetings ... Peter
by Peter
Fri Nov 11, 2016 11:31 am
Forum: Coding Questions
Topic: Create Web App: Path-Question
Replies: 7
Views: 3000

Create Web App: Path-Question

Hello, i don't know if i understood it correctly for the first time i want to create a Web App in an Apache htdocs folder and have this configuration http://i.imgur.com/rdBY149.png After creating the Web App (and calling localhost/ahh4/index.html) i get this: http://i.imgur.com/q1LgsaT.png Am I doin...
by Peter
Tue Nov 08, 2016 2:00 pm
Forum: General Discussion
Topic: App not runing with new 2.0 Beta 5
Replies: 4
Views: 2819

Re: App not runing with new 2.0 Beta5

Are you running any browser-extensions?
by Peter
Tue Nov 08, 2016 1:28 pm
Forum: General Discussion
Topic: App not runing with new 2.0 Beta 5
Replies: 4
Views: 2819

Re: App not runing with new 2.0 Beta5

MichaelBzdega wrote:i have some little code which shows some windows. It's from the examples.
if you mean 'window.sb' from the example-folder: Works here as expected.

You can press <F12> in Chrome to open the console and take a look, if there is an error.

Greetings ... Peter
by Peter
Tue Nov 08, 2016 9:41 am
Forum: Coding Questions
Topic: Autocomplete StringGadget
Replies: 4
Views: 2456

Re: Autocomplete StringGadget

But how can I check if the user pressed the ENTER key in the StringGadget ? with AddKeyboardShortcut: Enumeration #myWindow #myStringGadget1 #myStringGadget2 #myShortcutEvent EndEnumeration Procedure MenuEvents() If EventMenu() = #myShortcutEvent If GetActiveGadget()=#myStringGadget1 Debug "<E...
by Peter
Mon Nov 07, 2016 3:06 pm
Forum: Coding Questions
Topic: Autocomplete StringGadget
Replies: 4
Views: 2456

Re: Autocomplete StringGadget

Hello LuckyLuke, this is not that easy... * jQuery already exists when SpiderBasic loads. Remove this: LoadScript("//code.jquery.com/jquery-1.12.4.js", @test()) * jQuery UI also already exists, but in a custom version without autocomplete (Includes: jquery.ui.core.js, jquery.ui.widget.js, ...
by Peter
Sun Nov 06, 2016 9:01 pm
Forum: Coding Questions
Topic: where is the examples map in SB 2.00 ?
Replies: 9
Views: 3491

Re: where is the examples map in SB 2.00 ?

http://forums.spiderbasic.com/viewtopic ... 2644#p2644:
Fred wrote:- Changed: Examples on Windows are now installed in 'common app' folder to avoid permission issues