Search found 28 matches
- Sat Sep 28, 2013 3:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Setting static line numbers in a datagrid
- Replies: 3
- Views: 3083
Re: Setting static line numbers in a datagrid
Thanks Guys, I was trying to map information to a particular line. I have 20 computers and when a user logs on I want to pull their information and map it to the computer they are on. So if a user is on computer 3 their information is displayed in row 3 of the activeuser datagrid. The problem I was ...
- Fri Sep 27, 2013 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Setting static line numbers in a datagrid
- Replies: 3
- Views: 3083
Setting static line numbers in a datagrid
Hello all, Trevor I am still working on my project. I was wondering if there is a way to assign line numbers to individual rows in a datagrid. I tried the ol': put 2 into theLineNo #but the data still goes to the 1st row of an empty datagrid. I wanted to assign each computer user to the matching row...
- Mon Sep 23, 2013 3:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
I think I see now that when I try to update my user dg it creates a sub-array within the data but doesn't update the row. I'm wondering if there is some other code I need to include to make sure it updates the row. If i view the data with Answer it is all correct and everything is there but it doesn...
- Wed Sep 18, 2013 2:26 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Printing in Linux
- Replies: 10
- Views: 5968
Re: Printing in Linux
I filed an official bug report the number is: Bug 11197. Thank you for the link.
Dr. L
Dr. L
- Wed Sep 18, 2013 1:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Printing in Linux
- Replies: 10
- Views: 5968
Re: Printing in Linux
No, I was hoping someone else had the same issue and came up with a solution. What is the process for reporting something like this to LC? Should I lay on the ground and kick and scream while making circles, then send the video to LC?
Dr. L

Dr. L
- Tue Sep 17, 2013 10:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Printing in Linux
- Replies: 10
- Views: 5968
Printing in Linux
Hello guys, I have been trying (with no luck) to print. I am using Ubuntu 12.04 Linux but anytime I put "print card" in a handler the IDE crashes. I've tried pdfs, various settings but everytime it crashes my IDE. It does the same thing in my standalone app also. I am using the most current version ...
- Thu Sep 05, 2013 7:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
Thanks Klaus, but why is it not updating the information for that user. It looks like the information is there just not where it should be. Does it matter that the columns are different? I mean they have columns for the data update but they are not the same as the activeuser dg.
D
D
- Thu Sep 05, 2013 6:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
I just did a print keys for the user dg and I see something like this: dob: `02/26/1970` address: `33 S. 5th` pin: `1002` 12.00: `theDataA` 12 city: `Missoula` state: `MT` and it happens in a couple of different places too. What does this mean? Also, I'm not using all the same fields in each datagri...
- Thu Sep 05, 2013 6:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
Still no luck, The dispatch adds the line with the updated data I just end up with a duplicate row. Is there a way to automate deleting the old row with a script? I know it should work the way you update but for whatever reason it's not. I've tried various ways including moving parts of the script i...
- Thu Sep 05, 2013 4:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
Oh, yes i am deleting the line 1 of the activeuser dg. The update problem is the user dg. Before when I was using dispatch and adding a line, (to the user dg) is there a way I can delete the line after I pull it out for the login? This might be a temporary work around until I can figure out how to u...
- Thu Sep 05, 2013 3:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
You know that's the strange thing I'm not getting any more errors and there doesn't seem to be anything off when I debug and step through the code. I am perplexed because the same code works during the login part but then doesn't work for the logout. I went through and checked and re-checked all my ...
- Wed Sep 04, 2013 9:28 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
Trevor is it possible that, as I am pulling the information out of the activeuser dg that it has a line index or number that doesn't jive with the user dg and therefore isn't able to update the new data? I only have 20 machines at the most in any classroom so I assign a line number that corresponds ...
- Tue Sep 03, 2013 7:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
No I changed it to theIndex but it's still not working, and now it's not removing the line from "activeuser" the icon color changed back but the user is still showing in the grid.
- Tue Sep 03, 2013 6:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
The error is gone but the user dg still isn't updating. Here is the rest of the script that I have been using for mach1. Does it matter that I delete the row after the user logs off? put (ntemp * varC) into thevarD dispatch "FindIndex" to group "activeuser" with "pin", theADPin put the result into t...
- Tue Sep 03, 2013 5:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How do i connect datagrid information
- Replies: 43
- Views: 27153
Re: How do i connect datagrid information
I think I understand. Is this how I would do it? put (ntemp * varC) into thevarD dispatch "FindIndex" to group "activeuser" with "pin", theADPin put the result into theIndex if theIndex > 0 then put thevarD + varE into theDataA["points"] set the dgDataOfIndex[theIndex] of group "activeuser" to theDa...