Page 3 of 5

Posted: Wed Dec 17, 2008 9:02 pm
by Thunder93
Superb Job with PB 4.30 .. Fred, Freak and the rest of the team (including all the beta testers who have participated)..

Thank you, and have a happy Merry Christmas and a happy new years...

And one more thing ... please do try to take it easy over the holidays, you all really do deserve it!


Regards,
Thunder93

Posted: Wed Dec 17, 2008 9:52 pm
by luis
Thank you for this.

Happy holidays.

Posted: Wed Dec 17, 2008 10:17 pm
by Azul
Thank you :)

Happy holidays!

Posted: Wed Dec 17, 2008 10:36 pm
by LCD
Want to thank you too. PureBasic it constantly growing. I just demonstrated it on JHCon in Czech Republic last weekend (It is a 8 Bit party, but we also work on PC's and Macs too), and I believe, there will be more purchases soon.

Posted: Wed Dec 17, 2008 10:39 pm
by GeBonet
Very, very Great news, thank you very much and merry Christmas to all of the PB teams and users Image

Posted: Wed Dec 17, 2008 11:37 pm
by WilliamL
I'm with you aaron, this is a major update that makes native programming possible on the Mac. It even prints!
Now we just need to get Purebasic listed onto a few of the Mac websites for software and I'm betting that we'll see a nice influx of people into the community. Woo woo!
This (update) was what I wanted from Santa!

Posted: Thu Dec 18, 2008 8:56 am
by Violet
Yeah! Finally! But still I have problems getting the 3D Engine to work under Ubuntu... ah, I'll see which packages are missing (there is always something missing :) ).

Posted: Thu Dec 18, 2008 11:34 am
by Mistrel
Yay! Thank you for another excellent update. :)

Posted: Thu Dec 18, 2008 11:54 am
by Psychophanta
Damn! i have no time just now to try it, why didn't you wait a few more days?

Thanks a lot! :D

Posted: Thu Dec 18, 2008 5:20 pm
by Micko
Fantastic XMas present
thanks PB team
:D

Posted: Thu Dec 18, 2008 8:31 pm
by bobobo

Code: Select all

ExamineDesktops() 
z=DesktopHeight(0)/4 
CreateImage(1,z,z) 
StartDrawing(ImageOutput(1)) 
  Box(0,0,ImageWidth(1),ImageHeight(1),16777215) 
  Circle(ImageWidth(1)/2,ImageHeight(1)/2,ImageHeight(1)/2,RGB(255,255,0)) 
  Ellipse(ImageWidth(1)/2,ImageWidth(1)*0.5,ImageWidth(1)*0.4,ImageWidth(1)*0.40,0) 
  Ellipse(ImageWidth(1)/2,ImageWidth(1)*0.3,ImageWidth(1)*0.4,ImageWidth(1)*0.30,65535) 
  Ellipse(ImageWidth(1)*0.3,ImageHeight(1)/4+20,ImageWidth(1)*0.10,ImageWidth(1)*0.15,0) 
  Ellipse(ImageWidth(1)*0.3,ImageHeight(1)/4+30,ImageWidth(1)*0.10,ImageWidth(1)*0.12,65535) 
  Ellipse(ImageWidth(1)*0.7,ImageHeight(1)/4+20,ImageWidth(1)*0.10,ImageWidth(1)*0.15,0) 
  Ellipse(ImageWidth(1)*0.7,ImageHeight(1)/4+30,ImageWidth(1)*0.10,ImageWidth(1)*0.12,65535) 
StopDrawing() 
OpenWindow(0,0,0,ImageWidth(1),ImageHeight(1),"",2148007937) 
ImageGadget(0,0,0,0,0,ImageID(1)) 
SetWindowColor(0,16777215):SetWindowLong_(WindowID(0),-20,524288) 
SetLayeredWindowAttributes_(WindowID(0),16777215,0,1) 
WX = WindowX(0) : WY = WindowY(0): StickyWindow(0,1) 
Repeat 
  EventID = WaitWindowEvent(50) 
  Angle.f + 0.01: SX.f = Cos(Angle) * 200: SY.f = Abs(Sin(Angle) * 80 )
  ResizeWindow(0,WX + SX,WY + SY,-65535,-65535) 
Until EventID = 16
adapted from here

Posted: Thu Dec 18, 2008 9:58 pm
by Rescator
*applauds the PureBasic team*

Posted: Fri Dec 19, 2008 11:34 pm
by idle
That's great hope you guys have a well deserved break.

Posted: Sat Dec 20, 2008 6:03 am
by JCV
Wow! Nice Christmas present! Thanks PB Team! 8)

Posted: Mon Dec 22, 2008 12:56 pm
by Coolman
Great job, cheer 8)