Re: Sound record not working on school macs

2010-11-15 Thread Scott Morrow
ad/write privileges. Or a folder specific to the "Student" user such as "Users/Student/Documents/Just-Say-It/Audio/" - Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com -

Re: Beachball cursor Help

2010-11-09 Thread Scott Morrow
Hello Joe, This isn't "more colorful" but Shao Sean's great ssMacExternal gives you access to built-in OSX cursors including the animated "counting hand" cursor. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elemen

Re: LiveCode in K-6 school environment

2010-09-22 Thread Scott Morrow
a light in their eyes! Let us know what you end up doing. I'm certain I'm not alone in wanting to know what someone of your skill will end up contributing inside a school setting. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware

Re: Grouping checkboxes with label fields

2010-09-13 Thread Scott Morrow
Cool! I didn't know you could do that. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com office 1-800-360-734-4701 -- On Sep 13, 2010,

Re: DataGrid column update and button center

2010-08-09 Thread Scott Morrow
Thank you, Mr. Slug. Your helpful observations about my beginning efforts with the data grid are much appreciated. -Scott On Aug 9, 2010, at 3:38 AM, zryip theSlug wrote: > On Fri, Aug 6, 2010 at 12:02 PM, Scott Morrow > wrote: > > Hi Scott, > >> Two Data Grid questio

DataGrid column update and button center

2010-08-06 Thread Scott Morrow
mn header is wider than the button(s) and I would like to be able to center the button(s) in the column. It seems like I should be able to do this (using the DataGrid inspector) by setting the dgColumnAlignment to "center" but I'm not having any luck. Any suggestions (hoping I don&

Re: [ANN] Step By Step 02 - Introduction to the Data Grid is on the road

2010-07-12 Thread Scott Morrow
Zryip TheSlug, Your Data-Grids tour is both a wonderfully informative primer and a beautifully rendered example of interface design. Thank you for this thoughtful and generous example! Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com

Re: [ANN] taking a break

2010-07-02 Thread Scott Morrow
> That has to be admired; especially when a lot of people seem to be > falling for the "Quick-n-Easy" approach. Huh? That never crossed my mind. I thought he had some flags that needed raising... -Scott Morrow ___ use-revolution mailing lis

Re: [On-Rev] post tData to URL "https"

2010-06-27 Thread Scott Morrow
So, thanks Andre! -Scott On Jun 27, 2010, at 7:59 AM, Scott Morrow wrote: > I'm trying to set up my On-Rev account to use PayPal's IPN system which > requires replying to a message that PayPal sends to me. Using their sandbox > I can receive and parse the PayPal message but can

[On-Rev] post tData to URL "https"

2010-06-27 Thread Scott Morrow
to be sure if it applies to this situation. Nor can I tell from the forums whether anyone ever got this to work... or if there is some alternate method. Any suggestion welcome. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http

Re: combo box messages

2010-06-07 Thread Scott Morrow
Hello Bernd, Thank you for sharing that! Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ On Jun 7, 2010, at 12:50 PM, BNig wrote: > > That is a very nice stack. Thank you for pointing it out. > > But actually the origin

Re: A problem with clearing fields on marked cards

2010-06-06 Thread Scott Morrow
I think you just need to specify the card that the target field is on: if the short name of field u of marked card y CONTAINS "field" then put empty into field u of marked card y Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.

Re: Writing to the resource fork

2010-05-27 Thread Scott Morrow
nd setting the resource, help? Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com office 1-800-360-734-4701 -- On May 27, 2010, at 3:25 PM,

Re: Finding USB volumes on Win

2010-03-24 Thread Scott Morrow
Richard, Thanks for sharing this work! When testing it in OSX I needed to add a line: replace "%20" with space in tMountPoint before the line set the directory to tMountPoint Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

Re: missing fields in Application Browser

2010-03-08 Thread Scott Morrow
Scott On Mar 8, 2010, at 1:59 AM, Martin Blackman wrote: > Could it be the autohilite property? > > On 3/8/10, Scott Morrow wrote: >> Recently, in one of my projects, the Application Browser stopped showing >> fields that were in a group. Furthermore, the fields in this group n

Re: missing fields in Application Browser

2010-03-08 Thread Scott Morrow
Thank you, Sarah. I didn't know that. Unfortunately in this case it didn't solve the problem. Time to rebuild, I guess. -Scott On Mar 7, 2010, at 9:02 PM, Sarah Reichelt wrote: > On Mon, Mar 8, 2010 at 2:49 PM, Scott Morrow > wrote: >> Recently, in one of my pro

missing fields in Application Browser

2010-03-07 Thread Scott Morrow
rebuild the groups. Has anyone else run across this? Thoughts? Rev 4.0 Enterprise Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com ___ use-revolution ma

Re: AW: OT: locking software to one specific machine?

2010-03-04 Thread Scott Morrow
I think this might be very effective at locking people out... including the developer. The process of observing the password could change it. On Mar 4, 2010, at 11:17 AM, Andre Garzia wrote: I was going to make my software refuse to run 15% of the time due to bad licensing and then catch

Re: File Associations?

2010-03-03 Thread Scott Morrow
Hello Scott, The relaunch handler (in the stack script of the executable) should still be in the message path even if you close the stack... unless I misunderstand the design, the executable that stack is attached to would still be in memory and running. -Scott Morrow Is it possible that

Re: File Associations?

2010-03-03 Thread Scott Morrow
and copied out the contents of each variable. (disclaimer: actually I *retyped* what I saw in the debugger window... there is probably a way to copy/paste but I couldn't recall it.) -Scott Morrow tProgramFilesFolderPath -->C:/Program Files/Report Card Pro tA

Re: File Associations?

2010-03-02 Thread Scott Morrow
will shed a light of Ray. (pun intended) -Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@el

Re: File Associations?

2010-03-02 Thread Scott Morrow
insecure I was with the code. Below the "Relaunch" script is additional code I placed at the card level of the Splash-screen stack (I'm not sure it needs to be there) I'll post again about registry. - Scott Morrow -- -- > In the main stack script of the Splash-screen (

Re: File Associations?

2010-03-02 Thread Scott Morrow
ce but my previous experience with the subject was nil) and still have no great understanding myself. For documents launching multiple instances see < relaunch > in the dictionary where there is a note to look at an example stack. Scott Morrow Elementary Software (Now with

Re: Finding the name of a USB volume

2010-01-07 Thread Scott Morrow
Very nice. Thanks, Phil! Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com -- On Jan 6, 2010, at 6:46 PM, Phil Davis wrote: > Here is

Re: 65535 limit?

2010-01-05 Thread Scott Morrow
it is still (or ever) valid. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com -- On Jan 5, 2010, at 11:22 AM, Fred Moyer wrote: > The Stack In

Re: Scaling Groups?

2009-12-10 Thread Scott Morrow
Hello Scott, Thanks for posting your script. I just tried it on a small collection of controls and images and it worked well. Much appreciated. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com

Re: Where to store data under Windows

2009-11-07 Thread Scott Morrow
Hello Richard, I often try writing a little text file to the location that they pick (and then delete it if successful.) If I can't create/write the text file then I know that they probably don't have sufficient permission and that I'm not going to be able to write anythin

Re: Difference between XP and Vista/7?

2009-11-02 Thread Scott Morrow
itable files in the user's < Library/Application Support > folder. If the files aren't there, it copies these files out of the Applications folder and into the user's writable directory before loading them. Scott Morrow Elementary Software (Now with

Re: Launch another app from my standalone

2009-08-30 Thread Scott Morrow
Hello Adrian, I've sort of re-written what Len suggested but without using a separate function or handler. You can just put the whole thing in where you need it. Eventually you may want to break out pieces of your code by using custom functions and commands but this should work.

Re: long FieldName to owning stackName

2009-08-25 Thread Scott Morrow
I don't consider using chunk expressions to be a "hack" in this case. I love chunking it was just MY chunking that was a hack (as in a nasty hacking cough). This piece of chunking is cool (as in Daddy-O) and just what I needed, too. put word 1 to 2 of (char offset(" stack" && quote,x) to

Re: long FieldName to owning stackName

2009-08-25 Thread Scott Morrow
:27 AM, William Marriott wrote: why not: the last word of the long name of control x Jim Ault wrote: one way is to get the long name of fld 1 replace "/" with cr in IT get char 1 to -2 of line -1 of IT Jim Ault Las Vegas On Aug 25, 2009, at 12:46 AM, Scott Morrow wrote: I'm gue

Re: long FieldName to owning stackName

2009-08-25 Thread Scott Morrow
Mark, Mark and Jim... Thanks! -Scott On Aug 25, 2009, at 12:59 AM, Jim Ault wrote: one way is to get the long name of fld 1 replace "/" with cr in IT get char 1 to -2 of line -1 of IT Jim Ault Las Vegas On Aug 25, 2009, at 12:46 AM, Scott Morrow wrote: I'm guessing that ther

long FieldName to owning stackName

2009-08-25 Thread Scott Morrow
I'm guessing that there is an elegant way of deriving the name of the owning stack when given the long name of a field. Unfortunately my current strategy feels a chunking hack. : ) Ideas? Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

answer folder --> volumes

2009-08-13 Thread Scott Morrow
r a volume has been selected. Passing the label of the "option menu" at the top of the dialogue as the path didn't seem to work either: ) rev 3.5 OSX 10.5.8 Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http

Re: copy audioClip?

2009-08-09 Thread Scott Morrow
Hello Richard, Try this copy audioCLip "coolsound.wav" of stack "untitled 1" to stack "Untitled 2" Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email

Re: empty is zero

2009-07-09 Thread Scott Morrow
onomy-x-talk.com If you sent me an e-mail before 21 June and haven't got a reply yet, please send me a reminder. On 10 jul 2009, at 00:11, Scott Morrow wrote: Hello Mark, But shouldn't the isNumber function show it to be a number at that point? I'm evaluating it a

Re: empty is zero

2009-07-09 Thread Scott Morrow
at 3:08 PM, J. Landman Gay wrote: Scott Morrow wrote: it results in BOTH tParamIsZero = true AND tParamIsEmpty = true(it is empty and zero?) Right. Empty is a variable sort of variable... I believe it only equates to zero when you do a math calculation on it. Otherwise it is

Re: empty is zero

2009-07-09 Thread Scott Morrow
7;t got a reply yet, please send me a reminder. On 9 jul 2009, at 23:56, Scott Morrow wrote: Hello Mark, If you check empty = 0, you'll get false I DO get false in the message box but in a handler where there is nothing being passed in the parameter I get the following (n

Re: empty is zero

2009-07-09 Thread Scott Morrow
put isNumber(tParam) into tParamIsNumber put tParam = 0 into tParamIsZero put (tParam is empty) into tParamIsEmpty end MyHandler then ParamIsZero = false Thanks for your help. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elem

empty is zero

2009-07-09 Thread Scott Morrow
rue end tHandler if I explicitly < put empty into tParam > inside the script then all works as expected I've not had a lot of sleep but hoped coffee and a maple bar might compensate. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

Re: Version number, Splash screen, Auto-update

2009-06-29 Thread Scott Morrow
ftware.com/rev-examples/PlistBuddy-Locator.rev " Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com -- On Jun 29, 2009, at 5:21 AM, George C

Re: right-click on Mac?

2009-06-27 Thread Scott Morrow
educational software OS 9 might still have a bit of an audience. Most Mac users probably don't expect new products to support OS 9, though. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email

Re: right-click on Mac?

2009-06-27 Thread Scott Morrow
n "3" A Universal build is a bit larger but otherwise much more convenient for everyone than two (or three!) separate builds. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com On Jun 27, 200

Re: How to prevent a stack from loading twice (in Linux)

2009-05-23 Thread Scott Morrow
wouldn't have looked for a solution there. Thanks for the poke in the brain. Scott Morrow Elementary Software (Now with 20% less chalk dust!) On May 23, 2009, at 6:33 AM, Bernard Devlin wrote: Peter, you could also use shell() to parse the output of the ps command to check if your

Re: Dumb Newbie Questions -- 1 of N

2009-05-01 Thread Scott Morrow
ce or global space rather than outer space), where custom properties you have to say where the container lives (button 3 of card 1 or stack "MainWindow" rather than in the shed) Scott Morrow Elementary Software ___ use-revolution m

Re: Dumb Newbie Questions -- 1 of N

2009-04-30 Thread Scott Morrow
e with and understanding of particular difficulties (the NEED to separate data from layout) I wasn't REALLY ready to learn about it other than in an abstraction or as an exercise. (No, I'm not referring to Mr. Gaskin as an abstraction.) Scott Morrow Elementary Software On Apr 30, 20

Re: OT: USED MACs

2009-04-21 Thread Scott Morrow
We run stuff like that ( I have mostly G3 iMacs, and some original, indestructible, clamshell iBooks) at my elementary school. Folks donate or we pick them up cheap and keep fixing. San Francisco is kind of a long drive though, even for a Cube and a G3 Wallstreet. : ) Scott Morrow

Re: Printer driver crash on Win

2009-02-05 Thread Scott Morrow
ore (can't blame them) Next time we revisit this I'll check. Scott Morrow Elementary Software On Feb 5, 2009, at 11:46 AM, J. Landman Gay wrote: Scott Morrow wrote: I have a client experiencing this problem (application quits) on one machine under Windows XP. All the rest of the ma

Re: Printer driver crash on Win

2009-02-05 Thread Scott Morrow
this application. The print routine uses open printing and close printing. I haven't been able to duplicate this on any of my machines. Scott Morrow Elementary Software On Feb 5, 2009, at 9:46 AM, J. Landman Gay wrote: Tiemo Hollmann TB wrote: Hello, I've posted this already a

Re: Sounds

2009-01-19 Thread Scott Morrow
Hello Ton, Scott Rossi has a package of sounds (tm | audio) which I've used on several projects. (I don't recall card shuffling as one of the sounds, though.) You can find it here: http://tactilemedia.com/ Scott Morrow Elementary Software On Jan 19, 2009, at 11:26 AM, Phil D

Re: Application Browser problem?

2009-01-03 Thread Scott Morrow
the Application Browser you could go to card 2 by double clicking on it copy card 7 of stack "thatStack" to stack "thisStack" -- will paste right after the current card in stack "thisStack" Scott Morrow Elementary Software (Now with 20% less chalk dust!) web

Re: the user's name under OSX

2008-12-20 Thread Scott Morrow
I suspect I may yet have need of this again sometime. -Scott On Dec 20, 2008, at 3:20 AM, Mark Smith wrote: Scott - I didn't know about dscl either, but it seems to work here on 10.4.11 as well. Best, Mark On 19 Dec 2008, at 22:01, Scott Morrow wrote: Hello Gordy, Thanks for

Re: the user's name under OSX

2008-12-19 Thread Scott Morrow
nd is used to interact with that. For example: $ dscl . -read /Users/gordy RealName RealName: Gordon Tillman (that's me!) --gordy On Dec 19, 2008, at 06:07, Scott Morrow wrote: I'm trying to get the user's name under OSX. I can get the environment variable $USER but t

the user's name under OSX

2008-12-19 Thread Scott Morrow
I'm trying to get the user's name under OSX. I can get the environment variable $USER but this only returns the user's short name. Any ideas for getting the full name? Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoft

Re: Spell check in a text field (how do I)

2008-12-11 Thread Scott Morrow
that custom property would be phonetically reasonable suggestions which could be presented to the user. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email sc...@elementarysoftware.com On Dec 11, 2008, at 10:32 AM, Jim Schaubeck wrote:

Re: unfocus field

2008-12-06 Thread Scott Morrow
Rats... I knew that but got stuck on focus... and "focus on empty" doesn't cut it! : ) -Scott Morrow On Dec 5, 2008, at 10:54 PM, Ken Ray wrote: Hello Thomas, You can also focus on other objects. Your button script could say "focus on me" and that would remove

Re: unfocus field

2008-12-05 Thread Scott Morrow
Hello Thomas, You can also focus on other objects. Your button script could say "focus on me" and that would remove the focus from your field. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED]

Re: fileType & creator

2008-12-04 Thread Scott Morrow
So close! when you open the file it is created. So set the fileType before opening (creating) the file. -- Dictionary: The fileType property is used to set the file type and creator of files created by the open file command and of files created -Scott Morrow Elementary Software On Dec

Re: preserve custom folder icons in OSX

2008-12-01 Thread Scott Morrow
On Dec 1, 2008, at 4:43 PM, Ken Ray wrote: On 12/1/08 2:24 AM, "Scott Morrow" <[EMAIL PROTECTED]> wrote: I'm trying to add, as part of an installer app, the ability to reproduce any original custom folder icons in OSX (and perhaps OS9 as I think it uses the same

preserve custom folder icons in OSX

2008-12-01 Thread Scott Morrow
lder flag yet. Any suggestions gladly accepted. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] -- _

where is rev 2.9

2008-10-14 Thread Scott Morrow
I would like to be able to download an installer for rev 2.9 but can't seem to find an http of ftp location. Any directions? Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROT

Re: Control X in Windows XP

2008-09-24 Thread Scott Morrow
Hello Joe, Are your menus being displayed in the window that they act on (standard Windows behavior) or do you have a "palette" style menu bar. (Like rev uses in the IDE.) The menu "palette" route caught me up in Windows the first time because of focus issues I hadn&#x

Re: OS9 standalone builds

2008-09-18 Thread Scott Morrow
My experience in regards to building OS9 standalones, mirrors that of Mark's. I have never been able to build a "working" standalone rev app unless I was doing it from within OS9 using rev 2.6.1 (or earlier) Scott Morrow Elementary Software Now with 20% less chalk dust On S

Re: Getting the text content of a HTML page

2008-08-03 Thread Scott Morrow
in tText replace ">" with (">"&CR) in tText -- build a new list without the "<" or ">" lines repeat for each line tLine in tText if ("<" is not in tLine) AND (">" is not in tLine) then put tLine &

Re: Standalone - Using stack as DB

2008-08-02 Thread Scott Morrow
doesn't need to be saved), and data files which can also be substacks. Then just the data substacks need to be involved with the save process. Keeping the data separate from the everything else has been consistent advice on this list. Scott Morrow Elementary Software (Now with

Re: launching an OSX bundle

2008-07-28 Thread Scott Morrow
Hello Andre, Thanks for the lesson! -Scott Morrow On Jul 28, 2008, at 9:49 PM, Andre Garzia wrote: Scott, using something like launch -a will free you from dealing with path references, for example: launch -a firefox will launch firefox no matter where firefox.app is located, courtesy

Re: So many ways in XTalks

2008-07-24 Thread Scott Morrow
code and just use it like a monkey... Yes! Pass the bananas, please. : ) Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] -- On Jul 24, 2008, at 11:41 AM

Re: Removing an OSX dock icon

2008-07-23 Thread Scott Morrow
uddy" into tFindScript put shell(tFindScript) into tPlistBuddyList I then figure out which has the most recent creation date and go with that one. My fixPath() routine doesn't take all the same characters into account I'll be using yours! Scott Morrow Elementary Software (Now

Re: preventing mouse clicks

2008-07-22 Thread Scott Morrow
Hello Nicolas, One thing to watch out for is that when you re-enable the group, all the controls within become enabled. So if there was a disabled control in the group before the group was disabled, it will become enabled when the group is re enabled. Scott Morrow Elementary Software

Re: Could it be this simple?

2008-07-22 Thread Scott Morrow
need to happen on a Windows OS. Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] On Jul 22, 2008, at 8:02 PM, Bill Vlahos wrote: I am ready to distribute my application but I need an installer for Windows

Re: Removing an OSX dock icon

2008-07-22 Thread Scott Morrow
Hello Ken, Thanks a bunch. I didn't know about PlistBuddy. I've got it working now! Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] On Jul 22, 2008, at 11:38 AM, Ken Ray wrote: With the

Re: Mac OS9 icons

2008-07-20 Thread Scott Morrow
ch for OS9 but that has been bugging me for a long time and it is really satisfying to have a better understanding! Scott Morrow Elementary Software (Now with 20% less chalk dust!) http://elementarysoftware.com/ On Jul 20, 2008, at 8:18 AM, Mark Schonewille wrote: Hi Scott, You can a

Mac OS9 icons

2008-07-20 Thread Scott Morrow
red with the more primitive ions in the resfile: data. I've been looking for a way to use AppleScript but haven't got enough of a lead to make any headway, yet. Any ideas appreciated! Scott Morrow Elementary Software (Now with 20% less chalk dust!) we

Removing an OSX dock icon

2008-07-18 Thread Scott Morrow
'tile-datafile-datakey>_CFURLString/Applications/ MyRevStandalone.app/_CFURLStringType0integer>';" into tCmd -- line 2 put shell(tCmd) -- line 3 get shell("killall Dock") Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elem

Vista 256x256 icon

2008-07-17 Thread Scott Morrow
Does rev not support the Vista 256x256 icon size? If so, is a third party injection possible? Scott Morrow Elementary Software (Now with 20% less chalk dust!) web http://elementarysoftware.com/ email [EMAIL PROTECTED] ___ use-revolution

launching an OSX bundle

2008-07-13 Thread Scott Morrow
I'm wondering if issuing the "launch" command to: /Applications/OSX bundle.app produces different results than issuing the command to OSX bundle.app/Contents/MacOS/theBinFile Both seem to launch the app. Just curious if there is a difference that I might not be noticing?

Re: combine shell scripts with administrator privileges

2008-07-11 Thread Scott Morrow
Hello Sarah, Thanks for the lesson and the sample code! -Scott On Jul 11, 2008, at 4:32 AM, Sarah Reichelt wrote: On Fri, Jul 11, 2008 at 5:15 PM, Scott Morrow <[EMAIL PROTECTED]> wrote: I'm trying to combine 2 shell scripts and my knowledge of shell scripting (and how to comb

combine shell scripts with administrator privileges

2008-07-11 Thread Scott Morrow
e&& "with administrator privileges" into tCmd do tCmd as applescript What I want to do is piggyback a second script to chmod another file while making use of the previous admin privileges (Otherwise I end up with a second dialog box asking the user to enter the password a

Re: focus in field problem

2008-06-22 Thread Scott Morrow
Hello Nicolas, What about something like: on openField select after last character of the target end openField Scott Morrow Elementary Software (Now with 20% less chalk dust!) http://elementarysoftware.com -- On Jun 22, 2008, at 10:23

Re: Icon in Standalone

2008-06-20 Thread Scott Morrow
. Thanks for sharing them. take care, randy ----- On Jun 19, 2008, at 9:31 PM, Scott Morrow wrote: Hello Randy, I'm in the habit of Option + dragging the recalcitrant application in order to "duplicate" it. For me, this always seems to jar the Finder in the needed way. If this do

Re: Icon in Standalone

2008-06-19 Thread Scott Morrow
Hello Randy, I'm in the habit of Option + dragging the recalcitrant application in order to "duplicate" it. For me, this always seems to jar the Finder in the needed way. If this doesn't do it for me it has always meant a problem elsewhere. In my case it usually means I've messed up the

Re: Getting things the wrong way round . . .

2008-04-19 Thread Scott Morrow
Still, the combined branding title of "Mirye Runtime Revolution" pales next to: "Kirkland Signature Martha Stewart Favorite Holiday Hams" -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ emai

Re: This has to be easy! Tell a program not to open a file

2008-04-15 Thread Scott Morrow
a uac is on. Then it changes its name to a more reasonable one just before quitting the first run. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] --

Re: SuckUp-SpitOut OS9 app

2008-04-01 Thread Scott Morrow
Hello Mark, Fantastic! That does the trick. Thanks so much. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] - On Apr 1, 2008, at 1:19 AM, Mark

SuckUp-SpitOut OS9 app

2008-04-01 Thread Scott Morrow
his stack) into URL ("resfile:" & tInstallPath) > ResEdit shows the resources for the reconstituted OS9 app to be in place but something obviously isn't quite right as the app loses its icon and opens with TextEdit when double-clicked. I'm hoping someone wil

Re: Anyone interested in learning more about Rev on Rockets?

2008-02-21 Thread Scott Morrow
Hello Chip and Andre, I'm following this thread closely and would love tutorial examples! -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] ---

Re: put into named field weirdness

2008-02-10 Thread Scott Morrow
Perhaps the card hasn't yet opened. You could try moving the handler to check. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] - On F

Re: Leopard throb & images in a standalone

2008-01-30 Thread Scott Morrow
you might be able to achieve an even cleaner look without the visual effect by actually sliding the groups on or off the edge of the card. I use this trick regularly and have been quite pleased with the results. See: "move" and "moveSpeed" -Scott Morrow Elementa

Re: OT: Anyone know of a way to lock the Dock in Leopard?

2008-01-11 Thread Scott Morrow
e a method to discover whether the dock is currently locked or not? Scott Morrow Elementary Software Now with 20% less chalk dust http://elementarysoftware.com On Jan 8, 2008, at 12:37 PM, Jim Sims wrote: Terminal To LOCK the Dock use: defaults write com.apple

Re: Program problems on Windows Vista

2007-11-27 Thread Scott Morrow
ww.dreamscapesoftware.com ___ Compress your photos quickly and easily with JPEGCompress 2.9! http://www.dreamscapesoftware.com/products/jpegcompress/ Scott Morrow wrote: Hello Derek, I am trying to pin down a (similar?) problem that happens if the application is being run on a

Re: Program problems on Windows Vista

2007-11-27 Thread Scott Morrow
Hello Derek, I am trying to pin down a (similar?) problem that happens if the application is being run on a multiple-user system but it is not installed or launched by the primary user. Just a thought in the dark. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web

Re: Drag to resize list fields

2007-11-20 Thread Scott Morrow
the "Two Fields Together" button. The script is in the divider bar. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] - On Nov 20, 2007

Re: Identify Intel processor under 2.6.1

2007-10-31 Thread Scott Morrow
ng to see if "Intel" is among the words returned by the System Profiler. I couldn't think of anything else in that short list that might return "Intel" Scott Morrow Elementary Software Now with 20% less chalk dust http://elementarysoftware

Re: Identify Intel processor under 2.6.1

2007-10-30 Thread Scott Morrow
AM, Mark Smith wrote: Scott, you can test for 'endianness"; function isIntel return (char 1 of (binaryencode("I",1)) is not null) end isIntel Best, Mark On 30 Oct 2007, at 06:32, Scott Morrow wrote: Is there a way to query for an Intel Mac when running under

Identify Intel processor under 2.6.1

2007-10-29 Thread Scott Morrow
Is there a way to query for an Intel Mac when running under rev 2.6.1 without using "the processor" function which seems to report incorrectly? -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL

Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Morrow
Whoa! I didn't know that was doable! Your stack(s) appears to solve a problem I've been struggling with. Thanks a bunch for sharing. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL

Re: Quicktime on Windows

2007-09-26 Thread Scott Morrow
ference is turned on? -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] - On Sep 26, 2007, at 3:15 PM, [EMAIL PROTECTED] wrote: When testing with and

Re: Do stacks have controllable levels?

2007-09-26 Thread Scott Morrow
could expand or shrink in order to expose or hide the "Panelx" group(s) Also, though not cross platform, drawer stack "Panelx" at right in stack "LargeWindow" should work -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://ele

Re: ANN: MikMod External (mod and mod-like playing library for MacOS X)

2007-09-22 Thread Scott Morrow
Cool, Andre. I have calculated that at this rate your 5th external should allow developers to interface directly with either the "Hubble Telescope" or the NASA's "Phoenix Lander." -Scott Morrow On Sep 22, 2007, at 2:38 PM, Andre Garzia wrote: Aloha my friends, No

Re: OSX 10.2 hardware info

2007-09-12 Thread Scott Morrow
Thanks for checking, Mark. Maybe it's my system install. I'll try on some other 10.2 machines. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL

  1   2   3   >