BlitzPlus

BlitzMax Forums/BlitzMax Beginners Area/BlitzPlus

Sarge(Posted 2005) [#1]
does blitzresearch alow you to write all the blitzplus commands in blitzmax for gui support or is this copyright
cause i want to make it easy for the people that used blitzplus.


Sarge(Posted 2005) [#2]
I have writen about 15 commands so far so i will be bringing out a test soon.


Gabriel(Posted 2005) [#3]
You couldn't possibly copyright commands, so you can use whatever you want. Whether you want to add a prefix of some kind to avoid your module clashing with a subsequent BRL module is up to you.


wedoe(Posted 2005) [#4]
Great Sarge, make sure to include an input-function in you GUI cause I need one :)


Panno(Posted 2005) [#5]
lol wedoe


AaronK(Posted 2005) [#6]
I'd suggest not adding a prefix, but place commands (assuming they're not OO then it's a mute point) in a new type and then access them like statics.


Type Sarge
function OpenWindow() etc etc


End Type




Sarge.OpenWindow()

Aaron


Sarge(Posted 2005) [#7]
These are my current commands lots more to come -

Gadget Create

CreateButton(txt$,x,y,w,h,style)
CreateComboBox(txt$,x,y,w,h)
CreateTextField(txt$,x,y,w,h)
CreateTextArea(txt$,x,y,w,h)
CreateListbox(x,y,w,h)
CreateUpDown(x,y,w,h)
CreateToolTip(txt$,x,y,w,h)
CreateTrackBar(x,y,w,h)
CreateProgress(x,y,w,h)
CreateStatusBar(txt$)
CreateToolBar()
CreateTreeView(x,y,w,h)
CreateListbox(x,y,w,h)
CreateScrollBar(x,y,w,h,Style)

Gadget EditFiled Commands

TextLimit(gadget,limit)
TextUndo(gadget)
TextCut(gadget)
TextCopy(gadget)
TextPaste(gadget)
TextClear(gadget)

Gadget Properties

HideGadget(gadget)
ShowGadget(gadget)
FreeGadget(gadget)
EnableGadget(gadget)
DisableGadget(gadget)
SetGadgetText(gadget,txt$)
SetGadgetShape(gadget,x,y,w,h)
ActivateGadget(gadget)

Window Properties

AppTitle(txt$)
WindowMode(style)
ActiveWindow()
MaximizeWindow()
MinimizeWindow()
RestoreWindow()
BackColor(r,g,b)


Sarge(Posted 2005) [#8]
please tell me all the commands you want me to add
wedoe i have your input and plenty more.


wedoe(Posted 2005) [#9]
This is just what I need Sarge, you're the man :)

I will go to Australia sooner or later, I'll pop by
to buy you a beer or ten if you like Sarge !


Sarge(Posted 2005) [#10]
lol no problems wedoe send them by express ok


wedoe(Posted 2005) [#11]
lol no problems wedoe send them by express ok

Release it first and then mail me your address and you shall receive beer :)


LarsG(Posted 2005) [#12]
.. and while you're at it, send some to me too!! ;)


Phish(Posted 2005) [#13]
Is this a Windows only thing? Or does it draw within BlitzMax, so it works on multiple platforms?


Sarge(Posted 2005) [#14]
is it currently using win32 api.


wedoe(Posted 2005) [#15]
.. and while you're at it, send some to me too!! ;)
...vel, da må du jo gjøre deg fortjent til det først ! ;P


Kanati(Posted 2005) [#16]
derka derka muhommed jihad to you too!


Hotcakes(Posted 2005) [#17]
Matt Damon.