Nice!
Thanks for sharing, and happy 2014!
Search found 732 matches
- Sun Dec 29, 2013 5:39 pm
- Forum: Tricks 'n' Tips
- Topic: Delaunay triangulation
- Replies: 7
- Views: 6186
- Fri Nov 22, 2013 4:32 pm
- Forum: Coding Questions
- Topic: Out of memory errors
- Replies: 16
- Views: 3618
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.
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.
- Tue Nov 05, 2013 5:33 pm
- Forum: Off Topic
- Topic: 6 TB Helium-Filled Hard Drives
- Replies: 12
- Views: 4357
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.
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.

- Tue Nov 05, 2013 10:58 am
- Forum: Off Topic
- Topic: 6 TB Helium-Filled Hard Drives
- Replies: 12
- Views: 4357
- Tue Nov 05, 2013 1:23 am
- Forum: Announcement
- Topic: PureBasic 5.21 LTS is out
- Replies: 90
- Views: 51910
- Thu Oct 24, 2013 1:34 am
- Forum: Tricks 'n' Tips
- Topic: Multiple Knobs
- Replies: 9
- Views: 4716
Re: Multiple Knobs
Thanks!
Updated.
Now the knobs can be started only clicking the mouse inside them.

Updated.
Now the knobs can be started only clicking the mouse inside them.
- Wed Oct 23, 2013 12:34 pm
- Forum: Tricks 'n' Tips
- Topic: Add 3d entities on the fly
- Replies: 7
- Views: 4410
Re: Add 3d entities on the fly
Updated for PB 5.20
- Tue Oct 22, 2013 10:25 pm
- Forum: Coding Questions
- Topic: SpinGadget - limit number chrs + only numbers
- Replies: 9
- Views: 5256
Re: SpinGadget - limit number chrs + only numbers
PB is a set of tools to make programs: wihth PB you can also make thousands of tools.Buaaaaaaaa.... why can't there just exist a command to do that?
Commands are just some of these tools.
A programmnig language comprising all the possible commands is an entelechy.
- Tue Oct 22, 2013 8:04 pm
- Forum: Coding Questions
- Topic: SpinGadget - limit number chrs + only numbers
- Replies: 9
- Views: 5256
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 ...
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 ...
- Tue Oct 22, 2013 7:19 pm
- Forum: General Discussion
- Topic: RotaryButtonGadget ???
- Replies: 23
- Views: 11366
- Tue Oct 22, 2013 7:16 pm
- Forum: Tricks 'n' Tips
- Topic: Multiple Knobs
- Replies: 9
- Views: 4716
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 ...
;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 ...
- Sat Sep 07, 2013 8:25 am
- Forum: Off Topic
- Topic: Hi folks, I'm back in the civilized world again!
- Replies: 22
- Views: 6337
Re: Hi folks, I'm back in the civilized world again!
Nice to see you back!
- Tue Jul 16, 2013 5:14 pm
- Forum: Tricks 'n' Tips
- Topic: New Midi Keyboard
- Replies: 16
- Views: 10881
Re: New Midi Keyboard
@kenmo:
You are welcome
You are welcome

- Tue Jul 16, 2013 5:11 pm
- Forum: Announcement
- Topic: PureBasic 5.20 beta 20 is out
- Replies: 360
- Views: 142273
Re: PureBasic 5.20 beta 6 is ready to test !
Many thanks! 

- Thu May 23, 2013 12:06 pm
- Forum: General Discussion
- Topic: Repeated problems accessing purebasic.fr
- Replies: 55
- Views: 7812
Re: Repeated problems accessing purebasic.fr
Here in Spain, intermitent connection problems for the last four days.