Search found 33 matches

by Partenaire
Mon Jul 24, 2017 8:42 am
Forum: Talking LiveCode
Topic: Datagrid Form how update automatically the text of field?
Replies: 0
Views: 2674

Datagrid Form how update automatically the text of field?

Hello,
I would like use more the Datagrid Form but i don't understand how the text in field is update when there are changed.

I buid a simple Form with only 2 field, when i change the text of them , the dgdata or dgtext are not automatically update.
For this goal, is it need to make a scrip ...
by Partenaire
Tue Nov 18, 2014 2:16 pm
Forum: Talking LiveCode
Topic: How put Number into GPS Marker?
Replies: 2
Views: 4681

Re: How put Number into GPS Marker?

HI SparkOut,


Thank you , i take a look and go back. I think it will be very interesting to do that without images.

At the moment i find a way for my goal to read this post on stackoverfloat http://stackoverflow.com/questions/2436484/how-can-i-create-numbered-map-markers-in-google-maps-v3

After ...
by Partenaire
Tue Nov 18, 2014 10:22 am
Forum: Talking LiveCode
Topic: How put Number into GPS Marker?
Replies: 2
Views: 4681

How put Number into GPS Marker?

Hi alls,
my goal:
get a maker with number when i display a map (with googlemap) on my desktop Browser

Actually
I use revBrowser to display a map with maker, work fin. For that i use the code i use a html script from Livecode Forum To Bangkok.

After this code i have a nice map with maker without ...
by Partenaire
Thu Jul 25, 2013 8:46 am
Forum: LiveCode University
Topic: Submit Controlling Robots don't work
Replies: 9
Views: 11257

Re: Submit Controlling Robots don't work

Hello Devin and alls,

Bug fixed. Assignment is check and green.

After such process:
load the last submitted
submit again

Many Thanks. I continue exploring LCU

Regards

Eric
by Partenaire
Tue Jul 23, 2013 5:59 pm
Forum: LiveCode University
Topic: LCU- FURTHER to command: do 1 time [move forward]
Replies: 6
Views: 9022

Re: LCU- FURTHER to command: do 1 time [move forward]

Hi Dan,

I work in MacBook OS 10.7.5, i use Livecode 6.1

in test command that no work like said Devin , you need only one command in test command

In field programming if i put
{
do 1 time [ move forward]
}
that work
Obviously, ROBOT crash on wall. this code must be completed :)

Eric
by Partenaire
Tue Jul 23, 2013 5:50 pm
Forum: LiveCode University
Topic: Submit Controlling Robots don't work
Replies: 9
Views: 11257

Re: Submit Controlling Robots don't work

Dear Devin,

The problem is not resolve. I think maybe is because when i start LCU with trial version, i make some lessons and submit some work, but not the "Controlling your robot".

When i go to self-evaluation tool and select "Pseudocode Robot programming" i can put my self-evaluation but button ...
by Partenaire
Mon Jul 22, 2013 7:56 am
Forum: LiveCode University
Topic: LCU- FURTHER to command: do 1 time [move forward]
Replies: 6
Views: 9022

Re: LCU- FURTHER to command: do 1 time [move forward]

Hi,

In test command you can only test one command. "DO 2 times [move forward] are Two command.
Instruction in field command say one instruction per line

enter this code in field "programming" that work
tell robot to
{
move forward until right side is not a wall
turn right
do 2 times [
move forward ...
by Partenaire
Sun Jul 21, 2013 4:39 pm
Forum: LiveCode University
Topic: Submit Controlling Robots don't work
Replies: 9
Views: 11257

Submit Controlling Robots don't work

Hi alls,

I finish today the pseudoCode "Controlling your Robot", and i enjoy to submit my pseudoCode.

Return to Table of content, despair!!! :(
this assignment was not valid. I have this message when i click on " Assignment : pseudocode Robot programming"
" You have not done this assignment
Date ...
by Partenaire
Sun Jul 21, 2013 4:26 pm
Forum: Talking LiveCode
Topic: How Print PDF with HyperLink
Replies: 2
Views: 4087

Re: How Print PDF with HyperLink

Hi Neil,

Sorry for the late reply, i was not coding last week.

I read this lesson That OK.

I take an other way to achieve my goal

1) the data are in tabbed field like
Item 1 I item 2 I item 3
xox I xoxox I xoxox
--------------------------
xox I xoxox I xoxox
etc....

if i set the item 3 with ...
by Partenaire
Sat Jul 13, 2013 3:30 pm
Forum: Talking LiveCode
Topic: How Print PDF with HyperLink
Replies: 2
Views: 4087

How Print PDF with HyperLink

Hello

I try to print PDF with HyperLink, without succes

I have a lock field "etat" with data

Data are formatted like:

Code TAB Nom TAB Adress TAB Ville
56 Eric rue caboteur ST NAZAIRE
87 Franc rue Midin ST brevin
etc

the textStyle of item 3 "Adress" set to "Link and linktext set to ""http ...
by Partenaire
Wed Jul 10, 2013 7:20 am
Forum: LiveCode University
Topic: Problem with Update Livecode Univerty after install Trial
Replies: 3
Views: 6392

Re: Problem with Update Livecode Univerty after install Tria

Hello Devin,

Thank you for your reply, after download LCU , That work nicely.
Now is time to learn more coding :)

I don't know if i have the same problem (How connect to LCU server) when i need to connect in LCU server during lessons.
So if is it the same instance, i will return in this forum ...
by Partenaire
Tue Jul 09, 2013 9:08 pm
Forum: LiveCode University
Topic: Problem with Update Livecode Univerty after install Trial
Replies: 3
Views: 6392

Problem with Update Livecode Univerty after install Trial

Hello,

Before LiveCode and LiveCode University are great.

I install a LiveCode Trial there are 10 days and now buy a license.

After launch LCU and use "check updade for content" In Process Update i have this problem in warming window
" Unable to connect to database 'pwr' Access denied for user ...
by Partenaire
Sun Jun 30, 2013 11:10 am
Forum: Making IDE Plugins
Topic: Start of a date handling library
Replies: 33
Views: 161690

Re: Start of a date handling library

Hello Malte,

Thank you for libDate, very useful and simple to use. Work fine.

Warms Regards
Eric
by Partenaire
Sun Apr 28, 2013 10:22 am
Forum: Talking LiveCode
Topic: How get GPS coordinates from adresse List within Stack
Replies: 3
Views: 5806

Re: How get GPS coordinates from adresse List within Stack

Hi Dixie, Hi Alls

Your code work very well when no accented letter in "Adress" of my field. I need to change accented letter before use function (yourcode) to get GPS coordinates.

I build this code to do that. Sure easier is possible.

I will be happy to read any opinion about this code

constant ...
by Partenaire
Sat Apr 27, 2013 3:44 pm
Forum: Talking LiveCode
Topic: How get GPS coordinates from adresse List within Stack
Replies: 3
Views: 5806

Re: How get GPS coordinates from adresse List within Stack

Dixie,

Thanks You very Munch.
After several hours finding, you give me a speed solution. Fantastic
And Tomorow , i can go back my coding.

You are the King :)

Have a nice day.

Eric