documentation

Just starting out? Need help? Post your questions and find answers here.
JAHIER
New User
New User
Posts: 3
Joined: Tue Sep 16, 2003 4:12 pm

documentation

Post by JAHIER »

Excuse my bad English. I'm looking for domentation helping me to program instructions like :

SetGadgetState(5, 333)
SetGadgetState(2, 333)

because i dont know how to get the signification of the number 333 in setgadgetstate instruction.

I constated that some instructions are missing in the PB 's help by example : explorerlistgadget.

How it's possible get it ?

thanks a lot.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Hit F1 in the editor - that will bring up the documentation.. Look in the gadget library section..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
JAHIER
New User
New User
Posts: 3
Joined: Tue Sep 16, 2003 4:12 pm

Post by JAHIER »

i yet had saw it; now, in fact, i 'm not sure that i'm using the ultimate help because i dont saw the explorerlistgadget in the gadget section ?
User avatar
Comtois
Addict
Addict
Posts: 1432
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

French doc is not complete
use english doc
Please correct my english
http://purebasic.developpez.com/
JAHIER
New User
New User
Posts: 3
Joined: Tue Sep 16, 2003 4:12 pm

Post by JAHIER »

I saw the explorerlistgadget in the english help now (i was loking in the french help first).

About the parameter of setgadget, haw can i find explanantion about the number 333 met in one example ?
Post Reply