upload of files from runrev using http passing a authorized proxy (solved,docu)

2008-10-13 Thread [EMAIL PROTECTED]
Hello colleagues,

with the help of malte and others I could solve our task in a special network 
where I needed

upload of files 
when no ftp is allowed but only http
an authorization process of a proxyserver is necessary with any internet access

You can find the solution at

http://www.animabit.de/runrev/proxyinrunrev.html

Thank you all for the help

Regards,
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
___
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


persistent objects in runrev (howto)

2008-10-13 Thread run...@animabit.de
Hello,

in a discussion in chatrev this night with Mark Schonewille (the runrev expert 
from the Netherlands, which knew the go stack binary data trick) we could 
realize that the storage of objects from runrev as persistent objects and the 
reload into runrev applications even could be done using just binary data and 
not only a valid rev stack file with .rev extension.

Short updated abstract in 
http://www.animabit.de/runrev/persistentobjects.html

put URL http://server/xyz.data; into test 
# with xyz.data to be the result of a routine: 
# save stack xyz to URL xyz.data
put mydecryproutine(test) into stackobject
go invisible stackobject
copy control 1 of stack stackobject into stack myprog ... 

This allows me to use stacks and any copy object from stack to stack command 
without hesitating about the password protection of the stack. Solving some 
problems in one step.

Regards,

Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
___
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: creating a Mac download

2008-10-13 Thread Devin Asay

On Oct 11, 2008, at 9:49 AM, Rob Cozens wrote:


Mark, et al:


You need to make a zip or dmg file of the
standalone.


How do creator/file types get set and creator/document types get  
registered?


Rob,

You just make up the code you want to use, then register it at

http://developer.apple.com/datatype/

If you happen to choose a code that already exists, the response form  
will inform you.


HTH

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

___
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


binaryDecode limit 25000 ?

2008-10-13 Thread run...@animabit.de
Hello 

I just run into a problem using binaryDecode on 2.9:

A function for converting jpg into rtf as follows only worked with very small 
images:

export image 1 of group inhalt to bilddaten as JPEG
get binaryDecode(H*,bilddaten,transfer) 
put {\rtf{\pict\jpegblip\picwgoal874\pichgoal1121   cr into header
put cr  }  cr  } into footer
put header  transfer  footer into rtf
return rtf

Checking the details I found that
get binaryDecode(H25000,bilddaten,transfer) 
did work, but not 
get binaryDecode(H5,bilddaten,transfer) 

Is there a limit for binaryDecode near 25000? Can I do multiple binaryDecodes 
of chunks of the jpg-data in bilddaten?

Regards, Franz
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
___
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: iPhone again

2008-10-13 Thread Lynn Fredricks
  Apple reps have strongly emphasized that implementing a pure web 
  solution is the least trouble. It makes a lot of sense to me to go 
  this route unless there's some major performance issue, 
 like creating 
  a game that requires some sort of local acceleration.
 
 
 Lynn,
 
 iPhone web apps can't access goodies such as location api or 
 file uploads or file access or camera

Sure, that's right. There's a wealth of APIs that come with the iPhone SDK.
But then it comes down to what kind of app you want to write. Plus - and a
big one - Flash isnt there (yet).

My feeling is that there are a few strong reasons why Apple has pushed web
apps. The first is - they cant really exert any control over how web apps
are developed, so there is nothing for them to protect. Its like saying
please feel free to breath while visiting us. Another is, its an argument
that you can implement a wide variety of applications without using their
SDK, which is a point in their favor if someone were to sue Apple because of
illegal monopolistic or anti-competitive practices.

One of the things Ive learned in working with Apple is that, every
consideration comes at a cost, no matter what that consideration is -
because someone (or lots of someones) inside of Apple will mull over every
point of a deal, starting with if its even worth having the conversation.

Best regards,

Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 

___
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


AW: How does RunRev finds externals when building the standalone?

2008-10-13 Thread Tiemo Hollmann TB
Hi Ruslan,
hmmm

 
 
 You run insaller.rev on Windows only.
 This create in the /Documents/Rev/ folder all required fodlers
 evenRuntime/MAC OS X/Universal
 

Yes it did

 
 You need just MNUALLY copy here from MAC
 V4REV.bundle
 dbvalentina2
 

Yes I did, nothing happens

But when creating manually: Runtime/MAC OS X/Universal/EXTERNALS folder (as
Kirill posted yesterday)
And copying manually V4REV.bundle and Externals.txt to it, then it works for
V4REV.bundle

 And create two txt files with one line each.
 

If I copy dbvalentina2 into the same /EXTERNALS folder - How should the
corresponding txt file be named, if the one for the V2REV.bundle is named
Externals.txt? (I tried dbvalentina.txt without success, I tried to write
two lines into externals.txt without success)

So what I did from one of your last postings was to create another folder:
Runtime/MAC OS X/Universal/EXTERNALS/DATABASE DRIVERS
And put dbvalentina2 and database drivers.txt into that one (one level
deeper as v4rev.bundle)
BUT this one isn't recognized by the standalone builder. That was my main
question in my last posting: How should Rev find the dbvalentina2 bundle in
the database drivers folder? See my last posting!

 
 ---
 P.S.
 
 MAKE SURE that in Standalone Settings dialog
 you point app to be UNIVERSAL !

Yes I checked it - Otherwise it wouldn't actually work with the Runtime/MAC
OS X/Universal/EXTERNALS/V4REV.bundle

 
 I think this where can be a mistake on your side.
 

I would be glad if you would find a mistake on my side!

Thanks
Tiemo

 
 --
 Best regards,
 
 Ruslan Zasukhin
 VP Engineering and New Technology
 Paradigma Software, Inc
 
 Valentina - Joining Worlds of Information
 http://www.paradigmasoft.com
 
 [I feel the need: the need for speed]
 
 
 ___
 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: Sticking an image to the cursor

2008-10-13 Thread BNig


Chipp Walters wrote:
 
 Hi Bernd,
 
 Your stack looks great and works with the exception if you start
 moving the pink square over the yellow square, it drops the pink
 square and picks up the yellow square.
 
 So, just change in the mouseEnter, the first line to now read:
 
 if the short name of the target containspuzzlePiece and
 lCurrentPieceDragged is empty  then
 

Hi Chipp,

thanks again, I updated the stack accordingly.
regards
Bernd
-- 
View this message in context: 
http://www.nabble.com/Sticking-an-image-to-the-cursor-tp19934277p19952856.html
Sent from the Revolution - User mailing list archive at Nabble.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: persistent objects in runrev (howto)

2008-10-13 Thread Ken Ray
 This allows me to use stacks and any copy object from stack to stack command
 without hesitating about the password protection of the stack. Solving some
 problems in one step.

So you're saying that you can copy an object into a password protected stack
this way? Just trying to clarify...


Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.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: binaryDecode limit 25000 ?

2008-10-13 Thread Mark Smith
Franz, binarydecode seems to be a little picky about the number of  
bytes you tell it about, so in this case, you might do better with


get binarydecode(H*, bilddaten, transfer)

Best,

Mark

On 13 Oct 2008, at 15:54, [EMAIL PROTECTED] wrote:


Hello

I just run into a problem using binaryDecode on 2.9:

A function for converting jpg into rtf as follows only worked with  
very small images:


export image 1 of group inhalt to bilddaten as JPEG
get binaryDecode(H*,bilddaten,transfer)
put {\rtf{\pict\jpegblip\picwgoal874\pichgoal1121   cr into header
put cr  }  cr  } into footer
put header  transfer  footer into rtf
return rtf

Checking the details I found that
get binaryDecode(H25000,bilddaten,transfer)
did work, but not
get binaryDecode(H5,bilddaten,transfer)

Is there a limit for binaryDecode near 25000? Can I do multiple  
binaryDecodes of chunks of the jpg-data in bilddaten?


Regards, Franz
Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537
___
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


Different behavior of brush on Win / Mac

2008-10-13 Thread Tiemo Hollmann TB
Hello,

I added the Copy of revCompatibilityBrushes1 as a substack and let the
user paint with a brush (set the brush to 8). The size and behaviour of the
brush on Win is quite ok. Even when drawing a curve, the line keeps its size
and the curve is just a bit pixled (what is normal at this small size). When
painting on a Mac the size of the brush is only the same on strict vertical
and horizontal lines. But when drawing a curve on a Mac the line spreads as
if I would paint with water colors with ugly edges, corners and swellings.

Has anybody encountered the same phenomenon or can tell me if this is normal
on a Mac (I always thought of the Mac as a design specialist) or what I
can do to get smoother curves with the brush tool? Btw, I am not sure, if it
is correct, that the brush stack is called Copy of., but it works and I
couldn't rename it just to rev.

Thanks for any ideas

Tiemo 

 

 

 

___
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: Conflict between the Rev 'backdrop' and OSX 'Spaces'?

2008-10-13 Thread Jerry Daniels

Sarah,

Try GLX2 v2.3b38. The only _possible_ blockers to resume and suspend  
now have pass commands in this version.


Best,

Jerry Daniels

Daniels  Mara, Inc.
Makers of GLX2
http://www.glx2.com

On Oct 12, 2008, at 6:46 PM, Sarah Reichelt wrote:


It looks like a bug too me so I reckon you should file a report. I
thought a possible workaround might be to hide the backdrop when the
app was suspended and set it again on resume, but in my tests, the
suspend and resume messages are not being sent.
This would appear to be another bug which I will check out now and
report if it has not already been reported.


The disappearing suspend  resume handlers is a GLX2 bug, not a Rev
bug, so I will report it to Jerry. This means that my suggested
workaround might be fine.

Sarah
___
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: Email Client (Outlook Express) won't start after console

2008-10-13 Thread william humphrey
I notice that this email is twice in my spam box. I wonder if it comes from
a server that is not on the white list?

On Fri, Oct 10, 2008 at 9:04 AM, Mark MacKenzie 
[EMAIL PROTECTED] wrote:

 Hello Ken.

 I have been living with this situation for awhile and don't have the exact
 wording.

 While coding in the IDE (Windows XP Pro) and using 2.5* and then running
 the program within the IDE to check functionality of the error reporting
 of the finished program an error was encountered.  The email client
 facilitated reporting mechanism came up and stupidly without either
 cancelling or sending the reported error I quit the program by quitting the
 IDE.  Since doing that Outlook Express 5 will not start up as an  email
 program and acts as if it is hung up.

 Some years back this same thing happened to me and it turned out that
 Outlook was stuck' in the waiting to report the error mode.  If I remember
 correctly that was fixed by a registry tweak.  Unfortunately I can't find my
 notes on that little issue if I made any.  I do remember that it was someone
 from the Rev list (old list) who came up with this explanation and fix for
 me.  I have searched the list as far back as I could, the web and mickeysoft
 without success.

 I don't want to reinstall Outlook Express at this time.

 I hope this helps explain the situation better.

  Mark MacKenzie
 Art Conservator  Wet Plate Photographer
 Alcalde, New Mexico

 No virus found in this outgoing message
 Checked by PC Tools AntiVirus (5.0.0.10 - 10.100.041).
 http://www.pctools.com/free-antivirus/
 ___
 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




-- 
http://www.bluewatermaritime.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


Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Joe Lewis Wilkins
Well, got my completed program out for testing on Vista. It had run  
fine on my VMWare XP/Mac OSX; but we get the following dialog when  
dragging the stack onto the Revolution Player:


Windows Media Player cannot play the file. The Player might not  
support the file type or might not support the codec that was used to  
compress the file.


I assume it means the Media Player and there was no compression  
performed at any stage. A CD was burnt on my Mac Pro with three  
folders and two text files (read mes). Two of the folders contained  
the Mac version stacks and runners; the third contained the Revolution  
Player.exe file and the two Windows Stacks. After dragging the Windows  
Version folder to the desktop, opening it and dragging the main stack  
onto the Revolution Player, the above dialog was presented.


Has anyone else had success running a similar condition on a Vista  
machine? Is there a work around?


TIA,

Joe Wilkins





___
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Noel

It means Windows Media Player, not the Revolution Player.

Make sure the revolution files are associated with the Revolution 
Player in Windows.  More than likely, that is the issue.


 - Noel

At 11:11 AM 10/13/2008, you wrote:

Well, got my completed program out for testing on Vista. It had run
fine on my VMWare XP/Mac OSX; but we get the following dialog when
dragging the stack onto the Revolution Player:

Windows Media Player cannot play the file. The Player might not
support the file type or might not support the codec that was used to
compress the file.

I assume it means the Media Player and there was no compression
performed at any stage. A CD was burnt on my Mac Pro with three
folders and two text files (read mes). Two of the folders contained
the Mac version stacks and runners; the third contained the Revolution
Player.exe file and the two Windows Stacks. After dragging the Windows
Version folder to the desktop, opening it and dragging the main stack
onto the Revolution Player, the above dialog was presented.

Has anyone else had success running a similar condition on a Vista
machine? Is there a work around?

TIA,

Joe Wilkins





___
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: persistent objects in runrev (howto)

2008-10-13 Thread Chipp Walters
Ken,

The way I read it-- it's the old suckUp spitOut trick but encrypting
the stack beforehand. The idea being it's not necessary to password
protect the stack as anyone trying to read the file format won't be
able to make sense of it. Therefore, after 'spitting out' you can use
it just like any non-password protected stack. Perhaps I'm wrong, but
that's what I get from the rather vague post.

-Chipp
___
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Joe Lewis Wilkins

Thanks for reply, Noel.

I had assumed that much, but don't understand what's happening. The  
stack is being associated with the Revolution Player by the drag and  
drop of the stacks onto the Revolution Player. Unless something is  
being done by Vista, the Media Player should not even be involved, I  
would think.


Anyone/thing else?

Joe Wilkins

On Oct 13, 2008, at 10:16 AM, Noel wrote:


It means Windows Media Player, not the Revolution Player.

Make sure the revolution files are associated with the Revolution  
Player in Windows.  More than likely, that is the issue.


- Noel

At 11:11 AM 10/13/2008, you wrote:

Well, got my completed program out for testing on Vista. It had run
fine on my VMWare XP/Mac OSX; but we get the following dialog when
dragging the stack onto the Revolution Player:

Windows Media Player cannot play the file. The Player might not
support the file type or might not support the codec that was used to
compress the file.

I assume it means the Media Player and there was no compression
performed at any stage. A CD was burnt on my Mac Pro with three
folders and two text files (read mes). Two of the folders contained
the Mac version stacks and runners; the third contained the  
Revolution
Player.exe file and the two Windows Stacks. After dragging the  
Windows

Version folder to the desktop, opening it and dragging the main stack
onto the Revolution Player, the above dialog was presented.

Has anyone else had success running a similar condition on a Vista
machine? Is there a work around?

TIA,

Joe Wilkins




--
Please avoid sending me Word or PowerPoint attachments.
See   http://www.gnu.org/philosophy/no-word-attachments.html

Joe Lewis Wilkins
[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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Chipp Walters
Sounds like a botched file association.
I assume your stack has a .rev extension? If not, make it so.
If it still doesn't work, then consider re-installing the player.
Hopefully it will automatically set up the file association.

If not, then perhaps there's a bug in the player, or an already
registered app for .rev which is confilicting. Not sure why WMP is
trying to open. Might need to file a bug report.

-C
___
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: Different behavior of brush on Win / Mac

2008-10-13 Thread J. Landman Gay

Tiemo Hollmann TB wrote:

Hello,

I added the Copy of revCompatibilityBrushes1 as a substack and let the
user paint with a brush (set the brush to 8). The size and behaviour of the
brush on Win is quite ok. Even when drawing a curve, the line keeps its size
and the curve is just a bit pixled (what is normal at this small size). When
painting on a Mac the size of the brush is only the same on strict vertical
and horizontal lines. But when drawing a curve on a Mac the line spreads as
if I would paint with water colors with ugly edges, corners and swellings.

Has anybody encountered the same phenomenon or can tell me if this is normal
on a Mac (I always thought of the Mac as a design specialist) or what I
can do to get smoother curves with the brush tool? Btw, I am not sure, if it
is correct, that the brush stack is called Copy of., but it works and I
couldn't rename it just to rev.


I've never seen this happen, but it might be because the brush images 
change IDs when you copy the brushes into the mainstack. Instead of 
doing that, remove the brushes substack and try selecting brushes in 
the standalone builder. That will make sure the IDs are correct.


If you are using an older version of Revolution, brushes were not 
included in the SB. I think they were added in 2.9.


--
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Noel

You would think it would be associated, but that isn't always the case.

That is why I suggest you make sure the properties are associating 
the Rev file with the Rev Player.


For whatever reason, Vista thinks you are trying to run a media file, 
so it is trying to open it with Windows Media Player.


 - Noel

At 11:27 AM 10/13/2008, you wrote:

Thanks for reply, Noel.

I had assumed that much, but don't understand what's happening. The
stack is being associated with the Revolution Player by the drag and
drop of the stacks onto the Revolution Player. Unless something is
being done by Vista, the Media Player should not even be involved, I
would think.

Anyone/thing else?

Joe Wilkins

On Oct 13, 2008, at 10:16 AM, Noel wrote:


It means Windows Media Player, not the Revolution Player.

Make sure the revolution files are associated with the Revolution
Player in Windows.  More than likely, that is the issue.

- Noel

At 11:11 AM 10/13/2008, you wrote:

Well, got my completed program out for testing on Vista. It had run
fine on my VMWare XP/Mac OSX; but we get the following dialog when
dragging the stack onto the Revolution Player:

Windows Media Player cannot play the file. The Player might not
support the file type or might not support the codec that was used to
compress the file.

I assume it means the Media Player and there was no compression
performed at any stage. A CD was burnt on my Mac Pro with three
folders and two text files (read mes). Two of the folders contained
the Mac version stacks and runners; the third contained the
Revolution
Player.exe file and the two Windows Stacks. After dragging the
Windows
Version folder to the desktop, opening it and dragging the main stack
onto the Revolution Player, the above dialog was presented.

Has anyone else had success running a similar condition on a Vista
machine? Is there a work around?

TIA,

Joe Wilkins


--
Please avoid sending me Word or PowerPoint attachments.
See   http://www.gnu.org/philosophy/no-word-attachments.html

Joe Lewis Wilkins
[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


Re: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Joe Lewis Wilkins

Chipp:

Yes, it does have a .rev extension. Perhaps Vista has one of those  
preferences, somewhat like Preview does on the Mac, that makes it the  
default player? Preview wants to open all PDF files if you make it the  
default, which sometimes messes up the Adobe Reader docs. At least  
that is what I've found. Since I used the Revolution Player.exe on XP  
I thought it would be OK, but maybe downloading onto a Mac initially,  
may have messed things up some way. I wouldn't have the slightest idea  
as to how to file a bug report on this issue. Besides, it seems that  
someone outside of mainstream RunRev created the Revolution  
Player.exe if I remember correctly. Maybe if I downloaded the Rev  
Player directly to the Vista Machine it might be better? But I,  
apparently, trashed the email that had that download link on it, so I  
need some assistance with that.


Noel:

You have me lost about associating the properties. Is this something  
you do on Windows? My Window's skills are fairly basic.


Thanks,

Joe Wilkins


On Oct 13, 2008, at 11:15 AM, Chipp Walters wrote:


Sounds like a botched file association.
I assume your stack has a .rev extension? If not, make it so.
If it still doesn't work, then consider re-installing the player.
Hopefully it will automatically set up the file association.

If not, then perhaps there's a bug in the player, or an already
registered app for .rev which is confilicting. Not sure why WMP is
trying to open. Might need to file a bug report.

-C


You would think it would be associated, but that isn't always the case.

That is why I suggest you make sure the properties are associating the  
Rev file with the Rev Player.


For whatever reason, Vista thinks you are trying to run a media file,  
so it is trying to open it with Windows Media Player.


- Noel
___
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread J. Landman Gay

Joe Lewis Wilkins wrote:
Well, got my completed program out for testing on Vista. It had run fine 
on my VMWare XP/Mac OSX; but we get the following dialog when dragging 
the stack onto the Revolution Player:


Windows Media Player cannot play the file. The Player might not support 
the file type or might not support the codec that was used to compress 
the file.


This looks like a message from Windows Media Player, not from 
Revolution. If your system doesn't have QT installed, Rev uses Windows 
Media Player to run multimedia files inside a Revolution player object. 
If WMP doesn't have the correct codec to decode the media, you'll get 
this error.


Test to see if you can run your media files without Revolution, opening 
them directly with Windows Media Player instead. If you get the same 
error, that's the problem and you'll need to install the right codec or 
else compress your media using a different codec that is more standard 
on all machines.


Rev will try to use QuickTime on Windows unless you specify not to. If 
QT is not installed, it will try to use Windows Media Player. In either 
case, you need to have the correct codec installed so that either WMP or 
QT can decode the file.


I'm not sure why it would work in VMWare for you initially if the codec 
is missing; did you get this error on the same machine? If it worked in 
one case and not the other on the same machine (or the same virtual 
machine,) then something else is going on.



--
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread J. Landman Gay

J. Landman Gay wrote:

Joe Lewis Wilkins wrote:
Well, got my completed program out for testing on Vista. It had run 
fine on my VMWare XP/Mac OSX; but we get the following dialog when 
dragging the stack onto the Revolution Player:


Windows Media Player cannot play the file. The Player might not 
support the file type or might not support the codec that was used to 
compress the file.


This looks like a message from Windows Media Player, not from 
Revolution. If your system doesn't have QT installed, Rev uses Windows 
Media Player to run multimedia files inside a Revolution player object. 
If WMP doesn't have the correct codec to decode the media, you'll get 
this error.


I just noticed that you don't mention having any media files -- if 
that's the case, then what I wrote doesn't apply.


Try right-clicking on your stack and choosing Open with, then choose 
Rev Player. See if that works.


--
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: Problem running Revolution Player.exe and Rev Stack on Vista/Dell

2008-10-13 Thread Joe Lewis Wilkins

Thanks, Jacqui,

As soon as I get back in touch with the tester, I'll try one or both  
of your suggestions. I feel fairly sure that she does not have QT  
installed; and, even though I don't currently have any media files  
in the stack, I did at one point so Rev may have some remnant code  
pertaining to that.


Joe Wilkins

On Oct 13, 2008, at 1:55 PM, J. Landman Gay wrote:


J. Landman Gay wrote:

Joe Lewis Wilkins wrote:
Well, got my completed program out for testing on Vista. It had  
run fine on my VMWare XP/Mac OSX; but we get the following dialog  
when dragging the stack onto the Revolution Player:


Windows Media Player cannot play the file. The Player might not  
support the file type or might not support the codec that was used  
to compress the file.
This looks like a message from Windows Media Player, not from  
Revolution. If your system doesn't have QT installed, Rev uses  
Windows Media Player to run multimedia files inside a Revolution  
player object. If WMP doesn't have the correct codec to decode the  
media, you'll get this error.


I just noticed that you don't mention having any media files -- if  
that's the case, then what I wrote doesn't apply.


Try right-clicking on your stack and choosing Open with, then  
choose Rev Player. See if that works.


--
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


Formatted Text

2008-10-13 Thread Thomas Cole
I'm using Studio 2.8.1   I want to have a field into which information
will be placed when someone clicks a button. I want bolding and italics
and such to be in the field. However, when I format text in a field on
another card so that this text will be transferred to the other field,
the formatting disappears.
Put cd fld formattedtext into card fld wantsformattedtext doesn't
retain the formatting, bold, italic, etc.

What's the smart way to do this?

Thanks!
Tom

Tom Cole
Lecturer, American English and Culture Program
College of Extended Education
Arizona State University

___
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: Formatted Text

2008-10-13 Thread Mark Schonewille

Hi Tom,

You can try to use the rtfText or htmlText properties. The put command  
transfers plain text, but if you set the rtfText of a field to the  
rtfText of another field, the formatting is preserved.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum/

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 14 okt 2008, at 00:03, Thomas Cole wrote:


I'm using Studio 2.8.1   I want to have a field into which information
will be placed when someone clicks a button. I want bolding and  
italics

and such to be in the field. However, when I format text in a field on
another card so that this text will be transferred to the other field,
the formatting disappears.
Put cd fld formattedtext into card fld wantsformattedtext doesn't
retain the formatting, bold, italic, etc.

What's the smart way to do this?

Thanks!
Tom


___
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


Close window without ask dialog want to save...

2008-10-13 Thread Josep M Yepes

Hi,

How to do to close a child window from a main stack without receiving  
the ask dialog Do want to save the changes?


I have a main stack that show other substacks that insert data into  
one database. Every time that I show the others stacks when this are  
closed the ask dialog appear.


I looking over the forums but I can't find any... :(  maybe it's a  
dummy question but I don't know how to do..


Cheers,
Josep  M
___
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: Formatted Text

2008-10-13 Thread Mark Swindell

This works:

set the htmlText of field x to the htmlText of field y



On Oct 13, 2008, at 3:03 PM, Thomas Cole wrote:


I'm using Studio 2.8.1   I want to have a field into which information
will be placed when someone clicks a button. I want bolding and  
italics

and such to be in the field. However, when I format text in a field on
another card so that this text will be transferred to the other field,
the formatting disappears.
Put cd fld formattedtext into card fld wantsformattedtext doesn't
retain the formatting, bold, italic, etc.

What's the smart way to do this?

Thanks!
Tom

Tom Cole
Lecturer, American English and Culture Program
College of Extended Education
Arizona State University

___
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