Gradient Fills in WinXP - Revisited!

2005-09-13 Thread subzero569
I have exhaustively searched the archived posts for information on gradient 
fills. A few posts made references to creating a gradient fill via 
scripting. I am a novice Rev programmer and do not claim to be a 
mathematician so I am having a tough time with this problem.

Basically, I have a rectangle graphic generated with a red fill. I want to 
change this solid fill from plain red to a gradient of Red to Orange. 
Example: Bottom color of rectangle would be an RGB value of Red: 255,0,0 and 
the top color would end with Orange: 255,128,0. Is there a way to possibly 
make the gradient fill in this rectangle using Rev to generate the graphic 
rectangle? Also, this will only be used on WinXP and images aren't an option 
at the present time for creating gradient fills.

As always, I appreciate the assistance I receive from the group. Someday in 
the near future I will graduate from asking questions to answering questions 
in this forum.

TIA,

Josh

-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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: Gradient Fills in WinXP - Revisited!

2005-09-13 Thread subzero569
Back to my original question: Is there a way for me to accomplish this 
gradient effect in scripting for a graphic rectangle? 

I appreciate the GradientsNO2 utility but the site disclaimer mentioned the 
code is locked until enough people register. So I can't glance at the code 
for a starting point. Without using the utility I would really like to 
implement this functionality into my script and would like to know how to 
accomplish this task. 

Thanks to everyone for the assistance.

Josh

On 9/13/05, Ken Ray [EMAIL PROTECTED] wrote:
 
 On 9/13/05 1:26 PM, MisterX [EMAIL PROTECTED] wrote:
 
  Hi Ken
 
  Just create a gradient and click colorize. I detects the selected 
 objects...
 
 Sorry, it doesn't work with a single object. All I did was create an new
 stack in Rev, drag out a draw rectangle, then open GradientsNO2, change 
 the
 colors and click Colorize. Nothing happened. Then I option-dragged another
 rectangle, selected them both, and clicked Colorize and they both got 
 color.
 
 Try it for yourself...
 
 Ken Ray
 Sons of Thunder Software
 Web site: http://www.sonsothunder.com/
 Email: [EMAIL PROTECTED]
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your 
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 



-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Creating a answer hyperlink

2005-08-23 Thread subzero569
I have a simple answer dialog displayed to a user.

example: answer information Today is
Tuesday.crhttp://www.somesite.com; with ok titled information

How can I turn the URL above into a hyperlink to launch the users
browser?  I am only concerned with Windows solution.

I have searched the archives and can't seem to find the right answer. 
I tried goRevURL but didn't get it to work.

TIA,

Josh
-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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


2 Week Reminder Notice

2005-08-11 Thread subzero569
I have been searching the archives for information and haven't really
found an answer.  I am new to Rev and have only posted a few times.

Basically, I have stand-alone app for Windows (the .exe is encrypted)
and I want to implement a two week reminder notice to the user to
check a website for information.  The URL won't be active I just want
the reminder to generate every two weeks without using external files.

The reminder would be different times for every installation.  I was
thinking of recording the system date on first launch and then using
that to calculate the two week reminder from that point on.  Am I on
the right path?  I welcome the feedback and support.

TIA,

Josh
-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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: Tabbed button colour, Win XP

2005-08-03 Thread subzero569
Maybe try:

set the lookandfeel to Windows 95

I have used this successfully before with tabs.

Josh

On 8/3/05, Martin BLACKMAN [EMAIL PROTECTED] wrote:
 I have a tabbed button in Rev 2.6 whose background color is set to dark grey.
 In XP with the theme set to 'windows classic' it appears as dark grey.
 With the theme set to 'Windows XP' the background of the button
 becomes off-white, and setting the background color of the button has
 no effect.
 
 I use this button effectively as the background for most of my card,
 and switch between cards using the tabs.
 
 Can someone suggest a way to force the colour to grey ?  I could put a
 grey rectangle on top but that would still leave the tabs...
 
 thanks
 Martin Blackman
 ___
 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
 


-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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


Updating Title Bar

2005-07-28 Thread subzero569
I have a program in rev that uses an external txt file for importing
some data to the program.  Is there a way to dynamically update the
title bar version number of my program without going into the title
property of the inspector?

Basically, I would like to include a revision number in the text file
and have this read into the title bar without having to recompile the
build everytime I have to just update the txt file.

Also, what happened to the google search for the archives?  It is very
frustrating not being able to search the archives.

TIA,

Josh
-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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: Updating Title Bar

2005-07-28 Thread subzero569
Thanks for the help.  I have one last question on this subject.  I am
trying the following and I know I am missing something simple (newbie
mistake):

put myVariable into word 5 of field Field in stack SubStack

What am I missing?  This statement works well for a field in the same
stack as the variable but I get the can't find object error when
trying to test to the subStack.

TIA,

Josh

On 7/28/05, Eric Chatonet [EMAIL PROTECTED] wrote:
 Hello Josh,
 
 Just set the label of stack stack name to My stuff  revision number
 As for Google search, it works fine here.
 You might be interested by Resources Picker, a free plugin that searches the
 mail archives with 3 engines and does a lot of other work too.
 (Available on my website - address below)
 
 Best Regards from Paris,
 
 Eric Chatonet.
 
 Le 28 juil. 05 à 15:58, subzero569 a écrit :
 
 
 I have a program in rev that uses an external txt file for importing 
 
 some data to the program.  Is there a way to dynamically update the 
 
 title bar version number of my program without going into the title 
 
 property of the inspector? 
 
 
  
 
 Basically, I would like to include a revision number in the text file 
 
 and have this read into the title bar without having to recompile the 
 
 build everytime I have to just update the txt file. 
 
 
  
 
 Also, what happened to the google search for the archives?  It is very 
 
 frustrating not being able to search the archives. 
 
 
  
 
 TIA, 
 
 
  
 
 Josh
 
  
 
 So Smart Software 
   
 For institutions, companies and associations 
 Built-to-order applications: management, multimedia, internet, etc. 
 Windows, Mac OS and Linux... With the French touch
 
 Free plugins and tutorials on my website 
 
 Web sitehttp://www.sosmartsoftware.com/ 
 Email[EMAIL PROTECTED]/ 
 Phone33 (0)1 43 31 77 62 
 Mobile33 (0)6 20 74 50 86 
 
  


-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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: Updating Title Bar

2005-07-28 Thread subzero569
Thanks Derek and everyone else.  The problem is solved.  The community
help is as excellent as ever.

Josh

On 7/28/05, Derek Bump [EMAIL PROTECTED] wrote:
 subzero569 wrote:
  I have a program in rev that uses an external txt file for importing
  some data to the program.  Is there a way to dynamically update the
  title bar version number of my program without going into the title
  property of the inspector?
 
 I'm thinking instead of revOnline launching at startup that the
 Documentation should launch instead.
 
  Also, what happened to the google search for the archives?  It is very
  frustrating not being able to search the archives.
 
 Go to google's web site, type in the search term, then type a space  and
 the following...
 
 site:http://lists.runrev.com/pipermail/use-revolution/
 
 
 Derek Bump
 Dreamscape Software
 ___
 Compress Photos for the Web with JPEGCompress
 http://www.dreamscapesoftware.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
 


-- 
Inch by inch, life is a cinch.
Yard by yard, life is very hard.
___
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