Re: BUDDY API BUG -- NOOOOOOOOOOO!!

2004-10-11 Thread Stephen Ingrum
OK, now you've got us confused- hmmm... seems to work for me (win2k, buddy 3.7- now with the MUCH BETTER non-swf help document) longFolder="d:\1dir\2dir\3dir\4dir\5dir\6dir\7dir\" aFile="afile.txt" put bafileexists(longFolder&aFile) --1 put baopenfile(longFolder&aFile,"normal") --44 (no error, op

Re: filextra FileRunApp & ms office : problems with spaces in file paths

2004-10-06 Thread Stephen Ingrum
Buddy again... use baShortFileName. I use it in both the application and the file. Stephen Julian Weaver wrote the following on 10/6/2004 8:20 AM: Hi, yep, that works in filextra too. many thanks tim. julian > > I think the reason is that when MS apps take the > filenam

Re: Opening Word

2004-09-29 Thread Stephen Ingrum
Here's a list of command line switches I found for Word (no page or line number) For page/line numbers you could use Buddy API and the sendkeys function. HTH, Stephen *Type* *To do this* */a* Starts Word and prevents add-ins and global templates (including the Normal template) from being load

Re: Buddy API

2004-09-19 Thread Stephen Ingrum
First of all, I generally agree with you. But, there are ways to make it work. Have you noticed that the Macromedia Shockwave games (Lemonade Tycoon 2) reset your video? They obviously feel it is a risk worth taking. Stephen Robert Tweed wrote the following on 9/19/2004 4:32 PM: - Original M

LDM's and TELL is NOT obsolete whatever MM says

2004-09-13 Thread Stephen Ingrum
>>(I don't think Flash had the same level of legacy code to maintain when it was restructured) >I'm trying to update a project done several years ago using Director 5 or 6 Stephen I'm working on a G5, running OSX 10.3.2. using Director MX 2004. All I have to do (I thought) is to open the .di

Re: Case-sensitive symbol quirk

2004-09-13 Thread Stephen Ingrum
Yes, the topic has been extensively discussed on this list. Check out the messages with subject: "fileIO changes "T" to "t" ?!?!?" Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> KLGC Studio wrote the following on 9/13/2004 2

Re: AW: change full screen mode at runtime in Dir 8.5.1

2004-09-12 Thread Stephen Ingrum
ger,#default:0],#pofflocy:[#comment:"Point Y from center",#format:#integer,#default:0]] return plist end on beginSprite me spr=sprite(spritenum) reCenter(me) end on reCenter me spr.loc=gScreenCenterPT+point(pofflocx,pofflocy) end Thank you, Stephen Ingrum <mailto:[EMAIL PROTECT

Re: change full screen mode at runtime in Dir 8.5.1

2004-09-12 Thread Stephen Ingrum
mac or pc? When the window is in "window" mode, do you want to see the normal title bar with min,max,close buttons? I've done this on pc without the title bar etc... I'll dig up the code and pass it on. Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMA

Re: copyPixel and Masks

2004-09-09 Thread Stephen Ingrum
e,destRect,destRect,[#maskimage:amask]) outMember.image=outImage end Thank you, Stephen Ingrum <mailto:[EMAIL PROTECTED]> Buzz Kettles wrote the following on 9/9/2004 9:16 PM: At 5:28 PM -0500 9/9/04, you wrote: I'm trying to create a series of thumbnails with rounded corners.

copyPixel and Masks

2004-09-09 Thread Stephen Ingrum
I'm trying to create a series of thumbnails with rounded corners. Do I *have* to do it in two passes (see below)? It works fine, just trying to optimize... --aTemplate=the member of the template image (160x120 with rounded corners) --inMember=the member of the large image --aMask= (member identi

useFastQuads

2004-09-06 Thread Stephen Ingrum
I'm using copypixels to dynamically create a series of thumbnail images. In testing useFastQuads, I see no difference in speed or quality. Shouldn't I see some difference? -- Thank you, Stephen Ingrum <mailto:[EMAIL PROTECTED]> [To remove yourself from this list, or to

Re: baOpenFile(PowerPoint)...but play it

2004-08-19 Thread Stephen Ingrum
Michael, Actually, I use baRunProgram, but, you should add /s to your open string: baRunProgram(PPTpath & PPTexe && "/s" && "mypowerpoint.ppt", "normal", false) That's the command setup I normally use. HTH Thank you, Stephen Ingrum

Re: duplicate cast members

2004-08-16 Thread Stephen Ingrum
*tabbed* preference window Now you're asking for too much.;) Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> <http://www.leagueofdesign.com> Alex da Franca wrote the following on 8/16/2004 1:14 PM: At 9:50 Uhr -0700 16.08.2004, Buzz Ket

Re: duplicate cast members

2004-08-16 Thread Stephen Ingrum
I personally don't think that such a possibly destructive, infrequently used, and quiet function (duplicate) should be surrounded by such common (exchange, find, copy, cut, and save) key commands. Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]&g

Re: duplicate cast members

2004-08-14 Thread Stephen Ingrum
I don't know about you, but I sometimes hit ctl-D (duplicate) instead of ctl-F (find). And yes, it has caused major headaches. Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.LeagueofDesign.com <http://www.leagueofdesign

Re: File Properties

2004-08-03 Thread Stephen Ingrum
t;. But, if you have very specific file types, then it should be possible to read the file and find the information. Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.LeagueofDesign.com <http://www.leagueofdesign.com> <http://www.leagueofdesign.c

Re: All those DLLs

2004-07-15 Thread Stephen Ingrum
ummm what dll files? I've never included those dll's with any project before- is this a MX 2004 thing? Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.LeagueofDesign.com <http://www.leagueofdesign.com> <http://www.le

Re: OT: junk - was Seeking Shockwave math website

2004-06-24 Thread Stephen Ingrum
sunrise without a fishing pole in your hand" Stephen Troy Rollins wrote the following on 6/24/2004 8:18 PM: On Jun 24, 2004, at 9:00 PM, Stephen Ingrum wrote: Only problem is that I can't remember which formula is for which problem(almost 40) Almost 40 formulas? Or years? I tur

Re: Seeking Shockwave math website

2004-06-24 Thread Stephen Ingrum
That IS a very cool site. I still have all of my math (geometry, trig, etc...) books from college just for graphical programming purposes. They have every formula for everything. Only problem is that I can't remember which formula is for which problem(almost 40) Stephen Daniel Plaenitz wro

Re: export to swf?

2004-06-21 Thread Stephen Ingrum
Others will explain better, but no. Great to have you back. I hope all is going well. You were missed by those of us how have been around (and around). Stephen Bhakti Klein wrote the following on 6/21/2004 7:37 PM: hi all! i'm back after a several year hiatus. and i've forgotten everything. not t

Re: database lingo vs. xtra

2004-06-07 Thread Stephen Ingrum
I'm thinking about just doing the project with lingo and perhaps PropSave (and of course, some buddyAPI thrown in there for good measure), but I wanted to get the groups response before I start- Details: the "database" will be updated by only 1 (or maybe 2) people ever. it will contain 1200-1500

Re: Merits of JS in Director

2004-02-12 Thread Stephen Ingrum
Just got the email- "Macromedia *annonce *Director MX 2004" ...must be the new JS ;) Stephen [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lin

Re: PC System Information

2004-02-10 Thread Stephen Ingrum
There all there, just do a search within the help system- baMemoryInfo( InfoType ) baCpuInfo( type ) baDiskInfo( Drive, InfoType) Stephen Ross Clutterbuck wrote the following on 2/10/2004 8:28 AM: Greets Part of a project I'm pitching for currently involves my Director app to read off system in

Re: shutdown NT

2004-01-31 Thread Stephen Ingrum
Buddy API does a great job of this (as well as MANY other tasks) baExitWindows( Option ) Arguments: String. Option is the type of exit. Can be: "reboot" reboots the system "restart" restarts Windows "logoff" logs off Windows "shutdown" shuts down the system "poweroff" powers off the system Windows

Re: bulleted lists in text members

2003-12-09 Thread Stephen Ingrum
• = ALT 0149 on the PC Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.LeagueofDesign.com <http://www.leagueofdesign.com> <http://www.leagueofdesign.com> Warren Ockrassa wrote: On Dec 9, 2003, at 11:16 AM, Slava Paperno wrote: I

Re: Ethernet HW Address? (xpost-ish)

2003-12-09 Thread Stephen Ingrum
he command into a text file and read that text file. OR, you could contact Gary (buddyApi) and he might be willing to whip something up for you. Thank you, Stephen Ingrum [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.LeagueofDesign.com <http://www.leagueofdesign.com&g

ActiveX Control

2003-11-06 Thread Stephen Ingrum
mns of text? I don't mind recreating the wheel (I've got a recreated boat full of recreated wheels), but if I don't have to... Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com [To remove yourself from this list, or to change to digest mode, go to http://www.penwo

OT:OpenOffice (was Flash in DirMX)

2003-11-04 Thread Stephen Ingrum
>>"aleatory" I thought it was a French word until I babelfished it. >>OpenOffice Anyone else use OpenOffice? I really like the concept of it, but I haven't heard much from people who would actually use it the way I might use it. Sorry for the serious OT- ignore it if you've got anything remotely

Re: sending data from a form to an email address

2003-10-29 Thread Stephen Ingrum
I've used (a long time ago) http://www.lingo.de/shockmail.htm with success. It's really just a cgi/sendmail solution, but it uses director to format and send the data. Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com - Original Message - From: "pat cash" &l

Re: Another cursor property question

2003-09-26 Thread Stephen Ingrum
Why not just use the command- cursor 200 Stephen - Original Message - From: "Steve Rachels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 11:54 AM Subject: Re: Another cursor property question > Classical breakout game... paddle, ball, bricks. Nothing

Re: Cursor property

2003-09-26 Thread Stephen Ingrum
nSprite me spr=sprite(spritenum) spr.cursor=280 end - Original Message - From: "Stephen Ingrum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 26, 2003 9:19 AM Subject: Re: Cursor property > On a semi-related note. > What&

Re: Cursor property

2003-09-26 Thread Stephen Ingrum
On a semi-related note. What's the difference between saying on mouseEnter me sprite(spritenum).cursor=280 end and on mouseEnter me cursor 280 end Why would you use one method over the other? Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com - Original Me

Re: Getting externalEvent to work

2003-09-22 Thread Stephen Ingrum
In order to avoid all of the different browser/version quirks, I generally have a hidden frame that does all of the "work" for me. content frame where all of the shockwave, or flash action happens hidden frame Also, I create stub html files. i.e. If I want to open options.htm in a new

Re: Open a folder

2003-09-22 Thread Stephen Ingrum
Using Buddy- thePath= barunprogram("Explorer.exe"&&thePath,"Normal",true) Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com 214.324.1177 ext. 1# - Original Message - From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: [XPOST] FileIO Xtra wrapper: writeFile() solution

2003-09-11 Thread Stephen Ingrum
I've always used buddyApi (again) to rename the file to a unique name myfile.backup1(2,3,4,5,6...) THEN written a new file. Then I (or the user) could always go back if something? went wrong. Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com - Original Message -

Re: Acrobat installer.

2003-09-06 Thread Stephen Ingrum
installed will get a license agreement panel the first time they run it. Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com 214.324.1177 ext. 1# - Original Message - From: "Diego Landro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, S

Re: getnettext and asp pages

2003-08-04 Thread Stephen Ingrum
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 3:43 PM Subject: Re: getnettext and asp pages > On Monday, Aug 4, 2003, at 14:59 America/Chicago, Stephen Ingrum wrote: > > > I'm having trouble with getnettext and asp pages. I'm not getting > > an

getnettext and asp pages

2003-08-04 Thread Stephen Ingrum
I'm having trouble with getnettext and asp pages. I'm not getting anything- neterror=4165 the url in question is http://www.dlp.com/about_dlp/about_dlp_story.asp or anything on the dlp site. any thoughts? Stephen [To remove yourself from this list, or to change to digest mode, go to http://w

OT: monitor settings

2003-07-17 Thread Stephen Ingrum
I'm trying to find some numbers for my client about how many users have 1024x768 capabilities. Does anybody use a resource that has these kinds of numbers? Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com [To remove yourself from this list, or to change to digest mode,

Slightly OT: Detecting Codec

2003-02-06 Thread Stephen Ingrum
tem32 directory and start playing the video? Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [

Re: INI question

2002-10-16 Thread Stephen Ingrum
>>Windows does that by default, with every version of the OS up until 2K My Win2K still does it and, yes, it's freakin' annoying. Thank you, Stephen Ingrum [EMAIL PROTECTED] www.LeagueofDesign.com [To remove yourself from this list, or to change to digest mode, go to http://