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




Andy_A

Rounded rect buttons with centered text + word wrap

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


HoboBen

Fast text wrapping

7th July 2010 Cobra, Windows
Fast - Tries to do as little string manipulation as possible.
[code]
Program
Uses
keyset,
pure2d

Const
WT_ARRAY_SIZE = 1024
LINE_SPACING = 1.0
Var
breakPoint: Array [WT_ARRAY_SIZE] of Integer
breakPointS*snip*


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

Print, Write, Locate + Input replacement

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


Agent

Deleted

15th March 2007 Cobra, Windows
[edit]deleted[/edit]


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$()

More - Older Posts