[flexcoders] pdf in flash/flex alternative to flexpaper?

2013-02-15 Thread grimmwerks
Does anyone have any recommended ways of bringing pdfs into a flash interface where the user cannot get to the actual pdf file? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] video - setting multi bitrate via actionscript? or 'how does youtube do it'

2013-02-08 Thread grimmwerks
- where the video itself isn't scaled from a small rect up (so it's pixelated) but displaying the HD content much like youtube is doing. I can fullscreen it fine, but then I can't show anything OVER it, which kills what I need. Garry Schafer grimmwerks gr...@grimmwerks.com portfolio

[flexcoders] been awhile: spark.components.VideoDisplay fullscreen with an overlay?

2013-02-07 Thread grimmwerks
fullscreen 'above' everything -- assuming direct to video card? Do I have to do the old 'scaling the group with the video in it so that the video is playing at a lower resolution' in order to get any kind of overlay to function? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio

Re: [flexcoders] Flex 4.6 Image Panning and Zooming

2012-08-11 Thread grimmwerks
Laurence did you ever find anything? I had done something similar using bitmapData in Flex3 but now I want to handle it differently and am having a heck of a time; if I scale the image within it's holder, it's clipping, so you pan around and you've got just a piece of the original image. On

Re: [flexcoders] Setting transformX, transformY from mouseUp event?

2012-08-11 Thread grimmwerks
Any chance you can share some of this code? I did it in Flex3 with bitmap data, am trying it now with spark components and am only getting the image to scale but upon panning I've only got a clip of the image... On May 31, 2011, at 2:14 PM, yoohoo r...@goodlux.com wrote: Hello all - I'm

[flexcoders] going crazy: custom tooltip positioning

2012-07-24 Thread grimmwerks
); I'm starting to think that perhaps I *should* do a popup rather than a tooltip...wondering if that will be able to be positioned - but why can't I, for the sake of argument GET this damn tooltip to position? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] going crazy: custom tooltip positioning

2012-07-24 Thread grimmwerks
a popup rather t han a tooltip...wondering if that will be able to be positioned - but why can't I, for the sake of argument GET this tooltip to position? (got a profanity warning?) Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] matrix math examples / scaling + transforming an image...

2012-04-02 Thread grimmwerks
navigator and as it moves the larger image tries doing a transform so that you see -- scaled in again - exactly what is to be seen in the smaller bounded area. It's not exactly right. Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] scaling images flex3 vs flex4 problem - help?

2012-03-28 Thread grimmwerks
; trace(view.imgLargeGroup.transform.matrix); mask.transform.matrix = maskOutline.transform.matrix = scaleSmall; //large.scaleX = view.zoomSlider.value; large.scaleY = view.zoomSlider.value; } Garry Schafer grimmwerks

Re: [flexcoders] scaling images flex3 vs flex4 problem - help?

2012-03-28 Thread grimmwerks
Hmm wondering if I can use a Scale effect instead and set it via the slider... On Mar 28, 2012, at 1:10 PM, grimmwerks wrote: Hey all - I have an old player that sort of does the Photoshop navigator / current doc thing -- a smaller example of an image is shown with a larger image

[flexcoders] Adding a button in VideoPlayer

2012-02-23 Thread grimmwerks
button is being traced out. Now I could do it this way but it's 10k difference in the swf - from 253 to 264. Ok 11. What's the deal? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] Adding a button in VideoPlayer

2012-02-23 Thread grimmwerks
: Can you show code, I assume you marked the button as skinPart. C From: grimmwerks gr...@grimmwerks.com To: flexcoders@yahoogroups.com Sent: Thursday, February 23, 2012 8:41 PM Subject: [flexcoders] Adding a button in VideoPlayer Ok I don't know if I'm going absolutely crazy -- I'm

[flexcoders] Air Controlling InDesign?

2011-12-21 Thread grimmwerks
Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
-- as interfaceClass.echoOrderCacheEvent(echoEvent, {correlationId: sessionId}) won't work; what I was thinking was perhaps .call or .apply methods but not sure how best to use them here... Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
‘thisObject’ instead of ‘this’ } } On 9/22/11 9:50 AM, grimmwerks gr...@grimmwerks.com wrote: OK I don't mean to make this a bit convoluted - but I guess the basics of the question is regarding using anonymous functions within a member class and being able to set

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
more trouble than they are worth. If I had the time, I would eliminate them from all framework code. Looks from the stacktrace that someone is using apply() to change the this pointer. On 9/22/11 10:46 AM, grimmwerks gr...@grimmwerks.com wrote: Not getting an error

[flexcoders] ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread grimmwerks
of selecting an itemrenderer or item at a certain position in the sourcelist and setting IT's itemEnabled to false? Is it something with the classfactory for a specific item? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] Is it possible to add Flex components to the Stage?

2011-09-22 Thread grimmwerks
://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links Garry Schafer grimmwerks gr

Re: [flexcoders] Re: ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread grimmwerks
be to remove the selected item from the source list. This way it is not even there to be selected. Just a simple matter of removing it from the dataprovider. Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread grimmwerks
the itemEnabled accordingly. On 9/22/11 11:33 AM, grimmwerks gr...@grimmwerks.com wrote: Here's another convoluted question -- I've got a list that is bound to an array of a certain Class - let's cal them Permissions. In the Permissions class you've got userId, read and write

[flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
/mouseMoveHandler()[E:\dev\4.5.1\frameworks\projects\spark\src\spark\components\List.as:1907] Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What the... On Sep 16, 2011, at 1:43 AM, grimmwerks wrote: Hey all - can't see why but I'm getting an error when I'm trying to drag a simple item / itemrenderer in a spark list

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Stranger still the mx checkbox works fine, spark checkbox no go. Going to see if I can create a custom skin and try again. On Sep 16, 2011, at 1:51 AM, grimmwerks wrote: Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What

[flexcoders] question regarding ports and crossdomain / security

2011-08-04 Thread grimmwerks
ports -- should then the crossdomain be set at 80 with secure=true? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] loading socket policy files from port 80.

2011-08-04 Thread grimmwerks
Ok - slight modification to original question. Can I load a socket policy file (usually served on port 843) via port 80? ie Security.loadPolicyFile(http:domain.com/crossdomain.xml); And this will allow connectivity to ports 61613 Garry Schafer grimmwerks gr...@grimmwerks.com portfolio

[flexcoders] urgent: socket communications at port 443?

2011-08-04 Thread grimmwerks
a connection: grimmwerks Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://mix.investlab.com/demo/MixClient.swf cannot load data from mix.investlab.com:443. Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] Re: urgent: socket communications at port 443?

2011-08-04 Thread grimmwerks
: Howdy- A pure shot in the dark: Have you tried also explicitly setting the secure attribute to what you it to be? Cheers, Naga --- In flexcoders@yahoogroups.com, grimmwerks grimm@... wrote: Is it possible to use a normal socket at 443 (apache not binding the port) while loading

[flexcoders] Flash to iPhone now?

2010-09-09 Thread grimmwerks
http://www.tuaw.com/2010/09/09/apple-loosens-reigns-allows-3rd-party-ios-dev-tools-with-caveat/ Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] couple questions about android / air

2010-09-02 Thread grimmwerks
with multiple projects. Thanks! Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] TextFlow CSSFormat Resolver...

2010-08-28 Thread grimmwerks
Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] RichText: setting divs to css styleNames?

2010-08-26 Thread grimmwerks
Hey - I've got a Richtext item that I'd like to have sections of text attribute to styleNames within the main css file -- how exactly would I do that? Set a div clas='myText' and then have a .myText{} item in the css? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio

Re: [flexcoders] intro + good Flex reference book?

2010-08-10 Thread grimmwerks
! Groups Links Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] flex 4 TabBar skinning...

2010-08-10 Thread grimmwerks
Trying to find a few examples for skinning the Buttons in a Tab bar, but the ones I've found don't seem to do it... Anyone have an idea? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] Flash Builder: CSS design view?

2010-06-07 Thread grimmwerks
In Flex 3 while working on a CSS file we could see the design view and get a preview of the component we were setting properties on; in Flash Builder that view seems to be gone? Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

Re: [flexcoders] Flash Builder: CSS design view?

2010-06-07 Thread grimmwerks
Ah - just realized; if you have the CSS already set as style, all changes happen automatically... On Jun 7, 2010, at 11:08 AM, grimmwerks wrote: In Flex 3 while working on a CSS file we could see the design view and get a preview of the component we were setting properties on; in Flash

Re: [flexcoders] Flash Builder: CSS design view?

2010-06-07 Thread grimmwerks
in that view?!? On Jun 7, 2010, at 11:19 AM, grimmwerks wrote: Ah - just realized; if you have the CSS already set as style, all changes happen automatically... On Jun 7, 2010, at 11:08 AM, grimmwerks wrote: In Flex 3 while working on a CSS file we could see the design view and get

[flexcoders] no autocomplete for CSS in external file?

2010-06-07 Thread grimmwerks
with whatever elements I want to change and then hit 'external CSS' -- but I want to be sure that anything I do there DOESN'T get saved with the regular MXML code if the application is already tied to that file? I just am amazed to be the only person who's had this issue. Garry Schafer grimmwerks gr

Re: [flexcoders] no autocomplete for CSS in external file?

2010-06-07 Thread grimmwerks
Unbelievable that no one used the CSS Design view... On Jun 7, 2010, at 2:26 PM, grimmwerks wrote: Ok, maybe it's me. I'm used to working in the CSS Design View in FB3 and being able to create CSS on a class and see it right there... Now it seems that if I'm working

[flexcoders] FMS install issues....

2010-03-17 Thread grimmwerks
[ps22094]$ sudo updatedb [ps22094]$ locate libnspr4.so /usr/lib /libnspr4.so /usr/lib /libnspr4.so.0d [ps22094]$ locate libplc4.so /usr/lib /libplc4.so /usr/lib /libplc4.so.0d [ps22094]$ locate libasneu.so.1 /home/grimmwerks/FMS_3_5_1_r516 /libasneu.so.1 /lib /libasneu.so.1 /opt/adobe/fms

Re: [flexcoders] Re: Flex/Flash dev without FlexBuilder / FDT

2009-12-26 Thread grimmwerks
Hmm -- I'm actually digging this myself... thanks guys; the projectsprouts looks really interesting, having been dabbling in ror myself

[flexcoders] help with a php call

2009-10-29 Thread grimmwerks
Ok - an app I'm working on needs to have a watermarked image; if you click on this in the browser: http://creativity-online.com/api/image_watermark.php?workId=17593 It works fine. But I can't figure out how to setup the same thing in Flex, preferably using an HttpService..? I mean I

Re: [flexcoders] help with a php call

2009-10-29 Thread grimmwerks
Argh. Still can't figure this out; seems really simple to call a php file which forces download -- why can't I then do the same thing in httpService? On Oct 29, 2009, at 4:44 PM, grimmwerks wrote: Ok - an app I'm working on needs to have a watermarked image; if you click

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
Found this about embedding font families and how using the Embed tag might not be seen by CSS: http://www.kirupa.com/forum/archive/index.php/t-257913.html On Oct 7, 2009, at 9:04 AM, artur_desig2dev wrote: we are having the same issue but with applying styles to Interstate Light: but

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
* pissing me off. Would appreciate a working example if anyone has one, PLEASE. On Oct 7, 2009, at 2:09 PM, grimmwerks wrote: Found this about embedding font families and how using the Embed tag might not be seen by CSS: http://www.kirupa.com/forum/archive/index.php/t-257913.html On Oct 7

Re: [flexcoders] Re: embeding fonts of a style (Interstate RegularCondensed)

2009-10-07 Thread grimmwerks
; On Oct 7, 2009, at 7:06 PM, grimmwerks wrote: Found this about embedding font families and how using the Embed tag might not be seen by CSS: http://www.kirupa.com/forum/archive/index.php/t-257913.html On Oct 7, 2009, at 9:04 AM, artur_desig2dev wrote: we are having the same issue

[flexcoders] embeding fonts of a style (Interstate RegularCondensed)

2009-10-06 Thread grimmwerks
This has been driving me crazy for quite some time. I'm trying to embed this font: PostScript name Interstate-RegularCondensed Full name Interstate-RegularCondensed Family Interstate Style RegularCondensed KindPostScript Type1 Version

[flexcoders] matrix math help

2009-08-21 Thread grimmwerks
I'm building a sort of image zoomer/viewer -- you've seen it all before -- one large image that scales with a smaller image showing the full image. As you zoom into the large image, the smaller 'viewer' shows a square showing the area that is being viewed in the larger view. Dig? Ok --

Re: [flexcoders] matrix math help

2009-08-21 Thread grimmwerks
Argh. Sorry about that. Changed to the real link rather than dev. On Aug 21, 2009, at 1:25 PM, Wesley Acheson wrote: Just FYI we can't view that without a username / password On Fri, Aug 21, 2009 at 7:03 PM, grimmwerks gr...@grimmwerks.com wrote: I'm building a sort of image zoomer

[flexcoders] VideoDisplay smoothing and autoPlay

2009-08-06 Thread grimmwerks
Well I've followed countless examples to add smoothing to flex by extending VideoDisplay, but for some reason setting the autoPlay to be false doesn't change the videoDisplay autoPlay. Anybody have any ideas? import flash.display.DisplayObject; import

Re: [flexcoders] VideoDisplay smoothing and autoPlay

2009-08-06 Thread grimmwerks
(_playheadTime); } } } On Aug 6, 2009, at 8:39 AM, grimmwerks wrote: Well I've followed countless examples to add smoothing to flex by extending VideoDisplay, but for some reason setting the autoPlay to be false doesn't change the videoDisplay autoPlay

[flexcoders] error #2032

2009-08-04 Thread grimmwerks
hey - we're building a video player that pulls from sesamevault -- and for some reasons people in europe are experiencing an error #2032 that we're not seeing in any of our testing - I've been doing some googling but wondering why something that works in the US might have issues elsewhere

[flexcoders] extending tileList - pagination

2009-07-27 Thread grimmwerks
Hey all - I'm extending tilelist and am displaying a 3x2 grid (6 items) - I'm trying to see if there's currently a way to display the next/previous 6 items - ie paging back and forthrather than just scrolling, which will always show some items of the current view rather than just 1

[flexcoders] html scale embed

2009-07-22 Thread grimmwerks
Hey guys - am having trouble trying to figure out the way to properly scale a flex/flash app. There's an overlay that needs to be set at a pixel size within this rather than a percentage because it's got a tileList with items that are of specific size as well... Rather than write

[flexcoders] HELP problems embedding a font

2009-07-16 Thread grimmwerks
I've got a font - Interstate-RegularCondensed -- which I've tried embedding in a Flex app. I've pointed to it, I've embedded in a swf, etc. It seems to be ok - but when I look at from a computer that doesn't have this font, it's no go. The thing is It's part of the Interstate family but

[flexcoders] tilelist rowCount not working...

2009-06-24 Thread grimmwerks
I'm using FB3 and setting a tileList's rowCount=2 in the mxml - but then once adding data it's definately 3 rows I see. I've even tried adding tilelist.rowCount=2 on the dataChange but it's just not doing a THING. Only other option is to set the data it loads in to only 2 rows-amount and

Re: [flexcoders] tilelist rowCount not working...

2009-06-24 Thread grimmwerks
Argh. No one's had this issue of setting a rowCount and it not being honored? On Jun 24, 2009, at 2:14 PM, grimmwerks wrote: I'm using FB3 and setting a tileList's rowCount=2 in the mxml - but then once adding data it's definately 3 rows I see. I've even tried adding tilelist.rowCount=2

Re: [flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread grimmwerks
, grimmwerks gr...@... wrote: Argh. No one's had this issue of setting a rowCount and it not being honored? On Jun 24, 2009, at 2:14 PM, grimmwerks wrote: I'm using FB3 and setting a tileList's rowCount=2 in the mxml - but then once adding data it's definately 3 rows I see. I've even tried adding

Re: [flexcoders] Re: tilelist rowCount not working...

2009-06-24 Thread grimmwerks
Ugh. It appears it's something inherent with Flex 3, was abandoned and fixed in F4. http://bugs.adobe.com/jira/browse/SDK-15335 On Jun 24, 2009, at 5:06 PM, grimmwerks wrote: Direction is horz., and it's at 100% within another view; but why would it have to spill into another row? Meaning

Re: [flexcoders] argh: matrices and dragging

2009-06-20 Thread grimmwerks
It can't possibly -- ie what you're seeing under the small viewer when scaled down doesn't match the large view at all. On Jun 20, 2009, at 11:21 AM, Aaron Hardy wrote: I guess you figured it out? Your demo works for me. Aaron grimmwerks wrote: Argh -- still struggling. What am I

[flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
I've got a little app that is the same old small viewer / large image type thing we all know and love. I've got a slider that sets the scale - ie when the user zooms up, the large image zooms up and the 'box' canvas does the invert so that it shows what view the user is seeing -- dig?

Re: [flexcoders] argh: matrices and dragging -- anybody?!? :(

2009-06-19 Thread grimmwerks
I'm sure there must be SOMEONE on here (adobe?) that can explain how transforms work from one box to another scaled box...? On Jun 19, 2009, at 1:03 PM, grimmwerks wrote: I've got a little app that is the same old small viewer / large image type thing we all know and love. I've got

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
= big.transform.matrix.clone(); out of your box move handler, because box.x and box.y are positive even when moving to left or top. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056 2009/6/19 grimmwerks gr

Re: [flexcoders] argh: matrices and dragging

2009-06-19 Thread grimmwerks
Argh -- still struggling. What am I missing? On Jun 19, 2009, at 5:03 PM, grimmwerks wrote: But I need that to get the current state of the large transform matrix. What I'm having problems with is this idea that the smaller area maps to the larger area; in Director there was an actual

[flexcoders] matrix help

2009-06-18 Thread grimmwerks
Ok I must be having a brain fart here. Imagine two opposing rectangles; as one scales UP the other scales DOWN - ie as one scales up 10% the other scales DOWN 10%. How's the best way of doing that using matrices? I seriously must be missing something simple...

Re: [flexcoders] matrix help

2009-06-18 Thread grimmwerks
Argh. Still can't get it - like if I have something coming in from 1 to 4 (ie 1.1, 1.2, 1.3 etc) - I can make the one image scale UP fine but can't figure out how the other image scales down the same percentage... On Jun 18, 2009, at 3:38 PM, grimmwerks wrote: Ok I must be having

[flexcoders] map function on image/loader?

2009-06-15 Thread grimmwerks
I could be nuts but I'm trying to track down if there's a map function in BitmapAsset or Loader; I'm trying to code a pan/zoom component with a small display of where the large visual of the image is showing (ie google maps and the like) -- and I could've sworn there was an automatic map

Re: [flexcoders] Re: problems embedding symbols from Flash

2009-06-04 Thread grimmwerks
:) --- In flexcoders@yahoogroups.com, grimmwerks gr...@... wrote: Frustrated. I've got tried this with an AS3 version and currently with a Flash player 8 version... but am trying to embed a class within a component like so: [Bindable] [Embed(source=buttonStates/multistate8.swf, symbol=amp_ok

[flexcoders] flex app on losing focus...

2009-06-04 Thread grimmwerks
I've got an application I created for a chain of stores, that when losing focus for a moment - ie when the admin flips to another interface -- upon return/getting focus, it draws it's entire interface again and basically takes a few seconds of receiving event dispatches to get into shape

[flexcoders] problems embedding symbols from Flash

2009-05-26 Thread grimmwerks
Frustrated. I've got tried this with an AS3 version and currently with a Flash player 8 version... but am trying to embed a class within a component like so: [Bindable] [Embed(source=buttonStates/multistate8.swf, symbol=amp_ok)]; private var tmp:Class; I get Metadata requires an

Re: [flexcoders] Docking AIR app in upper right corner of user's monitor?

2009-05-16 Thread grimmwerks
Well here's a link to an example of centering the app window: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=4postId=10446 In it: nativeWindow.x = (Capabilities.screenResolutionX - nativeWindow.width) / 2; nativeWindow.y = (Capabilities.screenResolutionY -

Re: [flexcoders] Docking AIR app in upper right corner of user's monitor?

2009-05-16 Thread grimmwerks
Yeah turns out not so tough - upon init() nativeWindow.x= Capabilities.screenResolutionX-nativeWindow.width; nativeWindow.y=0; Kind of good for me too - going to do something growl-like I think... On May 15, 2009, at 1:53 PM, Jeff Hindman wrote: ... is there a way to do this? I'm pretty sure

[flexcoders] dumb question gumbo beta...

2009-05-14 Thread grimmwerks
Where's the visuals for the CSS stuff? What am I missing? I'm *sure* I'm doing something stupid because gumbo was supposed to be even *more* integrated with the visual/css side; so what am I missing? Danke

Re: [flexcoders] Application Idea

2009-05-13 Thread grimmwerks
Hey you guys - go back to your folk singing; I think Mary is looking for y'all. :P On May 13, 2009, at 8:49 AM, Paul Andrews wrote: Well, I'm not the OP - just someone willing to make your clients dreams come true and let you put tour feet up.. ;-) I have more than enough ideas,

[flexcoders] Examples of side TabNavigator?

2009-05-12 Thread grimmwerks
Hey - has anyone any links / info on possibly making a side Tab Navigator? How best to override the createChildren? Danke

Re: [flexcoders] Re: Examples of side TabNavigator?

2009-05-12 Thread grimmwerks
WOW - thanks - much prettier than the one I'd found from Tink. On May 12, 2009, at 3:17 PM, nathanpdaniel wrote: Like this? http://merhl.com/?p=172 --- In flexcoders@yahoogroups.com, grimmwerks gr...@... wrote: Hey - has anyone any links / info on possibly making a side Tab Navigator

[flexcoders] air: file upload (to sesame vault)

2009-04-15 Thread grimmwerks
hey all I'm building an air app that will upload to sesame vault (I hope). It appears to work -- shows a file progress -- but upon completion throws a response that the user isn't logged in. In speaking to someone at Sesame Vault I was told: As for the body - when you are making a post

[flexcoders] as3 .swf loaded through as2 swf - will it work?

2009-02-11 Thread grimmwerks
Well... was doing a gig working on an FMS app -- and find out now that it needs to load in through a parent .swf --- but the parent .swf is AS2 -- so now sure now if this is going to work...?

[flexcoders] NumericStepper not displaying it's value correctly...

2009-01-09 Thread grimmwerks
I've a numericStepper bound to a value in a component. When I Alert.show() it's value it reports the correct value - but it's inputField is NOT; it's inputField is showing the last values before the user cancels (and flips to a different view). Upon the user hitting 'New' -- this is where

Re: [flexcoders] Setting NumericStepper's label?

2009-01-05 Thread grimmwerks
, 2009, at 9:59 AM, Manish Jethani wrote: On Mon, Jan 5, 2009 at 7:08 PM, grimmwerks gr...@grimmwerks.com wrote: Both have the fontSize at 12, but for some reason the text in the numericStepper isn't bottom aligned: [snip] What's throwing it off is the border settings. How about if you moved

[flexcoders] Setting NumericStepper's label?

2009-01-05 Thread grimmwerks
Hey all - I'm having problems setting a NumericStepper's label to be even with a text object next to it:Both have the fontSize at 12, but for some reason the text in the numericStepper isn't bottom aligned:mx:HBox styleName="workForm" width="130" horizontalAlign="center" verticalAlign="bottom" >

[flexcoders] doug mccune's site down

2008-12-14 Thread grimmwerks
Hey Doug -- was trying to contact you through your site but got a 500 server error -- for some reason I just can't compile your BouncingFisheye, but wanted to let you know about the server issue...

[flexcoders] McCune's ZOMG RSS

2008-12-06 Thread grimmwerks
Hey all - I love the way Doug McCune's ZOMG RSS app has done the macosx dock-like animation and am trying to compile with Flex 3.2 but keep getting errors about textFormat - thought it might be the older flexlib.swc which I overwrote -- but still can't compile. Anyone have something similar

[flexcoders] McCune's RSS Reader / Mac OS X dock

2008-12-06 Thread grimmwerks
Hey all - I love the way Doug McCune's ZOMG RSS app has done the macosx dock-like animation and am trying to compile with Flex 3.2 but keep getting errors about textFormat - thought it might be the older flexlib.swc which I overwrote -- but still can't compile. Anyone have something similar

[flexcoders] FMS SharedObject Array problem...

2008-10-22 Thread grimmwerks
What's wrong with this: var ev = new Object({sender: this.user.username, message: str}); trace(got chat + ev.message); var h = this.application.so_Chat.getProperty(history); h.push(ev); this.application.so_Chat.setProperty(history, h); var q =

[flexcoders] ARGH shared object array -- getting data

2008-10-22 Thread grimmwerks
This is driving me nuts -- an onSync of a shared object where 'history' is an array -- I can the listing of the array, and I get the length of the arraly, but I can't get each object in the array -- what am I doing wrong?!?? private function

Re: [flexcoders]

2008-10-09 Thread grimmwerks
Hrmmm... thanks for the picture of the bike.

[flexcoders] Flex, remote shared objects and functions...

2008-10-08 Thread grimmwerks
Can anyone tell me if stuff like this is possible: so_Chat = SharedObject.getRemote(so_Chat, url, false); so_Chat.onJump = function(str:String){trace(str)} -- I thought I could set functions on a remote object? But I get errors in Flex.

[flexcoders] creating component that has change event

2008-08-21 Thread grimmwerks
Hey all - I'm creating a searchBox component that's sort of like Safari's search (ie a button to delete the current text input) -- I'd like it to implement a change event for it in the larger app (ie change={fireStuff(event)} And I do have it dispatching an Event.CHANGE but it doesn't seem

[flexcoders] panel with linkbutton...

2008-08-15 Thread grimmwerks
Hey all - been looking for examples of adding a custom render to a panel; found one that might work by extending the original Panel; does someone have any other way to do it or examples?

Re: [flexcoders] panel with linkbutton...

2008-08-15 Thread grimmwerks
Sorry it was late... er... early. Basically create a panel that has a custom headerRenderer - ie a button and Label in the header. On Aug 15, 2008, at 7:49 AM, Howard Fore wrote: Huh? What exactly are you trying to do? On Fri, Aug 15, 2008 at 2:39 AM, grimmwerks [EMAIL PROTECTED] wrote

Re: [flexcoders] JSON as dataprovider

2008-08-14 Thread grimmwerks
Excellent - thanks! On Aug 14, 2008, at 1:19 AM, Fidel Viegas wrote: On Thu, Aug 14, 2008 at 5:54 AM, grimmwerks [EMAIL PROTECTED] wrote: I've got a class that gets a JSON object - and within this JSON object is a list of items. I'm trying to do what I think is very simple -- but I'm

Re: [flexcoders] JSON as dataprovider

2008-08-14 Thread grimmwerks
Ok I've actually had to do this slightly different - as there will be a lot of flipping between items; what I'd hoped to do was something like like a static var of 'db' as ArrayCollection and do a db.removeAll() -- but when I've even manually parsed the var arr and tried doing a

[flexcoders] JSON as dataprovider

2008-08-13 Thread grimmwerks
I've got a class that gets a JSON object - and within this JSON object is a list of items. I'm trying to do what I think is very simple -- but I'm missing something -- being able to bind a tilelist to an array of this returned objects.items. I've tried manually parsing through these items

[flexcoders] weird limelight fun

2008-08-01 Thread grimmwerks
Ok - now dig this - I'm attempting to connect to a video stream from limelight in flex. I get a Connection.Success but no video shows up, and no MetaData comes through. I attempt to the same url with our badly written AS2 Flash file (using FSConnection) and I get a video stream showing up

[flexcoders] anyone successfully streaming video from Limelight?

2008-07-25 Thread grimmwerks
I've got code to try to stream video from Limelight that doesn't seem to work - but when I plug the same code into our own Flash Media Server setup it works perfectly. Is there no one else trying to get video from limelight into flex?

Re: [flexcoders] NetConnection, Flex and FMS video problem.

2008-07-23 Thread grimmwerks
Weird - had someone else try this and it works for a video _file_ but I still can't get it to work with limelight... On Jul 22, 2008, at 10:31 AM, grimmwerks wrote: I'm trying to connect to an FMS video stream -- but having no luck. I'm popping Alerts on all the NetStatusHandlers - and I

[flexcoders] NetConnection, Flex and FMS video problem.

2008-07-22 Thread grimmwerks
I'm trying to connect to an FMS video stream -- but having no luck. I'm popping Alerts on all the NetStatusHandlers - and I not only get Connection.Success but I also get NetStream.Play.Start as the final alert - but no video is appearing on stage. Also even though I'm making a new

[flexcoders] rtmp, videodisplay and _definst_

2008-07-21 Thread grimmwerks
I'm curious - has anyone had any experience pulling in a limelight feed into flex? I've written a flash player that uses NSConnection and successfully pulls in the stream; but in trying to pull this same stream into flex -- there's no connection/display whatsoever.

[flexcoders] toggling mouseOut/mouseOver and styleName -- or toggleButton....

2008-07-15 Thread grimmwerks
Is it possible to have a toggle button that has different font weights upon it's selected and over state? All I've got to do is create a number of links that when pressed, stay highlighted -- and the highlight and over states just make the font bold. Sounds simple, right? Well, I used a

[flexcoders] dynamically referring to UIComponents...

2008-07-15 Thread grimmwerks
Ok, so I've got this Text component, k? Let's say it's name is b0. Whereas something like Alert.show(b0.toString()); works -- Alert.show(UIComponent('b0').toString()) does not -- can anyone point out what I'm missing (and yes, I'm importing UIComponent). Thanks all

  1   2   3   >