Search found 137 matches

by Glenn Boyce
Mon Oct 25, 2010 1:53 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling a field automatically
Replies: 10
Views: 7422

Scrolling a field automatically

I want to scroll a field as I am adding data to it so that it always shows the last items added. I've tried using the vscroll command but the pixels change as the field gets more data added. I know there will be simple solution. Anyone care to enlighten me?

cheers

Glenn
by Glenn Boyce
Fri Sep 24, 2010 6:21 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multi users
Replies: 2
Views: 3138

Re: Multi users

I'm currently writing to the data stack each time the application stack is closed and reading each time it is opened. I guess I could change it so the data is downloaded in realtime. If I were to do that what would be the best way of limiting access. You are talking to a novice!
by Glenn Boyce
Fri Sep 24, 2010 12:28 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multi users
Replies: 2
Views: 3138

Multi users

I have a little Customer Relationship Management application up and running now. I'm using another stack as the database as there are some politcal reasons not to use a proper one! There are only three of us using the application which I have running on a shared drive. Is there a way I can limit acc...
by Glenn Boyce
Mon Aug 30, 2010 7:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: showing an object at a specific time
Replies: 3
Views: 4075

showing an object at a specific time

I'd like an object to show at specific times each day.

show group "QualityBanner" at 16:00

this syntax doesn't work.What should I have?

cheers

Glenn
by Glenn Boyce
Mon Aug 30, 2010 3:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how much data can be held in a field
Replies: 2
Views: 3444

how much data can be held in a field

I'm using a stack with a field on each card as a simple database. How much information can realistically be held in each field? I'll have to look at some way of saving the data to somewhere else and for varoius reasons I can't use a proper database at this point in time.
by Glenn Boyce
Sat Aug 21, 2010 8:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Password dialogue box
Replies: 3
Views: 3097

Re: Password dialogue box

Thanks guys. I think the ask password command will do the trick.

cheers

Glenn
by Glenn Boyce
Thu Aug 19, 2010 7:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Password dialogue box
Replies: 3
Views: 3097

Password dialogue box

I need to set up a simple password dialogue. No problem but how do I mask the password being entered so it shows up as just a row of dots or similar?
by Glenn Boyce
Tue Aug 03, 2010 4:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: An interesting conundrum
Replies: 5
Views: 3950

Re: An interesting conundrum

Hi Mark
Looked up commands oon the net. Can see the folders using DIR but can't delete them . Says it cannot find them. can't see whats in the folder either using DIR.
by Glenn Boyce
Tue Aug 03, 2010 3:57 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: An interesting conundrum
Replies: 5
Views: 3950

Re: An interesting conundrum

Thanks Mark
Unfortunately I'm not familiar with the cmd screen and functions although I know how to start it up. If the file directory is S:\RAPFAST\FFF Rapfast1, then what would the syntax be to get rid of it?
cheers

Glenn
by Glenn Boyce
Tue Aug 03, 2010 1:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: An interesting conundrum
Replies: 5
Views: 3950

Re: An interesting conundrum

Gee. That was quick. I get a dialogue box headed up Cannot delete "XXXXXXX" : Access is denied the body of the dialogue box says: make sure the disc is not full or write protected and that the file is not currently being used. I have deleted the shortcuts from all our disk tops and the applications ...
by Glenn Boyce
Tue Aug 03, 2010 1:33 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: An interesting conundrum
Replies: 5
Views: 3950

An interesting conundrum

I have just done an update on my application which I have located on a shared drive at work. 3 people have access to it and I had put a shortcut to their desk tops. All has wroked well but I find that I can't delete the old version! Would this have something to do with the desk top links? As I will ...
by Glenn Boyce
Sun Jul 04, 2010 11:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Saving data to a datastack
Replies: 5
Views: 4626

Re: Saving data to a datastack

Thanks Klaus. I don't actually understand what you mean. What would the syntax be? I have the application and the data file in the same folder on our S: drive which is a publically accessible drive.
Kind regards, Glenn
by Glenn Boyce
Sat Jul 03, 2010 2:13 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Saving data to a datastack
Replies: 5
Views: 4626

Re: Saving data to a datastack

Hi Klaus

No I'm not sure. I'll try you script. how do you set up write permission? it works fine prior to me saving the main stack as a astand alone.

cheers

Glenn