Search found 15 matches

by didier69
Thu Jun 05, 2008 9:17 pm
Forum: Coding Questions
Topic: how to make balloon pop-up
Replies: 3
Views: 1235

Thanks Kiffi, it's exactely what I need.
by didier69
Thu Jun 05, 2008 7:59 pm
Forum: Coding Questions
Topic: how to make balloon pop-up
Replies: 3
Views: 1235

how to make balloon pop-up

Hi,

do you know how I can make balloon pop-up like this:

Image
by didier69
Mon May 12, 2008 4:32 pm
Forum: PureFORM & JaPBe
Topic: Gnozal tools updater
Replies: 61
Views: 108492

Hi gnozal,

I would like to use your updater to follow your updates and
when I launch LibraryUpdater.exe I got this error window:

Code: Select all

Cannot load Source code!
C:\Documents and Settings\dbn\Mes documents\download\LibraryUpdater\%1
I press a lot of OK and then I have the tool open.
by didier69
Fri May 09, 2008 9:35 pm
Forum: Coding Questions
Topic: Clearing a text area.
Replies: 30
Views: 7075

Did you try:

Code: Select all

SetGadgetText(#STR_GADGET, "")
by didier69
Fri May 09, 2008 9:07 pm
Forum: Announcement
Topic: PureBasic 4.20 Beta - All OS
Replies: 100
Views: 50201

Re: PureBasic 4.20 Beta 5 - Windows


The last but not the least, many new commands means a lot of doc to write. This takes a lot of time, as we do it in 3 languages as you know. The beta 5 comes with the doc in 3 langages, for all new commands.


I founded the Purebasic.chm in the update zip file, but apparently, it was not copied ...
by didier69
Fri May 09, 2008 7:22 pm
Forum: Announcement
Topic: PureBasic 4.20 Beta - All OS
Replies: 100
Views: 50201

Thanks for the work !!!
by didier69
Fri May 09, 2008 6:49 pm
Forum: Coding Questions
Topic: DatabaseQuery within Database Query
Replies: 9
Views: 2984

@mirjiles: I was thinking to do the same as you posted here.
Thanks for your example.
by didier69
Fri May 09, 2008 4:43 pm
Forum: Coding Questions
Topic: DatabaseQuery within Database Query
Replies: 9
Views: 2984

You will have to do it using SQL nested query (if you database support it). Something like: SELECT * FROM table WHERE id = 'SELECT id FROM anothertable'. Check an SQL tutorial for more infos.

I have apparently the same problem but not in the same order.
I need to do another sql query to find ...
by didier69
Thu May 08, 2008 9:16 pm
Forum: Coding Questions
Topic: Help with libCurl
Replies: 6
Views: 2363

Hi,

Progi1984 made a wrapper of libculr for purebasic.
You can find it here: http://purebasic.myftp.org/?filename=files/406/RC2008/RWLibCurl_7.17.1.zip

I made a client to twitter with this library, and it works great.

I didn't test the cookie parameters, but it shall work.

Post your code here ...
by didier69
Tue May 06, 2008 7:23 pm
Forum: Off Topic
Topic: PureGM Gets its arse kicked! But it's getting better!
Replies: 29
Views: 6910

Good game, I would be happy to look at the sources as I would
like to produce abstract games too.
by didier69
Tue May 06, 2008 6:50 pm
Forum: Announcement
Topic: Trax
Replies: 17
Views: 7616

Ouhaou a trax game ! Will you publish the sources :) ?
by didier69
Tue May 06, 2008 12:30 pm
Forum: Applications - Feedback and Discussion
Topic: puretwit first version
Replies: 3
Views: 3620

puretwit first version

Hi,

here is the first version of my first purebasic application:
puretwit. This application is a client to twitter.com. It
displays the last messages posted on your twitter account
or you can post new message. Thanks to Progi1984 for his
libcurl wrapper.

web site project: http://puretwit ...
by didier69
Sat May 03, 2008 9:48 am
Forum: General Discussion
Topic: purewiki out of order
Replies: 0
Views: 1096

purewiki out of order

Hi,

apparently the purewiki is not working anymore.

Is the project dead ?

Regards.
by didier69
Wed Apr 30, 2008 12:38 pm
Forum: Coding Questions
Topic: import form designed by VD
Replies: 2
Views: 1164

Thanks for the tips. It works :). I continue my tests.
by didier69
Wed Apr 30, 2008 11:28 am
Forum: Coding Questions
Topic: import form designed by VD
Replies: 2
Views: 1164

import form designed by VD

Hi,

I make a try with purebasic, and I would like to try to generate a little form and then assign command to a button.

Is there an example somewhere where I can see how I can mix a form generated by visual designer tool and the editor with a callback function for the button ?

Thanks.