Menu buttons correct settings...

2003-01-21 Thread Mr X
Hi guys, I have a small issue troubling me... Maybe you can answer... I noticed some of my menus hilited themselves while others didnt. If you have installed my script editor, you will see it in the menubar: The File menu hilites, but not the view menu. The File menu is an opaque button while

AOL FTP

2003-01-21 Thread Richard Gaskin
Looking at http://hometown.aol.com/web_member.adp, it says: Set up the FTP program by entering the following information into the program's login: - Host Name/Address: members.aol.com - User Name/ID: (Set to anonymous) - Password: (Your full AOL e-mail address) So it seems that to

RE: Menu buttons correct settings...

2003-01-21 Thread Chipp Walters
Xavier, check out my proplist plugin. For metacard, you should open it up as a palette. Use the old version, not the new version. Then select two menus, and compare properties to see what is different. http://www.altuit.com/webs/altuit2/RunRev/Plugins.htm -Chipp -Original Message-

Re: AOL FTP

2003-01-21 Thread J. Landman Gay
On 1/21/03 8:55 AM, Richard Gaskin wrote: So it seems that to login to AOL's FTP I'd need to do something like this: ftp://anonymous:[EMAIL PROTECTED]@members.aol.com But of course with two @s that won't work. :( How do I apply AOL's recommendation to libURL's login/password urls? Those

cute little palette

2003-01-21 Thread Klaus Major
Hi all, my cute little palette is now availlable for windows, too (Will probably work on Linux/Unix, too. I have no chance to check that...) Works with all versions of MC. Feel free to modify it to your needs... Donwload it here: www.revolutionboard.de/klaus/heim2WIN.zip Please read the

re. AOL FTP

2003-01-21 Thread Ian Gordon
Hi I had the same problem a few weeks ago and found the answer in the list somewhere.. Use urlencode ex. put ftp://; urlEncode(tUsername) : tPass @ tadd tpath into ftpPath put url (binfile: SrcFilename) into tData libUrlFtpUpload tData, ftpPath Works for me. hope it does for

Re: Displaying Boolean expressions

2003-01-21 Thread Ray G. Miller
Metacardians, I need to display Boolean expressions in an option style button, such as: = All's well except for the ; the less than symbol. Quoting, both single and double, only displays . Anyone? Ray -- Ray G. Miller --- Turtlelips Productions 4009 Everett Ave. Oakland, CA

Re: re. AOL FTP

2003-01-21 Thread Richard Gaskin
Ian Gordon wrote: put ftp://; urlEncode(tUsername) : tPass @ tadd tpath into ftpPath put url (binfile: SrcFilename) into tData libUrlFtpUpload tData, ftpPath The specs I found online suggested encoding the user name and/or password, but libURL still choked on it with an invalid url

Stupid windowshape tricks

2003-01-21 Thread Richard Gaskin
Is there any cool hack to make resizeable windows from a custom windowShape? -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.1: Publish any database on any site ___ [EMAIL PROTECTED]

Re: Stupid windowshape tricks

2003-01-21 Thread Scott Rossi
Recently, Richard Gaskin wrote: Is there any cool hack to make resizeable windows from a custom windowShape? If you're talking about draggable, on-the-fly resize, that would be cool. Otherwise, I think the best you can do is simple a toggle action -- click and use the masked image you want as

Re: Stupid windowshape tricks

2003-01-21 Thread John J. Theobald
Scott Rossi wrote: Recently, Richard Gaskin wrote: Is there any cool hack to make resizeable windows from a custom windowShape? If you're talking about draggable, on-the-fly resize, that would be cool. Otherwise, I think the best you can do is simple a toggle action -- click and use the

Re: MC front end to PostgreSQL

2003-01-21 Thread Sadhunathan Nadesan
| | An updated issue of the MCSQL Address Book example app is available for | download at : | | ftp://crdp.intereduc.net/MCSQLABOOK/ | | This issue provide a replacement version of the stack addressbook.mc, | including a new delete card handler, previously bugged. Greetings, all, I would

Re: Sharing field info between metacard and Filemaker?

2003-01-21 Thread Alain Farmer
Is it possible to share information betweeen Metacard flds and other databases such as filemaker aside from using third party products such as Quickkeys? Yes. Try tab-delimited text files. They are universal. __ Do you Yahoo!? Yahoo! Mail

RE: Stupid windowshape tricks

2003-01-21 Thread Chipp Walters
Hey Richard, I've given this a bit of thought. What you want is what some of us call the 'springs and struts' stuff. I've been successful using a plain window (no decorations) and creating a 'stretchable' interface. See some the images at: http://www.altuit.com/webs/leo/Stuff/InterfacePix.htm

Re: Message box field deleted

2003-01-21 Thread FMoyer
Just a helpful hint in case it might be helpful: About a week ago, I asked why the title of my Message Box was Message Box (debug) . Ken Ray replied You see Message Box (debug) whenever you open the message box while the Script Debugger is open. It allows you to examine and/or evaluate