Re: Kermit file transfer

2008-11-22 Thread Mark Wieder
JB-

Friday, November 21, 2008, 10:27:08 AM, you wrote:

 documented in the RFCs. Open port 47 and take it from there.

...er ...make that port 1649 ...sorry about that.
I blame the lack of caffeine.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT - The Matrix running on Windows...

2008-11-22 Thread Mark Wieder
Joe-

Friday, November 21, 2008, 7:47:02 PM, you wrote:

 I thought some of you might enjoy this. It's not very long.

ROTFL. Well done.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Citrix experiences

2008-11-22 Thread Richard Gaskin
One of my clients has an installation using Citrix 4.5 and they report 
being unable to print.  They say there's no error reported by either the 
system or our software, just nothing comes out of the printer. 
Everything else seems to work fine, and we have other Citrix 
installations which print well.


I'm nearly completely ignorant about Citrix, so I'm coming to you folks: 
 Have of any of you seen Citrix installations in which printing neither 
happens nor throws an error of any kind?  If so, how did you resolve it?


TIA -

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Kermit file transfer

2008-11-22 Thread -= JB =-

Mark,

Okay,  thanks for taking the time to tell me.

-=JB=-



On Nov 22, 2008, at 10:33 AM, Mark Wieder wrote:


JB-

Friday, November 21, 2008, 10:27:08 AM, you wrote:


documented in the RFCs. Open port 47 and take it from there.


..er ...make that port 1649 ...sorry about that.
I blame the lack of caffeine.

--  
-Mark Wieder

 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Sample Project Internet Chat

2008-11-22 Thread -= JB =-
From within the Revolution Resource Center I am accessing the Sample  
Project Internet Chat
and when I click the link to go to the corresponding video and pdf  
Safari on my Mac says it

can't open that page.

I was interested in learning about sockets is this the best example  
available?


thanks,
-=JB=-
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Titlebar Bug Workaround Challenge

2008-11-22 Thread Scott Rossi
Hi List:

Is there any way to trap the rollover of the mouse in the Windows taskbar to
make whatever stack name the mouse is over in the taskbar to become the
defaultStack?  I'm trying to create a workaround for the Windows titlebar
rendering issue that I mentioned a couple of days ago.

For those that missed it, there is a bug in Rev Windows where the stack name
displayed in the Windows titlebar becomes messed up when a player is present
on a card.  I've given up trying to force the titlebar to render properly
and am now attempting to use an offscreen proxy stack to represent the
real stack in the taskbar (the real stack has a fake titlebar and no
decorations, thus the real stack does not show up in the taskbar).

Now I need to be able to iconify the proxy stack, and simultaneously hide
the real stack.  This works fine EXCEPT the proxy stack requires two clicks
in the taskbar to become iconified -- this makes sense because the proxy
stack is not the active stack while the user is viewing the real stack.

The only way I can see to make the proxy stack the default stack at all
times is to make the real stack a palette, but I wonder if this is going
down too complex path that will be prone to failure.  I was thinking if
there was some way to trap the mouse while in the taskbar I might be able to
make the proxy stack the defaultstack before the iconify message is sent.

Any other suggestions?  I hate having to jump through all these hoops but I
can't find any other way to solve this issue.

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread Terry Judd
It's a real hack, but what if you place the player in a separate palette
stack that is sized to fit the player and has no decorations and then
reposition it when the user move the main stack.

Terry...


On 23/11/08 9:58 AM, Scott Rossi [EMAIL PROTECTED] wrote:

 Hi List:
 
 Is there any way to trap the rollover of the mouse in the Windows taskbar to
 make whatever stack name the mouse is over in the taskbar to become the
 defaultStack?  I'm trying to create a workaround for the Windows titlebar
 rendering issue that I mentioned a couple of days ago.
 
 For those that missed it, there is a bug in Rev Windows where the stack name
 displayed in the Windows titlebar becomes messed up when a player is present
 on a card.  I've given up trying to force the titlebar to render properly
 and am now attempting to use an offscreen proxy stack to represent the
 real stack in the taskbar (the real stack has a fake titlebar and no
 decorations, thus the real stack does not show up in the taskbar).
 
 Now I need to be able to iconify the proxy stack, and simultaneously hide
 the real stack.  This works fine EXCEPT the proxy stack requires two clicks
 in the taskbar to become iconified -- this makes sense because the proxy
 stack is not the active stack while the user is viewing the real stack.
 
 The only way I can see to make the proxy stack the default stack at all
 times is to make the real stack a palette, but I wonder if this is going
 down too complex path that will be prone to failure.  I was thinking if
 there was some way to trap the mouse while in the taskbar I might be able to
 make the proxy stack the defaultstack before the iconify message is sent.
 
 Any other suggestions?  I hate having to jump through all these hoops but I
 can't find any other way to solve this issue.
 
 Thanks  Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, Multimedia  Design
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

-- 
Dr Terry Judd
Lecturer in Educational Technology (Design)
Biomedical Multimedia Unit
Faculty of Medicine, Dentistry  Health Sciences
The University of Melbourne
Parkville VIC 3052
AUSTRALIA

61-3 8344 0187

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Citrix experiences

2008-11-22 Thread Luis

Hiya,

It might need to set local printers as remote (or vice versa, depending 
on where he/she's printing from) like in Windows Terminal Services. 
Check the settings/prefs in the Citrix client.


Cheers,

Luis.



Richard Gaskin wrote:
One of my clients has an installation using Citrix 4.5 and they report 
being unable to print.  They say there's no error reported by either the 
system or our software, just nothing comes out of the printer. 
Everything else seems to work fine, and we have other Citrix 
installations which print well.


I'm nearly completely ignorant about Citrix, so I'm coming to you folks: 
 Have of any of you seen Citrix installations in which printing neither 
happens nor throws an error of any kind?  If so, how did you resolve it?


TIA -


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: ANN: Flow Chart Software Project

2008-11-22 Thread Luis

That rather 'smoothly' (ugh!) reminds me of Exlax...

Cheers,

Luis.



J. Landman Gay wrote:

Luis wrote:

Someone's having beans with their cereal... :)

'Flow2Go'? '123Flow!'?


Please don't suggest FlowMax...

(For the non-Americans, FlowMax is a medication intended to help men 
with prostate trouble when they are using the toilet.)



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread J. Landman Gay

Scott Rossi wrote:


The only way I can see to make the proxy stack the default stack at all
times is to make the real stack a palette, but I wonder if this is going
down too complex path that will be prone to failure.  I was thinking if
there was some way to trap the mouse while in the taskbar I might be able to
make the proxy stack the defaultstack before the iconify message is sent.


That sounds like a good work-around. You could make the real stack 
modeless. Those look and act pretty much like regular windows but they 
don't show in the taskbar. Your proxy stack's title should show in the 
taskbar if it's a toplevel stack, and clicking the taskbar should bring 
the proxy to the front.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sample Project Internet Chat

2008-11-22 Thread J. Landman Gay

-= JB =- wrote:
 From within the Revolution Resource Center I am accessing the Sample 
Project Internet Chat
and when I click the link to go to the corresponding video and pdf 
Safari on my Mac says it

can't open that page.


Seems to be a bad link. In Firefox I an unrelated page. This would be 
worth a bug report in the QCC.


But if you click the video button at the bottom of the resource window, 
the video downloads directly into the resource center and begins 
playing. And the Stack button at the bottom right opens the two sample 
stacks.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread Scott Rossi
Recently, J. Landman Gay wrote:

 The only way I can see to make the proxy stack the default stack at all
 times is to make the real stack a palette, but I wonder if this is going
 down too complex path that will be prone to failure.  I was thinking if
 there was some way to trap the mouse while in the taskbar I might be able to
 make the proxy stack the defaultstack before the iconify message is sent.
 
 That sounds like a good work-around. You could make the real stack
 modeless. Those look and act pretty much like regular windows but they
 don't show in the taskbar. Your proxy stack's title should show in the
 taskbar if it's a toplevel stack, and clicking the taskbar should bring
 the proxy to the front.

But this is the problem.  I don't want to simply bring the proxy to the
front, I want to iconify it immediately, because using this smoke and
mirrors setup, the proxy is supposed to represent the real stack, and
clicking the button in the taskbar should iconify it, not bring it to the
front.

Hmm -- maybe after it becomes the frontmost stack I could use resume or
resumestack to then iconfiy it...

Ah, what a tangled hack we weave.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread Scott Rossi
Recently, Terry Judd wrote:

 It's a real hack, but what if you place the player in a separate palette
 stack that is sized to fit the player and has no decorations and then
 reposition it when the user move the main stack.

This is an another idea worth trying.  The only problem is, this hack works
with a visible stack, whereas the proxy stack is off screen, so if something
fails, it may not fail in front of the user...

Thanks for the suggestions.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Doing chromakey through Runrev

2008-11-22 Thread Chipp Walters
You might check out:
ImageTransparency Demo
This demo has a Threshold slider for Image Transparency along with an
eyedropper tool to select the color you want to make transparent.

http://www.altuit.com/webs/altuit2/RunRev/Downloads.htm
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sample Project Internet Chat

2008-11-22 Thread -= JB =-

On Nov 22, 2008, at 7:15 PM, J. Landman Gay wrote:

Seems to be a bad link. In Firefox I an unrelated page. This would  
be worth a bug report in the QCC.


But if you click the video button at the bottom of the resource  
window, the video downloads directly into the resource center and  
begins playing. And the Stack button at the bottom right opens the  
two sample stacks.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com


When the video plays all I see is a green screen with the sound.  Do  
you see
a video or is it just sound too?  I was able to open and save the  
stacks so it

is possible I am not really missing much with the video and pdf.

-=JB=-
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread Jim Sims


On Nov 23, 2008, at 4:23 AM, Scott Rossi wrote:

It's a real hack, but what if you place the player in a separate  
palette

stack that is sized to fit the player and has no decorations and then
reposition it when the user move the main stack.


This is an another idea worth trying.  The only problem is, this  
hack works
with a visible stack, whereas the proxy stack is off screen, so if  
something

fails, it may not fail in front of the user...


My suggestions are probably weird, but that won't stop me  ;-)

In the proxy stack (the one kept offscreen) have a stack be spit
out of a userprop when needed and then deleted after use.

sims
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sample Project Internet Chat

2008-11-22 Thread J. Landman Gay

-= JB =- wrote:

When the video plays all I see is a green screen with the sound.  Do you 
see
a video or is it just sound too?  I was able to open and save the stacks 
so it

is possible I am not really missing much with the video and pdf.


This just came up in the support queue and on this list. Turns out that 
the open-source Perian QT component can cause this. Do you have that 
installed? Apparently there is a conflict between it and the TechSmith 
codec.


When I load the video, I get both visual and audio.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

on mouseUp
put green gold tan into Var1

   repeat for each word w in Var1
put wreturn after Var2
end repeat

replace gold with bgold/b in Var2

*set the htmltext of field 1 to Var2
*put Var2 into field 1
end mouseUp

-

In the preceding script:

Starred line 1 places green gold tan into field 1, with gold being  
bolded, but returns not respected.


Starred line 2 places
green
gold
tan
into field 1 with no bold type, but the returns are respected.

What I'm not understanding is:
 why aren't the returns maintained in   -- *set the htmltext of field  
1 to Var2 ?


What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread J. Landman Gay

Scott Rossi wrote:

Recently, J. Landman Gay wrote:


The only way I can see to make the proxy stack the default stack at all
times is to make the real stack a palette, but I wonder if this is going
down too complex path that will be prone to failure.  I was thinking if
there was some way to trap the mouse while in the taskbar I might be able to
make the proxy stack the defaultstack before the iconify message is sent.

That sounds like a good work-around. You could make the real stack
modeless. Those look and act pretty much like regular windows but they
don't show in the taskbar. Your proxy stack's title should show in the
taskbar if it's a toplevel stack, and clicking the taskbar should bring
the proxy to the front.


But this is the problem.  I don't want to simply bring the proxy to the
front, I want to iconify it immediately, because using this smoke and
mirrors setup, the proxy is supposed to represent the real stack, and
clicking the button in the taskbar should iconify it, not bring it to the
front.


With the caveat that I haven't actually tried any of this, I was 
thinking along these lines:


Your real stack is modeless, the proxy is toplevel. The proxy is 
offscreen, the modeless one looks like the real thing. The user clicks 
the (fake) minimize button in your fake titlebar. The button script 
hides the stack it's in, and sends an iconify message to the proxy. The 
proxy gets iconified and is represented in the taskbar.


When the user clicks the taskbar, an uniconify message gets sent to the 
proxy. The proxy stack script catches this message and makes the real 
stack visible again.


Would that do it?

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Stephen Barncard

pbla bla/p

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

Oh.

On Nov 22, 2008, at 10:52 PM, Stephen Barncard wrote:


pbla bla/p

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Titlebar Bug Workaround Challenge

2008-11-22 Thread Scott Rossi
Recently, J. Landman Gay wrote:

 With the caveat that I haven't actually tried any of this, I was
 thinking along these lines:
 
 Your real stack is modeless, the proxy is toplevel. The proxy is
 offscreen, the modeless one looks like the real thing. The user clicks
 the (fake) minimize button in your fake titlebar. The button script
 hides the stack it's in, and sends an iconify message to the proxy. The
 proxy gets iconified and is represented in the taskbar.
 
 When the user clicks the taskbar, an uniconify message gets sent to the
 proxy. The proxy stack script catches this message and makes the real
 stack visible again.
 
 Would that do it?

Yes this works fine.

But the (minor) problem arises when the user *doesn't* use the stack's
minimize button and instead clicks the stack's icon button in the taskbar.
The first click makes the proxy stack active; then the second click actually
does the minimizing.  So it's not that this arrangement doesn't work at all
-- it's just that the first taskbar click doesn't do anything (as far as the
user knows) so the minimize behavior appears to be buggy.

And check this out: since Vista displays thumbnail representations of open
applications above the taskbar, I have to create a snapshot in my proxy
stack of the real stack's current screen every time it changes, so that the
taskbar thumbnail is accurate.  I hate jumping through these hoops.

Thanks for your continued suggestions.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

Thanks. All fixed.  :)

On Nov 22, 2008, at 10:52 PM, Stephen Barncard wrote:


pbla bla/p

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution