Search found 4594 matches

by Kaeru Gaman
Mon Jun 14, 2010 9:39 am
Forum: Coding Questions
Topic: Can default for a Structure be a null?
Replies: 16
Views: 4731

Re: Can default for a Structure be a null?

WoodLark wrote:

Code: Select all

Procedure FindRec(db, MyRecord.ARecord ) 
Structures cannot be passed by Value, only by Reference, means you need a pointer there.
by Kaeru Gaman
Mon Jun 14, 2010 12:14 am
Forum: Coding Questions
Topic: Can default for a Structure be a null?
Replies: 16
Views: 4731

Re: Can default for a Structure be a null?

I think there is an understanding problem:
Structures are only passed by Reference, never by Value.
so, when you want to pass a stuctured Value, you need to pass a pointer to a Stucture outside the Procedure.
the stuctured Variable can be empty, e.g. every field = 0,
but the Value passed to the ...
by Kaeru Gaman
Wed Jun 09, 2010 1:02 pm
Forum: Coding Questions
Topic: How to use LoadImage, ResizeImage and ImageGadget...
Replies: 3
Views: 2879

Re: How to use LoadImage, ResizeImage and ImageGadget...

You have to use all three elements: LoadImage, ResizeImage and ImageGadget. The first two make sense (since they are documented) but a new person will forget to declare the object using ImageGadget! They will think that LoadImage does the work of creating the object.
sorry, mate.
the LoadImage ...
by Kaeru Gaman
Mon Jun 07, 2010 11:57 am
Forum: Coding Questions
Topic: Cos and Sin for Wavey Text?
Replies: 5
Views: 1897

Re: Cos and Sin for Wavey Text?

plotting a function means, to draw points on the screen in that way, that the y coordinate is determed by the function value correcponding to the x value.
in case of trigonometrical functions, the x coordinate means the angle you input into the function.

so, start by programming a loop that counts ...
by Kaeru Gaman
Fri Jun 04, 2010 10:56 am
Forum: Off Topic
Topic: kung fu bear , wow - is this for real ?
Replies: 22
Views: 4688

Re: kung fu bear , wow - is this for real ?

you got no idea at all... who needs thumbs when using both pranks?

how boring your live must be, saying "fake" much too early... *pfut*
by Kaeru Gaman
Tue May 25, 2010 12:51 pm
Forum: Off Topic
Topic: Thoughts on Flash
Replies: 3
Views: 1702

Re: Thoughts on Flash

just for info..

there will be a WebOS Pad by HP, and there is a German product the "WeTab", running with Linux wich is able to run Flash in the browser.
sorry, don't have english article at hand, only German articles on Heise and so...
by Kaeru Gaman
Wed May 19, 2010 6:19 pm
Forum: Off Topic
Topic: Security Researchers Hack Car
Replies: 12
Views: 3341

Re: Security Researchers Hack Car

.zdnet.com/clicks?t=543251939- ... =ZDNET&s=5
:?:
http://www.smartplanet.com/technology/b ... -car/4133/
by Kaeru Gaman
Wed May 12, 2010 3:56 pm
Forum: The PureBasic Editor
Topic: Declarations
Replies: 14
Views: 6275

Re: Declarations

whom you're adressing? :o
by Kaeru Gaman
Wed May 12, 2010 11:30 am
Forum: Off Topic
Topic: Loch Ness Monster Bug
Replies: 4
Views: 2210

Re: Loch Ness Monster Bug

I really like
Heisenbug, n.
A bug for which the act of trying to observe it causes it to be not reproducible.


... lead me to pondering what Schroedinger's Bug could be ...
by Kaeru Gaman
Mon May 10, 2010 2:51 pm
Forum: Coding Questions
Topic: Ultimate3D
Replies: 18
Views: 3812

Re: Ultimate3D

Hi Scotty,
there is a button labelled "code" in the post and edit function of the forums.
please use this one to put your code in tags, this will provide a codebox with monospace font and copy function.

Code: Select all

; this is code
by Kaeru Gaman
Fri May 07, 2010 8:21 pm
Forum: Off Topic
Topic: WoW! Just WoW!
Replies: 7
Views: 2546

Re: WoW! Just WoW!

Image
by Kaeru Gaman
Fri May 07, 2010 7:39 pm
Forum: Coding Questions
Topic: Sound3D not working
Replies: 6
Views: 2014

Re: Sound3D not working

PureLeo wrote:!: btw, my "library subsystem" is set to blank or opengl, because even if dxdiag says i have directx 9.0c, it wont work to set it up to directx9 on pb
because since 4.40, DX9 is default Subsystem, it is applied when you enter nothing.
enter "DirectX7" to use DX7 subsystem.
by Kaeru Gaman
Fri May 07, 2010 11:58 am
Forum: Announcement
Topic: [Userlib & Source] - ImageGadget Animations
Replies: 21
Views: 13929

Re: [Userlib] - ImageGadget Animations

ok, so just the tempus of my sentence is to change... :mrgreen:

anyhow, just be aware that userlibs have this restrictions.
you will not reach the whole community with a userlib.

even a lot of collegues who use userlibs use only those they really, really need for their project,
because sometimes ...
by Kaeru Gaman
Fri May 07, 2010 11:25 am
Forum: Announcement
Topic: [Userlib & Source] - ImageGadget Animations
Replies: 21
Views: 13929

Re: [Userlib] - ImageGadget Animations

... I have now re-build the UserLibraries meant for compilers before 4.50 on a 4.41 compiler...
will work on a 4.4x, but not necessarily on a 4.3x and certainly not on 4.2x + <
the thing with the tailbitten userlibs is, they are strictly version bound.

this and some possible side effects are the ...