lingo-l V12 database : Toooooo Slow for shared readwrite

2000-10-07 Thread B.J. Kim
Hi! Everyone. I am trying to work with V12 Database 3.1.1. I just created a database with one table, one record field, and index(just indexed that field). When I tried to open this database with "shared readwrite" mode, it was too slow. It took 5-6 seconds to open, however if I used

lingo-l Fields fixed width

2000-10-07 Thread Stevon Ritchie
Hello all, I've been working on a project that requires the creation of field members on the fly, but when they are placed on the stage the come in at a fixed width. I can't use text members as they will need to be edited. Is there any way of getting them to be no wider than the words (1 word

lingo-l Vector shapes and animating pies

2000-10-07 Thread Nigel Cowley
Hi List, I'm trying to add a progress pie - ie a circle that fills in like a second hand sweep but solid, as time elapses. I think that the way to go is to use a vector shape and manipulatie the vertex list. I had a look at Will turnages articles on DOUG but I'm still struggling. If anybody has

SV: lingo-l Fields fixed width

2000-10-07 Thread John Kanding
Try this parent script. Call it after you've dragged the field to the stage. -- property pWidth -- the width of the help-text field property pHelptext property pHeight -- the height of the help-text field property pSprite -- the spriteNum property pHelpSprite -- the

RE: lingo-l Fields fixed width

2000-10-07 Thread Mark R. Jonkman
Hi Stevon After you create the Field, put the required text into it, then use charPosToLoc() to get the position of the last character, then set the member's rect property to make the field narrower or wider. You may need to set your field to a much wider width then what you'll need at first in

Re: lingo-l Vector shapes and animating pies

2000-10-07 Thread Colin Holgate
I'm trying to add a progress pie - ie a circle that fills in like a second hand sweep but solid, as time elapses. I think that the way to go is to use a vector shape and manipulatie the vertex list. I had a look at Will turnages articles on DOUG but I'm still struggling. If anybody has done

lingo-l Fields fixed width

2000-10-07 Thread Bruce Epstein
At 10:48 AM -0500 10/07/2000, Lingo-L Digest wrote: Date: Sat, 07 Oct 2000 13:14:28 GMT From: "Stevon Ritchie" [EMAIL PROTECTED] Subject: lingo-l Fields fixed width Hello all, I've been working on a project that requires the creation of field members on the fly, but when they are placed on

lingo-l Re: Lingo-L Digest V1 #1661

2000-10-07 Thread gopinath
hi! Three of my shockwave movies are playing in a browser. each movie calls the other when a button is pressed by using gotoNetMovie. how do I pass the name of the current movie to the called movie (only one html file is used there fore the URL of the firstmovie.dcr remains on the browser