Re: Mac OS X Textured Button custom control

2010-09-11 Thread theworcestersource.com

Hi Bob,

I've had a little look into this and something rather odd seems to be
happening.

What I've noticed is that on my MacBook, if I press the trackpad button
down, the button gets a mouseUp message. If I just tap it lightly, the
message isn't sent. This is probably linked to the problem that you have.

Does anybody know of any issues with mouseUp. I vaguely remember some
comments on mouseUp not being fired in earlier versions of Rev.

I could always rework the code to do everything on mouseDown but again, am
aware that doing it this way isn't supposed to be the best approach to take.

Thanks,


Steve
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Mac-OS-X-Textured-Button-custom-control-tp2527471p2535562.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: Need case studies - personal use and hobbyist

2010-09-11 Thread -=>JB<=-
I was working on a serial communication stack that would allow you to do
various things and one of them was going to allow you to automate your
home but when I would transfer files etc. after so much text was transferred
it would stop.  So I never even worked on automating a home but it looks
like it can be done with the right driver for the serial port to access a USB
X10 or similar USB device.

It seems to me Rev is using a buffer that fills up and then needs to be emptied
before you can transfer more text because when you close the port you have
the same amount of text you can transfer again then it stops again.

Does anyone know how to manage the memory when using the serial port?
If you cannot manage the memory a person would still be able to automate
their home but after you used it transferring the amount of text it takes to 
fill
up the Rev memory buffer that the serial port is using you would need to
close the port and reopen it again which is not professional and can be a
hassel too.

If nobody knows the answer is this the type of thing a person would use one
of the free support enterprise users are given?

-=>JB<=-



On Sep 10, 2010, at 8:32 AM, Heather Nagey wrote:

> Dear list folks,
> 
> We're creating a number of new case studies for our website, and we are still 
> missing a really good "hobbyist or personal use" example. If you use Rev for 
> your own pleasure mostly, do not sell commercially, and would like to share 
> with us your thoughts and experiences of using it, please get in touch off 
> list - heat...@runrev.com. Note, we're not looking for educational use in 
> this instance, more if you use it at home, for your own devices, organising 
> personal paperwork, fun desktop games, little web utilities, whatever it is 
> that you good folks are doing with it (anyone automated their house with it 
> yet?)
> 
> Cheers
> Heather Nagey
> Customer Services Manager
> http://www.runrev.com/
> RunRev - Software construction for everyone
> follow me on twitter
> http://www.twitter.com/lainopik
> 
> ___
> 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: lineoffset Command

2010-09-11 Thread FlexibleLearning
Warren Kuhl wrote:

> I am using the lineoffset to search through a large number of lines
(approx
> 40,000).  My problem is I want to do a search where I return the line # if
> the string is the whole line and not just a subset.  Can this be done with
> the lineoffset?  If not, what would be my best option for efficiency?
>

Richard supplied:
> Add this before your call to lineOffset:
>
>   set the wholeMatches to true

Alternative:
   get lineOffset(CR&tString&CR,CR&tList&CR)

Can be useful as it explicitly specifies the match typing within the syntax.

Hugh
FLCo

___
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: Syntax for Include Statements on On-Rev

2010-09-11 Thread Gregory Lypny
Thanks yet again, Andre.  Excellent!  Despite all of my (little) learning 
setbacks, using Rev for web site beats the heck out of Filemaker.

Regards,

Gregory


On Sat, Sep 11, 2010, at 1:00 PM, use-revolution-requ...@lists.runrev.com wrote:

> Message: 16
> Date: Fri, 10 Sep 2010 19:13:43 -0300
> From: Andre Garzia 
> Subject: Re: Syntax for Include Statements on On-Rev
> To: How to use Revolution 
> Message-ID:
>   
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Gregory,
> 
> the include command needs a file path not a URL.
> 
> it is something like:
> 
> include "/path/to/myScript.irev"
> 
> be aware of the case sensitiveness of unix file systems.

___
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: lineoffset Command

2010-09-11 Thread Warren Kuhl
Richard/Hugh,

Thanks for the suggestions.  I will give it a try!

Warren

On Sat, Sep 11, 2010 at 1:30 PM, FlexibleLearning <
ad...@flexiblelearning.com> wrote:

> Warren Kuhl wrote:
>
> > I am using the lineoffset to search through a large number of lines
> (approx
> > 40,000).  My problem is I want to do a search where I return the line #
> if
> > the string is the whole line and not just a subset.  Can this be done
> with
> > the lineoffset?  If not, what would be my best option for efficiency?
> >
>
> Richard supplied:
> > Add this before your call to lineOffset:
> >
> >   set the wholeMatches to true
>
> Alternative:
>   get lineOffset(CR&tString&CR,CR&tList&CR)
>
> Can be useful as it explicitly specifies the match typing within the
> syntax.
>
> Hugh
> FLCo
>
> ___
> 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


Animated GIF

2010-09-11 Thread edward cawley
II have an application which uses several animated Gif's that was  
running with no problems. I had a button which went to a test card. I  
modified the stack to drop the test button. The gif on that card had  
an icon for the button. I used pixen to erase the icon image from Gif.  
The edited Animated Gif run fine in Quicktime as does the original  
Animated Gif. If I replace the original gif with the edited gif, using  
the same file name the Gif image shows up but does not animate. If I  
replace it with the original one it works fine. Any ideas whats wrong?

___
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