-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|117|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Andy_A

Rounded rect buttons with centered text + word wrap

7th October 2010 Blitz, Windows
Rounded Text Buttons/Panels


Cower

Multitouch Trackpad Events

8th January 2010 Blitz Max, Mac
Code for handling for mutlitouch trackpad events (magnification, rotation, and swiping) in BlitzMax under Mac OS


Jayenkai

ImageFont Creation and Usage

5th February 2008 Blitz, Windows
A ''mostly'' working ImageFont system.
First up, this is the ''Makey bob''
Save it somewhere, (FontMakey_PeepsHappy.bb seems a nice enough name!) then run it.
It'll generate 3 font files, Arial_8.fnt, Arial_16.fnt and Arial_32.fnt
[code*snip*


steve_ancell

Simple filename picker.

23rd January 2008 Blitz, Windows
For anybody that wants a quick and easy way to pick out a filename with the mouse. Also allows you to type text in at the top of the screen.
[code]
Graphics 800,600,16,2
SetBuffer BackBuffer()
Dim textfield$(1)
f$=GetFilename$()
FlushKeys()
Cls
Pri*snip*


Hotshot

Create Box with Text

18th December 2007 Blitz, Windows
[code]
; Example
Create_Box(155,120,255,0,0,&quot ;HELLO WORLD'',150,100,100,50)
WaitKey
; My own Functions
; TX = Pos of Text X:TY = Pos of Text Y: RGB = Colors
; Text$= Type Anythings You like
; X,Y,X1,Y1 are the Positions
Function Create*snip*


Teasy

Enhanced keyboard handler/wrapper

21st August 2007 Blitz, Windows
Read scancodes from a queue, with key-repeat ability.


Teasy

Interface re-handler

21st August 2007 Blitz
Encapsulates Blitz' native input routines for keyboard, mouse and joystick, enabling multi-point input polling.


Teasy

Input Definitions

21st August 2007 Blitz
For Keyboard, Mouse and Joystick/pad.


Teasy

Print, Write, Locate + Input replacement

10th August 2007 Blitz, Windows
Intended for BlitzPlus, but can be used in Blitz2D and Blitz3D too.


garand

Sliding Bar

3rd January 2007 Blitz
I made this for Pocket Tanks 3D that I am trying to make.
[code]
Function slider(rect_posx,rect_posy) ;Parameters: x,y
rectx_size = 216
recty_size = 10
bar_posx = rect_posx+5
bar_posy = rect_posy-7
bar_limit_left = rect_posx+5
bar_limit_right = rec*snip*


HoboBen

MouseIn Alternative

13th December 2006 Blitz, Windows
A slightly modified version of Jayenkai's


MikeT

input without input$()

12th December 2006 Blitz, Windows
a method of getting users typed input without using input$()


HoboBen

Bordered Text

13th September 2006 Blitz
Display a black border around your text


Jayenkai

MouseIn

12th September 2006 Blitz
Tells you if the mouse is currently inside a rectangular area.

More - Older Posts