Re: ANN: Installer Maker plugin for Runtime Revolution

2010-06-18 Thread Mark Schonewille

Hello,

If you have been waiting with downloading until more information would  
become available, you can now watch a video showing how to create an  
installer for Mac OS X. You can watch the tutorial at http://qurl.tk/ 
cv . I apologise for the bad sound quality.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj
Download Clipboard Link http://clipboardlink.economy-x-talk.com and  
share the clipboard of your computer over the local network.


___
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


systemVersion for win7

2010-06-18 Thread Hugh Senior
Can someone let me know that the systemVersion returns when using Windows7,
please?

Thank you.

/H

___
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: systemVersion for win7

2010-06-18 Thread Tiemo Hollmann TB
NT 6.1

Tiemo

 -Ursprüngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Hugh Senior
 Gesendet: Freitag, 18. Juni 2010 09:14
 An: use-revolution@lists.runrev.com
 Betreff: systemVersion for win7
 
 Can someone let me know that the systemVersion returns when using
 Windows7,
 please?
 
 Thank you.
 
 /H
 
 ___
 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: How to launch an application (like word from a stack?

2010-06-18 Thread Andre.Bisseret


Le 17 juin 10 à 15:22, Peter Brigham MD a écrit :

I suspect the problem was more related to the final slash in your  
original script, so a folder was specified rather than a file. Does  
it work using .../Microsoft Word without the .app but also  
without the final slash?


-- Peter


Bonjour Peter,

No, it does not work without .app, either with the final slash or  
without it.


 launch /Applications/Microsoft Office 2008/Microsoft Word/ -- does  
not work
 launch /Applications/Microsoft Office 2008/Microsoft Word -- does  
not work


while it works as soon as one adds the .app, with or without a final  
slash:


 launch /Applications/Microsoft Office 2008/Microsoft Word.app --  
works
 launch /Applications/Microsoft Office 2008/Microsoft Word.app/ --  
works


Thank you much for your reply and suggestion

Best regards from Grenoble

André



Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


On Jun 17, 2010, at 8:27 AM, Andre.Bisseret wrote:


Danke shön! Bernd for your prompt reply
Klaus was the winner ;-))) with the same suggestion

works fine now with .app

Guten nachmittag!

André


Le 17 juin 10 à 13:49, BNig a écrit :



André,

on mouseUp
launch /Applications/Microsoft Office 2008/Microsoft Word.app
if the result is not empty then answer the result
end mouseUp

works for me.
regards
Bernd
-- View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-to-launch-an-application-like-word-from-a-stack-tp2258617p2258653.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




___
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: AW: systemVersion for win7

2010-06-18 Thread Hugh Senior
Thank you Tiemo.

/H


 NT 6.1
 
 Tiemo

 -Urspr|ngliche Nachricht-
 Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
 boun...@lists.runrev.com] Im Auftrag von Hugh Senior
 Gesendet: Freitag, 18. Juni 2010 09:14
 An: use-revolution@lists.runrev.com
 Betreff: systemVersion for win7
 
 Can someone let me know that the systemVersion returns when using
 Windows7,
 please?
 
 Thank you.
 
 /H
___
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: How to launch an application (like word from a stack?

2010-06-18 Thread BNig

André,

for what it is worth: in MacOS X you can select the file/application you
want to address in the finder, command-C or copy it and paste it into the
Rev field/script to get the full path pasted.

If you want multiple files you select them in the finder and then drag and
drop these files into the field/script to get the  paths of all the files.
Copy paste will only paste the first file selected.

It probably works in Windows too, though not tested.
regards
Bernd
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-to-launch-an-application-like-word-from-a-stack-tp2258617p2259892.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: How to launch an application (like word from a stack?

2010-06-18 Thread Andre.Bisseret

Wow! I did not know that; sure it is worth!

Unfortunately seems that it does not work in tRev (impossible to paste  
directly in the script); but it works in the message box or in a  
field, from which it is possible to copy/paste in the script; so it is  
OK


it works well in the script editor of rev.

Danke sehr Bernd for this usefull information

Best regards

André




Le 18 juin 10 à 10:51, BNig a écrit :



André,

for what it is worth: in MacOS X you can select the file/application  
you
want to address in the finder, command-C or copy it and paste it  
into the

Rev field/script to get the full path pasted.

If you want multiple files you select them in the finder and then  
drag and
drop these files into the field/script to get the  paths of all the  
files.

Copy paste will only paste the first file selected.

It probably works in Windows too, though not tested.
regards
Bernd
--




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


Re: ANN: Installer Maker plugin for Runtime Revolution

2010-06-18 Thread Francis Nugent Dixon

Hi from Beautiful Brittany,

Mark, thanks for the video which perfectly explains
an installation creation.

Now I can stop struggling on my Installation program !
You appear to have covered all the requirements

However, I didn't understand how you create an
installer on a MAC, but which will be run on a PC,

 or maybe I missed something 

Best Regards

-Francis

Nothing should ever be done for the first time !





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


Re: ANN: Installer Maker plugin for Runtime Revolution

2010-06-18 Thread Mark Schonewille

Hi Francis,

Just choose Windows instead of Mac OS X in the last step. There are  
also a few additional options for Windows, such as the Start menu and  
file extensions. I will cover those additional options in another  
video later.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj
Download Clipboard Link http://clipboardlink.economy-x-talk.com and  
share the clipboard of your computer over the local network.


On 18 jun 2010, at 11:55, Francis Nugent Dixon wrote:


Hi from Beautiful Brittany,

Mark, thanks for the video which perfectly explains
an installation creation.

Now I can stop struggling on my Installation program !
You appear to have covered all the requirements

However, I didn't understand how you create an
installer on a MAC, but which will be run on a PC,

 or maybe I missed something 

Best Regards

-Francis

Nothing should ever be done for the first time !


___
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: How to launch an application (like word from a stack?

2010-06-18 Thread Emmett Gray
On Thu, 17 Jun 2010 13:16:49 +0200, Andre.Bisseret 
andre.bisse...@inria.fr wrote asking this.


An elegant way is to use AppleScript, which avoids having to know the path:

do tell application   quote   Microsoft Word  quote   to 
activate as AppleScript


opens it and makes it frontmost, or

do tell application   quote   Microsoft Word  quote   to 
run as AppleScript


opens it an keeps it in the background.

___
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: How to launch an application (like word from a stack?

2010-06-18 Thread Peter Brigham MD
Hmm... On my system (MacBook, OSX 10.5.8, Rev Studio 4.0.0-gm-1, build  
950) the following works fine:

   launch /Applications/Microsoft Office 2008/Microsoft Word
whereas
   launch /Applications/Microsoft Office 2008/Microsoft Word.app
does not work. In the Finder on my Mac, the MSWord application does  
not have the .app suffix, so I would have been surprised if using / 
Microsoft Word.app had worked, since it doesn't correspond to an  
identifiable file on my drive.

But you're correct that
   launch /Applications/Microsoft Office 2008/Microsoft Word/
also works, though strictly speaking it should be ungrammatical in  
RevTalk.


Is this a Mac vs Windows thing? A Leopard vs Snow Leopard thing? A Rev  
4.0 vs 4.5 thing?


-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


On Jun 18, 2010, at 4:30 AM, Andre.Bisseret wrote:



Le 17 juin 10 à 15:22, Peter Brigham MD a écrit :

I suspect the problem was more related to the final slash in your  
original script, so a folder was specified rather than a file. Does  
it work using .../Microsoft Word without the .app but also  
without the final slash?


-- Peter


Bonjour Peter,

No, it does not work without .app, either with the final slash or  
without it.


launch /Applications/Microsoft Office 2008/Microsoft Word/ -- does  
not work
launch /Applications/Microsoft Office 2008/Microsoft Word -- does  
not work


while it works as soon as one adds the .app, with or without a  
final slash:


launch /Applications/Microsoft Office 2008/Microsoft Word.app --  
works
launch /Applications/Microsoft Office 2008/Microsoft Word.app/ --  
works


Thank you much for your reply and suggestion

Best regards from Grenoble

André



Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


On Jun 17, 2010, at 8:27 AM, Andre.Bisseret wrote:


Danke shön! Bernd for your prompt reply
Klaus was the winner ;-))) with the same suggestion

works fine now with .app

Guten nachmittag!

André


Le 17 juin 10 à 13:49, BNig a écrit :



André,

on mouseUp
launch /Applications/Microsoft Office 2008/Microsoft Word.app
if the result is not empty then answer the result
end mouseUp

works for me.
regards
Bernd
-- View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-to-launch-an-application-like-word-from-a-stack-tp2258617p2258653.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




___
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


___
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


Script menu item

2010-06-18 Thread Bill Vlahos
The menuHistory works on a button but how do I select a menu item?  
MenuHistory doesn't seem to work.


I don't actually have to simulate the pulling down of the menu  
(although that might be interesting), just do the menuPick action.


Thanks,
Bill Vlahos
___
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: HTML interaction...

2010-06-18 Thread Andre Garzia
Simon,

you can communicate with the page in some limited way. You can parse the
page and stuff, I think you can get the element source code from its ID as
well.

Actually I was checking http://docs.runrev.com and saw that with the browser
functions you can do anything.

You can use RevBrowserExecuteScript to run little javascripts and get the
results. Cool.

Andre

On Thu, Jun 17, 2010 at 1:31 PM, Simon Lord sl...@karbonized.com wrote:

 Ok, this is where I ask a question without exhausting all avenues to
 discover the answer...

 If I have RunRev load an html page, what options, if any, do I have to
 communicating to elements in that page?

 First, some structure to understand what I'm asking:

 This is a stack—not a plugin and not a stack talking to a browser.
 This is a stack with a web page rendered inside the stack.

 Can I target div's with ID?

 [God please say yes.]

 If so, what keywords should I be reviewing in the x-talk language?
 ___
 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.andregarzia.com All We Do Is Code.
___
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] Adobe and Apple

2010-06-18 Thread Colin Holgate
One item missing from the list is Macromedia Mediamaker, although that may have 
already been dropped before the merger. Mediamaker was originally written in 
HyperCard.



___
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


Datagrid column/cell coloring

2010-06-18 Thread Jim Schaubeck
Regarding the DataGrid, can someone point me in the right direction for
setting a cell's text color (in a certain column) based on the value of the
data in each cell of that column.  I don't want to evaluate the entire grid,
just cells in a particular column.  I see how to set the color of an entire
row and also each cell in the entire grid...I need to be more specific with
the coloring.

 

IE: A particular columns' name is Closing Percent.  Any cell in that
column with a number 25 I would like to set the textColor red (vs black)

 

Thanks for any help folks

 



jim schaubeck

714.321.4499

 

___
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


[ANN] Scripter's Scrapbook update to 5.2.17

2010-06-18 Thread Hugh Senior
18-JUN-2010

The Scripter's Scrapbook has today been updated to v5.2.17 with a range of
enhancements, bugfixes and adjustments. Written entirely in rev, this is one
utility you really should take a look at whether new to scripting or a
seasoned veteran. The new version requires engine v2.9 or later. All the
starter-kit download bundles and optional standAlone application programs
have been updated. This means that The Scripter's Scrapbook is no longer
able to support Mac OS 9.


EXISTING USERS
If you are an existing User, use the update option from within the software.
The process is automatic and a new setup will be created for you. You do not
even need to copy over your own plugin files as this will be done for you.
Your original setup is left untouched so you can, if you wish, revert at any
time. If you are using your Scrapbook with a standAlone, visit the downloads
site at www.FlexibleLearning.com/ssbk.htm to get an updated application
program in Option 3.


NEW USERS
If you do not have the Scripter's Scrapbook and would like to try it for
free for 30 days, go to www.FlexibleLearning.com/ssbk.htm and choose your
starter-kit download. Use Option 1 to use it as a Rev plugIn. Use Option 2
to download everything in option 1 plus a standalone application program of
your choice so you can use the Scrapbook outside of Rev's IDE. Use Option 3
to download additional application programs for use on other platforms.


QUESTIONS and ANSWERS
- What is The Scripter's Scrapbook?
A personal reference resource library of code and files that you add to as
you need, centralising and organising all your re-usable resources of all
programming languages in one place. See
http://www.revjournal.com/features/scripters-scrapbook.html

- Where can I get it?
www.FlexibleLearning.com/ssbk.htm

- What have others said?
http://www.flexiblelearning.com/ssbk/testimonials.html

- Where are the dox?
http://www.flexiblelearning.com/ssbk/ReadMe.html



--
From the dox...
5.2.17
A general maintenance update.
Engine version 2.9 or later is now required.

Enhancements
. The API has been incremented to v1.3 with support for multi-line control
structures in both IAC text files and the ScriptMaker. In standAlone
applications, these scripts are limited to ten statements. If your script
cannot be reduced to this limit, it must be implemented by using sequential
API scripts or by using a plugin written in Revolution (see the ssBk API
Handbook under the PlugIns menu).

Adjustments
. The PlugIns menu is now displayed independently for easier access.
. The right-click Edit and Style contextual menus now include the option to
toggle from one to the other directly without having to use the Preferences
each time to set your choice.
. Selecting the Source popup menu with the CTRL key now shows all Entries,
not just those currently selected.

Interface
. The File/Page SetUp dialog implements the platform-native setup dialog
(requires runtime engine v2.9 or later)
. Added a drag image when moving selected text.

Bugfixes
. On Windows, a hyperLink to a file on an unmounted volume (such as a
missing CD) should now be gracefully reported and no longer throw a Windows
disk access error.
. Persistent arrowKey navigation (by holding down any of the keyboard arrow
keys) is now correctly handled when the mouse hovers over the index.
. The Context Options palette now immediately reflects an Entry name change.
. Right-clicking a Memo no longer throws an error.
. Registration requires Administrator privileges for XP. Non-Administrator
registration access is now correctly handled.
-


Hugh Senior
FLCo
www.FlexibleLearning.com
(Home of the Scripter's Scrapbook)

___
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: How to launch an application (like word from a stack?

2010-06-18 Thread J. Landman Gay

Peter Brigham MD wrote:
Hmm... On my system (MacBook, OSX 10.5.8, Rev Studio 4.0.0-gm-1, build 
950) the following works fine:

   launch /Applications/Microsoft Office 2008/Microsoft Word
whereas
   launch /Applications/Microsoft Office 2008/Microsoft Word.app
does not work. In the Finder on my Mac, the MSWord application does not 
have the .app suffix, so I would have been surprised if using 
/Microsoft Word.app had worked, since it doesn't correspond to an 
identifiable file on my drive.


I'm sure the .app suffix is there, OS X needs it. The Finder has an 
option to hide extensions though, and probably that's set on your Mac. I 
think hiding them is the default setting; I always change it back to 
show extensions. But I'm not sure why you can't launch Word when you do 
include it, since it certainly exists on the file bundle. I wouldn't 
think Rev would discriminate between file names based on the user's 
visual view.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
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


Feedback on Installer Maker plugin for Runtime Revolution

2010-06-18 Thread Mark Schonewille

Hi everybody,

I'm getting lots of e-mails about the Installer Maker plugin off-list.  
It is a real pleasure to know that there is a lot of interest in this  
tool. Unfortunately, I am very busy and it will take a few days before  
I can answer all the feedback. I will answer all e-mails, but I need  
to ask you for a little patience. Meanwhile I thank you very much for  
your great feedback. Please, continue to send your comments, I really  
appreciate it.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Subscribe to the Economy-x-Talk newsletter at http://qurl.tk/cj
Download Clipboard Link http://clipboardlink.economy-x-talk.com and  
share the clipboard of your computer over the local network.


___
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: How to launch an application (like word from a stack?

2010-06-18 Thread Peter Brigham MD
Yes, I forgot about the show all file extensions preference. I have  
it off, but when I turn it on and look in my Applications folder in  
the Finder, all of the other apps now have .app appended, but  
Microsoft Word doesn't. Neither does Powerpoint or Excel.


And when I try
   answer file Pick an app:; put it into a;put a
I get, eg, /Applications/Calculator.app no matter what the Finder  
settings are but I also get /Applications/Microsoft Office 2004/ 
Microsoft Word no matter what the Finder settings are as well.


???

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


On Jun 18, 2010, at 12:17 PM, J. Landman Gay wrote:


Peter Brigham MD wrote:
Hmm... On my system (MacBook, OSX 10.5.8, Rev Studio 4.0.0-gm-1,  
build 950) the following works fine:

  launch /Applications/Microsoft Office 2008/Microsoft Word
whereas
  launch /Applications/Microsoft Office 2008/Microsoft Word.app
does not work. In the Finder on my Mac, the MSWord application does  
not have the .app suffix, so I would have been surprised if using  
/Microsoft Word.app had worked, since it doesn't correspond to an  
identifiable file on my drive.


I'm sure the .app suffix is there, OS X needs it. The Finder has  
an option to hide extensions though, and probably that's set on your  
Mac. I think hiding them is the default setting; I always change it  
back to show extensions. But I'm not sure why you can't launch Word  
when you do include it, since it certainly exists on the file  
bundle. I wouldn't think Rev would discriminate between file names  
based on the user's visual view.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
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


___
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: How do you get the name of an open saved file in memory using message box?

2010-06-18 Thread Robert Brenstein

On 14.06.10 at 07:38 -0700 charles61 apparently wrote:

Hi Sarah,

The user does not get the file by selecting ti. In this situation,

1. The user creates a new file and populates the file
2. Then saves the file abc.
3. User decides to make a change in the file.
4. The user opens a new file without saving the changes to file abc.

This is where I want to get a dialog asking the User to save file 
abc or disregard the last changes made and start a new file.


Charles Szasz
csz...@mac.com



Your script that handles step 2 gets the file name from the user. You 
just need to preserve it to use in 4.


To save a new file, you must be using the ask file dialog. It returns 
the path to the file in it. Filename is the last item of the path.


Robert
___
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: How to launch an application (like word from a stack?

2010-06-18 Thread J. Landman Gay

Peter Brigham MD wrote:
Yes, I forgot about the show all file extensions preference. I have it 
off, but when I turn it on and look in my Applications folder in the 
Finder, all of the other apps now have .app appended, but Microsoft 
Word doesn't. Neither does Powerpoint or Excel.


And when I try
   answer file Pick an app:; put it into a;put a
I get, eg, /Applications/Calculator.app no matter what the Finder 
settings are but I also get /Applications/Microsoft Office 
2004/Microsoft Word no matter what the Finder settings are as well.


???


Sounds like you have version of Office that's so old, the apps aren't OS 
X bundles. I didn't think those would run any more. If you right-click 
on Word and you don't see Show package contents in the menu, then it 
isn't a bundle.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
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


Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart
Hi All,

Platform: WinXP
revStudio: 4.0

I'm building an app that populates SQL Server data into a list field
that is defined as a table.
The table data delimiter is the tab char.
All this works fine.

I'd like to build a filter system for the table data.

The list would be filtered by typing a value into any column filter
field, which is placed above each column.
So if there are 4 columns, then there are 4 filter fields, having the
possibility of an accumulative filter.

Typing into or editing a filter field will filter the list for each
character typed. Including backspacing a character or deleting any
existing character.

I've already built a prototype for this, and when typing a filter, the
script works OK.
In the on rawKeyDown handler, I first put the table data into a local
variable and filter on it. Then put the variable back into the field.
These ideas I got from searching the archive list.
Problem is when I backspace a filter field character (conceptually
reverting the filter), the data is not there, as it has already been
filtered and put back into the field. Resulting in an incorrect data
set.

Question: so how do I build a filter system that can filter forward
(typing ahead) and filter in reverse (editing existing filter value or
filter revert)?


Regards,
Mark Stuart
___
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: Forward and Reverse filtering a List field

2010-06-18 Thread Mike Bonner
All you really need to do for this is to keep the full dataset in
storage somewhere. Since the field will be mutable, keep a variable or
property with the complete data, copy IT into your temp variable and
filter away. If your dataset isn't too too large this should work
fine. IE

Do your sql query, put the data into a script local variable. Then in
your filter handler, load the full dataset into a temp variable, do
your 4 consecutive filters so they're cumulative and put the temp data
into the output field.  And you still have your unchanged local
variable to check against on the next keypress.

While probably not the most optimized method, it seems acceptably fast
with 20k lines on my slug of a machine.

I've attached a sample stack, most of the code is in the stack script.


On Fri, Jun 18, 2010 at 2:42 PM, Mark Stuart mstu...@adaptcrm.com wrote:
 Hi All,

 Platform: WinXP
 revStudio: 4.0

 I'm building an app that populates SQL Server data into a list field
 that is defined as a table.
 The table data delimiter is the tab char.
 All this works fine.

 I'd like to build a filter system for the table data.

 The list would be filtered by typing a value into any column filter
 field, which is placed above each column.
 So if there are 4 columns, then there are 4 filter fields, having the
 possibility of an accumulative filter.

 Typing into or editing a filter field will filter the list for each
 character typed. Including backspacing a character or deleting any
 existing character.

 I've already built a prototype for this, and when typing a filter, the
 script works OK.
 In the on rawKeyDown handler, I first put the table data into a local
 variable and filter on it. Then put the variable back into the field.
 These ideas I got from searching the archive list.
 Problem is when I backspace a filter field character (conceptually
 reverting the filter), the data is not there, as it has already been
 filtered and put back into the field. Resulting in an incorrect data
 set.

 Question: so how do I build a filter system that can filter forward
 (typing ahead) and filter in reverse (editing existing filter value or
 filter revert)?


 Regards,
 Mark Stuart
 ___
 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: Datagrid column/cell coloring

2010-06-18 Thread JosepM

Hi,

Check this lesson, you can found how to color cells and control the data.

http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagrid/lessons/4202-How-Do-I-Override-the-Default-Behavior-For-Rendering-Data-to-a-Cell-
4202-How-Do-I-Override-the-Default-Behavior-For-Rendering-Data-to-a-Cell- 


Salut,
Josep
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Datagrid-column-cell-coloring-tp2260342p2260834.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: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart

Hi Mike,
First thanks for replying.
How do I see/dl your attachment. I'm using the Browser to view the list, and
therefore don't see any option for dl.
Unless of course you also replied to my personal email, which I haven't
received yet.

Here's what I have so far...

Stack objects:
button: Load Accounts
fld: Filter
fld: List

Load Button script:
--===
global dbConnID, gList

on mouseUp
   put revOpenDatabase(odbc,adaptSAMPLE) into dbConnID
   
   if dbConnID is not a number then
  answer error DB Connection error:  dbConnID
  exit to top
   end if
   
   put SELECT Account_Number,Account_Name,Account_Manager FROM account
ORDER BY Account_Name into tSQL
   
   put revDataFromQuery(,,dbConnID,tSQL) into fld List
   set the itemDel to tab
   sort lines of fld List by item 1 of each
   put fld List into gList  --put the returned data into a global for use
in the filter
end mouseUp
--===


fld List script:
--===
global gList
local tList

on rawKeyDown
   put gList into tList
   put the text of me into tText
   filter tList with tText  *
   put tList into fld List
   pass rawKeyDown
end rawKeyDown
--===

For each key stroke the script gets the original data and puts it into the
local tList var.
So it filters on the original data set for each key stroke. This could be
slow.

The Filter fld script seems to work, but the behavior is a little strange.
When typing in the first character (for a starting value in the list I know
is there), it does nothing - it does not filter.
When I type the second character, it is like it is the first character typed
in. It seems it's one character behind in applying the filter.

What's up with that? Is my script anywhere near to work correctly and
efficiently?

Regards,
Mark Stuart
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260846.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: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart

I just noticed a mistake in my reply.

The field script rawKeyDown is actually in the Filter field, not the List
field.

-Mark
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260848.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


Datagrid lost focus to next cell

2010-06-18 Thread JosepM

Hi,

I have a datagrid inside a group. I add a row and doubleclick to edit the
cell value, and pressing tab key jump to the next cell. But If I fill some
value and press tab, the next cell is edit but lost the focus and the
datagrid still in edit mode but without the focus.

Why? The same datagrid with the group run fine.


Salut,
Josep
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Datagrid-lost-focus-to-next-cell-tp2260851p2260851.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: Forward and Reverse filtering a List field

2010-06-18 Thread Mike Bonner
Well the reason it lags by 1 char is because it does the compare on
keydown. The letter doesn't actually show in the field till the key is
up. You could switch your handler to rawkeyup instead to solve that
portion easily.  As for speed, there are surely ways that can optimize
the script such as how you apply your filters.  IE if you have 4
filters as you suggest, only 1 field will be typed into at a time,
which means that you can pre-filter with the 3 off fields first and
use THAT data with each keypress in the current field.  So the first
keypress in the field would filter based on all 4 filter fields, all
subsequent would do a single filter.

However, I tried my sample stack with 100k lines and it was acceptably
fast.  I'll send the attachment directly to my sample stack as cc
directly to you.

Also, was wondering if a datagrid might be better for this than a
table, but the table field works well enough if thats all you need.


On Fri, Jun 18, 2010 at 5:27 PM, Mark Stuart mfstu...@cox.net wrote:

 Hi Mike,
 First thanks for replying.
 How do I see/dl your attachment. I'm using the Browser to view the list, and
 therefore don't see any option for dl.
 Unless of course you also replied to my personal email, which I haven't
 received yet.

 Here's what I have so far...

 Stack objects:
 button: Load Accounts
 fld: Filter
 fld: List

 Load Button script:
 --===
 global dbConnID, gList

 on mouseUp
   put revOpenDatabase(odbc,adaptSAMPLE) into dbConnID

   if dbConnID is not a number then
      answer error DB Connection error:  dbConnID
      exit to top
   end if

   put SELECT Account_Number,Account_Name,Account_Manager FROM account
 ORDER BY Account_Name into tSQL

   put revDataFromQuery(,,dbConnID,tSQL) into fld List
   set the itemDel to tab
   sort lines of fld List by item 1 of each
   put fld List into gList  --put the returned data into a global for use
 in the filter
 end mouseUp
 --===


 fld List script:
 --===
 global gList
 local tList

 on rawKeyDown
   put gList into tList
   put the text of me into tText
   filter tList with tText  *
   put tList into fld List
   pass rawKeyDown
 end rawKeyDown
 --===

 For each key stroke the script gets the original data and puts it into the
 local tList var.
 So it filters on the original data set for each key stroke. This could be
 slow.

 The Filter fld script seems to work, but the behavior is a little strange.
 When typing in the first character (for a starting value in the list I know
 is there), it does nothing - it does not filter.
 When I type the second character, it is like it is the first character typed
 in. It seems it's one character behind in applying the filter.

 What's up with that? Is my script anywhere near to work correctly and
 efficiently?

 Regards,
 Mark Stuart
 --
 View this message in context: 
 http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260846.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

___
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: Forward and Reverse filtering a List field

2010-06-18 Thread Mark Stuart

Hi Mike,


I'll send the attachment directly to my sample stack as cc 
directly to you. 

Also, was wondering if a datagrid might be better for this than a 
table, but the table field works well enough if thats all you need. 


I'll be looking for your email. Thanx.

Concerning why I haven't used the Datagrid: I have used it in other
projects, but I'm finding that using the field as a table, I know what's
going on. The DataGrid is too complicated for little ol' me.
I like to keep things simple. Less maintenance.

rawKeyDown... duhh!!
I've changed it to rawKeyUp and that nailed it.
Thanx again.

Regards,
Mark Stuart
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Forward-and-Reverse-filtering-a-List-field-tp2260720p2260870.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: make standalone (was 2 quick questions)

2010-06-18 Thread Mark Smith
Funny you should mention that. My first app is something similar... a notepad 
(just for its simplicity and completeness). It has (appropriately) a text 
field, cards are numbered (so I know how many there are), and buttons for 
forwards, backwards, begin, end, create, delete and save notes. Now, I want to 
compile to a standalone but I don;t understand the instruction to split my 
stack so I can save the notes? I just have the one stack. Any suggestions?

Mark Smith


From: use-revolution-boun...@lists.runrev.com 
[use-revolution-boun...@lists.runrev.com] On Behalf Of Peter Brigham MD 
[pmb...@gmail.com]
Sent: Thursday, June 17, 2010 6:33 AM
To: How to use Revolution
Subject: Re: 2 quick questions

On Jun 16, 2010, at 4:17 PM, Mark Smith wrote:

 Hi Peter, no doubt the day will come. Thanks for the tip (I'm filing
 these away in a word document. Mark Schonewille will undoubtedly
 need something to base his FAQ on!)

 -- M

I save my collected tips in a Rev stack. Searchable. And poetically
appropriate.

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


 -Original Message-
 From: Peter Brigham MD
 Sent: Wednesday, June 16, 2010 8:27 AM

 A useful nugget -- if you need to get the current card of a stack that
 is not the frontmost stack, use the undocumented term
 currentcard (note lack of space character) -- as in:
 put the currentcard of stack myStack into cc
 which gets you something like:
 card id 1002

 Currentcard is equivalent to this card but works with any open
 stack, returning the id of the card that is currently showing in that
 stack. In your case this is unnecessary, as you are apparently needing
 to deal only with the one stack, so this card will do fine.


___
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


export image with a drop shadow?

2010-06-18 Thread Josh Mellicker
Has anyone exported an image with a drop shadow?

The rect of the img object does not seem to include the drop shadow.

We need a transparent background, so manually including some of the card won't 
do.

Any ideas before we just use a Photoshop action? 
:-)___
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: make standalone (was 2 quick questions)

2010-06-18 Thread Bob Sneidar
The caveat about saving anything in a compiled rev app is that no runtime app 
can be modified. Otherwise, anyone could interject their own malicious code and 
you would run that code simply by launching the app next time you ran it.

Normally this would not be a problem for apps that only used cards as forms as 
a front end to a database. But you want your app itself to contain the data as 
card, old HyperCard style. 

So the way to write this for an app is to have the main stack that gets 
compiled launch the actual stack that is your app. Some have the main stack be 
a kind of splash screen that shows for a few seconds, then hides itself and 
opens the real stack which you would add as a file that gets included with the 
main app. Make sense?

Bob

Sent from my iPad

On Jun 18, 2010, at 5:37 PM, Mark Smith mark_sm...@cpe.umanitoba.ca wrote:

 Funny you should mention that. My first app is something similar... a notepad 
 (just for its simplicity and completeness). It has (appropriately) a text 
 field, cards are numbered (so I know how many there are), and buttons for 
 forwards, backwards, begin, end, create, delete and save notes. Now, I want 
 to compile to a standalone but I don;t understand the instruction to split my 
 stack so I can save the notes? I just have the one stack. Any suggestions?
 
 Mark Smith
 
 
 From: use-revolution-boun...@lists.runrev.com 
 [use-revolution-boun...@lists.runrev.com] On Behalf Of Peter Brigham MD 
 [pmb...@gmail.com]
 Sent: Thursday, June 17, 2010 6:33 AM
 To: How to use Revolution
 Subject: Re: 2 quick questions
 
 On Jun 16, 2010, at 4:17 PM, Mark Smith wrote:
 
 Hi Peter, no doubt the day will come. Thanks for the tip (I'm filing
 these away in a word document. Mark Schonewille will undoubtedly
 need something to base his FAQ on!)
 
 -- M
 
 I save my collected tips in a Rev stack. Searchable. And poetically
 appropriate.
 
 -- Peter
 
 Peter M. Brigham
 pmb...@gmail.com
 http://home.comcast.net/~pmbrig
 
 
 -Original Message-
 From: Peter Brigham MD
 Sent: Wednesday, June 16, 2010 8:27 AM
 
 A useful nugget -- if you need to get the current card of a stack that
 is not the frontmost stack, use the undocumented term
 currentcard (note lack of space character) -- as in:
 put the currentcard of stack myStack into cc
 which gets you something like:
 card id 1002
 
 Currentcard is equivalent to this card but works with any open
 stack, returning the id of the card that is currently showing in that
 stack. In your case this is unnecessary, as you are apparently needing
 to deal only with the one stack, so this card will do fine.
 
 
 ___
 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: make standalone (was 2 quick questions)

2010-06-18 Thread Mark Smith
Some have the main stack be a kind of splash screen that shows for a few 
seconds, then hides itself and opens the real stack which you would add as a 
file that gets included with the main app.  Make sense?

Thanks Bob, that makes perfect sense but... just mechanically I was not sure 
what hoops to jump through. Ok, let me try and see what I come up with. 10 
mins in, still see no solution. IS Notepad a substack of my new Startup stack 
or a stack file attached to Startup?

I guess I'll try both while I'm waiting... I think this is one area in the User 
Guide (Chapter 10) that could use a bit more explaining... something like: How 
to Create a Startup Stack? Also, can Startup be invisible so the user just sees 
my application stack?

-- Mark



From: use-revolution-boun...@lists.runrev.com 
[use-revolution-boun...@lists.runrev.com] On Behalf Of Bob Sneidar 
[b...@twft.com]
Sent: Friday, June 18, 2010 9:10 PM
To: How to use Revolution
Subject: Re: make standalone (was 2 quick questions)

The caveat about saving anything in a compiled rev app is that no runtime app 
can be modified. Otherwise, anyone could interject their own malicious code and 
you would run that code simply by launching the app next time you ran it.

Normally this would not be a problem for apps that only used cards as forms as 
a front end to a database. But you want your app itself to contain the data as 
card, old HyperCard style.

So the way to write this for an app is to have the main stack that gets 
compiled launch the actual stack that is your app. Some have the main stack be 
a kind of splash screen that shows for a few seconds, then hides itself and 
opens the real stack which you would add as a file that gets included with the 
main app. Make sense?

Bob

Sent from my iPad

On Jun 18, 2010, at 5:37 PM, Mark Smith mark_sm...@cpe.umanitoba.ca wrote:

 Funny you should mention that. My first app is something similar... a notepad 
 (just for its simplicity and completeness). It has (appropriately) a text 
 field, cards are numbered (so I know how many there are), and buttons for 
 forwards, backwards, begin, end, create, delete and save notes. Now, I want 
 to compile to a standalone but I don;t understand the instruction to split my 
 stack so I can save the notes? I just have the one stack. Any suggestions?

 Mark Smith

 
 From: use-revolution-boun...@lists.runrev.com 
 [use-revolution-boun...@lists.runrev.com] On Behalf Of Peter Brigham MD 
 [pmb...@gmail.com]
 Sent: Thursday, June 17, 2010 6:33 AM
 To: How to use Revolution
 Subject: Re: 2 quick questions

 On Jun 16, 2010, at 4:17 PM, Mark Smith wrote:

 Hi Peter, no doubt the day will come. Thanks for the tip (I'm filing
 these away in a word document. Mark Schonewille will undoubtedly
 need something to base his FAQ on!)

 -- M

 I save my collected tips in a Rev stack. Searchable. And poetically
 appropriate.

 -- Peter

 Peter M. Brigham
 pmb...@gmail.com
 http://home.comcast.net/~pmbrig


 -Original Message-
 From: Peter Brigham MD
 Sent: Wednesday, June 16, 2010 8:27 AM

 A useful nugget -- if you need to get the current card of a stack that
 is not the frontmost stack, use the undocumented term
 currentcard (note lack of space character) -- as in:
 put the currentcard of stack myStack into cc
 which gets you something like:
 card id 1002

 Currentcard is equivalent to this card but works with any open
 stack, returning the id of the card that is currently showing in that
 stack. In your case this is unnecessary, as you are apparently needing
 to deal only with the one stack, so this card will do fine.


 ___
 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
___
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: export image with a drop shadow?

2010-06-18 Thread Scott Rossi
Yes, place the image in a group with a suitable margin and export a snapshot of 
the group (transparency will remain intact).


--Original Message--
From: Josh Mellicker
Sender: use-revolution-boun...@lists.runrev.com
To: Revolution Mail List
ReplyTo: Revolution Mail List
Subject: export image with a drop shadow?
Sent: Jun 18, 2010 7:08 PM

Has anyone exported an image with a drop shadow?

The rect of the img object does not seem to include the drop shadow.

We need a transparent background, so manually including some of the card won't 
do.

Any ideas before we just use a Photoshop action? 
:-)___
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




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


The selection caret position

2010-06-18 Thread Jeff Massung
Is there a way for me to specifically tell Rev where within the current
selection the caret or insertion point actually is?

My problem is that Rev always does it's damnedest to keep the current
insertion point visible within a field. So, if I were to select line N of
some field in code, then the field would scroll as for to the right as
possible (when I don't want it to). Similarly, if I were to select a bunch
of lines, Rev will always scroll the field down to the bottom, when
sometimes I actually want it to stay at the top of the selection.

Is there some way for me to do this?

Thanks!

Jeff 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