128 Slider/Faders Include Crossplatform - Redesigned

Share your advanced PureBasic knowledge/code with the community.
Fred
Administrator
Administrator
Posts: 18247
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: 128 Slider/Faders Include Crossplatform - Redesigned

Post by Fred »

BTW, if you really need native BitBlt() it shouldn't be hard to get that to work on other OS as well, as PB is designed to interact with OS API easily, so it shouldn't stop you. That said, I will probably add some clip parameters to DrawImage() somewhen.
Joris
Addict
Addict
Posts: 890
Joined: Fri Oct 16, 2009 10:12 am
Location: BE

Re: 128 Slider/Faders Include Crossplatform - Redesigned

Post by Joris »

Fred wrote:BTW, if you really need native BitBlt() it shouldn't be hard to get that to work on other OS as well, as PB is designed to interact with OS API easily, so it shouldn't stop you. That said, I will probably add some clip parameters to DrawImage() somewhen.
Whoochooo... :D
Yeah, I'll try to be patient now and go on (I've read the word 'probably' too.)

Thanks Fred.
Yeah I know, but keep in mind ... Leonardo da Vinci was also an autodidact.
kvitaliy
Enthusiast
Enthusiast
Posts: 162
Joined: Mon May 10, 2010 4:02 pm

Re: 128 Slider/Faders Include Crossplatform - Redesigned

Post by kvitaliy »

well works under OS X 10.8 Mountain Lion
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: 128 Slider/Faders Include Crossplatform - Redesigned

Post by davido »

Fred said: wrote:That said, I will probably add some clip parameters to DrawImage() somewhen.
+1

Would be nice, whenever. :)
DE AA EB
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: 128 Slider/Faders Include Crossplatform - Redesigned

Post by Polo »

davido wrote:
Fred said: wrote:That said, I will probably add some clip parameters to DrawImage() somewhen.
+1

Would be nice, whenever. :)
Indeed :)
Post Reply