RE: lingo-l Tracking a Button

2002-03-19 Thread Fred Westermeyer
Thanks, for the info I will look up setPref and getPref. I was looking up FileIO but could not find away to work it out. [EMAIL PROTECTED] 03/19/02 10:08AM At 09:26 +1200 03/19/2002, Sean Wilson wrote: I would like to add a counter to one of the buttons track how many people using the

RE: lingo-l Tracking a Button

2002-03-19 Thread Fred Westermeyer
I look up both getPref and setPref I do not have the files save as a shockwave. I have a InfoCenter here at the casino that players can go to and get information about our casino. This program is broken down in the 12 sections. On the main screen I have 12 buttons each button going to that

RE: lingo-l Tracking a Button

2002-03-19 Thread Kurt Griffin
I look up both getPref and setPref I do not have the files save as a shockwave. I have a InfoCenter here at the casino that players can go to and get information about our casino. This program is broken down in the 12 sections. On the main screen I have 12 buttons each button going to that

lingo-l Tracking a Button

2002-03-18 Thread Fred Westermeyer
Tracking a Button I have a program made in D702 (Windows) and I would like to track the amount of people that are using the program. The program is on a stand along computer but is networked to my working system in my office. I would like to add a counter to one of the buttons track how many

RE: lingo-l Tracking a Button

2002-03-18 Thread Sean Wilson
I would like to add a counter to one of the buttons track how many people using the program. Try using FileIO to write some text into a named file either on the local machine or onto another networked machine. I think you'll find documentation for FileIO at MM's site. HTH -Sean. [To remove

lingo-l Tracking a Button

2002-03-18 Thread Fred Westermeyer
Tracking a Button I have a program made in D702 (Windows) and I would like to track the amount of people that are using the program. The program is on a stand along computer but is networked to my working system in my office. I would like to add a counter to one of the buttons track how many

Re: lingo-l Tracking a Button

2002-03-18 Thread Evan Adelman
From: Fred Westermeyer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: lingo-l Tracking a Button Date: Mon, 18 Mar 2002 12:34:32 -0600 MIME-Version: 1.0 Received: from mail4.fcgnetworks.net ([208.210.86.41]) by mxsmta03.inithost.com (InterMail vM

RE: lingo-l Tracking a Button

2002-03-18 Thread Jason Je
Hi... What about postNetText()??? I think that might be the thing you can use to do the job... I think all you need to do is post the data and take care of its result by using netError() whether it is error or not... MM has a sample you might want to try...