Four very important wish =)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PureX
New User
New User
Posts: 2
Joined: Sat Jun 02, 2007 10:32 pm

Four very important wish =)

Post by PureX »

Hi.
Please, tell me, is it possible :?:

1) Loading animated GIF.
2) What about THEN operator instead of ':' and required EndIf?
3) Flag for autoscrolling in EditorGadget.
4) And main dream:
LoadAnimImage command. (Or something like this)
The LoadAnimImage loads a single image that is made up of 'frames' of separate images. The imagestrip itself consists of 2 or more frames, horizontally aligned in a single graphic image. There is no spaces between the frames, and each frame must be the same width and height.
LoadAnimImage( filename,width,height,first,count[,flags] )
first - the frame to start with
count - how many frames you are using of the imagestrip
And some changes in DrawImage:
DrawImage(ImageID, x, y [, Width, Height, Frame]), where Frame is number of frame which must be drawing.

Fourth is the most important. :)
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

Post by michaeled314 »

I'm Not sure the then operator is completely neccessary
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Four very important wish =)

Post by PB »

The search function for these forums is your friend. :)

> Loading animated GIF

http://www.purebasic.fr/english/viewtopic.php?t=3817

> What about THEN operator instead of ':' and required EndIf?

http://www.purebasic.fr/english/viewtopic.php?t=20619

BTW, "Purex" means something else in Australia: http://tinyurl.com/2cxl5q
So you might want to consider changing your nick to something better. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
PureX
New User
New User
Posts: 2
Joined: Sat Jun 02, 2007 10:32 pm

Post by PureX »

It's not exactly what I wanted. But probably the best at current moment.
> What about THEN operator instead of ':' and required EndIf?

http://www.purebasic.fr/english/viewtopic.php?t=20619
ThankS!!!
BTW, "Purex" means something else in Australia
:D :D Wow, exact hit. :)
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

:D
Dare2 cut down to size
Brice Manuel

Post by Brice Manuel »

For #4 there are code examples for that at PureArea.Net
Brice Manuel

Re: Four very important wish =)

Post by Brice Manuel »

PB wrote:BTW, "Purex" means something else in Australia: http://tinyurl.com/2cxl5q
Here in the USA Purex is an entirely different product.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

PUREX is Plutonium and Uranium Recovery by EXtraction:
http://en.wikipedia.org/wiki/PUREX
oh... and have a nice day.
eJan
Enthusiast
Enthusiast
Posts: 366
Joined: Sun May 21, 2006 11:22 pm
Location: Sankt Veit am Flaum

Post by eJan »

User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Do you want Load- / DrawAnimImage() for a screen or to use with plain windows and GDI? For a screen it would be a piece of cake since theres a command ClipSprite(). The rest is just manicure.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Post Reply