Re: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Bernard Devlin
Hi Tiemo,
I have never used revZip... stuff.  However, have you tried opening the zip
file natively on XP (i.e. just clicking on it and letting XP unzip it)?
 Clearly there is something different with the PC where it is failing, and
maybe it will fail using the XP unzip feature.  I know that when I first got
Vista it was taking an hour or so to unzip a file (and failing on some),
until I disabled anti-virus, then everything was fine.

Bernard

On Mon, Jan 5, 2009 at 3:17 PM, Tiemo Hollmann TB toolb...@kestner.dewrote:

 Hello,

 HAPPY NEW YEAR TO ALL OF YOU! - GREAT LIST MEMBERS!



 New year, new problems with Rev 3.0 on WinXP.I am using

 revZipOpenArchive tArchiv, read

 to unzip the archive afterwords. On two of three XP PCs the extraction
 works
 fine with the standalone.

 When doing a try - catch I get on the third PC the Catch Error:
 573,819,1,revZipOpenArchive, which tells me when parsing:

 Type: Handler (can't find handler)

 Object name: script

 Line: (row819 col 1)

 Hint: _

 Processing token: thrown error



 The script runs up to the next statement:

 put revZipEnumerateItems(tArchiv) into tTempFiles

 which is also captured by a try - catch section. Here the catch Error
 throws
 empty but the prog keeps hanging and doesn't run on. It keeps hanging in
 the
 catch section.



 Obviously the revZip functions gets into conflict with anything on my third
 PC. But even if I could find and delete the disturbing thing on my third
 PC,
 this could happen the same outside in the wildlife at my customers, and
 that
 would be a horror, when the automatic update lets the program hang. Using
 the gzip compressing instead of zip also is no solution, because I have
 corruption problems with gz files when downloading (actually on another
 PC).
 For that reason I redesigned everything to RevZip and now this while doing
 the last tests :-(



 Has anybody any explanation for this mysterious behaviour or experienced
 the
 same error?

 I am pretty helpless and it would skip my complete update routine, if I
 can't get this one to run on all machines.

 Thanks for any help, hints, workarounds or whatever could help!

 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

___
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: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Luis

Hiya,

Unzipping and Anti-Virus on small files tends to be ok, it's the  
larger files that can cause problems as the Anti-Virus has to check  
the files within the zip.
You can usually set the Anti-Virus to ignore files by extension or by  
folder/directory/location.


Cheers,

Luis.


On 6 Jan 2009, at 13:25, Bernard Devlin wrote:


Hi Tiemo,
I have never used revZip... stuff.  However, have you tried opening  
the zip
file natively on XP (i.e. just clicking on it and letting XP unzip  
it)?
 Clearly there is something different with the PC where it is  
failing, and
maybe it will fail using the XP unzip feature.  I know that when I  
first got
Vista it was taking an hour or so to unzip a file (and failing on  
some),

until I disabled anti-virus, then everything was fine.

Bernard

On Mon, Jan 5, 2009 at 3:17 PM, Tiemo Hollmann TB  
toolb...@kestner.dewrote:



Hello,

HAPPY NEW YEAR TO ALL OF YOU! - GREAT LIST MEMBERS!



New year, new problems with Rev 3.0 on WinXP.I am using

revZipOpenArchive tArchiv, read

to unzip the archive afterwords. On two of three XP PCs the  
extraction

works
fine with the standalone.

When doing a try - catch I get on the third PC the Catch Error:
573,819,1,revZipOpenArchive, which tells me when parsing:

Type: Handler (can't find handler)

Object name: script

Line: (row819 col 1)

Hint: _

Processing token: thrown error



The script runs up to the next statement:

put revZipEnumerateItems(tArchiv) into tTempFiles

which is also captured by a try - catch section. Here the catch Error
throws
empty but the prog keeps hanging and doesn't run on. It keeps  
hanging in

the
catch section.



Obviously the revZip functions gets into conflict with anything on  
my third
PC. But even if I could find and delete the disturbing thing on my  
third

PC,
this could happen the same outside in the wildlife at my  
customers, and

that
would be a horror, when the automatic update lets the program  
hang. Using
the gzip compressing instead of zip also is no solution, because I  
have
corruption problems with gz files when downloading (actually on  
another

PC).
For that reason I redesigned everything to RevZip and now this  
while doing

the last tests :-(



Has anybody any explanation for this mysterious behaviour or  
experienced

the
same error?

I am pretty helpless and it would skip my complete update routine,  
if I

can't get this one to run on all machines.

Thanks for any help, hints, workarounds or whatever could help!

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


___
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


AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Hi Bernard and Luis,
your idea brought me some hope for the solution, but sadly it wasn't the
reason.
First I deactivated the scanning of archives in my anti virus without
success and then I completely deinstalled the anti virus, also without
success. My prog keeps on hanging at the open of the zip file. Then I
deinstalled winzip and winrar, two zipping tools on that machine, so that
only the XP on board zip tool was left. But also everything without success.
And yes the zip file could be unzipped with winzip and XP zip without any
problems. Very mysterious.
Any other ideas very welcome!
Thanks
Tiemo

 -Ursprüngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Luis
 Gesendet: Dienstag, 6. Januar 2009 14:55
 An: How to use Revolution
 Betreff: Re: Help! revZipOpenArchive fails on some PCs
 
 Hiya,
 
 Unzipping and Anti-Virus on small files tends to be ok, it's the
 larger files that can cause problems as the Anti-Virus has to check
 the files within the zip.
 You can usually set the Anti-Virus to ignore files by extension or by
 folder/directory/location.
 
 Cheers,
 
 Luis.


___
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: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Eric Chatonet

Bonsoir Tiemo,

Le 6 janv. 09 à 19:19, Tiemo Hollmann TB a écrit :


Hi Bernard and Luis,
your idea brought me some hope for the solution, but sadly it  
wasn't the

reason.
First I deactivated the scanning of archives in my anti virus without
success and then I completely deinstalled the anti virus, also without
success. My prog keeps on hanging at the open of the zip file. Then I
deinstalled winzip and winrar, two zipping tools on that machine,  
so that
only the XP on board zip tool was left. But also everything without  
success.
And yes the zip file could be unzipped with winzip and XP zip  
without any

problems. Very mysterious.
Any other ideas very welcome!
Thanks
Tiemo


I guess you still circle the same problem you exposed weeks ago about  
Gzip, zip and others.

Bad news is that it's something on your computer you did not solve.
Good news is that this should not happen on other machines.

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chato...@sosmartsoftware.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


AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Bonsoir Eric,
that was my first thought too. But the gzip problem occurred on two of my
machines and was gone, after deinstalling my anti virus (I am still in
correspondence with the company, up to now they can't reproduce the problem
- why always me???) and came back with the new install.
This zip problem occurs only on one of three PCs (all with the same anti
virus) and was not gone after deinstalling the anti virus.
Probably there is a third factor on all of my machines, which I didn't
thought about yet.
Up to then I trust in your:
 Good news is that this should not happen on other machines.
:) Thank you
Tiemo

 
 I guess you still circle the same problem you exposed weeks ago about
 Gzip, zip and others.
 Bad news is that it's something on your computer you did not solve.
 Good news is that this should not happen on other machines.
 
 Best regards from Paris,
 Eric Chatonet.
 
 Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
 Email: eric.chato...@sosmartsoftware.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

___
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


OT - Sound input for a MacPro

2009-01-06 Thread Joe Lewis Wilkins

Anyone using a MacPro know how to implement the built-in microphone?

I think I've looked everywhere for this, but maybe it does not have  
one? I have a 30 Apple Display and my lousy eyesight makes finding  
some of the more subtle features Apple builds into their hardware a  
real challenge to locate.


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


Saving arrays and custom property sets

2009-01-06 Thread David Bovill
From the docs:

Saving of array valued custom properties
 

 Custom properties that have arrays as values are now saved in the stack
 file.

 If such a stack file is loaded into a version of Revolution that does not
 support multi-dimensional arrays, any custom properties with an array value
 will not be ignored.


So how does this work with custompropertyset syntax etc?
___
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: Saving arrays and custom property sets

2009-01-06 Thread Trevor DeVore

On Jan 6, 2009, at 2:30 PM, David Bovill wrote:

So how does this work with custompropertyset syntax etc?


put 1 into theA[value 1]
put 2 into theA[value 2}

set the uArray of this stack to theA

put the uArray of this stack into theB

answer the keys of theB

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.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: Saving arrays and custom property sets

2009-01-06 Thread stephen barncard
I've used this feature a little bit, for a 'thing' that saves and retrieves
multiple fields at a time locally for re-insertion later in another record.
The multi dimensional arrays can be stored to/from a custom property set,
but accessing any multidimensional custom property beyond the first level
(propertyset--property--) is not allowed at this time.  But working with
this even in this form is totally usable.

 Use the standard syntax to set a custom property set to an array and back.
  I'm assuming the rev team will enable multi-dimensional prop storage soon,
as it's already used for gradients, and of course the above mentioned
storage of arrays.  One problem holding things up might be that a new custom
property editor needs to be built for this.

2009/1/6 David Bovill da...@architex.tv

 From the docs:

 Saving of array valued custom properties
  
 
  Custom properties that have arrays as values are now saved in the stack
  file.
 
  If such a stack file is loaded into a version of Revolution that does not
  support multi-dimensional arrays, any custom properties with an array
 value
  will not be ignored.
 

 So how does this work with custompropertyset syntax etc?
 ___
 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
-
San Francisco
___
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


Imported Images As Controls

2009-01-06 Thread Bob Sneidar
I am having fits using imported images as controls. The problem is not  
in using them, but rather in their insistence on reverting to their  
original size! If I cut and paste it reverts. If I edit a group that  
contains a scaled imported image, it reverts. If I drop an 800x600  
picture as a background on a 640x480 card (as an example), size the  
picture to the size of the card, close and save the stack then reopen  
it, it reverts.


Is this the intended behavior of imported controls or is this a bug?

Bob Sneidar
IT Manager
Logos Management
Calvary Chapel CM

___
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: Imported Images As Controls

2009-01-06 Thread Scott Rossi
Recently, Bob Sneidar wrote:

 I am having fits using imported images as controls. The problem is not
 in using them, but rather in their insistence on reverting to their
 original size! If I cut and paste it reverts. If I edit a group that
 contains a scaled imported image, it reverts. If I drop an 800x600
 picture as a background on a 640x480 card (as an example), size the
 picture to the size of the card, close and save the stack then reopen
 it, it reverts.
 
 Is this the intended behavior of imported controls or is this a bug?

I'm not sure if the behavior is intended, but in your case it is obviously
not desired.

To keep an imported image scaled at whatever size you set, set the image's
lockLoc to true.  Alternately, you can scale the original image/s to the
desired size before importing them.

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: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Luis

Hiya,

Have the Event Viewer running when you perform the action and see what 
it reports, there may be another app or resource hogging it.


Cheers,

Luis.


Tiemo Hollmann TB wrote:

Bonsoir Eric,
that was my first thought too. But the gzip problem occurred on two of my
machines and was gone, after deinstalling my anti virus (I am still in
correspondence with the company, up to now they can't reproduce the problem
- why always me???) and came back with the new install.
This zip problem occurs only on one of three PCs (all with the same anti
virus) and was not gone after deinstalling the anti virus.
Probably there is a third factor on all of my machines, which I didn't
thought about yet.
Up to then I trust in your:

Good news is that this should not happen on other machines.

:) Thank you
Tiemo


I guess you still circle the same problem you exposed weeks ago about
Gzip, zip and others.
Bad news is that it's something on your computer you did not solve.
Good news is that this should not happen on other machines.

Best regards from Paris,
Eric Chatonet.

Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: eric.chato...@sosmartsoftware.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


___
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: OT - Sound input for a MacPro

2009-01-06 Thread Sarah Reichelt
On Wed, Jan 7, 2009 at 5:24 AM, Joe Lewis Wilkins pepe...@cox.net wrote:
 Anyone using a MacPro know how to implement the built-in microphone?

 I think I've looked everywhere for this, but maybe it does not have one? I
 have a 30 Apple Display and my lousy eyesight makes finding some of the
 more subtle features Apple builds into their hardware a real challenge to
 locate.

I don't think the Mac Pro has a built-in mic. I guess they think that
if you are in the Pro market, then you are likely to want better
quality that a built-in can give you.

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


Re: OT - Sound input for a MacPro

2009-01-06 Thread Joe Lewis Wilkins
Thanks for confirming my fears Sarah, I had kind of come to that  
conclusion myself.


Joe Wilkins

On Jan 6, 2009, at 3:12 PM, Sarah Reichelt wrote:

On Wed, Jan 7, 2009 at 5:24 AM, Joe Lewis Wilkins pepe...@cox.net  
wrote:

Anyone using a MacPro know how to implement the built-in microphone?

I think I've looked everywhere for this, but maybe it does not have  
one? I
have a 30 Apple Display and my lousy eyesight makes finding some  
of the
more subtle features Apple builds into their hardware a real  
challenge to

locate.


I don't think the Mac Pro has a built-in mic. I guess they think that
if you are in the Pro market, then you are likely to want better
quality that a built-in can give you.

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


Re: OT - Sound input for a MacPro

2009-01-06 Thread Judy Perry
Joe,
Unless you need a high quality audio recording, you might try one of the USB
mics in conjunction with an app like WireTap from Ambrosia, or, there are
some reasonably well-regarded programs like audacity; some people use
GarageBand, but as I was only fiddling around with this for the purpose of
making a little podcast video lecture, the other setups worked just fine for
my needs.

HTH,

Judy
http://revined.blogspot.com

On Tue, Jan 6, 2009 at 3:19 PM, Joe Lewis Wilkins pepe...@cox.net wrote:

 Thanks for confirming my fears Sarah, I had kind of come to that conclusion
 myself.

 Joe Wilkins


 On Jan 6, 2009, at 3:12 PM, Sarah Reichelt wrote:

  On Wed, Jan 7, 2009 at 5:24 AM, Joe Lewis Wilkins pepe...@cox.net
 wrote:

 Anyone using a MacPro know how to implement the built-in microphone?

 I think I've looked everywhere for this, but maybe it does not have one?
 I
 have a 30 Apple Display and my lousy eyesight makes finding some of the
 more subtle features Apple builds into their hardware a real challenge to
 locate.


 I don't think the Mac Pro has a built-in mic. I guess they think that
 if you are in the Pro market, then you are likely to want better
 quality that a built-in can give you.

 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: OT - Sound input for a MacPro

2009-01-06 Thread Joe Lewis Wilkins

Hi Judy,

I just wanted it to use with Skype. I have a client in China who is  
better speaking English than writing it.


Joe Wilkins

On Jan 6, 2009, at 5:06 PM, Judy Perry wrote:


Joe,
Unless you need a high quality audio recording, you might try one of  
the USB
mics in conjunction with an app like WireTap from Ambrosia, or,  
there are

some reasonably well-regarded programs like audacity; some people use
GarageBand, but as I was only fiddling around with this for the  
purpose of
making a little podcast video lecture, the other setups worked just  
fine for

my needs.

HTH,

Judy
http://revined.blogspot.com

On Tue, Jan 6, 2009 at 3:19 PM, Joe Lewis Wilkins pepe...@cox.net  
wrote:


Thanks for confirming my fears Sarah, I had kind of come to that  
conclusion

myself.

Joe Wilkins


On Jan 6, 2009, at 3:12 PM, Sarah Reichelt wrote:

On Wed, Jan 7, 2009 at 5:24 AM, Joe Lewis Wilkins pepe...@cox.net

wrote:

Anyone using a MacPro know how to implement the built-in  
microphone?


I think I've looked everywhere for this, but maybe it does not  
have one?

I
have a 30 Apple Display and my lousy eyesight makes finding some  
of the
more subtle features Apple builds into their hardware a real  
challenge to

locate.



I don't think the Mac Pro has a built-in mic. I guess they think  
that

if you are in the Pro market, then you are likely to want better
quality that a built-in can give you.

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


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

Joe Lewis Wilkins
pepe...@cox.net





___
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 - Sound input for a MacPro

2009-01-06 Thread Josh Mellicker
I got a USB headset from Office Depot for about $20 - $25 that sounds  
great.


On Jan 6, 2009, at 11:24 AM, Joe Lewis Wilkins wrote:


Anyone using a MacPro know how to implement the built-in microphone?

I think I've looked everywhere for this, but maybe it does not have  
one? I have a 30 Apple Display and my lousy eyesight makes finding  
some of the more subtle features Apple builds into their hardware a  
real challenge to locate.


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


Mac-standaloning problem

2009-01-06 Thread Kresten Bjerg
 

 



Fra: Kresten Bjerg 
Sendt: 1. januar 2009 02:10
Til: 'use-revolution@lists.runrev.com'
Emne: Mac-standaloning problem

 

Hi

 

In my application for an electronic diary Phenomenalog (version
18.0.1) I am relating to 3

folders: One for Backups, One for Screenshots and one for Parsings,
placed a few levels above the standalone.

I have been dealing with them through relative addresses as custom
properties, which were OK

 in Windows-standalones, but not in Mac standalones.

I therefore shifted to another strategy, locating them in scripts ,
where they are identified relative to effective filename of stack.

Also this works smoothly in Windows standalones, but fails in
Mac-standalones.

I exemplify here with the simplest handler, assuming, that if that one
can be solved, the solution may be adapted to the more complex handlers
relating to especially the backupfolder.

 

on mouseUp

  global phenodate,navn,tidspunkt,screensnap

 put the effective filename of this stack into screensnap

   set the itemdelimiter to /

   delete last item of screensnap

   delete last item of screensnap

   delete last item of screensnap

   put /Screenshots after screensnap(identifying existing folder)

  put the time into tidspunkt

  put_ into char 3 of tidspunkt

  put screensnap  /  phenodate  _  tidspunkt into navn

  export snapshot from rectangle 0,0,1030,768 to file navn  .jpg as
JPEG

  beep 4

end mouseUp

 

It works in windows standalones, but not in Mac standalones. Error
messages tell, that the target (on mac)  is assumed to be after/
under or below the stack or bundle filepath/effective filename, in
spite of the deleting of the last items of the filepath .

I am unsure, whether this description is  adequate, but ask, if it is
not.

 

In the hope of a general solution

Kresten Bjerg

kresten.bj...@psy.ku.dk mailto:kresten.bj...@psy.ku.dk   

 

www.bjerg.psy.ku.dk http://www.bjerg.psy.ku.dk/  

www.phenomenalog.dk http://www.phenomenalog.dk/ 

 

 

___
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: Imported Images As Controls

2009-01-06 Thread Judy Perry
Bob,
If you are not able to get the sizes what they should be prior to importing
them, then, once imported, double-click the image; in the properties panel,
click on the drop-down button thingy at the top of the panel and go to
something like size and location; this should result in showing a tick box
that 'locks size and location' which should do what you want.

HTH,

Judy
http://revined.blogspot.com

On Tue, Jan 6, 2009 at 12:38 PM, Bob Sneidar b...@twft.com wrote:

 I am having fits using imported images as controls. The problem is not in
 using them, but rather in their insistence on reverting to their original
 size! If I cut and paste it reverts. If I edit a group that contains a
 scaled imported image, it reverts. If I drop an 800x600 picture as a
 background on a 640x480 card (as an example), size the picture to the size
 of the card, close and save the stack then reopen it, it reverts.

 Is this the intended behavior of imported controls or is this a bug?

 Bob Sneidar
 IT Manager
 Logos Management
 Calvary Chapel CM

 ___
 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: Mac-standaloning problem

2009-01-06 Thread Sarah Reichelt
 In my application for an electronic diary Phenomenalog (version
 18.0.1) I am relating to 3

 folders: One for Backups, One for Screenshots and one for Parsings,
 placed a few levels above the standalone.

 I have been dealing with them through relative addresses as custom
 properties, which were OK

  in Windows-standalones, but not in Mac standalones.

 I therefore shifted to another strategy, locating them in scripts ,
 where they are identified relative to effective filename of stack.

 Also this works smoothly in Windows standalones, but fails in
 Mac-standalones.

When you make a Mac standalone, what appear to the Mac user as a
single application file is actually a folder. If you are building on a
Windows computer, you will be able to see the folder structure as
follows:

My Application.app
Contents
 Info.plist
 Mac OS
  Externals
  My Application
 PkgInfo
 Plugins
  (various support bundles)
 Resources
  (icns files  .proj folders)

So you can see that the actual application (including your stacks and
the Rev engine) is nested in the MacOS folder. This folder may also
include any sub-stacks that have been separated from the mainStack.

Assuming your application is on the standard Applications folder, then
the effective filepath of your main stack would be:
   /Applications/My Application.app/Contents/MacOS/My Application

when I expect what you want is:
   /Applications

Here is my function that gives the path to either the application or
the Rev stack, so it works in a standalone or in the IDE.

function applicationFolder
  put the effective filename of this stack into tFull
  put empty into tFolder
  set the itemdel to /
  repeat for each item i in tFull
if i contains .app or i contains .rev then exit repeat
put i  / after tFolder
  end repeat
  return tFolder
end applicationFolder

However you say you want to go a few levels above the standalone. If
the standalone is in the Applications folder, there is only one level
higher and that gets you to the root directory of the hard drive which
really should not be used for storing data folders. It would be better
to have a data folder in the user's Documents folder.

How about something like this:

put specialFolderPath(docs) into tDocsFolder
put tDocsFolder  /My Application data into tDataFolder
if there is not a folder tDataFolder then create folder tDataFolder

Then you can make your 3 separate folders in the data folder and
access them easily.

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


creating and storing multidimensional arrays

2009-01-06 Thread James Hale

Hi,

I am trying to understand multidimensional arrays in a structural sense.

I am thinking of them along the lines of a database record (row) and  
want the array to have the following structure:


key, word, wordlength, linenumber, position, reference

in other words each row (given by key) of the array will contain the  
six values  word, wordlength, linenumber, position, reference


If I have created what I think is a multidimensional array using the  
code snippet below:


where say index = 23

put fred into wArray1[index][theword]  -- The word in question
put 4 into  wArray1[index][wlength]-- its length
put 6 into  wArray1[index][theline]  -- the line containing the word
put 24 into  wArray1[index][theoffset]  -- the character position  
word starts

put T1.2  into wArray1[index][theRef]  --its reference

Is this a multidimensional array?

If it is I am thus thinking in effect that wArray1[23]= fred 4 6  
24 T1.2


If it is, how can I store this array in a custom property?

Will a line such as set the customProperties[cpWordarray] of this  
stack to wArray1 store the whole array?


Note: I will eventually store it in a database, this is simply a temp  
storage location while I work out the scripting between sessions.


James Hale

ja...@thehales.id.au

Tel: +61 3 9386 2516
Fax: +61 3 9386 1387



___
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 and storing multidimensional arrays

2009-01-06 Thread Ken Ray

 If I have created what I think is a multidimensional array using the
 code snippet below:
 
 where say index = 23
 
 put fred into wArray1[index][theword]  -- The word in question
 put 4 into  wArray1[index][wlength]-- its length
 put 6 into  wArray1[index][theline]  -- the line containing the word
 put 24 into  wArray1[index][theoffset]  -- the character position
 word starts
 put T1.2  into wArray1[index][theRef]  --its reference
 
 Is this a multidimensional array?

Yes it is - once you use more than one set of bracketed keys, you're into
multiple dimensions.
 
 If it is I am thus thinking in effect that wArray1[23]= fred 4 6
 24 T1.2

Well, actually wArray[23] contains an *array* that has the theword,
wlength, theline, theoffset and theRef keys in it.

For example:

  put wArray[23] into tArray
  put tArray[theword]
  -- fred

  put tArray[wlength]
  -- 4

  (etc.)

 If it is, how can I store this array in a custom property?
 
 Will a line such as set the customProperties[cpWordarray] of this
 stack to wArray1 store the whole array?

Yes, but you can't use multiple dimensions with custom property set access
directly. That is, if you try to do:

  put the cpWordArray[23][theword] of this stack

you'll get an error since although custom properties can contain arrays,
they can't be addressed with multiple dimensions. So you needto do it in
multiple steps:

  put the cpWordArray[23] into tArray
  put tArray[theword]
  -- fred


HTH,

Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
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


TileStack

2009-01-06 Thread Mark Wieder
Report from MacWorld Expo-

www.tilestack.com

Keep an eye on this website. In a couple of days they'll open it up to
a more public beta. It's pretty impressive right now - the editor is
getting to be robust, you can edit a stack's code while it's playing,
you can import HyperCard stacks without changes (they imported
ManHole, for instance).

...and, since they're implementing HyperCard-to-javascript
translation, the end result is playable on any website.

...and (but wait - there's more) since it's javascript, it's a
one-button export to running a stack on the iPhone and Google's
Android devices.

-- 
-Mark Wieder
 mwie...@ahsoftware.net

___
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: AW: Help! revZipOpenArchive fails on some PCs

2009-01-06 Thread Tiemo Hollmann TB
Hi Luis,
noop, just nothing in the event viewer :(
Thanks
Tiemo

 -Ursprüngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Luis
 Gesendet: Mittwoch, 7. Januar 2009 00:04
 An: How to use Revolution
 Betreff: Re: AW: Help! revZipOpenArchive fails on some PCs
 
 Hiya,
 
 Have the Event Viewer running when you perform the action and see what
 it reports, there may be another app or resource hogging it.
 
 Cheers,
 
 Luis.
 


___
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