Search found 789 matches

by Thierry
Wed Apr 10, 2013 9:04 am
Forum: Off-Topic
Topic: My product page still showing 5.5.0
Replies: 7
Views: 7620

Re: My product page still showing 5.5.0

Marc Van Cauwnberghe wrote:Hi,,

I see that 6.0 is available but in my product page it still shows 5.5.0 Trial. Any thoughts?

Marc
only available as a Release candidate (rc07), for special developper :)

should not be too long to come by now..

Thierry
by Thierry
Sat Apr 06, 2013 3:48 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How can I know an image downloaded?
Replies: 10
Views: 7153

Re: How can I know an image downloaded?

Mag wrote:Hi all! if I would like to just know if a particular file exist?
You can check in the Dictionnary:

there is and/or exists

Oups sorry; this applies only on local files
I was too fast reading your post :roll:

Thierry
by Thierry
Sat Mar 30, 2013 7:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Creating Table in SQL database
Replies: 3
Views: 2750

Re: Creating Table in SQL database

So I have connected to my SQL database and the connection is confirmed by the answer script displaying: Connection ID = 6 Then I have a separate button to create the table (just for examination purposes) and this is the script I have On the card: on databaseCreateTable ## Add a contact_details tabl...
by Thierry
Wed Mar 20, 2013 10:08 am
Forum: User Groups and Events
Topic: Paris, France ?
Replies: 6
Views: 13613

Re: Paris, France ?

Bonjour, Y aurait-il des utilisateurs qui souhaiteraient créer un groupe français, voire parisien ? Pour ma part, j'utilise LiveCode quotidiennement pour mon activité professionnelle. Au plaisir de vous lire. Bonjour Samuel, Je suis a 2 heures de Paris (pres d'Auxerre) Je suis intéressé et j'ais fa...
by Thierry
Fri Mar 01, 2013 7:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Displaying an image located on local drive
Replies: 15
Views: 7272

Re: Displaying an image located on local drive

I use : put the image "imgBlank" of the card "crdImages" of stack "sstkResources" into url("file:" & gsImageFilesPath & "/" & sFile) So, it's my file copy code that is WRONG !! D'Oh. Thanks.[/quote] Hi, Change file: with binfile:, and you will feel better. put url("file:" & sFullFilePath) into url("...
by Thierry
Sun Feb 17, 2013 6:46 pm
Forum: Announcements
Topic: Yet another kickStarter board
Replies: 5
Views: 6312

Re: Yet another kickStarter board

Hello all, Here is the third version. Add a second graph which gives another perspective... You can download it at http://....... and check for Yet Another KickStarter board (end of the page) The stack is still free and you can still do whatever you like with it. Enjoy. Kickstarter stack has been dr...
by Thierry
Tue Feb 12, 2013 8:41 pm
Forum: Announcements
Topic: Yet another kickStarter board
Replies: 5
Views: 6312

Re: Yet another kickStarter board

I've just released a stack which scans the kickstarter web page... but folks, please use sparingly, per the KickStarter TOS: As a single-page scraper it's unclear if the software violates this anti-crawler clause, but as long as it's used sparingly so it generates no more traffic than occasional hu...
by Thierry
Tue Feb 12, 2013 7:28 pm
Forum: Announcements
Topic: Yet another kickStarter board
Replies: 5
Views: 6312

Re: Yet another kickStarter board

Hi, As the kickstarter web page changed just few minutes ago, I made an update of my stack " Yet Another KickStarter board ". You can download it at http://....... check for Yet Another KickStarter board (end of the page) The stack is still free and you can still do whatever you like with it. Regard...
by Thierry
Fri Feb 01, 2013 9:01 am
Forum: Announcements
Topic: Yet another kickStarter board
Replies: 5
Views: 6312

Yet another kickStarter board

Hi, I've just released a stack which scans the kickstarter web page and presents the relevant information in a simple way. There is a histogram which reacts to mouse events. The stack is free and you can do whatever you like with it. The script is full of regex; you have been warned :) More seriousl...
by Thierry
Thu Jan 31, 2013 10:09 am
Forum: Announcements
Topic: Shakobox V2.1 (minor update)
Replies: 0
Views: 2512

Shakobox V2.1 (minor update)

Hi Apple LiveCoders, For those having some hypercard tunes, using shakobox or Player Agent X, Shakobox v2.1 makes alive your old scripts or tunes on modern Mac. Please read ..... You can download "shakobox" here: http://..... The 2 demo stacks are in Rev 4.0 format. This is a free and open source Li...
by Thierry
Sun Jan 20, 2013 7:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Exporting snapshot from a fullscreen stack on second monitor
Replies: 3
Views: 2412

Re: Exporting snapshot from a fullscreen stack on second mon

get the topLeft of image "CombatView" of stack "CombatView" put it into rPicTopLeft get the bottomRight of image "CombatView" of stack "CombatView" put it into rPicBottomRight export snapshot from rect rPicTopLeft,rPicBottomRight to file "CombatAreaRot.jpg" as JPEG this works fine when the stack is...
by Thierry
Tue Dec 25, 2012 2:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to save the game score on close card
Replies: 17
Views: 12910

Re: how to save the game score on close card

ahmedinvent24BUSGdU9 wrote:
i wrote that code to read a text and it works
but in graphic or image it doesn't work

Code: Select all

   put field "name" of this stack into url ("file:" & tFilePath) 
Hi,

Instead of "file:", use "binfile:" for any binary files.

HTH

Thierry
by Thierry
Mon Dec 24, 2012 6:11 pm
Forum: Databases
Topic: Problem with ROUND() function
Replies: 17
Views: 11688

Re: Problem with ROUND() function

Hi,

thanks for the link, exactly what I need right now :)

ps: I thought round() was a LC function :(

Joyeux Noel !

Thierry
by Thierry
Mon Dec 24, 2012 5:40 pm
Forum: Databases
Topic: Problem with ROUND() function
Replies: 17
Views: 11688

Re: Problem with ROUND() function

Hi John,

Did you tried this:

Code: Select all

put "SELECT " & round(amount,2) & " FROM prlabordist" into dbCommand
I've started working with SQLITE in LC since few days, so dont' believe me :)

HTH,

Thierry
by Thierry
Thu Dec 20, 2012 11:29 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The 'convert' command
Replies: 2
Views: 2481

Re: The 'convert' command

Hi dotting old man :)

You better try to check the result after the convert command:

convert <whatever> to seconds
answer the result

I guess you don't have a valid date.

HTH,

Thierry

Go to advanced search