Search found 280 matches
- Sun Jul 06, 2014 7:44 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus, command refreshDg pURL, pStatus, pData Global aData put aData[pURL]["Id_row"] into tIndexRow get the dgDataOfIndex[tIndexRow] of group "DataGrid1" put it into tData put 1 into tData["Label 1"] put URL pURL into tImageData put tImageData into tData["Label 2"] -- to test if the value is retu...
- Sun Jul 06, 2014 5:35 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus, on FillInData pDataArray Global aData set the text of field "Label" of me to pDataArray["label 4"] set the text of field "Label2" of me to pDataArray["label 3"] set the text of field "Label3" of me to pDataArray["label 5"] if pDataArray["Label 1"] is 1 then put URL pDataArray["label 6"] in...
- Sun Jul 06, 2014 4:43 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus,
Yes, only work on desktop, on mobile devices don't work.
Yes, but how pass the "data" of the image to the img control of the row? I'm blocked.
Any idea?
Yes, only work on desktop, on mobile devices don't work.
Yes, but how pass the "data" of the image to the img control of the row? I'm blocked.

Any idea?
- Sun Jul 06, 2014 4:20 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus, I know I know, but try the stack please. The param is working, or only work for desktop ? The callback message received after a load url is of the form: myUrlDownloadFinished url, status, data Here, data is the actual content of the url that was fetched (assuming an error didn’t occur). ht...
- Sun Jul 06, 2014 3:24 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus, command refreshDg pIndex put word 1 of pIndex into tIndex -- the index and url are both in the passed parameter, grab the index which is the first word get the dgDataOfIndex[tIndex] of group "DataGrid1" put it into tData put 1 into tData["Label 1"] --answer "Refresh" && pIndex set the dgDa...
- Fri Jul 04, 2014 8:50 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
I see. Yes, I can get the URL from the database query and use like the original code of the post, isn't? Inside the callbackmessage how I can get the status of the URL load URL tURL with message ("refreshdg" && tURL && tStatus) ?? To handle if any error exist with the images... Thanks for your help ...
- Fri Jul 04, 2014 8:19 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi Klaus,
I understand but I don't see how add the parameter.
load URL tURL with message ("refreshdg" && tURL && pStatus && tIndex) ??
Salut,
Josep M
I understand but I don't see how add the parameter.

load URL tURL with message ("refreshdg" && tURL && pStatus && tIndex) ??
Salut,
Josep M
- Fri Jul 04, 2014 7:29 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
on FillInData pDataArray set the text of field "Label" of me to pDataArray["label 4"] set the text of field "Label2" of me to pDataArray["label 2"] set the text of field "Label3" of me to pDataArray["label 5"] if tURL is among the lines of the cachedUrls then -- if is cached show it if the URLStatu...
- Fri Jul 04, 2014 6:30 pm
- Forum: Talking LiveCode
- Topic: Delayed Image Load with DataGrid
- Replies: 20
- Views: 6096
Re: Delayed Image Load with DataGrid
Hi, I'm on the same problem loading images from an URL into an image into a datagrid. I followed the code but all the images are loaded on the first row only. Any idea about where is the problem? I don't know if the cachedurls is available on Android and iOS. Seems like all the images are loaded int...
- Mon Sep 23, 2013 9:39 am
- Forum: Android Deployment
- Topic: Android Spinners
- Replies: 1
- Views: 1241
Android Spinners
Hi, I'm new to Android world :) after playing a little with I have some questions. How can create or simulate the following controls? Spinners http://developer.android.com/design/building-blocks/spinners.html Seek bars http://developer.android.com/design/building-blocks/seek-bars.html Pickers (no da...
- Wed Sep 18, 2013 10:04 am
- Forum: chartsEngine
- Topic: How to put Labels to xy-values
- Replies: 9
- Views: 8977
Re: How to put Labels to xy-values
Hi BvG,
Thanks for answer. So show any label on X/Y like "Team A,Team B, Team C" isn't possible, isn't?
Salut,
Josep M
Thanks for answer. So show any label on X/Y like "Team A,Team B, Team C" isn't possible, isn't?
Salut,
Josep M
- Tue Sep 17, 2013 7:45 pm
- Forum: chartsEngine
- Topic: How to put Labels to xy-values
- Replies: 9
- Views: 8977
Re: How to put Labels to xy-values

Salut,
Josep M
- Tue Sep 17, 2013 7:15 pm
- Forum: chartsEngine
- Topic: How to put Labels to xy-values
- Replies: 9
- Views: 8977
Re: How to put Labels to xy-values
Hi,
Any help about this?
Salut,
Josep M
Any help about this?

Salut,
Josep M
- Mon Sep 16, 2013 1:52 am
- Forum: chartsEngine
- Topic: How to put Labels to xy-values
- Replies: 9
- Views: 8977
How to put Labels to xy-values
Hi, I would like to know how can I label x and y data. I mean for example put an string or any other value non numeric nor datetime. Data sample. 10/8 2 3 09/8 1 2 08/8 5 9 07/8 2 3 06/8 8 6 Sun 2 3 Mon 1 2 Thu 5 9 Wed 2 3 Sat 8 6 First col is the day/month, second col is customers and the last one ...
- Tue Sep 10, 2013 3:32 pm
- Forum: Software Engineering
- Topic: Repository tool for Livecode
- Replies: 1
- Views: 4384
Repository tool for Livecode
Hi,
I need help to prepare a local team to start developing with LiveCode. Any advice or experience using any tool to share code between teams?
I need work locally, I read about Git but I don't have idea how start with.
Thanks in advance,
Josep M
I need help to prepare a local team to start developing with LiveCode. Any advice or experience using any tool to share code between teams?
I need work locally, I read about Git but I don't have idea how start with.
Thanks in advance,
Josep M