Undocumented function 'createbutton()"

Blitz3D Forums/Blitz3D Programming/Undocumented function 'createbutton()"

DH(Posted 2005) [#1]
a = CreateButton(1,1,1,1,1,1,1)

Illegal type conversion.

Anyone know what this command is for?


sswift(Posted 2005) [#2]
That's a BlitzPlus command. Are you sure you're using Blitz3D? I have 1.89 and it just tells me it is not a function or something.


DH(Posted 2005) [#3]
yup, 1.90 it says "illegal type conversion" when i compile it.

The highlighter in Blitz IDE even hightlights it as a function.


Damien Sturdy(Posted 2005) [#4]
I always use that command. Its for creating a hotspot on screen.

However, if you havent written a CreateButton function, it wont work ;) ;) ;).


jfk EO-11110(Posted 2005) [#5]
MAybe you declared this somewhere in a decls file?


DH(Posted 2005) [#6]
no, checked the decls, no create button.


GfK(Posted 2005) [#7]
Are you using a third-party IDE that's gone bananas and is confusing BlitzPlus commands with Blitz3D ones?

Either way, this isn't a Blitz3D command.


Rook Zimbabwe(Posted 2005) [#8]
Could it be left over from some of the B2D core code? Nope 1.9 here and no blue text in IDE... nada nope zip zilch nien nunca!!!


DH(Posted 2005) [#9]
hmmm, double checked my userlibs and nothing for createbutton, I am curious where it is coming from...

Oh well.


Alienforce(Posted 2005) [#10]
I get userlib not found with createbutton...

/Alienforce


_PJ_(Posted 2005) [#11]
I get a button!


Cadbury's chocolate one :)