Group Culling...

2010-08-17 Thread Simon Lord
Hi all, I'm wondering if there is a way to lock a group in place so that it maintains a specific rect BUT at the same time show any objects within that group which are partly, or completely, outside the rect. Group must maintain size and position so bounding rect is not an option. Trying to avoid

List field with inset images

2010-07-05 Thread Simon Lord
Anyone have a practical example of a list field with an image set to char 1 whose aspect ratio scales proportionately when the field's width is modified? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, u

revXML help

2010-07-02 Thread Simon Lord
I'm tearing my hair out trying to read various values. What should be trivial is continuously spitting errors in my face and I'm quite frustrated. :P Here is my XML—it is successfully loaded into my stack after reading it in. I can also get the root node and ID. But I can't get anything else t

Re: [ANN] ssImageThingy

2010-07-02 Thread Simon Lord
; > On Jul 2, 2010, at 9:04 AM, Simon Lord wrote: > >> Silent movie (3.1mb hinted streaming): >> >> www.marelina.com/miscellaneous/ssImageThingy_grab.mov >> >> Shao had asked me to make a video a couple days ago so here it is. Not >> sure if the stack ha

Re: [ANN] ssImageThingy

2010-07-02 Thread Simon Lord
Silent movie (3.1mb hinted streaming): www.marelina.com/miscellaneous/ssImageThingy_grab.mov Shao had asked me to make a video a couple days ago so here it is. Not sure if the stack has changed at all from the version she gave me but there it is. So what it is? For me it's simply a visual repre

Re: Smokescreen.rev

2010-07-01 Thread Simon Lord
> Hi Simon > > The code is available @ > http://smokescreen.us/demos/js/smokescreen.0.1.3-min.js > > Would be handy but just can't get into javascript :) > > regards > alex > > On 1/07/10 12:55 PM, Simon Lord wrote: >> >> The project is about 6

Re: Smokescreen.rev

2010-06-30 Thread Simon Lord
The project is about 6 weeks old I think. Been keeping my eye on it. Very curious to get my hands on the code to see how they are reassembling the graphics and code in JS. If you're fast enough you can actually grab some of the sliding graphics in their demos. So somehow they are hijacking the s

Re: Running revlets on the iPad

2010-06-30 Thread Simon Lord
If you haven't already, install Clicktoflash on OS X. It's been a godsend for me. I rarely see Flash SWF's anymore (other than sites I expressly need them to appear). Flash ads are a thing of history as well. http://clicktoflash.com/ I also use Readabilty in conjunction with clicktoflash to ri

Re: Smokescreen.rev

2010-06-30 Thread Simon Lord
It's slightly more complex than that. Hotspots, timing, rollovers etc are all intact. This is more than just a simple replaying of cards. On Wed, Jun 30, 2010 at 2:30 PM, Colin Holgate wrote: > > On Jun 30, 2010, at 2:25 PM, Simon Lord wrote: > >> PS: My point is it'

Smokescreen.rev

2010-06-30 Thread Simon Lord
Not immediately related to RunRev but an enterprising person(s) wrote a Javascript service which can read a Flash SWF and decompile & run it in near-realtime. http://smokescreen.us/demo/ End result is that it's a little slower than Flash proper. BUT, the damn thing works. And it's open source.

Re: Sarah Reichelt's XML sample stack

2010-06-26 Thread Simon Lord
Sarah, your tutorial stack is a rosetta stone. Thanks for taking the effort to make it. On Sat, Jun 26, 2010 at 4:32 AM, Sarah Reichelt wrote: > On Sat, Jun 26, 2010 at 12:36 PM, Simon Lord wrote: >> Is Sarah still around?  I searched the archives for an XML sample >> stack

Re: Sarah Reichelt's XML sample stack

2010-06-26 Thread Simon Lord
Excellent. Thanks guys. :) On Sat, Jun 26, 2010 at 4:32 AM, Sarah Reichelt wrote: > On Sat, Jun 26, 2010 at 12:36 PM, Simon Lord wrote: >> Is Sarah still around?  I searched the archives for an XML sample >> stack to get my feet wet but her sample seems to be missing from her &

Sarah Reichelt's XML sample stack

2010-06-25 Thread Simon Lord
Is Sarah still around? I searched the archives for an XML sample stack to get my feet wet but her sample seems to be missing from her site (I can't find it to save my life). I also found 1 revonline lesson but would like a few *starter* stacks to review as well. Thanks. _

Re: revBrowser madness

2010-06-25 Thread Simon Lord
> > Join the Rodeo discussion: > http://rodeoapps.com/rodeo-discuss-among-yourselves > > On Jun 25, 2010, at 9:36 AM, Simon Lord wrote: > >> Jerry, just be sure to set your idleRate to 1500 so as not to slow >> down the overall experience of your stack.  I didn't show th

Re: revBrowser madness

2010-06-25 Thread Simon Lord
intained. >> >> Bravo! >> >> Best, >> >> Jerry Daniels >> >> Follow the Rodeo discussion: >> http://rodeoapps.com/rodeo-discuss-among-yourselves >> >> >> >> On Jun 24, 2010, at 3:59 PM, Simon Lord wrote: >> >&

Re: revBrowser madness

2010-06-25 Thread Simon Lord
s > > Follow the Rodeo discussion: > http://rodeoapps.com/rodeo-discuss-among-yourselves > > > > On Jun 24, 2010, at 3:59 PM, Simon Lord wrote: > >> Actually, I got it working just a few moments ago by adding an idle >> statement: >> >> on idle >>

Re: revBrowser madness

2010-06-24 Thread Simon Lord
Damn, browserClick is windows only. On Thu, Jun 24, 2010 at 4:59 PM, Simon Lord wrote: > Actually, I got it working just a few moments ago by adding an idle statement: > > on idle >  if the short name of this cd is "iBrowser" then >  end if > end idl

Re: revBrowser madness

2010-06-24 Thread Simon Lord
f the video. > > I wanted to make a full screen video that went away once the user clicked on > the video, but alas, NO MOUSE CLICKS! No events inside the rect are > processed, EVEN if there is a rev object "behind" the video rect! See? There > is absolutely no interaction

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
This feature is surely broke. on browserNavigateComplete pId, pUrl beep forceRefreshURL end browserNavigateComplete On Thu, Jun 24, 2010 at 4:30 PM, Simon Lord wrote: > I even have a beep message being sent.  Nothing. > > I also tried to capture the browserClick but it never

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
w Leopard. I could not tell the cursor was moved and my > URL field updated immediately. I did ran this cde within the > browserNavigateComplete message. handler > > HTH > > Best, > > Jerry Daniels > > Follow the Rodeo discussion: > http://rodeoapps.com/rodeo-discuss

revBrowser madness

2010-06-24 Thread Simon Lord
I've posted a JPG of the issue here: http://www.marelina.com/miscellaneous/bad-url.jpg This stack is built off the sample browser stack which comes with RunRev. I have pretty much everything I need except for this insidious issue. As long as the mouse is within the bounds of the revBrowser disp

Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
So the issue of not updating the URL until the mouse leaves the revBrowser is a bit of a pain. When I drag an image from the desktop to the stack the image immediately pops up in the browser as expected. But the URL doesn't upload until the mouse is *outside* the bounds of the browser. Since the

Re: Browser issues...

2010-06-24 Thread Simon Lord
Interesting, just discovered that the URL updates immediately if the cursor is repositioned *outside* the browser display rect. On Thu, Jun 24, 2010 at 1:39 PM, Simon Lord wrote: > So I'm playing around building a small browser just to understand what > Rev can do and I'm hav

Browser issues...

2010-06-24 Thread Simon Lord
So I'm playing around building a small browser just to understand what Rev can do and I'm having a few sticky issues: 1) When I click a link on any website the URL flashes like mad. For instance, if I go to www.mashable.com the URL immediately starts to flash through every single ad server and ot

Re: Animated GIF not playing

2010-06-24 Thread Simon Lord
Nothing unusual Scott. The default 0.7 sec per frame in PS. On Thu, Jun 24, 2010 at 1:27 PM, Scott Rossi wrote: > Recently, Simon Lord wrote: > >> Is there a secrete sauce to animated gifs?  Possibly a frame limit, >> compression, speed etc?  I'm trying to create a simp

Re: Animated GIF not playing

2010-06-24 Thread Simon Lord
The image info seems to state 1 of 5 frames. I got it working now with significantly less frames, didn't have time to find out what the sweet spot is (obvious more than 80 is not good). :P On Thu, Jun 24, 2010 at 1:25 PM, J. Landman Gay wrote: > Simon Lord wrote: >> >>

Re: Animated GIF not playing

2010-06-24 Thread Simon Lord
5 frame limit? Eeep. On Thu, Jun 24, 2010 at 12:33 PM, Simon Lord wrote: > Is there a secrete sauce to animated gifs?  Possibly a frame limit, > compression, speed etc?  I'm trying to create a simple animated gif > with 80 frames but it simply doesn't budge past f

Animated GIF not playing

2010-06-24 Thread Simon Lord
Is there a secrete sauce to animated gifs? Possibly a frame limit, compression, speed etc? I'm trying to create a simple animated gif with 80 frames but it simply doesn't budge past frame 1. set the repeatcount of img "stream.gif" to 1 ___ use-revoluti

Re: Discover browsers on user system

2010-06-23 Thread Simon Lord
Sake of curiosity. Seems like it will be simpler to just have the user set these targets on their own and store the locations. Thanks! On Wed, Jun 23, 2010 at 9:49 PM, Mark Wieder wrote: > Simon- > > Wednesday, June 23, 2010, 5:39:15 PM, you wrote: > >> Any way to immediately know which browser

Discover browsers on user system

2010-06-23 Thread Simon Lord
Any way to immediately know which browsers are installed on the user's system and drop those into a menu? Same thing for image editors if possible. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubs

Re: revBrowser + youtube.com = Crashing?

2010-06-23 Thread Simon Lord
I think it has more to do with linking to installed sources/libraries. Webkit is *not* installed by default on Windows systems so this is not feasible. The *browser* engines are not actually compiled into your stack—that's just a guess on my part. But I added a browser to my stack last night and

Re: Browser struggle

2010-06-22 Thread Simon Lord
Got it. Was missing some custom properties. On Tue, Jun 22, 2010 at 9:13 PM, Simon Lord wrote: > As a test I'm simply trying to copy/paste the browser sample stack > into a new stack and I'm not having much luck.  I've copied the cd > script over and it seems like it

Browser struggle

2010-06-22 Thread Simon Lord
As a test I'm simply trying to copy/paste the browser sample stack into a new stack and I'm not having much luck. I've copied the cd script over and it seems like it should just work but it doesn't. Stack and card names are identical. Trying to search the mailing list but getting far too many res

Re: revBrowser + youtube.com = Crashing?

2010-06-22 Thread Simon Lord
Just read the FAQ on the runrev website and discovered the following: - RunRev on Mac OS X uses the Safari rendering engine - RunRev on Windows uses the Explorer rendering engine. So my knee jerk reaction is that the bug with Youtube crashing the stack on Vista likely doesn't translate to it cras

Setting the icon of a btn on preOpenStack

2010-06-21 Thread Simon Lord
So I have the following set on preOpenStack: set the icon of btn "iProjects" of group "iToolbar" to 1027 set the icon of btn "iEdit" of group "iToolbar" to 1026 set the icon of btn "iBrowser" of group "iToolbar" to 1024 Only the first of the three in any given order fires off properly. The o

Re: File browser extension

2010-06-21 Thread Simon Lord
Thank you Sarah. :) On Mon, Jun 21, 2010 at 10:23 PM, Sarah Reichelt wrote: > On Tue, Jun 22, 2010 at 9:44 AM, Simon Lord wrote: >> I'm wondering out loud if someone has written a file system browser >> extension.  I'm not in the mood to write one myself (rememberi

Re: File browser extension

2010-06-21 Thread Simon Lord
is). > > Terry... > > > On 22/06/10 10:31 AM, "Simon Lord" wrote: > >> Close.  What I'm looking for is a field list that shows you all the >> files and folders in the stacks current directory.  With graphical >> representations of files and folder

Re: File browser extension

2010-06-21 Thread Simon Lord
r >> >> 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 22 jun 2010, at 01:44, Simon Lord wrote: >&

File browser extension

2010-06-21 Thread Simon Lord
I'm wondering out loud if someone has written a file system browser extension. I'm not in the mood to write one myself (remembering my prior experience with this). Just looking for something I can drop into my stack that allows the end user to browse their system looking for images and pass me th

Recursion limit error

2010-06-20 Thread Simon Lord
I have a divider in my stack which I would like to constrain within 2 values along the x axis. In this case it should not be less than 180 or greater than 420. if x < 180 or x > 420 then // do nothing else put the mouseH into iTableLeft send updateThisDisplay to this stack end

HTML interaction...

2010-06-17 Thread Simon Lord
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 s

Parent group

2010-06-17 Thread Simon Lord
In flash there was the notion of asking for the name of _parent to get the ID or name of the container movieClip. I have a scenario where I would like to poll a button within a group to tell me which group it's in. The long way would be to get the long name of target, filter it for a string, get

Re: Cannot change cursor ID

2010-06-13 Thread Simon Lord
Man oh man. The minute I read that post it came flooding back in a flash. I forgot a lot more than I had realized. Thanks Mark. On Sun, Jun 13, 2010 at 12:17 PM, Mark Wieder wrote: > Simon- > > Sunday, June 13, 2010, 9:00:32 AM, you wrote: > >> set the cursor to 1021 > > set the lockcursor >

Cannot change cursor ID

2010-06-13 Thread Simon Lord
Running on OS X and will default to Shao's external if I can't sort this out... I have a non-animated gif with transparency sized to 16x16 as per the documentation and I can get the cursor to use this image as a cursor. set the cursor to 1021 Using the image name (as per the docs) simply spits o

Re: WDEF identifiers

2010-06-12 Thread Simon Lord
Well I guess I'll just wait to buy your next external which supports this... ;) On Sat, Jun 12, 2010 at 9:00 PM, Shao Sean wrote: >> If there is a way to have rounded corners on the bottom with only a single >> pixel border then I'd like to know how. > > Custom window.. that is how iTunes does i

Re: WDEF identifiers

2010-06-12 Thread Simon Lord
Yes. I can be a beta tester! ;) Definitely will buy that from you when you are ready. On Sat, Jun 12, 2010 at 8:58 PM, Shao Sean wrote: > Sorry the external does not do it :-( > > but you are looking for this  http://shaosean.tk/images/ssToolbar.png > _

Re: WDEF identifiers

2010-06-12 Thread Simon Lord
Ok, tried it and it definitely doesn't work—maybe we are not talking about the same thing here. If I run this: ssSetWindowTexturedSquareCorners updateWindow, true I get the metal skin without rounded corners. This is good. But the rounded corners on the bottom are square. The reason I cannot

Re: WDEF identifiers

2010-06-12 Thread Simon Lord
I read that API several times—now that you point it out I see it there. Guess my brain just didn't want to believe it. This is fantastic! >> There also doesn't appear to be any options for controlling the thickness >> or styling of the title bar. > What do you mean? http://www.marelina.com/mis

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
LOL. Guess who feels like an ass now! Thanks for clearing that up. :) On Sat, Jun 12, 2010 at 7:31 PM, Scott Rossi wrote: > OK.  FYI Shao = her. > > > > Scott Rossi > Creative Director > Tactile Media, Multimedia & Design > > -Original Message- > Fro

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
; Tactile Media, Multimedia & Design > > -Original Message- > From: Simon Lord > Date: Sat, 12 Jun 2010 11:46:44 > To: How to use Revolution > Subject: Re: Opaque stack resizer > > Ok, huge difference.  Thanks Jacque, that's another problem solved. :) > &

Re: WDEF identifiers

2010-06-12 Thread Simon Lord
I was trying to get my stack to use the same resource as itunes. When I tried doing this in the past my stack would just disappear. It's not critical, but I'm a little bummed about how few options there are for stack decorations. Ideally I want: - Metal decorations - *without* the thick border

Force PNG gamma update

2010-06-12 Thread Simon Lord
So I found a post suggesting that after setting the screenGamma to force the PNGs to update by performing the following: set text of img 1 to the text of img 1 Well, to quote a famous actor—"The goggles do nothing!". What's the best way to successfully force the PNGs to render properly after a s

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
Ok, huge difference. Thanks Jacque, that's another problem solved. :) On Sat, Jun 12, 2010 at 11:28 AM, J. Landman Gay wrote: > Simon Lord wrote: >> >> Ok, I figured out what you're talking about.  The Object Library is >> something new to me since I last u

WDEF identifiers

2010-06-12 Thread Simon Lord
Has anyone ever successfully used a WDEF identifier? Is there a list of available identifiers somewhere or do we still have to manually look at the app resource and then set it in RunRev? ___ use-revolution mailing list use-revolution@lists.runrev.com Pl

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
Ok, I figured out what you're talking about. The Object Library is something new to me since I last used MetaCard (never used RunRev until a few weeks ago). It works, but it's as sluggish as my two-liner code...the refresh rate (even with lockscreen) is very noticeable. drag grc "drag-handle" se

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
ster updating when stack is resized. > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX Design > > > > On Jun 11, 2010, at 6:52 PM, Simon Lord wrote: > >> The resize widget on the bottom right of my stack has a colour to it. >> It doesn

Re: Opaque stack resizer

2010-06-12 Thread Simon Lord
Klaus, how would I target this resize widget? The closest thing I can find in the dictionary is resizeControl which doesn't appear to be what I thought it was. On Sat, Jun 12, 2010 at 7:35 AM, Klaus on-rev wrote: > Hi Simon, > >> The resize widget on the bottom right of my stack has a colour t

Opaque stack resizer

2010-06-11 Thread Simon Lord
The resize widget on the bottom right of my stack has a colour to it. It doesn't match the background of my stack. Is there any way to change this value? I've cobbled together a script to resize the stack by dragging an icon around but the result is less then snappy—it's downright sluggish. _

Re: Imported images are very dark

2010-06-11 Thread Simon Lord
I do use snow leopard. On Fri, Jun 11, 2010 at 2:30 PM, Simon Lord wrote: > I am in Snow Leopard. > > On Fri, Jun 11, 2010 at 2:20 PM, Mark Schonewille > wrote: >> This might be a Snow Leopard problem, although Simon didn't say he works on >> Snow Leopard. >>

Re: revStudio for Linux Also $50

2010-06-11 Thread Simon Lord
I bought both mac and windows versions this way. I'll probably be purchasing the service pack for free updates next week and then the regular payments going forward. So the *sneaky* feeling never occurred to me—the somewhat *free* ride won't last more than a year then I'll be part of the herd pay

Externals

2010-06-11 Thread Simon Lord
Just downloaded my first external from Shao and I love it. Where's the best place(s) to get more? I only see a handful on the runrev site. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe an

Re: Stack shape

2010-06-11 Thread Simon Lord
Bingo. Payment sent. Very impressive little external. :) On Fri, Jun 11, 2010 at 4:15 AM, Shao Sean wrote: > >> 2) Metal texture is very close but I can't get rid of those 4px wide >> borders on either side of the stack. > > > Try out my external http://shaosean.tk/ssMacWindows.html to see if

Stack name baggage

2010-06-10 Thread Simon Lord
So the name of my stack now looks like this: MyStack (1) * What's up with the --> (1) * <-- Can I get rid of this? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Stack shape

2010-06-10 Thread Simon Lord
I'm trying to have my cake and eat it too but not getting very far. I'm trying to make my own stack *shape* and seem to be failing miserably. Why? 1) *Standard* look for OS X actually hasn't been what RunRev is offering for some time now. The bottom corners should be rounded and there is no opt

Imported images are very dark

2010-06-10 Thread Simon Lord
The images I import into my stacks are much darker than what I see in Photoshop. Is there a reason for this? I'm working in sRGB so don't see a reason for this discrepancy. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit thi

Re: Tile background...

2010-06-10 Thread Simon Lord
Hmm, thought I cancelled this email. Got it working finally. On Thu, Jun 10, 2010 at 5:04 PM, Simon Lord wrote: > Is there a way to import a small image and have it tile ad-nauseam? > I'm trying to avoid importing a massive background image.  So far the > only method I can fi

Scale9

2010-06-10 Thread Simon Lord
10yrs ago I left the community for Flash, then a few years ago I dropped Flash for CCS3/DHTML. Now I'm playing with RunRev (was MetaCard) again and having fun. Lots of things have been improved, the font support and html rendering are very impressive. What's lacking however, is the ability to *e

Status on GUI skinning...

2010-06-09 Thread Simon Lord
So I downloaded Oliver's stack sample for a custom VERTICAL scrollbar which does exactly what I wanted. Problem is he took out the horizontal scrollbar and I can't figure out how to get it to work (again, the math). So before I start crying profusely I just thought I'd ask if RunRev allows for ea

Oliver's scrollbar sample

2010-06-09 Thread Simon Lord
If Oliver is out there, any chance of getting the version of your scrollbar sample stack with *both* horizontal and vertical scrollbars? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Banner ads...

2010-06-09 Thread Simon Lord
When I last used MetaCard it had basic support for HTML rendering. RunRev seems to do more so I'm curious to know if anyone has successfully built an app with banner ads in the UI. Does it work? ___ use-revolution mailing list use-revolution@lists.runrev

Re: iTunes style titlebar

2010-06-08 Thread Simon Lord
Hmmm, I'll have to try this out in tomorrow nights' sprint. It sounds promising. :) And if it doesn't, I'll try Terry's code which is very similar to mine (possibly missing a line or two which is causing me the grief). Thanks for the tips, always appreciated. On Wed, Jun 9, 2010 at 12:01 AM,

iTunes style titlebar

2010-06-08 Thread Simon Lord
Is it possible to *assign* a style that mimics the thickness of the iTunes.app? The CODA application has the same thickness (~120px high). I couldn't do it so I figured I'd just trap the mouse position and drag the window when the user clicks on the space just below the titlebar (in order to simu

Re: Detect background application...

2010-06-08 Thread Simon Lord
Thanks guys! Got it doing what I need now. On Tue, Jun 8, 2010 at 11:44 PM, Simon Lord wrote: > Thanks guys!  Got it doing what I need now. > > > On Tue, Jun 8, 2010 at 11:11 PM, J. Landman Gay > wrote: >> Simon Lord wrote: >> >>> Is there a way to ha

Detect background application...

2010-06-08 Thread Simon Lord
Is there a way to have a stack know if it's not *focused*? Can this also be done if the stack is not the foreground application? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Resizable grid of thumbnails

2010-06-08 Thread Simon Lord
One of my many faults is a lack of intense math skills. So when I hit the math *wall* I ask for help or samples... In this case, I'm looking for a sample stack that can show 20+ thumbnails and be resizable. As the stack is scaled up (wider) the top row of thumbnails increases thus reducing the o