Search found 4 matches

by popstatic
Wed Oct 03, 2007 11:41 am
Forum: Tricks 'n' Tips
Topic: Local x/y mouse pos inside a gadget
Replies: 7
Views: 4619

great, thx for your answer, I must say that I'm a begginer @ fullscreen programming, and and didn't even thought it could be solved that way!

thank you!
by popstatic
Tue Oct 02, 2007 11:14 am
Forum: Tricks 'n' Tips
Topic: Local x/y mouse pos inside a gadget
Replies: 7
Views: 4619

Hey, very intersting code snippet, actuallly I was wondering if I could you use the PtInRect_(@gr, cp\x, cp\y) thing in a fullscreenned game, (for detecting if the mouse is over a sprite in the game menu actually).

do you think it may work? because my sprites don't have the GadgetID(gadget ...
by popstatic
Thu Aug 31, 2006 7:08 pm
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 316879

hi there,

Don't know if this is due to Tailbite for PB 4.0 but I just cannot compile a project using PureLVSORT with the option "ThreadSafe" checked, I got an error message:


---------------------------
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol ...
by popstatic
Tue Mar 28, 2006 11:35 pm
Forum: Tricks 'n' Tips
Topic: FTP for all PB OS's
Replies: 73
Views: 31388

Hi there ;)

I'm very interested in your FTP include, regrettably it won't work....
Actually it seems that your lib only allows passive mode file transferts ( please tell me if I'm wrong ), but I really need an active mode to get it to work on my FTP server...

I just get a "time out" error, a 0k ...