RE: How to make Windows-style controls?

2004-04-20 Thread Eric Frericks
OS Control Xtra http://xtras.openspark.com/ -Original Message- From: Andrew Dempsey [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 8:48 AM To: Lingo L submission Subject: How to make Windows-style controls? Hi all, I am interested in making a program in Director that looks and

RE: create and save pdf

2004-01-15 Thread Eric Frericks
Search the archives, There are several scripts that been posted that can do this. I think Valentin Schmidt and Daniel Nelson are the ones who posted them. I have been experimenting with Valentins and it works great. -Original Message- From: Mark van den Elzen [mailto:[EMAIL PROTECTED]

RE: Ethernet HW Address? (xpost-ish)

2003-12-09 Thread Eric Frericks
You could try and use the glu32 Xtra http://www.ravware.com/glu32.htm to access the Win api. I did a quick yahoo search and found this for Visual Basic: http://www.mvps.org/vbnet/index.html?code/network/macaddress.htm There is a glu32 xtra for the Mac as well, so It might be possible there as well

RE: Strange error on XP with MPEG Advance Xtra

2003-12-08 Thread Eric Frericks
I had this problem a while back, but I cant remember the exact fix. I do remember that it would only happen with certain logins. Are your movies on the CD. It might have somthing to do with the way you are determining which drive has the movies on it. I know it was an easy fix, but I cant remember

RE: pageHeight

2003-10-16 Thread Eric Frericks
Heres the post: Looking further and working through the Lingo Dictionary entries, now I see that the bugs here are not in Lingo, but rather in the Lingo Dictionary... (I read Direct-L in digest mode... As I'm writing this followup, I'm sure there will be cross posts berating me on this, OK, I d

RE: pageHeight

2003-10-16 Thread Eric Frericks
I remember reading a write up on pageheight in the Direct L Archives. If I remember right the lingo Dictionary definition is wrong or partly wrong. -Original Message- From: Slava Paperno [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 12:46 AM To: [EMAIL PROTECTED] Subject: pa

RE: Turning a string into lingo

2003-09-12 Thread Eric Frericks
look at the "do" command -Original Message- From: Matt Wells [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 9:30 AM To: [EMAIL PROTECTED] Subject: Turning a string into lingo Shouldn't this work? gCode = "member("& QUOTE &"text"& QUOTE &").char[1..10].hyperlink =" & QUOTE

RE: Superscript caracters

2003-08-19 Thread Eric Frericks
Not sure using HTML, but once it is imported you can do it in director: Loop through char by char Check fontstyle if fontStlye = #subscript Or #superScript then set that chars fontsize to 9 -Original Message- From: Luiz Gustavo Castelan Póvoas [mailto:[EMAIL PROTECTED] Sent: Tuesday, Augu

RE: Superscript caracters

2003-08-19 Thread Eric Frericks
You have to change the font size as well. "2" -Original Message- From: Luiz Gustavo Castelan Póvoas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 4:02 PM To: [EMAIL PROTECTED] Subject: Superscript caracters I have been importing files in HTML.. is some parts, where I want to

RE: Projector vs. external cast - BUT MIAW...

2003-08-19 Thread Eric Frericks
Matbe I was doing somthing wrong, but I have always had trouble with Quicktime in MIAWs on windows. Seems to work fine on NT and Mac, but would crash ME, XP, etc. You might want to try using Mpegs and Mpeg Advance Xtra from Tabuleiro if you want to run Movies in a MIAW. -Original Message

RE: Databases in Lingo

2003-07-09 Thread Eric Frericks
it depends on what you mean by "huge quantity". You can use V12, which is very easy to use but gets a little slow when doing searches with a lot of records and multiple search criteria. http://www.integrationnewmedia.com/ There is also Valentina, which has a lot more features and is a lot faste

RE: Replace text within a string

2003-03-11 Thread Eric Frericks
Look up offset in the lingo dictionary. -Original Message- From: Simon Wheatley (lists) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:29 PM To: Lingo-L Subject: Replace text within a string Hello again, sorry for barging in with all my questions... I promise I'm doing my be

RE: Fw: Searching multiple PDFs on CDROM

2003-03-06 Thread Eric Frericks
If speed wont be a factor: The indexer comes with source, so you could modify it to output text files and then just search them if you dont want to buy the xtras at this time. -Original Message- From: Simon Wheatley (lists) [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 10:28 AM

RE: Copypixels from one "alpha-ed" image to another

2002-12-23 Thread Eric Frericks
>>and UpdateStage's TreeView; must have at least one root level showing. Im not sure what you are trying to do, but I used the treeview as a scrolling List with different icons by making the indent property big enough so I could just hide the root node off stage. -Original Message- Fro

RE: property's in property lists

2002-12-19 Thread Eric Frericks
I think this will work: assign pMyProperty a symbol instead of a string property pMyProperty, pMyList on new me pMyProperty = #thisOne --assign pMyProperty a symbol instead of a string pMyList = [#notTheOne: [1,1,1], #thisOne: [2,2,2], #notThisOne: [3,3,3]] end on myHandler me