BlitzPlus

BlitzMax Forums/BlitzMax Beginners Area/BlitzPlus

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.

I have writen about 15 commands so far so i will be bringing out a test soon.

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.

Great Sarge, make sure to include an input-function in you GUI cause I need one :)

lol wedoe

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

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)

please tell me all the commands you want me to add
wedoe i have your input and plenty more.

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 !

lol no problems wedoe send them by express ok

lol no problems wedoe send them by express ok

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

.. and while you're at it, send some to me too!! ;)

Is this a Windows only thing? Or does it draw within BlitzMax, so it works on multiple platforms?

is it currently using win32 api.

.. 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

derka derka muhommed jihad to you too!

Matt Damon.