Apologies, i thought that it was your stack ( i have been reading so many of your posts, on my quest to learn livecode), the link to that forum thread is http://forums.livecode.com/viewtopic.php?f=7&t=13547
No i have not stumbled across custom properties as yet, i did not no i could use HTML etc ...
Search found 7 matches
- Wed Feb 10, 2016 3:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing/updating a Html file.
- Replies: 8
- Views: 6023
- Wed Feb 10, 2016 2:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing/updating a Html file.
- Replies: 8
- Views: 6023
Re: Changing/updating a Html file.
Yes it has me a bit stumped to, here is the link for the original stack http://forums.runrev.com/download/file.php?id=3548
Do you think it has something to do with
Thanks
Do you think it has something to do with
Code: Select all
the uGoogleMap of this stack into lamorceThanks
- Wed Feb 10, 2016 2:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing/updating a Html file.
- Replies: 8
- Views: 6023
Re: Changing/updating a Html file.
Hi Klaus,
Thank you for replying.
No this is happening in Livecode, The stack you built, is great, it really helped with my learning of livecode. :D
The stack in question Updates a HTML file "carte" i need the stack to /update my Html file "carte2".
If i change,
put "file:"&tPath&"/carte2 ...
Thank you for replying.
No this is happening in Livecode, The stack you built, is great, it really helped with my learning of livecode. :D
The stack in question Updates a HTML file "carte" i need the stack to /update my Html file "carte2".
If i change,
put "file:"&tPath&"/carte2 ...
- Wed Feb 10, 2016 12:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing/updating a Html file.
- Replies: 8
- Views: 6023
Changing/updating a Html file.
I am working on a stack kindly provided in another post, some time ago.
The stack updates and launches a HTML file. I cannot fathom how to change that HTML file to my own file or edit the original file with my own code. I have tried changing the name of the HTML file to match that of the one Klaus ...
The stack updates and launches a HTML file. I cannot fathom how to change that HTML file to my own file or edit the original file with my own code. I have tried changing the name of the HTML file to match that of the one Klaus ...
- Wed Jan 20, 2016 1:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing Google Map Icon Color
- Replies: 7
- Views: 7069
Changing Google Map Icon Color
Hello,
I have implemented google maps within my app. However i cannot work out how to allow the user to dynamically change the Map Icon Color.
Here is the code i am using:
put the uGoogleMap of this stack into lamorce
put empty into lesData1
put empty into lesData2
set itemdelimiter to tab ...
I have implemented google maps within my app. However i cannot work out how to allow the user to dynamically change the Map Icon Color.
Here is the code i am using:
put the uGoogleMap of this stack into lamorce
put empty into lesData1
put empty into lesData2
set itemdelimiter to tab ...
- Wed Jan 20, 2016 1:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Google Maps API
- Replies: 2
- Views: 2853
Re: Using Google Maps API
Thanks Dixie, that works great.
- Tue Jan 19, 2016 8:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using Google Maps API
- Replies: 2
- Views: 2853
Using Google Maps API
Hello, i am fairly new to Livecode. I have been trying for while to implement a Google Map within my application, that i can do. However i m not sure where to put my API key.
My code is:
~put "//maps.googleapis/maps/api/geocode/json?address="&tMessage&"&sensor=false" into tURL
put url tURL ...
My code is:
~put "//maps.googleapis/maps/api/geocode/json?address="&tMessage&"&sensor=false" into tURL
put url tURL ...