Search found 5 matches
- Wed Jan 16, 2013 6:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get line data when the user checks a checkbox (data grid)
- Replies: 3
- Views: 3091
Get line data when the user checks a checkbox (data grid)
I have a data grid with checkboxes in a column. When the user checks a checkbox i need to get the data of that line and put it into a var to use later (i need to add the price of all the selected attachments and put it into a field). When the user unchecks a checkbox i need to remove the data of tha...
- Thu Dec 22, 2011 10:14 pm
- Forum: Talking LiveCode
- Topic: Delete a Line of a URL
- Replies: 3
- Views: 2870
Re: Delete a Line of a URL
Thank you so much,
Max
Max

- Thu Dec 22, 2011 8:41 pm
- Forum: Talking LiveCode
- Topic: Delete a Line of a URL
- Replies: 3
- Views: 2870
Delete a Line of a URL
Hi, I have problems when I want to delete a line in a url
It gives me an error like this:

Code: Select all
delete line gline of URL ("file:" & $USERPROFILE & "\Documents\AllDescriptions.txt")
Is there a way to do thatbutton "Delete": execution error at line 6 (Chunk: can't find object), char 4

- Thu Dec 22, 2011 7:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Browsing field
- Replies: 9
- Views: 6028
Re: Browsing field
Sorry, it was my antivirus (it was set on a property that let access to the internet only from Windows Internet Explorer). So what I did is turn it off and everything worked well :!:, except that when I typed a new address, it went to it and then, in some minutes it went back ot the first webpage th...
- Fri Dec 02, 2011 10:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Browsing field
- Replies: 9
- Views: 6028
Re: Browsing field
Hello, I am having problems with this code: on mouseUp put empty into field "result" put field "URL" into tlocation local tBrowserID -- creates a revBrowser instance and navigates to the website put revBrowserOpen(the windowID of this stack, tlocation) into tBrowserID -- sets the dimensions of the b...