Search found 12 matches

by tOnGAs
Wed Mar 15, 2006 5:54 pm
Forum: Coding Questions
Topic: [4 beta 6] #PB_Program_Hide makes my program not work?
Replies: 3
Views: 988

RunProgram issue ?

I too have some troube with RunProgram. This kind of code does not work :

Code: Select all

RunProgram("C:\Program Files\GNUWin32\bin\diff.exe", file_a$ + " " + file_b $+ " >C:\diffoutput.txt", "",#PB_Program_Wait)
The 'diffoutput.txt' file is never created.
by tOnGAs
Sat Dec 10, 2005 7:57 pm
Forum: Mac OSX
Topic: Mac OSX PB users
Replies: 36
Views: 20926

New user

Hi !

I just owned a lovely G4 ibook. Now I will be able to do some coding instead of sleeping in the train every morning and evening. :lol:

Now heading to the download section of purebasic.com to grab my copy of the MacOS version.

See ya.
by tOnGAs
Tue Mar 15, 2005 8:25 am
Forum: Coding Questions
Topic: Need help rebuilding PurePDF for PB3.93
Replies: 8
Views: 2219

I've had a reply

I've written a mail to Luk this evening, also directing him to this thread. Wink

I will inform you, when I got a reply.
LuckyLuke is back and has already posted a new version.
You can get it here : http://smollies.fateback.com/PurePDF123.exe

Many thanks to him for this *GREAT* lib !
by tOnGAs
Sun Mar 13, 2005 8:22 pm
Forum: Coding Questions
Topic: Need help rebuilding PurePDF for PB3.93
Replies: 8
Views: 2219

PurePDF library

Hello,

I could send my results, but it won't be packaged and there would be no installer available. Anyway, if you're interested, feel free to PM me.

:idea: It would be best if we contact the original author. Anybody knowing him by any chance ?
by tOnGAs
Tue Mar 08, 2005 4:22 pm
Forum: Announcement
Topic: Purebasic Linux IDE beta1 released
Replies: 94
Views: 30768

Screenshots please

Could you post some screenshots for us - poor :roll: Windoze users - ?
by tOnGAs
Tue Mar 08, 2005 8:54 am
Forum: Coding Questions
Topic: Need help rebuilding PurePDF for PB3.93
Replies: 8
Views: 2219

Success !

It actually worked and all the examples do compile ok.
Thank you for your help. :D
by tOnGAs
Mon Mar 07, 2005 12:09 pm
Forum: Coding Questions
Topic: Need help rebuilding PurePDF for PB3.93
Replies: 8
Views: 2219

Need help rebuilding PurePDF for PB3.93

Hi everyone,

I'm trying to build the PurePDF library from source to make it work with PB3.93. Unfortunately, I am not very familiar with the way Userlibs work and wasn't able to make it work (even by using Tailbite).

Could somebody help me please ?

The PurePDF library can be found at : http ...
by tOnGAs
Tue Mar 01, 2005 5:12 pm
Forum: General Discussion
Topic: forum loging in
Replies: 10
Views: 3049

Forum problems

I find that if you aren't logged in on entering the forums clicking the "log in to read private messages" button will log you in and still show new posts.

I think it's because the URL changes from

forums.purebasic.com
to
http://forums.purebasic.com/english/

Yeah. I have as similar problem ...
by tOnGAs
Wed Jan 19, 2005 1:58 pm
Forum: General Discussion
Topic: Is the forum slow for you ?
Replies: 56
Views: 8171

I didn't notice any slowdown.
by tOnGAs
Tue Dec 21, 2004 5:52 pm
Forum: Coding Questions
Topic: Is there any Support for Pure Basic?
Replies: 3
Views: 1313

Hello,

This forum is a good place to ask for help.
In this case, you just need to be a bit more precise.
Which Purebasic version are you using ?
What OS are you using ? WinXP ? Win2000 ? Win95 ? Linux ? AmigaOS ?
What kind of Internet connection are you using ? Is it firewalled ? Are you hiding ...
by tOnGAs
Tue Oct 05, 2004 10:08 am
Forum: Coding Questions
Topic: Retrieving coordinates with ScrollAreaGadget()
Replies: 20
Views: 2481

Thanks Sparkie. I really like the second method using a WindowCallback.
Impressive display of API-knowledge !

I read this in a recent post from Fred :


#SS_NOTIFY is now added to the ImageGadget() in standard.


So I probably wont need these lines anymore ?


; --> ImageGadgets will need the ...
by tOnGAs
Mon Oct 04, 2004 3:37 pm
Forum: Coding Questions
Topic: Retrieving coordinates with ScrollAreaGadget()
Replies: 20
Views: 2481

Retrieving coordinates with ScrollAreaGadget()

Could somebody please help me ?
I'm trying to find a way to get the coordinates of the mouse pointer when I left click somewhere in a ScrollAreaGadget().
This may not be the best way to do it. But after extensive searching I'm getting a bit clueless... :roll:

Anyway, here is what I managed to do ...