Re: iOS: Scrolling a native scroller via script problem

2014-07-21 Thread Alan Stenhouse
Gerry, check out the dgVScroll property of datagrids - this will be what you want to set I believe. HTH cheers Alan On 21/07/2014, at 12:00 PM, use-livecode-requ...@lists.runrev.com wrote: > I have a data grid that I'm scrolling in iOS using a native scroller. > > I use this card script to

iOS: Scrolling a native scroller via script problem

2014-07-20 Thread Gerry
I have a data grid that I'm scrolling in iOS using a native scroller. I use this card script to scroll the data grid: on scrollerDidScroll OffsetX, OffsetY if iphoneControlTarget() = "listScroller" then set the vScroll of group "scroller" to OffsetY end if end scrollerDidScroll However

Re: Weird script problem & where can I find a Livecode developer?

2013-09-18 Thread Mark Wieder
Lars- Wednesday, September 18, 2013, 12:37:27 PM, you wrote: > Besides that, I thought I remembered on an older version of the > RunRev site a place where Runrev developers could make their paid > services available and people like me needing help and are willing > to pay for it could find them.

Weird script problem & where can I find a Livecode developer?

2013-09-18 Thread Lars Brehmer
I have an interesting problem. But I must first say that I have often experienced a script that doesn't work properly at first but then after going through it once in debugging mode with no errors it subsequently DOES work without making any changes whatsoever. I don't know if anyone else has

Re: Script problem

2012-10-26 Thread charles61
> > If you reply to this email, your message will be added to the discussion > below: > http://runtime-revolution.278305.n4.nabble.com/Script-problem-tp4656616p4656682.html > To unsubscribe from Script problem, click here. > NAML -- View this message in context: http://runtim

Re: Script problem

2012-10-26 Thread Dick Kriesel
Charles, please let us know what the problem was. If the problem persists, I suggest you check the whether the suspect checkboxes may be affected by a getProp for "uMyLabel," or by a custom property set. -- Dick ___ use-livecode mailing list use-liveco

Re: Script problem

2012-10-25 Thread Charles Szasz
Ben, Many thanks for your suggestions! I greatly appreciate your suggestions and Therry's suggestions. As I indicated, five blank lines appear before my checked checkbox even if only one checkbox is checked. There are no cr or tabs before the uMyLabel strings. There is a cr after each uMyLabel.

Re: Script problem

2012-10-25 Thread charles61
-livecode mailing list > > [hidden email] > > Please visit this url to subscribe, unsubscribe and manage your > > subscription > > preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > ___________ >

Re: Script problem

2012-10-25 Thread Thierry Douez
2012/10/25 Ben Rubinstein : > On 25/10/2012 04:08, Charles Szasz wrote: >> >> I also again went through each of the more than 800 checkboxes in my >> project and did not find any missing strings. So, I don't know what is >> accounting for the five blank lines in my field "recommendations". >> ... >

Re: Script problem

2012-10-25 Thread Ben Rubinstein
On 25/10/2012 04:08, Charles Szasz wrote: I also again went through each of the more than 800 checkboxes in my project and did not find any missing strings. So, I don't know what is accounting for the five blank lines in my field "recommendations". ... If you have more ideas or suggestions, ple

Re: Script problem

2012-10-24 Thread Charles Szasz
Ben, Thanks for your generous script suggestions! I did not expect to hear from a LC expert as yourself! I tried both of your script suggestions that were in your previous email.They show the number of the card and the number of the checkbox that supposely had a blank custom property, uMyLabe

Re: Script problem

2012-10-24 Thread Charles Szasz
Ben, Thanks for your generous script suggestions! I did not expect to hear from a LC expert as yourself! I tried both of your script suggestions that were in your previous email.They show the number of the card and the number of the checkbox that supposely had a blank custom property, uMyLabe

Re: Script problem

2012-10-24 Thread Ben Rubinstein
On 24/10/2012 21:26, charles61 wrote: I tried your script suggestion. It reported card 32 and button 38. When I checked this information, there were no checkbox buttons that have custom properties on this card. I went through my project and checked all of the some 700+ checkboxes and did not fin

Re: Script problem

2012-10-24 Thread charles61
th no success. I also found an old group script on one of my cards and removed it but still no success. I am use the find function in LC but still have not found the problem. Any other suggestions? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Script-pr

Re: Script problem

2012-10-24 Thread Thierry Douez
2012/10/24 charles61 : > I am using the following script to retrieve the labels of checked checkboxes > on marked cards and put them in the field "recommendations". The labels are > custom properties (uMyLabel). The script works fine but I am getting five > blank lines in recommendations field bef

Script problem

2012-10-24 Thread charles61
ack" into tName put tName & cr after theList end if end repeat end if end repeat delete char -1 of theList put theList into field "recommendations" -- View this message in context: http://runtime-revolution.278305.n4.na

Script problem

2012-10-24 Thread Charles Szasz
I am using the following script to retrieve the labels of checked checkboxes on marked cards and put them in the field "recommendations". The labels are custom properties (uMyLabel). The script works fine but I am getting five blank lines in recommendations field before the first checkbox label