Re: displaying jpg in Player problem

2004-07-14 Thread Klaus Major
Hi sims,
I'm doing the following on Mac 10.2.8 Rev 2.2
1. display jpg in a Player,  save the filename to a custom property
2. save copy of jpg into different folder -  revCopyFile 
tCopyNameofFile,tPlaceImage
3. set Player to empty
4. launch original  jpg in an image editor  - launch tNameofFile with 
tEditor
5. edit jpg in editor and save
6. reset filename of Player from custom property

The changes to the edited jpg are not displayed when I reset the 
filename of Player
Changing the alwaysBuffer of the Player does not help

If I quit Rev and reload the jpg then the edited version displays
How can I get the edited version of the jpg to display without
needing to quit Rev?
Quick guess:
Seet the filename of the player to empty, wait some millisecs and then 
set it again..
Does that help?

tia
sims
European Rev Conference   http://TechieTours.com/Rev
Regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: displaying jpg in Player problem

2004-07-14 Thread Pierre Sahores
Hi sims,
Works fine there in using the Klaus's method (Rev 2.1.2/2.2, Panther 
10.3.x). The same method is usefull too in about using movies players.

Best,
Le 14 juil. 04, à 13:49, Klaus Major a écrit :
Hi sims,
I'm doing the following on Mac 10.2.8 Rev 2.2
1. display jpg in a Player,  save the filename to a custom property
2. save copy of jpg into different folder -  revCopyFile 
tCopyNameofFile,tPlaceImage
3. set Player to empty
4. launch original  jpg in an image editor  - launch tNameofFile with 
tEditor
5. edit jpg in editor and save
6. reset filename of Player from custom property

The changes to the edited jpg are not displayed when I reset the 
filename of Player
Changing the alwaysBuffer of the Player does not help

If I quit Rev and reload the jpg then the edited version displays
How can I get the edited version of the jpg to display without
needing to quit Rev?
Quick guess:
Seet the filename of the player to empty, wait some millisecs and then 
set it again..
Does that help?

tia
sims
European Rev Conference   http://TechieTours.com/Rev
Regards
Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

--
Bien cordialement, Pierre Sahores
100, rue de Paris
F - 77140 Nemours
[EMAIL PROTECTED]
GSM:   +33 6 03 95 77 70
Pro:  +33 1 41 60 52 68
Dom:+33 1 64 45 05 33
Fax:  +33 1 64 45 05 33
Inspection académique de Seine-Saint-Denis
Applications et SGBD ACID SQL (WEB et PGI)
Penser et produire delta de productivité
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revGoURL in same window

2004-07-14 Thread RGould8
Hmmm - - - that still creates a new browser window each time alGoURL is 
called (on my Mac).   It launches Safari.   I do like the please wait latency 
mask feature, however.

In a message dated 7/14/04 3:06:18 AM, [EMAIL PROTECTED] writes:


 on altGoURL tURL
    put the tempName into tLaunchPath
    set itemDel to /
    put temp_launch.html into last item of tLaunchPath
    set itemDel to ,
    put createHTML(tURL) into tCode
    #
    if Mac is in platform() then
      set the fileType to TEXT
      put tCode into url (file:  tLaunchPath)
      delete char 1 of tLaunchPath
      replace / with : in tLaunchPath
      put tell application  quote  Finder  quote  cr \\
          open file  quote  tLaunchPath  quote  cr \\
          end tell into s
      do s as AppleScript
    end if
    #
    if Win is in platform() then
      put tCode into url (file:  tLaunchPath)
      set the hideConsoleWindows to true
      put empty into tTitle
      if NT is in systemVersion() then
        set the shellCommand to cmd.exe
        put quote  quote into tTitle
      end if
      get shell(start  tTitle  quote  tURL  quote)
    end if
 
 end altGoURL
 
 function createHTML tURL
    put \\
          return \\
        head  return \\
        meta http-equiv=  quote  Refresh  quote  content= \\
        quote  0 URL=  tURL  quotereturn \\
        titleLauncher/title  return \\
        /head  return \\
          return \\
        center  return \\
        
 
 
   return \\
        Loading URL. One moment please...  return \\
        /center  return \\
          return \\
         into tCode
    return tCode
 end createHTML
 

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: revGoURL in same window

2004-07-14 Thread RGould8
Well, I'm almost there - - - if the user's default browser happens to be 
Internet Explorer, I can do this to load different web-pages into the same window 
via Applescript...

tell application Internet Explorer
 GetURL http://www.apple.com;
end tell

I'm looking into Safari now to see if it has the same solution.   Apparently 
GetURL is an IE thing.
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: displaying jpg in Player problem

2004-07-14 Thread sims
Hi sims,
Works fine there in using the Klaus's method (Rev 2.1.2/2.2, Panther 
10.3.x). The same method is usefull too in about using movies 
players.
Thanks Klaus  Pierre,
Works in a small test stack (which I should have tried first)
but not in my app...must be some gremlin I created along the way.
I'll go back to hunting it down.
thanks
sims
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Memory management problem?

2004-07-14 Thread Devin Asay
One of the Rev developers I support here had an issue I didn't know how 
to answer, so I'm passing it on in hopes someone has encountered it:

quote
DELL Computer XP
Revolution ver. 2.12
Problem Descriptions:
Memory mgmt problem: highlight a newly created card to delete in the
Application Brower with the card showing on screen, somehow deleted the 
card
above it.  So, I did not save the rev file because I've made a lot of
changes on the card advertently deleted and got out of Revolution.

When I went back in and found the file show the card deleted already.  
So,
went to get the old file saved on another computer and brought it in to
overwrite the most recent file.  Yet, Revolution still shows an image 
of
the latest, i.e. with the timestamp of the old file.  I checked several
times of the odd situation. After rebooting the computer, the Revolution
then works properly in pointing to the correct image.  It seems as if
there is a file pointer problem or a cached copy of the file lingered 
in the
system even after the user gets out of Revolution and comes back in.

Thanks Devin for all you do for us.
Linda
Linda Chang
Assistant Professor
Chinese Flagship Program
Brigham Young University
/quote
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Windows audio problems

2004-07-14 Thread Devin Asay
Here's another problem from a Rev developer here at BYU. It concerns 
audio recording issues on Windows. Do these audio issues line up with 
currently-identified bugs? Rodney, do these seem similar to things that 
you've been experiencing?

quote
Of course, other problems include 1) the audio play seems to get cut 
off for
the first second of sound on version 2.2 yet the same audio plays fine 
in
version 2.12. 2) Revolution fails to overwrite an audio file when the 
file
is re-recorded.

/quote
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Windows icons

2004-07-14 Thread Devin Asay
Finally, here's a question from one of my BYU Rev developers about 
icons for Windows executables. I searched the documentation but rapidly 
exhausted my expertise in this area. Can any one enlighten me or point 
me in the right direction?

quote
here is my questions:
From Icon builder, 32x32=766 bytes. However, Jay tried to import 766 
bytes
icon in revolution, it did not work. He told me the revolution required 
744
bytes. However, both of us don't know how to develop an icon for 744 
bytes.
Or is it possible we did not sucessfully import the Icon file?

Su-Ling
/quote
Devin Asay
Humanities Technology and Research Support Center
Brigham Young University
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: high-res image printing

2004-07-14 Thread Mark Talluto
On Jul 13, 2004, at 4:23 PM, Richard Gaskin wrote:
I have a client who needs to be able to place images onto a card and 
print them.  The catch is that I'd like to be able to print them at 
higher than screen resolution.  I'm okay with requiring larger images 
and shrinking them down for placement on the card, but when I print 
such images they still print at display resolution rather than the 
image resolution.

Any tips on printing high-res images from Rev?
If printing larger images does not work, then something internal needs 
to be adjusted on Revs end.  Though never tested, I always thought that 
Rev was honoring the dpi of the image that was being printed.  Are you 
printing anything with the image like fields?  What happens if you 
print just the image?

--
Best regards,
Mark Talluto
http://www.canelasoftware.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Memory management problem?

2004-07-14 Thread Rob Cozens
It seems as if
there is a file pointer problem or a cached copy of the file lingered in the
system even after the user gets out of Revolution and comes back in.
Hi Linda (via Devin),
I believe what you are seeing is the Application Browser's failure to 
update its window following changes to a card.

Here's an easy test I just tried (v2.1.2):
* Select the currently-open card in the AB.
* Create a new field on the card
* Check the AB--the new field is not shown
* In the AB, click on the stack triangle to close the card detail
* Click again to display cards, and select the card again--the field is listed
Your changes are happening; but the AB doesn't automatically update 
its window to reflect it.
--

Rob Cozens
CCW, Serendipity Software Company
And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee.
from The Triple Foole by John Donne (1572-1631)
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RevGoURL filetypes in OS 9

2004-07-14 Thread J. Landman Gay
I am creating files that need to be opened in the user's default 
browser. In OS X I can do this by setting the filetype to  
which forces OS X to use the default browser. Since revGoURL uses 
AppleScript on Macs, I suspect this filetype will cause the file to open 
in TextEdit on OS 9. If someone here knows the correct filetype to use 
on MacOS 9 it will save me some experimentation time (or will the 
generic one above work?)

I can use an IE creator code as a last resort, but I don't want to.
--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: high-res image printing

2004-07-14 Thread Richard Gaskin
Mark Talluto wrote:
On Jul 13, 2004, at 4:23 PM, Richard Gaskin wrote:
I have a client who needs to be able to place images onto a card and 
print them.  The catch is that I'd like to be able to print them at 
higher than screen resolution.  I'm okay with requiring larger images 
and shrinking them down for placement on the card, but when I print 
such images they still print at display resolution rather than the 
image resolution.

Any tips on printing high-res images from Rev?
If printing larger images does not work, then something internal needs 
to be adjusted on Revs end.  Though never tested, I always thought that 
Rev was honoring the dpi of the image that was being printed.  Are you 
printing anything with the image like fields?  What happens if you print 
just the image?
Hmnot sure how I did it before, but I just tested it again and 
indeed it does seem to be printing with the image resolution.

So for now I'm set, but still curious how I'd gotten my earlier result
--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 Rev tools and more:  http://www.fourthworld.com/rev
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Setting explicitVariables

2004-07-14 Thread Ken Ray
Actually, Alex, Mark should have said upcoming version of the script
editor. 'Variable Checking' is in the Script menu of the Script Editor in
the  next version of Rev (currently-in-alpha).

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Alex Tweedly
 Sent: Wednesday, July 14, 2004 6:05 AM
 To: How to use Revolution
 Subject: Setting explicitVariables
 
 
 I received a comment (attached to a bug description in Bugzilla) from 
 RunRev support, on the subject of setting explicitVariables.
 
 It said:
 
 When you tried to enable explicitVariables, did you 'set the 
 explicitVariables to true'? If so, this is not supported. To enable 
 'Variable Checking', set the option in the script menu of the script 
 editor. There is also an option in the global preferences to 
 set this 
 automatically.
 
 I'm surprised that doing a 'set the explicitVariables to true' isn't 
 supported (since I copy/pasted it from the Transcript dictionary).
 
 As far as I can see, the Script menu of the Script Editor has 
 no option for 
 this - all it has is
Comment
Uncomment
--
Insert Control Structure -
-
Colorize
Format
 
 I can't see anything relevant to explicitVariables in any other menu 
 either, and the Transcript Dict doesn't tell me which menu to 
 use (nor does 
 Search Docs, nor anything else I can find).
 
 There is also an option in the
 global preferences to set this automatically.
 
 This would be under  Edit / Preferences ...
 I've been through all the preference screens (a number of 
 times now :-), 
 and can't see anything about explicitVariables. Is there some other 
 preference that could be causing it to be hidden ?
 Or have I just missed it ?
 
 Thanks
 -- Alex.
 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: windows icons

2004-07-14 Thread Ken Ray
Bob,

I know they come on the Visual Studio disks (if you have VB or VC++ through
Visual Studio I can show you where they are). I don't know if there's a
place you can download them from online, though. My understanding is that
'yes', you can legally use them in a commercial application.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Bob Hartley
 Sent: Wednesday, July 14, 2004 3:26 AM
 To: [EMAIL PROTECTED]
 Subject: windows icons
 
 
 Hi All.
 
 I would like to incorporate the standard windows icons into 
 my application. 
 I know they are ugly and I have button gadget but I want a 
 simple interface 
 for the alpha version.
 
 So where can I get the normal open (directory icon) save 
 (floppy) search 
 (binoculars) etc icons and can I legally use them in a 
 commercial application?
 
 Cheers
 Bob
 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use-revolution
 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Windows icons

2004-07-14 Thread Ken Ray
Devin,

It depends on what version of Rev we're talking about. Version 2.2 now uses
full Windows XP icon sets; prior to that, the icon needs to be 744 bytes (I
believe). I used QTam BitmapToIcon in order to create those icons. Now (for
Rev 2.2) I use either Iconographer on the Mac (it can create Windows XP icon
sets) or Axialis IconWorkshop on Windows to create Win icons.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Devin Asay
 Sent: Wednesday, July 14, 2004 11:50 AM
 To: How to use Revolution
 Subject: Windows icons
 
 
 Finally, here's a question from one of my BYU Rev developers about 
 icons for Windows executables. I searched the documentation 
 but rapidly 
 exhausted my expertise in this area. Can any one enlighten me 
 or point 
 me in the right direction?
 
 quote
 here is my questions:
 
  From Icon builder, 32x32=766 bytes. However, Jay tried to import 766 
 bytes
 icon in revolution, it did not work. He told me the 
 revolution required 
 744
 bytes. However, both of us don't know how to develop an icon for 744 
 bytes.
 Or is it possible we did not sucessfully import the Icon file?
 
 Su-Ling
 /quote
 
 Devin Asay
 Humanities Technology and Research Support Center
 Brigham Young University
 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use-revolution
 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Setting explicitVariables

2004-07-14 Thread Alex Tweedly
At 12:48 14/07/2004 -0500, Ken Ray wrote:
Actually, Alex, Mark should have said upcoming version of the script
editor. 'Variable Checking' is in the Script menu of the Script Editor in
the  next version of Rev (currently-in-alpha).
Cool !  Best answer I could have hoped for.
(Actually, any answer that didn't start You just missed it you dummy, it's 
at ... would have been good :-)

So - is there any way to set it today, other than the (apparently unsupported)
set explicitVariables to true method I used before ?
Or is that method expected to be OK in 2.2, and only becomes inadvisable in 
next release ?

-- Alex.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.719 / Virus Database: 475 - Release Date: 12/07/2004
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: high-res image printing

2004-07-14 Thread Jan Schenkel
--- Richard Gaskin [EMAIL PROTECTED] wrote:
 I have a client who needs to be able to place images
 onto a card and 
 print them.  The catch is that I'd like to be able
 to print them at 
 higher than screen resolution.  I'm okay with
 requiring larger images 
 and shrinking them down for placement on the card,
 but when I print such 
 images they still print at display resolution rather
 than the image 
 resolution.
 
 Any tips on printing high-res images from Rev?
 
 -- 
   Richard Gaskin
   Fourth World Media Corporation
  

Hi Richard,

An alternative is to make a huge card and toy with the
printScale property to fit it onto a page ; I think
that should preserve the details if just scaling the
image doesn't do the trick.

Jan Schenkel

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: help with speedy graphics

2004-07-14 Thread Jan Schenkel
--- Alex Tweedly [EMAIL PROTECTED] wrote:
 At 11:31 14/07/2004 +0930, Monte Goulding wrote:
 
 Just out of interest have you tried using a single
 polygon graphic with
 markers and no line and just setting the points.
 That should be very fast.
 
 Nope - had no idea until 5 minutes ago that that
 might be possible. Thanks 
 to Richard and Dar, I am trying it now 
 
 btw My earlier reply to Dar was wrong; it's NOT
 necessary to duplicate each 
 point to get a visible (though zero-length) line
 drawn - it's enough to 
 simply put each vertex where a shape is wanted, with
 blank lines (in the 
 point list) in between.
 
 Doing this (and always keeping a base polygon in
 existence, so it can be 
 modified and never drawn from scratch) makes it much
 more palatable - 70x70 
 draw time is down from 700 to about 95 ticks. Still
 a perceptible delay - 
 but one that I'd feel comfortable saying just live
 with it.
 
 (I'm porting this app from a different scripting
 language,. where the draw 
 times are sub-second up to 5000 data points - so
 there's a limit to what I 
 can expect people to adjust to).
 
 Someone pointed out earlier that these polygon
 schemes limit me to a single 
 colour. That is indeed the very opposite of what I
 need - the visualization 
 I want is done by colours. However, I'll have
 typically a small number 
 (~4), and rarely more than 10-15 different colours.
 So it won't be as fast 
 as a single polygon - but it should be within the
 acceptable range.
 
 I'll do a proper write-up of the schemes and times
 tomorrow (it's almost 
 4am here :-) for the sake of the archives.
 
 Thanks again for all the help.
 -- Alex.

Hi Alex,

As you have only a limited set of numbers, would it
work if you create one polygon per colour and set the
points ? This would cut the number of graphics down to
the number of colours.
However, if the layering opf colours is important,
this idea won't work.

Jan Schenkel.

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


re:rename field after insertion

2004-07-14 Thread Bob Hartley
At 18:48 12/07/2004 -0700, you wrote:
hi bob,

Hi Rosli, Klaus, Cubist etc.
I modified this one a bit

here is one way you can do this.  nothing fancy, but
should work.  in this example, you will need an extra
field counter.  you need to initialize the curNum in
field counter somehow somewhere (openStack, or
openCard, or somewhere...) and set it to 1.
Instead of counter I called it the same as the field. that way you can name 
the number by the field


the button script:
on mouseUp
  put field counter into curNum
  put curNum + 1 into curNum
  put curNum into field counter
  copy field 1

Chenged this to TxA,b,c,d,etc for each field and it works great
  go to stack stackToGoTo
  paste
  set the name of the last field to TxAcurNum
end mouseUp

Thanks
Bob

rosli.


__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RevNet installation

2004-07-14 Thread Alena Raymond
I have downloaded Go_RevNet from http://www.fourthworld.com/rev/
I cannot find any documentation how to use it.
I need to set up an Standalone Application to work remotely from the
Linux Server.
Application consist from main Stack and bunch of Sub-stacks. Each
Sub-stack consists of multiple cards.
What is necessary to install on Server and how do I plug it in?
How do I set up path to it?
Thanks
Alena
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Delete a full directory?

2004-07-14 Thread Brian Yennie
One option:
get shell(rm -R mydirectory)
Any suggestions on how to delete a directory full of files and folders?
delete folder only works on empty folders...
Mac and Windows approaches would be appreciated.
Thanks!
Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Delete a full directory?

2004-07-14 Thread Trevor DeVore
On Jul 14, 2004, at 3:01 PM, Ken Ray wrote:
Any suggestions on how to delete a directory full of files and folders?
delete folder only works on empty folders...
Mac and Windows approaches would be appreciated.
Try revDeleteFolder.
--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevNet installation

2004-07-14 Thread Richard Gaskin
Alena Raymond wrote:
I have downloaded Go_RevNet from http://www.fourthworld.com/rev/
I need to set up an Standalone Application to work remotely from the
Linux Server.
Application consist from main Stack and bunch of Sub-stacks. Each
Sub-stack consists of multiple cards.
What is necessary to install on Server and how do I plug it in?
How do I set up path to it?
RevNet and what you need sound like two very different things.
RevNet is a collection of resources from around the Internet of interest 
to Transcript programmers, presented in a downloaded stack similiar in 
appearance and behavior to AOL.

As with any other plugin, installing GoRevNet simply means copying it 
into the Plugins folder inside of your Revolution program folder.

However, if you're using Revolution 2.0 or later RevNet is pre-installed 
-- just look in the Plugins menu for GoRevNet.

It sounds like what you're looking for is a sort of client-server 
solution, no? Please tell us a bit more about what you're building and 
hopefully one of us can guide you to a good solution.

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 Rev tools and more:  http://www.fourthworld.com/rev
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Best format for screen shots?

2004-07-14 Thread Mark Wieder
Paul-

Tuesday, July 13, 2004, 8:06:42 PM, you wrote:

Sac Yes, I learned long ago to do the scaling in the image-capture program rather
Sac than in Word. Word can really turn things to mush.

Does the same thing to text. For the longest time my copy of Word
wouldn't print the letter y at the end of a line. Only the letter
y. And only at the end of a line. Looked fine one the screen but
just wouldn't print. Y anywhere else on the line would print fine. I
fiddled with other printer drivers, other printers, poked around deep
in the system, finally reinstalled Word itself and (knock on wood)
everything's been fine since.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Delete a full directory?

2004-07-14 Thread Ken Ray
Thanks!

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Trevor DeVore
 Sent: Wednesday, July 14, 2004 5:10 PM
 To: How to use Revolution
 Subject: Re: Delete a full directory?
 
 
 On Jul 14, 2004, at 3:01 PM, Ken Ray wrote:
 
  Any suggestions on how to delete a directory full of files and 
  folders? delete folder only works on empty folders...
 
  Mac and Windows approaches would be appreciated.
 
 Try revDeleteFolder.
 
 
 -- 
 Trevor DeVore
 Blue Mango Multimedia
 [EMAIL PROTECTED]
 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use-revolution
 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: HELP!!! (was Re: is Database Query Builder bugged for Rev 2.2.x?)

2004-07-14 Thread Jan Schenkel
--- Andre Garzia [EMAIL PROTECTED] wrote:
 
 Hi Folks,
 
 I think my Stack is damaged, I managed to use the
 Query Builder with a 
 new stack, but with this stack it does not work
 up... even on Rev 2.1.
 
 I think Revolution exploded when I was working with
 this stack sometime 
 ago with queries, I think it might have corrupt
 Query Builder data in 
 it that is preventing it to work. How to I clean any
 trace of the query 
 builder in a stack, I know it must put its data as
 custom properties, 
 hidden somewhere, how to I clean them so that I
 might use it again.
 
 help!!!
 andre
 

Hi Andre,

The queries themselves are stored in unplaced
background groups. You can get a list of their control
names using the undocumented 'revQueryObjects()'
function.
You'll have to set the defaultStack to the correct
stack first, though, but this will give you a list of
objects to manipulate and/or delete from the problem
stack.

Hope this helped,

Jan Schenkel.

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)



__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevNet installation

2004-07-14 Thread Alena Raymond
On Jul 14, 2004, at 4:10 PM, Richard Gaskin wrote:
Alena Raymond wrote:
I have downloaded Go_RevNet from http://www.fourthworld.com/rev/
I need to set up an Standalone Application to work remotely from the
Linux Server.
Application consist from main Stack and bunch of Sub-stacks. Each
Sub-stack consists of multiple cards.
What is necessary to install on Server and how do I plug it in?
How do I set up path to it?
RevNet and what you need sound like two very different things.
RevNet is a collection of resources from around the Internet of 
interest to Transcript programmers, presented in a downloaded stack 
similiar in appearance and behavior to AOL.

As with any other plugin, installing GoRevNet simply means copying it 
into the Plugins folder inside of your Revolution program folder.

However, if you're using Revolution 2.0 or later RevNet is 
pre-installed -- just look in the Plugins menu for GoRevNet.

It sounds like what you're looking for is a sort of client-server 
solution, no? Please tell us a bit more about what you're building and 
hopefully one of us can guide you to a good solution.

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 Rev tools and more:  http://www.fourthworld.com/rev
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

You are so right I am looking for client-server support.
I need to make Standalone Application already developed available to 
special clients.

Now this special Standalone Application Is been Developed for the last 
two years so there is quite some work developed in it.  I am hoping 
that it is possible to make it Client available with just a few minor 
changes.
Am I in denial? Is there a hope?

First idea was to make Revolution Standalone Application into Web Based 
Application.
I have learned it not possible to make it like Java Application running 
in the browser.
Second option was to make it remote controlled from the server (using 
RevNet) Available to special clients using some kind of small 
standalone that does nothing but open stacks stored on the server.
I was wrong on that one!

Is there any solution to my problem?
If I am not clear enough please let me know.
Thanks!
Alena C. Raymond
[EMAIL PROTECTED]
Computer Programmer 3
Architectural Research Consultants, Inc.
220 Gold Avenue SW
Albuquerque, NM 87102
Phone: 505-842-1254
[EMAIL PROTECTED]
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: help with speedy graphics

2004-07-14 Thread Alex Tweedly
At 13:19 14/07/2004 -0700, Jan Schenkel wrote:
--- Alex Tweedly [EMAIL PROTECTED] wrote:
 Someone pointed out earlier that these polygon
 schemes limit me to a single
 colour. That is indeed the very opposite of what I
 need - the visualization
 I want is done by colours. However, I'll have
 typically a small number
 (~4), and rarely more than 10-15 different colours.
 So it won't be as fast
 as a single polygon - but it should be within the
 acceptable range.

 I'll do a proper write-up of the schemes and times
 tomorrow (it's almost
 4am here :-) for the sake of the archives.

 Thanks again for all the help.
 -- Alex.
Hi Alex,
As you have only a limited set of numbers, would it
work if you create one polygon per colour and set the
points ? This would cut the number of graphics down to
the number of colours.
Yes, thanks Jan. That's more or less what I had in mind when I mentioned 
the relatively small number of colours needed. There will be a trade-off 
between number of graphics involved versus the size of each (not in pure 
drawing time - those seem to be very fast however big I make the graphic, 
but in re-building them as changes happen).

I'm trying to put together a semi-coherent description of what I've done, 
and what kind of times I get for different cases, to explore that 
trade-off, and hopefully to help anyone else who tries to use this 
fast-drawing technique. I've got the simple cases done (one polygon with 
many, many vertices draws real quick - but can take a bit longer to build), 
but still exploring the options for building (and modifying on the fly 
rather than rebuilding) multiple polygons.

However, if the layering of colours is important,
this idea won't work.
I think I'll finish up using something more complex - a graphic per colour 
per subset of the data - but I'm a long way from putting enough of the app 
together to really know about that yet. Still at the learning basic 
techniques in Revolution stage.

btw - I spent a long time today trying to change the colour I was drawing 
in without success; finally got it - add markercolor to the list of Rev 
keywords I've learnt.

Thanks
-- Alex.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.719 / Virus Database: 475 - Release Date: 12/07/2004
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Memory management problem?

2004-07-14 Thread Mark Wieder
Rob-

Wednesday, July 14, 2004, 10:30:29 AM, you wrote:

RC Your changes are happening; but the AB doesn't automatically update
RC its window to reflect it.

Been there. I've also seen new cards that look like they're created in
the wrong stack and other such wierdnesses.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Setting explicitVariables

2004-07-14 Thread Ken Ray
Basically here's what's going on... the next version of Rev will not run
properly with explicitVariables turned on (just like it does now). HOWEVER,
there is a special Variable Checking mode that you can put the Script
Editor in so that it will check your scripts as if it had explicitvars on
(so you can catch all your scripting boo-boos), but does not put the entire
Rev IDE under explicitVariables.

So basically, turning on explicitVariables yourself will cause the IDE (both
this and the next versions) to have problems. RunRev has promised to get the
IDE explicitVars-clean, but it may take another version before that has
been done.

Anyway, that's MY understanding of the situation...

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Alex Tweedly
 Sent: Wednesday, July 14, 2004 1:09 PM
 To: How to use Revolution
 Subject: RE: Setting explicitVariables
 
 
 At 12:48 14/07/2004 -0500, Ken Ray wrote:
 
 Actually, Alex, Mark should have said upcoming version of 
 the script 
 editor. 'Variable Checking' is in the Script menu of the 
 Script Editor 
 in the  next version of Rev (currently-in-alpha).
 
 Cool !  Best answer I could have hoped for.
 
 (Actually, any answer that didn't start You just missed it 
 you dummy, it's 
 at ... would have been good :-)
 
 So - is there any way to set it today, other than the 
 (apparently unsupported) set explicitVariables to true 
 method I used before ? Or is that method expected to be OK in 
 2.2, and only becomes inadvisable in 
 next release ?
 
 -- Alex.
 


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevNet installation

2004-07-14 Thread J. Landman Gay
On 7/14/04 6:14 PM, Alena Raymond wrote:
Second option was to make it remote controlled from the server (using 
RevNet) Available to special clients using some kind of small standalone 
that does nothing but open stacks stored on the server.
I was wrong on that one!
Actually, I think this is something you could do. You would need to 
store your standalone stack on the server as the orginal stack, not as a 
standalone. Then you need to build a standalone like RevNet which you 
can distribute to your clients. When your clients click a button on 
their standalone, it downloads the stack from your server.

To open a stack over the internet, you only need this command:
 go stack url http://www.domain.com/mystack.rev;
You can't run a standalone over the internet, but you can run stacks, 
which is what RevNet does.

This method does not give you remote control over the operation of the 
stack, but the user can run the stack just as if it were located on his 
computer. Is that what you need to do?

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevNet installation

2004-07-14 Thread Troy Rollins
On Jul 14, 2004, at 10:35 PM, J. Landman Gay wrote:
To open a stack over the internet, you only need this command:
 go stack url http://www.domain.com/mystack.rev;
You can't run a standalone over the internet, but you can run stacks, 
which is what RevNet does.

This method does not give you remote control over the operation of the 
stack, but the user can run the stack just as if it were located on 
his computer. Is that what you need to do?
This is something I'm interested in too, but haven't yet tried.
Doesn't RevNet do a download rather than a go stack URL? Doesn't it 
have a little progress bar? And if so, does a go stack URL support 
some kind of retrieval progress status?

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


How to load a property with an Array?

2004-07-14 Thread Michael D Mays
Hi,
Can I set an array directly into a custom property or do I have to 
'combine' the array before setting it and then 'split' it after I get 
it in order to use it as an array?

I would like to do something like:
  put dog,13 cat,12 rat,129 into myPetInventory
  split myPetInventory by   and ,
  set the pets of this card to myPetInventory
Thanks,
Michael
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: How to load a property with an Array?

2004-07-14 Thread Monte Goulding


Hi,

Can I set an array directly into a custom property or do I have to 
'combine' the array before setting it and then 'split' it after I get 
it in order to use it as an array?

I would like to do something like:

   put dog,13 cat,12 rat,129 into myPetInventory
   split myPetInventory by   and ,
   set the pets of this card to myPetInventory


Try set the customProperties[pets] of this card to myPetInventory

PS... you have a rat problem ;-)

Cheers

Monte
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevNet installation

2004-07-14 Thread Richard Gaskin
Troy Rollins wrote:
On Jul 14, 2004, at 10:35 PM, J. Landman Gay wrote:
To open a stack over the internet, you only need this command:
 go stack url http://www.domain.com/mystack.rev;
You can't run a standalone over the internet, but you can run stacks, 
which is what RevNet does.

This method does not give you remote control over the operation of the 
stack, but the user can run the stack just as if it were located on 
his computer. Is that what you need to do?
This is something I'm interested in too, but haven't yet tried.
Doesn't RevNet do a download rather than a go stack URL? 
Yes
Doesn't it have a little progress bar? 
Yes
 And if so, does a go stack URL support
some kind of retrieval progress status?
It does now.  RevNet's been around for quite a while.  Since it was 
first released Dave Cragg has made many great enhancements, among them 
the ability to get status messages from synchronous transfers (see 
libUrlSetStatusCallback).

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to load a property with an Array?

2004-07-14 Thread J. Landman Gay
On 7/14/04 9:58 PM, Monte Goulding wrote:
I would like to do something like:
 put dog,13 cat,12 rat,129 into myPetInventory
 split myPetInventory by   and ,
 set the pets of this card to myPetInventory
Try set the customProperties[pets] of this card to myPetInventory
PS... you have a rat problem ;-)
Nah. That's only 10.75 rats per cat. No problem, assuming the dogs don't 
delete any of the cats.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Best format for screen shots?

2004-07-14 Thread SimPLsol
Mark,
Word has lots of weird.
Sometimes turning on fractional widths helps, sometimes it hurts - only 
experimenting can tell for sure.
In a large operating manual I have one page where I want a small picture to 
sit side by side with a small paragraph. Position them so, print and the 
paragraph prints above the picture - and the manual has changed on the screen to 
match the printout. No matter what I do.
Of course there is no real alternative...
Paul Looney
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: How to load a property with an Array?

2004-07-14 Thread Monte Goulding
I would like to do something like:

  put dog,13 cat,12 rat,129 into myPetInventory
  split myPetInventory by   and ,
  set the pets of this card to myPetInventory

 Try set the customProperties[pets] of this card to myPetInventory

 PS... you have a rat problem ;-)

Nah. That's only 10.75 rats per cat. No problem, assuming the dogs don't
delete any of the cats.

And that may depend entirely on the ratio of small yappy dogs that look like
rats to real cat eating dogs ;-)

Ofcourse some dogs eat rats also...

Cheers

Monte

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Best format for screen shots?

2004-07-14 Thread SimPLsol
Thomas,
Excellent advice!
Suggestions are coming in faster than I can test them - especially with a 
little business to run on the side.
I am still leery of bitmaps for the work I'm doing, but your suggestions and 
experience were reassuring.
Thank you.
Paul Looney
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution