Search found 8 matches

by ts-soft
Sun Feb 19, 2017 11:13 am
Forum: Coding Questions
Topic: BindGadgetEvent - Compiler missed check
Replies: 1
Views: 2642

Re: BindGadgetEvent - Compiler missed check

Your both Syntax a correct, but not the same. @Button_Callback can hold the adress to a callback.
by ts-soft
Fri Nov 11, 2016 8:18 pm
Forum: Coding Questions
Topic: Can't create APK
Replies: 7
Views: 5843

Re: Can't create APK

ts-soft wrote:You have to install the 32-Bit JDK for windows
by ts-soft
Fri Nov 11, 2016 5:27 pm
Forum: Coding Questions
Topic: Can't create APK
Replies: 7
Views: 5843

Re: Can't create APK

You have to install the 32-Bit JDK for windows: http://www.oracle.com/technetwork/java/ ... 33151.html
jdk-8u112-windows-i586.exe

Than in the Preferences/Compiler/JDK 1.8+ path: C:\Program Files (x86)\Java\jdk1.8.0_112\
by ts-soft
Sun Nov 06, 2016 8:13 pm
Forum: Coding Questions
Topic: where is the examples map in SB 2.00 ?
Replies: 9
Views: 6521

Re: where is the examples map in SB 2.00 ?

As the other examples!

;
; ------------------------------------------------------------
;
; SpiderBasic - Map example file
;
; (c) Fantaisie Software
;
; ------------------------------------------------------------
;

Structure BasicStructure
Field1.b
Field2.w
Field3.l
EndStructure

NewMap ...
by ts-soft
Wed Oct 19, 2016 10:31 am
Forum: Coding Questions
Topic: Modules break EnableExplicit
Replies: 8
Views: 5952

Re: Modules break EnableExplicit

Without this feature, the Namespace of modules is not to be used really sensibly.
by ts-soft
Tue Oct 18, 2016 1:36 pm
Forum: Coding Questions
Topic: Modules break EnableExplicit
Replies: 8
Views: 5952

Re: Modules break EnableExplicit

I have no spiderbasic, but from the purebasic help:
purebasic.chm wrote:When the statements Define, EnableExplicit, EnableASM are used inside a module, they have no effect outside the respective module, and vice versa.
by ts-soft
Tue Oct 18, 2016 10:02 am
Forum: Coding Questions
Topic: Modules break EnableExplicit
Replies: 8
Views: 5952

Re: Modules break EnableExplicit

Where is the EnableExplicit for the Module?

Code: Select all

EnableExplicit

DeclareModule Test
  EnableExplicit
  
  Declare.b moo()
EndDeclareModule

Module Test
  Procedure.b moo()
    Debug "The value of a : "+Str(a)
  EndProcedure
EndModule

Test::moo()
No bug!
by ts-soft
Sun Mar 02, 2014 7:59 pm
Forum: Coding Questions
Topic: Test
Replies: 33
Views: 42419

Re: Test

moin, moin