Page 1 of 1

Different behaviour between 'Run/Compile and 'Create WebApp'

Posted: Sun Jul 23, 2017 4:25 pm
by Peter
Hello Fred,

if i press F5 in SpiderBasic, the IDE creates a copy of the original source and names it 'PB_EditorOutput.pb' (in the temp-folder). After that SpiderBasic compiles this ('PB_EditorOutput.pb') temp-file.

if i create a WebApp in SpiderBasic, the IDE creates a copy of the original source and names it 'PB_EditorOutput.pb' (in the temp-folder). After that SpiderBasic compiles the original sourcefile.

Is there any reason for this different behaviour?

It would be more consistent, if SpiderBasic compiles always the 'PB_EditorOutput.pb' in the temp-folder.

Thanks in advance & Greetings ... Peter