RE: Scrolling

2004-04-22 Thread Kerry Thompson
> Since its a kludge anyways, you could throw up a sprite with an image > of scroll bars when you turn the system scroll bars off. That kind of goes along with the idea of grabbing the image of the text. It's not a bad idea, actually. Whenever you start dragging the sprite, just send a message t

RE: Scroll bar issues

2004-04-22 Thread Kerry Thompson
> Well, there are the pre-made custom scrollbar behaviors that > come with Director. If you don't want to use them, I have > some pretty decent ones I made myself that require no > customization to be able to drop on and use easily. Thanks, Charles. I know about the behaviors, and I have some o

RE: Scrolling

2004-04-22 Thread David Benman
Since its a kludge anyways, you could throw up a sprite with an image of scroll bars when you turn the system scroll bars off. > Not sure how well this would work, but one cheesy solution could be to set the 'boxType' property to #fixed while that particular sprite is overlapping the text mem

Re: Outlook error generated by Director

2004-04-22 Thread Valentin Schmidt
my last mail took more than 6 hours to arrive at the list, seems to be some traffic jam somewhere. my first intention concerning the outlook bug was that there might have been some confusion with the app actually called, but of course it was something else, so never mind. valentin Valentin Schmid

Re: Outlook error generated by Director

2004-04-22 Thread Valentin Schmidt
what's the exact name of your projector? Mendelsohn, Michael wrote: > Hi all... > > How could a Director projector possibly cause a Microsoft Outlook > error: > The command line argument is not valid. Verify the switch you are > using. > > perplexed and becoming nervous, > Michael M. > > > [

RE: Scroll bar issues

2004-04-22 Thread Kerry Thompson
> OK, now I'm curious. I haven't seen any response, good or > bad, to my suggestion of the OSControls Xtra scroll bar > widget. What does everyone have against it? Nothing. Actually, I think it's a good idea. It might be a fair amount of work in my project, so I don't know if it's the approach

RE: Scroll bar issues

2004-04-22 Thread Charlie Fiskeaux II
Well, there are the pre-made custom scrollbar behaviors that come with Director. If you don't want to use them, I have some pretty decent ones I made myself that require no customization to be able to drop on and use easily. Charlie Fiskeaux II Interactive Media Developer Cre8tive Group cre8tivegr

RE: Scrolling

2004-04-22 Thread Kerry Thompson
> Not sure how well this would work, but one cheesy solution > could be to set the 'boxType' property to #fixed while that > particular sprite is overlapping the text member and then set > it back to #scroll once it moves away. I thought of that, but I don't think the scroll bar goes away unles

Re: Scroll bar issues

2004-04-22 Thread Jeff Gomes
At 1552 -0400 04/22/2004, Kerry Thompson wrote: >... >When the user drags the keyboard over the scroll bar, it slides under >the scroll bar. I imagine it's because the scroll bar, being a system >scroll bar, is dts, and no matter what the zLoc of the keyboard, it will >always appear under the scrol

Re: Outlook error generated by Director

2004-04-22 Thread Troy Rollins
On Apr 22, 2004, at 3:12 PM, Mendelsohn, Michael wrote: I am suspecting that it was caused in a Flash sprite I have on the stage. Yes. I generally start with that suspicion myself. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net [To remove yourself from this list, or to change to digest mod

RE: Scrolling

2004-04-22 Thread Faisal Imam
Not sure how well this would work, but one cheesy solution could be to set the 'boxType' property to #fixed while that particular sprite is overlapping the text member and then set it back to #scroll once it moves away. [To remove yourself from this list, or to change to digest mode, go to htt

Re: Scroll bar issues

2004-04-22 Thread Andrew Dempsey
Yes, this is extremely annoying - I had to figure out a work-around (also for a language program). The way I did it was clumsy, but seems to work. Whenever the scroll bar is covered by another sprite, I use a sendsprite to a custom handler in the text member to change it to a #fixed. Then, when

Re: Scroll bar issues

2004-04-22 Thread Cole Tierney
When the user drags the keyboard over the scroll bar, it slides under the scroll bar. I imagine it's because the scroll bar, being a system scroll bar, is dts, and no matter what the zLoc of the keyboard, it will always appear under the scroll bar. Ideas on how to get around this? The only thing th

Re: Scroll bar issues

2004-04-22 Thread Jeff Gomes
At 1552 -0400 04/22/2004, Kerry Thompson wrote: >... >When the user drags the keyboard over the scroll bar, it slides under >the scroll bar. I imagine it's because the scroll bar, being a system >scroll bar, is dts, and no matter what the zLoc of the keyboard, it will >always appear under the scrol

Re: Scroll bar issues

2004-04-22 Thread Mathew Ray
I'd use one of Luke's great scrollbars instead of the standard ones... http://www.lingoworkshop.com/code/widgets3.php Dare I say it... You could also use non-dts Flash to handle the text =0o ~Mathew Kerry Thompson wrote: I'm working on a Spanish-language project. To enter accented characters from

RE: Scroll bar issues

2004-04-22 Thread Kerry Thompson
> Custom scroll bar. Ugh. Not really an option. Too much code, too little time. Any other way? Cordially, Kerry Thompson [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] (Problem

Re: Scroll bar issues

2004-04-22 Thread Colin Holgate
Ideas on how to get around this? Custom scroll bar. [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]). Lingo-L is for learning and helping with progr

Scroll bar issues

2004-04-22 Thread Kerry Thompson
I'm working on a Spanish-language project. To enter accented characters from an English system, we have a pop-up keyboard the user can click. The "keyboard" is just a sprite, and the user can drag it around the screen. Some of the screens have text with scroll bars. When the user drags the keyboa

RE: Outlook error generated by Director

2004-04-22 Thread Mendelsohn, Michael
> Want to supply any more information Michael? Certainly, Troy. Upon thinking a bit more, I think the "_root" of my problem stems from my Flash asset. Basically, I have an email window that pops up when an error occurs via the alerthook script. There's the tie to Outlook. But before that email

Re: Outlook error generated by Director

2004-04-22 Thread Troy Rollins
On Apr 22, 2004, at 1:27 PM, Cole Tierney wrote: How could a Director projector possibly cause a Microsoft Outlook error: The command line argument is not valid. Verify the switch you are using. Outlook. A great example of MS "tight" integration. Don't ever try secure smtp using Outlook with no

RE: Outlook error generated by Director

2004-04-22 Thread Mendelsohn, Michael
Thanks for responding Cole. Hmm... *for now* the problem seemingly has disappeared, which is in itself another mystery. I have absolutely no idea what caused it, but I suspect it has something to do with the fact that I have an alerthook script that uses baOpenURL with some mailto: information.

Re: Outlook error generated by Director

2004-04-22 Thread Cole Tierney
How could a Director projector possibly cause a Microsoft Outlook error: The command line argument is not valid. Verify the switch you are using. Outlook. A great example of MS "tight" integration. Don't ever try secure smtp using Outlook with non microsoft mail server. Anyway, how are you firin

Outlook error generated by Director

2004-04-22 Thread Mendelsohn, Michael
Hi all... How could a Director projector possibly cause a Microsoft Outlook error: The command line argument is not valid. Verify the switch you are using. perplexed and becoming nervous, Michael M. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: How to make Windows-style controls?

2004-04-22 Thread Troy Rollins
On Apr 22, 2004, at 11:20 AM, Jeff Gomes wrote: Troy Rollins wrote: ... The amazing part is when you build a project, and then look at it on other platforms. So cool. ... I like changing the system appearance settings while my projector is running, and watching the controls instantly change to m

Re: How to make Windows-style controls?

2004-04-22 Thread Jeff Gomes
At 0956 -0400 04/22/2004, Troy Rollins wrote: >... >The amazing part is when you build a project, and then look at it on other platforms. >So cool. >... I like changing the system appearance settings while my projector is running, and watching the controls instantly change to match. But then I'

Re: How to make Windows-style controls?

2004-04-22 Thread Troy Rollins
On Apr 22, 2004, at 5:22 AM, Andrew Dempsey wrote: Just bought it and started playing with it. WHERE HAS THIS XTRA BEEN ALL MY LIFE! Not sure how old you are, but this xtra has been a "standard" for some time now. Yes, it completely opens new doors for Director development. Just be careful not

Re: How to make Windows-style controls?

2004-04-22 Thread Andrew Dempsey
Just bought it and started playing with it. WHERE HAS THIS XTRA BEEN ALL MY LIFE! Amazed with the panoramic new vistas before me, Andrew > I use the OSControl Xtra. Without doubt, it's the best for that task. > It's easy to use, well-documented, and has plenty of sample code. > www.openspark.