Search found 732 matches

by einander
Sun Dec 29, 2013 5:39 pm
Forum: Tricks 'n' Tips
Topic: Delaunay triangulation
Replies: 7
Views: 5475

Re: Delaunay triangulation

Nice!
Thanks for sharing, and happy 2014!
by einander
Fri Nov 22, 2013 4:32 pm
Forum: Coding Questions
Topic: Out of memory errors
Replies: 16
Views: 2666

Re: Out of memory errors

I have the out of memory error on 2 computers, both with windows 7-64, PB 5.20 LTS.
After running another program without main loop (for example a PBI file) , usually the error is temporarily gone.
Sometimes the error appears running a program with Debugger On, and disappears with Debugger Off.
by einander
Tue Nov 05, 2013 5:33 pm
Forum: Off Topic
Topic: 6 TB Helium-Filled Hard Drives
Replies: 12
Views: 3305

Re: 6 TB Helium-Filled Hard Drives

Who remember the 10MB state-of-the-art drives?
Now with a 6 TB drive we are probably going to stuff it full of data.
The hazard is that in time, it will fail. :x
by einander
Tue Nov 05, 2013 1:23 am
Forum: Announcement
Topic: PureBasic 5.21 LTS is out
Replies: 90
Views: 41945

Re: PureBasic 5.21 LTS beta 1 is out

Thanks! :D
by einander
Thu Oct 24, 2013 1:34 am
Forum: Tricks 'n' Tips
Topic: Multiple Knobs
Replies: 9
Views: 3922

Re: Multiple Knobs

Thanks! :D
Updated.
Now the knobs can be started only clicking the mouse inside them.
by einander
Wed Oct 23, 2013 12:34 pm
Forum: Tricks 'n' Tips
Topic: Add 3d entities on the fly
Replies: 7
Views: 3750

Re: Add 3d entities on the fly

Updated for PB 5.20
by einander
Tue Oct 22, 2013 10:25 pm
Forum: Coding Questions
Topic: SpinGadget - limit number chrs + only numbers
Replies: 9
Views: 4744

Re: SpinGadget - limit number chrs + only numbers

Buaaaaaaaa.... why can't there just exist a command to do that?
PB is a set of tools to make programs: wihth PB you can also make thousands of tools.
Commands are just some of these tools.

A programmnig language comprising all the possible commands is an entelechy.
by einander
Tue Oct 22, 2013 8:04 pm
Forum: Coding Questions
Topic: SpinGadget - limit number chrs + only numbers
Replies: 9
Views: 4744

Re: SpinGadget - limit number chrs + only numbers

Or try this: OpenWindow(0, 100, 100,200,100 ,"", #PB_Window_SystemMenu|#PB_Window_ScreenCentered) Spin1=SpinGadget(#PB_Any,10,10,60,30,1,999,#PB_Spin_Numeric) SetGadgetState(Spin1,1) ; Repeat EV=WaitWindowEvent() If Ev=#PB_Event_Gadget And EventGadget()=Spin1 A$=GetGadgetText(Spin1) B=GetG...
by einander
Tue Oct 22, 2013 7:19 pm
Forum: General Discussion
Topic: RotaryButtonGadget ???
Replies: 23
Views: 9749

Re: RotaryButtonGadget ???

@doctornash:
May be this helps:
http://www.purebasic.fr/english/viewtop ... 40&t=57117
Cheers!
by einander
Tue Oct 22, 2013 7:16 pm
Forum: Tricks 'n' Tips
Topic: Multiple Knobs
Replies: 9
Views: 3922

Multiple Knobs

;Multi KNOB by einander ;PB 5.20 LTS EnableExplicit ; Structure KNOB Canv.I Size.L MinValue.L MaxValue.L Value.L xCenter.L yCenter.L RGB1.L RGB2.L LightRGB.L BkRGB.I Ang.F Info.L EndStructure ; Define Instances=9,Index,Ev,Catch,Offx Global Dim _KNOB.KNOB(Instances),_BkRGB=$55 ; Structure Pointf X.F...
by einander
Sat Sep 07, 2013 8:25 am
Forum: Off Topic
Topic: Hi folks, I'm back in the civilized world again!
Replies: 22
Views: 5352

Re: Hi folks, I'm back in the civilized world again!

Nice to see you back!
by einander
Tue Jul 16, 2013 5:14 pm
Forum: Tricks 'n' Tips
Topic: New Midi Keyboard
Replies: 16
Views: 9046

Re: New Midi Keyboard

@kenmo:
You are welcome :D
by einander
Tue Jul 16, 2013 5:11 pm
Forum: Announcement
Topic: PureBasic 5.20 beta 20 is out
Replies: 360
Views: 114548

Re: PureBasic 5.20 beta 6 is ready to test !

Many thanks! :D
by einander
Thu May 23, 2013 12:06 pm
Forum: General Discussion
Topic: Repeated problems accessing purebasic.fr
Replies: 55
Views: 4857

Re: Repeated problems accessing purebasic.fr

Here in Spain, intermitent connection problems for the last four days.