Re: [flexcoders] flex uploading to amazon s3

2007-08-24 Thread grimmwerks
Thanks On Aug 24, 2007, at 6:58 PM, Peter Connolly wrote: Should have included a link: http://tinyurl.com/2lsry7

Re: [flexcoders] flex uploading to amazon s3

2007-08-24 Thread grimmwerks
, grimmwerks [EMAIL PROTECTED] wrote: Has anyone attempted this before?

[flexcoders] ARGH rubyamf in debug vs non-debug

2007-08-24 Thread grimmwerks
For some reason any remote objects that I call get a 'send failed' when I'm in regular (non-debug) mode; but when I'm in debug mode, they're returning perfectly. What is the difference in the compilation? What's NOT getting compiled in the non-debug mode? This is driving me crazy.

[flexcoders] file upload max?

2007-08-26 Thread grimmwerks
Is the max filesize 100 megs? Testing upload functionality and it seems to be working, but I'm testing the max size, and huge files (224megs) report that they upload but then they're not there on the server...

[flexcoders] examples of form submits?

2007-08-29 Thread grimmwerks
Seems ridiculous, but does anyone have any examples of form submits to a ruby backend in flex? I originally created an application using rubyamf, but the ruby developer flipped to just simple form submitting.

Re: [flexcoders] examples of form submits?

2007-08-29 Thread grimmwerks
I'm trying to play with this, but I'm confused by the error I'm getting: [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error. URL:

Re: [flexcoders] examples of form submits?

2007-08-29 Thread grimmwerks
SIGH - just don't get it. [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error. URL: http://localhost:3000/signup/ register]. URL:

[flexcoders] more httpservice / ruby form post fun

2007-08-29 Thread grimmwerks
Trying to simplify this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:HTTPService id=temp url=http://localhost:3000/signup/ register result=resBack(event) resultFormat=e4x method=POST / mx:TextArea id=txt width=771

Re: [flexcoders] more httpservice / ruby form post fun

2007-08-29 Thread grimmwerks
(event.result); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, August 29, 2007 8:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] more httpservice / ruby form post fun Trying to simplify this: ?xml version=1.0 encoding=utf-8

Re: [flexcoders] Re: more httpservice / ruby form post fun

2007-08-30 Thread grimmwerks
Added that but still: hey TypeError: Error #1009: Cannot access a property or method of a null object reference. at crap/sendIt()[/Users/grimm/Documents/__WORK/FLEX/ crap;;crap.mxml:42] at crap/___Button1_click()[/Users/grimm/Documents/__WORK/FLEX/ crap;;crap.mxml:25] at

[flexcoders] e4x question

2007-08-30 Thread grimmwerks
Finally got my httprequest to work, but the results come back as xml; I was hoping to use e4x (cause I used to be all about xfactorstudio's xpath classes) -- but I'm curious how I'd get the toplevel 'success' response: results successfalse/success user_id/ errorcity can't be

Re: [flexcoders] e4x question

2007-08-30 Thread grimmwerks
Sorry; nevermind, got it: xml.success; the root (results) isn't needed.

[flexcoders] File not launchable?

2007-08-31 Thread grimmwerks
Clicking the main app.mxml of a project and I'm getting 'This file is not launchable' -- what up with that?

Re: [flexcoders] Where to learn intermediate/advanced Flex?

2007-08-31 Thread grimmwerks
I also think the Lynda vids are worthwhile.

[flexcoders] image embed and scaling question

2007-08-31 Thread grimmwerks
I've got an image that I want to have across the top - right now it's about 800x80; i'd like this to be pinned right/left and top with the height scaling to maintain the aspect ratio for the width -- I've been fiddling, but it doesn't work; any suggestions?

[flexcoders] macosx key command: switching source/design?

2007-08-31 Thread grimmwerks
Thought it was option+esc, but it's not flipping; just seems I'm clicking the buttons over and over, so

[flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
1) is there a way to upload (ruby backend) via an httpservice? If so, does anyone have code to demonstrate this? I've got it working with the default fileupload stuff, but the ruby backend is tracking users via a session; we're most likely going to change this process so that a userid is

Re: [flexcoders] couple of file upload questions...

2007-09-02 Thread grimmwerks
On Sep 2, 2007, at 10:32 PM, grimmwerks wrote: 2) is there a way to pass ADDITIONAL parameters via a filereference upload? I want to pass videos to be uploaded (working) but I want to be able to pass a file's user-entered description as well. Found it from an old post

Re: [flexcoders] setting tab order?

2007-09-03 Thread grimmwerks
Nevermind; dope. On Sep 3, 2007, at 11:17 PM, grimmwerks wrote: I've got two states that are based on another state which has 2 TextInputs. Since the other states ALSO have TextInputs, but physically above the other TextInputs, the tabbing order is screwed up -- it tabs correctly through

[flexcoders] TitleWindow close calling Application.application.currentstate?

2007-09-03 Thread grimmwerks
I'm trying to have a close window call upstream to the main application to switch the currentstate; is this possible? I keep getting: Access of undefined property Application... close={Application.application.currentState='start'}

[flexcoders] weird warnings...

2007-09-04 Thread grimmwerks
I'm getting stuff like this: The type selector 'ComboBox' was not processed, because the type was not used in the application.Nestle Admin.mxml Unknown 1188872497063 979 I've got one for a TitleWindow too - what am I missing here?

[flexcoders] datagrid dataProvider xml result -- date formatting?

2007-09-04 Thread grimmwerks
Ok, I'm sure it's going to be something like a labelfunction - but I've got an httpservice's result as a dataprovider for a datagrid: video bucket/ content-typeapplication/octet-stream/content-type created-at type=datetime2007-09-04T00:23:00-04:00/created-at description/ filename/ id

[flexcoders] datagrid doubleclick -- fires what?

2007-09-04 Thread grimmwerks
I'm trying to figure out how to deal with a dataGrid's doubleClick - what type of event is fired?

Re: [flexcoders] NEW FLEX WEBSITE: ManureMail.com

2007-09-04 Thread grimmwerks
Think it looks great - but I'm curious how you put the link buttons right in the middle of the text -- is that built up or some secret htmlText trick? On Sep 4, 2007, at 5:12 PM, Randy Cooper wrote: Guys, I’d love to get your feedback on a new site I just launched built entirely in Flex.

[flexcoders] playing videos from s3

2007-09-06 Thread grimmwerks
We're trying to play some videos from an amazon s3 bucket, but we keep getting a security error. I've tried putting a crossdomain.xml up there, but that's not working. What's the correct way to deal with this? Thanks

Re: [flexcoders] playing videos from s3

2007-09-06 Thread grimmwerks
Extremely frustrating; I'm now trying to deal with any possible crossdomain.xml or even putting the flash up on the s3 bucket; but the video won't load.

[flexcoders] good videoplayer components?

2007-09-06 Thread grimmwerks
Anyone have any suggestions? I'm still fighting amazon s3...

[flexcoders] good videoplayer components?

2007-09-06 Thread grimmwerks
Anyone have any suggestions? I'm still fighting amazon s3...

[flexcoders] content not allowed in prolog?

2007-09-08 Thread grimmwerks
I'm getting this error and I don't know what it means...

[flexcoders] main application's url?

2007-09-09 Thread grimmwerks
Hey - I've got a flex app that has to sit on the internet at different domains; what's the easiest way to get the main url for future httpservice callbacks, as 'localhost' doesn't seem to work...

[flexcoders] building up the url for httpservice

2007-09-09 Thread grimmwerks
Ok this is stupid. Since we've got an app that might be moving around, I was going to either pass the rootURL in flash vars or strip it from the main application.url. Well did all that but how do I set it in the httpservice's url with a variable AND a string:

[flexcoders] transitions between states in components

2007-09-10 Thread grimmwerks
I've got an app that has multiple states, and a component in that app that has multiple states. When the main app sets from=* to=* then the component ALSO seems to use that transition. Is there a way of scoping transitions so that the component uses it's own * transition, and the main

Re: [flexcoders] Re: Flex eye candy source

2007-09-10 Thread grimmwerks
ArgumentError: Error #2015: Invalid BitmapData. at flash.display::BitmapData() at sandy.util::DistortImage/private::renderVector() at sandy.util::DistortImage/initialize() at com.adobe.ac.mxeffects::SimpleDistortion/ private::initDistortImage() at

[flexcoders] dumb: eclipse on dual monitor?

2007-09-10 Thread grimmwerks
Anyone have any tricks/settings for the Flex IDE on a dual monitor? Kind of driving me nuts.

[flexcoders] weird array/datagrid editable thing...

2007-09-10 Thread grimmwerks
Ok, I've got a file uploader where a user can select a file for upload. When the user does this I'm adding a 'tile' and 'description' property to that item in the array. I've made it so that these two cells are editable and allow the user to enter in the info; but when enter or escape is

Re: [flexcoders] weird array/datagrid editable thing...

2007-09-10 Thread grimmwerks
Is this something where I have to have a Model in place for an empty 'fileItem' with certain properties being editable? Seems weird. On Sep 11, 2007, at 12:16 AM, grimmwerks wrote: Ok, I've got a file uploader where a user can select a file for upload. When the user does this I'm adding

Re: [flexcoders] weird array/datagrid editable thing...

2007-09-10 Thread grimmwerks
?! On Sep 11, 2007, at 12:48 AM, Alex Harui wrote: What does the dataprovider look like? What does the renderer look like? What flags have you set on the DG and renderer? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Monday, September 10

Re: [flexcoders] disable themeColor for individual components

2007-09-11 Thread grimmwerks
CSS? TitleWindow { borderColor: #CC9966; }

[flexcoders] changing a component's currentstate...

2007-09-11 Thread grimmwerks
Ok, I've got a main application, with a registration component that has many states. With one button I want to set the main application's currentstate, as well as the component's currentstate. When I do click={currentState=_registration; login.currentState=bday}; the main app works and

[flexcoders] argh -- errors now

2007-09-11 Thread grimmwerks
I wanted to test a swfobject install for detecting the player so I uninstalled flash (mac os). Now that I've reinstalled the debug player I'm getting: TypeError: Error #1009: Cannot access a property or method of a null object reference. at

Re: [flexcoders] modules httpservice

2007-09-11 Thread grimmwerks
I'm getting the same error now; it's been working fine for awhile; I'd uninstalled and now just reinstalled the flash plugin: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.effects.effectClasses::ZoomInstance/play() at

Re: [flexcoders] changing a component's currentstate...

2007-09-11 Thread grimmwerks
Anybody know exactly where I can find what version of the flash plugin flex 2 expects? I'm getting alerts saying I'm not updated, and am trying to make sure it's all installed right -- I think I even installed the h.264 update... On Sep 12, 2007, at 12:08 AM, grimmwerks wrote: Ok, I've

[flexcoders] type 1009 because of zoominstance?

2007-09-11 Thread grimmwerks
2 different machines are now throwing this error that hadn't before; TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.effects.effectClasses::ZoomInstance/play() at mx.effects::EffectInstance/startEffect() at

[flexcoders] 1009 error

2007-09-12 Thread grimmwerks
This is getting frustrating. I've removed all references to transitions/effects, and have a simple button on click calling function {resetRegWindow()}. There IS a resetRegWindow function. I get this: TypeError: Error #1009: Cannot access a property or method of a null object reference.

[flexcoders] sorry - one more about effects...

2007-09-12 Thread grimmwerks
Trying to do about 50 things at once for a demo today. Say I've got a state with a number of addChildren elements. I've got a transition I want to call on those children, but not all at once -- in sequence. How can I do this? I realize the Sequence is for sequencing effects, not elements;

[flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
Trying to do about 50 things at once for a demo today. Say I've got a state with a number of addChildren elements. I've got a transition I want to call on those children, but not all at once -- in sequence. How can I do this? I realize the Sequence is for sequencing effects, not elements; but is

Re: [flexcoders] Binding component variable to application variable?

2007-09-12 Thread grimmwerks
On Aug 13, 2007, at 12:10 PM, Alex Harui wrote: Sorry, {Application.application.mainVariable} I'm trying to have a TitleWindow's close call a main application -- ie close={Application.application.closeWindow()} -- but I'm getting 'acces of undefined property 'Application'. I have to

Re: [flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
and with the timing configured. Michael Krotscheck Senior Developer RESOURCE INTERACTIVE www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 12, 2007 12:25

[flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread grimmwerks
Ok, here's the setup: MAIN APP State=reg Component=login TitleWindow At the main app's start, the state is NOT 'reg'. A button sets the main app's state to 'login'. How then can I get that the TitleWindow - held by the component - is

Re: [flexcoders] here's a fun one: addEventListener to componet's titleWindow....

2007-09-12 Thread grimmwerks
? Howzat? On Sep 12, 2007, at 6:25 PM, Michael Schmalle wrote: How then can I get that the TitleWindow - held by the component - is being closed? Can you restate that sentence ? Mike On 9/12/07, grimmwerks [EMAIL PROTECTED] wrote: Ok, here's the setup: MAIN APP State=reg Component=login

Re: [flexcoders] Binding component variable to application variable?

2007-09-12 Thread grimmwerks
On Sep 12, 2007, at 4:30 PM, Alex Harui wrote: Did you import mx.core.Application? ALEX! I had no idea! You're awesome; fixes my titlewindow close conundrum!

Re: [flexcoders] sequencing effects

2007-09-12 Thread grimmwerks
/mx:Transition Michael Krotscheck Senior Developer RESOURCE INTERACTIVE www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 12, 2007 4:29

Re: [flexcoders] sequencing effects

2007-09-13 Thread grimmwerks
} / /mx:Sequence /mx:Transition Michael Krotscheck Senior Developer RESOURCE INTERACTIVE www.resource.com 614 621 2888 main 614 410 3195 direct 412 726 8087 mobile [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks

Re: [flexcoders] sequencing effects

2007-09-13 Thread grimmwerks
works, meaning, they wait for the delayed time and then initiated their effect, but they're visible until that time. On Sep 13, 2007, at 1:19 PM, grimmwerks wrote: I couldn't get addChild to work within a transition; I did searches for this in google, but nothing came up. If someone's got

Re: [flexcoders] Flex - Flash Media Server and Mac - connection failed

2007-09-15 Thread grimmwerks
Are you running the server on the pc? Sent from my iPhone On Sep 14, 2007, at 5:43 PM, Patrick Lemiuex [EMAIL PROTECTED] wrote: i have the strangest situation, where my app works with flash media server with flex, however only on PC. On any mac i get: DEBUG_9] : The connection to the

Re: [flexcoders] Re: SWFLoader Issue

2007-09-15 Thread grimmwerks
Alex had pointed out something similar I was doing - that I needed to import mx.Application in the mx:Script area. On Sep 14, 2007, at 2:08 PM, neilwcameron wrote: Thats just the thing, I'm accessing it from another component. :( I'm trying a few things now to try and get the instantiated

Re: [flexcoders] Flex Chat

2007-09-16 Thread grimmwerks
Why wouldn't it be? Could work with Flash Media Server (it does already) or using any backendeven a socket server you create. On Sep 16, 2007, at 11:45 AM, Ed Capistrano wrote: Realy? A flex chat app! Is it possible? using as2/3

[flexcoders] image / png -- roll on alpha?

2007-09-18 Thread grimmwerks
I've got an image I'd like to function almost as a button - rollovers would trigger an effect, and clicking would trigger a function. Trouble is, it's a rotated image; if I bring it in unrotated, it's got an alpha that seems to trigger both the rolls and the clicks; is there a way NOT

[flexcoders] rollover effect /mousedown reset

2007-09-18 Thread grimmwerks
Argh - also having a problem - I want to have the swf on rollOver, zoom a bit, rollOut, zoomback. Fine. But upon click, it should turn off this function -- and reset itself; course, this ain't working: import mx.effects.*; import mx.effects.easing.*;

[flexcoders] embedded swf and button press?

2007-09-18 Thread grimmwerks
How can a flex app get an event from a swf? Is it like the old Director way of getURL?

[flexcoders] multiple effects in one state transition

2007-09-18 Thread grimmwerks
I thought I could do this, but now it's throwing errors: mx:Transition fromState=_posterState toState=_learn mx:WipeRight duration=500 targets={[_paper_back, _paper_grid, _topleft_tape,_dv_tape]]} / mx:Parallel

[flexcoders] ok then - addChildAction

2007-09-18 Thread grimmwerks
If I have something with 3 elements in a state, how do I use AddChildAction? Does an AddChildAction make ALL the 'addChild' elements come on, or can you target specific elements to be added?

[flexcoders] please: addChildAction examples

2007-09-18 Thread grimmwerks
I'm really confused as to how to make a vibrant, animated interface. I've been told by the list that you can have addChild within a transition - seems not to be true, but you've got addChildAction and removeChildActions; trouble is, I can't figure out how they work. The examples I've seen

[flexcoders] help

2007-09-18 Thread grimmwerks
I'm very tired and have been struggling with poor documentation regarding the transitions and addChild stuff. I've been doing my fair share of google searches. I'm having a love/hate relationship with flash. Today it hates me, and I it. I've got a component that I'm trying to do a hide

[flexcoders] useHandCursor on swfLoader doesn't work?

2007-09-19 Thread grimmwerks
Trying this: mx:AddChild position=lastChild mx:SWFLoader x=15 y=119 source=img/largebar.swf id=_largeBar useHandCursor=true rollOver=doZoom(event) rollOut=doZoom(event) mouseDown={barClicked()} / /mx:AddChild But it's still the regular cursor? It's in a

[flexcoders] addedEffect on an addChild in state....

2007-09-19 Thread grimmwerks
I've been pounding on these transtiions/effects classes for the past 2 days (if anyone has read my unanswered rants). I've got a component that has multiple states. The first state is blank, the second state has all elements up, via addChild. There are some elements that have an addedEffect

Re: [flexcoders] useHandCursor on swfLoader doesn't work?

2007-09-19 Thread grimmwerks
? The way effects/ transitions and filters init seem to fight as well. On Sep 19, 2007, at 2:56 PM, Alex Harui wrote: Try adding buttonMode=”true” From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, September 19, 2007 9:55 AM To: flexcoders

[flexcoders] SWFLoader onRoll: can it be set in Actionscript?

2007-09-22 Thread grimmwerks
I've got a swfloader that I want to assign it's rollOver / rollOut handler to call only after it's creationComplete fires - can I do it in actionscript? In other worse, I've a page that loads in - and if the user's cursor is right over the area of the swfloader as it's being drawn, it gets

[flexcoders] questions for a flex / flash online show

2007-09-24 Thread grimmwerks
Hey all; I'm offering myself up as a spokesperson for the group :P I'm being sent to Max under On2 to capture segments for a new online show concentrating on Flex/Flash/Air. I've spoken to Mike Chambers about setting up some interviews with the Adobe Illuminati -- I personally want to get

Re: [flexcoders] Any non-attendee access to Adobe Max presentations?

2007-09-24 Thread grimmwerks
If you've got any questions you want to know, I've got interviews scheduled during the presentation. Send areas of interest/questions to [EMAIL PROTECTED] Thanks. On Sep 24, 2007, at 1:36 PM, Peter Connolly wrote: Just wondering, since I can't afford to go to Chicago... Will Adobe be

[flexcoders] help! components getting scrollbars in website?

2007-09-25 Thread grimmwerks
I've created my own components in a larger app that is going to the web. For some users with a lower resolution monitor, these components are popping in with their own scrollbars. My question is twofold: 1) how can I make sure that the components never show a scroll (assuming it's something

[flexcoders] scale9 on a custom component

2007-09-25 Thread grimmwerks
I've got a custom component based on Canvas; it's just a little 'blog text' display. It's got: [ header] [text box] [footer] There's an image behind the whole thing; the image can scale9, but I'm afraid that the textarea might get messed? If this component is loading into a main

Re: [flexcoders] help! components getting scrollbars in website?

2007-09-25 Thread grimmwerks
: if your comps are based on containers then scrollpolicy should work. Otherwise, it may be that the app size is too big From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Tuesday, September 25, 2007 9:08 AM To: flexcoders@yahoogroups.com Subject

Re: [flexcoders] Re: Flash player 9 standalone download

2007-09-27 Thread grimmwerks
My flash player got hosed on two mac systems; now I can't debug anymore. Can someone post the correct debugging version for flex? Thanks. On Sep 26, 2007, at 2:56 PM, Derek Vadneau wrote: Here ya go: http://www.adobe.com/support/flashplayer/downloads.html#fp9 On 9/24/07, helix206

[flexcoders] Chicago

2007-09-30 Thread grimmwerks
Geez just got into town and the whole place is asleep, can't even find a place to eat... This used to be the home of Wax Trax and Ministry? Where's everyone hiding?

Re: [flexcoders] transparent text

2007-10-14 Thread grimmwerks
There was a blog that stated using a filter effect without embedding the font would almost bitmap the font and they could do transparent text. I can't recall the blog though... :( On Oct 10, 2007, at 1:13 AM, Alex Harui wrote: You can control the alpha of the textField in the TextArea if you

[flexcoders] file upload fails on Leopard?

2007-10-31 Thread grimmwerks
Hey - I've got a file uploader that works on Tiger at http://100grand.scribemedia.org . -- just tested it with a laptop (might be the flash version as well, because on this laptop I got the 'dismiss all' screen'). On 2 machines running Leopard I didn't get the plugin alert, but fileupload

Re: [flexcoders] file upload fails on Leopard?

2007-10-31 Thread grimmwerks
It's definately something with leopard. Can someone from adobe confirm please? On Oct 31, 2007, at 7:50 AM, grimmwerks wrote: Hey - I've got a file uploader that works on Tiger at http://100grand.scribemedia.org . -- just tested it with a laptop (might be the flash version as well

[flexcoders] AIR problems on Leopard

2007-11-14 Thread grimmwerks
I'm stuck in an endless loop; I've been told to install AIR beta 2; but when I try it says I already have it on my system. I run the AIR beta 1 uninstaller, then try to install beta 2 - same as above. I install AIR beta 1, try to install beta 2 over it - it says I already have it on my

[flexcoders] Flash video switcher to video file..

2008-01-31 Thread grimmwerks
I've got a client asking me if it's possible to create a sort of video switcher -- where users choose shots - and then export to a file. I think something like this is possible in Flash Media Server, but unsure?

[flexcoders] FB3 beta 3

2008-02-13 Thread grimmwerks
Hey - for some reason my Flex3 says it's expired - -and I've even done the -clean thing, deleted and installed another - still it says that the Beta expired. Mac OSX Leopard.

Re: [flexcoders] FB3 beta 3

2008-02-13 Thread grimmwerks
Nobody's come across this problem either? On Feb 13, 2008, at 3:44 PM, grimmwerks wrote: Hey - for some reason my Flex3 says it's expired - -and I've even done the -clean thing, deleted and installed another - still it says that the Beta expired. Mac OSX Leopard. -- Flexcoders Mailing

[flexcoders] RSS reader class -- dealing with namespaces

2008-03-22 Thread grimmwerks
Hey all - confused a bit by how best to use namespace. I've got a flex application and am using an rss parser in an external class. The rss has 2 different namespaces (it's the brighcove rss). I'm assuming I put the namespaces variables in the class -- and am parsing the items into a

[flexcoders] help with databinding -- repeater listening for event?

2008-04-03 Thread grimmwerks
I'm a bit frustrated here and hope someone can point out where I've gone wrong. I've got a repeater that is drawing out 4 circles and binding to a Singleton class' variable via binding -- all this works well the first time -- the Singleton class is loading in xml that holds the x/y and

[flexcoders] repeater with TextArea -- TextArea not sizing to internal text?

2008-04-03 Thread grimmwerks
I'm using a Repeater to loop through chunks of text and toss them in a VBox. Trouble is all the text boxes are the same = there doesn't seem to be a way to set a box to it's own internal text size? I'd like the boxes to be all different heights, just enough to view the text. Help?

[flexcoders] weird NumericStepper question / script

2008-04-05 Thread grimmwerks
I've got 4 NumericSteppers; and the problem I'm having is one I can't get my head 'round: the values of all the NumericSteppers have to add up to 100. On the whole I could easily check via a 'submit' button if they don't addup, but I'd like to check on any of the stepper's 'change' function

[flexcoders] drag and drop a button?

2008-04-11 Thread grimmwerks
Is there a simple tutorial for it? I don't really want to have an image proxy - I want to really drag a button somwhere else on the canvas. Simple.

[flexcoders] allowing a user to insert but not change existing text...

2008-04-18 Thread grimmwerks
I've got this project where users can come to a flex app with a TextArea and can insert their comments using a different font color, but not be able to select, or change the text that already exists... ie if I've got 'The quick brown fox jumped over the sleeping dog.' I'd be able to click

[flexcoders] DragEvent question....

2008-04-18 Thread grimmwerks
So I'm dragging an item -- and when dropped I want the initiator to move to where the dropped item is. But I can't seem to find the x,y of the copied image is -- I've done it originally to the mouseX/Y, but there's a shift as these items can be dragged from the middle, etc.

Re: [flexcoders] DragEvent question....

2008-04-19 Thread grimmwerks
, it looks like the offset is computed at mouseDown. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Friday, April 18, 2008 5:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DragEvent question So I'm dragging an item -- and when dropped I

[flexcoders] naming children of repeater problem with xml

2008-04-19 Thread grimmwerks
I've read this article on giving the id of a child the currentItem.Name of a repeater: http://www.adobe.com/devnet/air/flex/articles/xml_viewer_on_air_04.html The trouble is my xml is using attributes such as this: circle type=work x=100 y=300 percent=25 / Now on the whole most of what

Re: [flexcoders] naming children of repeater problem with xml

2008-04-19 Thread grimmwerks
Ah - think I might have a way around it with getRepeaterItem() click=Alert.show(String(event.currentTarget.getRepeaterItem()[EMAIL PROTECTED]) + ' pressed') On Apr 19, 2008, at 10:12 AM, grimmwerks wrote: I've read this article on giving the id of a child the currentItem.Name

[flexcoders] binding problems

2008-04-20 Thread grimmwerks
Could someone PLEASE point out what I'm doing wrong in the following? I want to bind a numeric stepper to a certain size and have it changed live; I'm trying to change the scale of these buttons to the numeric steppers; here's a test: --- ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] binding problems

2008-04-20 Thread grimmwerks
{ Number(rep.currentItem.x) } -J On Mon, Apr 21, 2008 at 12:18 PM, grimmwerks [EMAIL PROTECTED] wrote: Could someone PLEASE point out what I'm doing wrong in the following? I want to bind a numeric stepper to a certain size and have it changed live; I'm trying to change the scale

Re: [flexcoders] binding problems

2008-04-20 Thread grimmwerks
advise against using ObjectProxy to force binding to work. Doug On Sun, Apr 20, 2008 at 7:18 PM, grimmwerks [EMAIL PROTECTED] wrote: Could someone PLEASE point out what I'm doing wrong in the following? I want to bind a numeric stepper to a certain size and have it changed live; I'm trying

Re: [flexcoders] binding problems

2008-04-20 Thread grimmwerks
Ok - well I've created a Circle class that is entirely bindable. I've: package scribe { import mx.controls.Alert; [Bindable] public class Circle { public var percent:Number; public var x:Number; public var

Re: [flexcoders] binding problems

2008-04-20 Thread grimmwerks
a buttons x/y in it's center so these scale nice as opposed to off to the top left? On Apr 21, 2008, at 12:29 AM, grimmwerks wrote: Ok - well I've created a Circle class that is entirely bindable. I've: package scribe { import mx.controls.Alert; [Bindable] public

Re: [flexcoders] binding problems

2008-04-21 Thread grimmwerks
Fantastic - it works. Now - just wondering - is there a way of binding to an array of objects with a filter - ie using a numeric stepper to control an object in array with a type of 'blue' or something?z

[flexcoders] filterFunction for Array problem

2008-04-21 Thread grimmwerks
I've got an Array of class objects (a class Circle with a property percentage) coming in. I've got 4 Numeric steppers that are supposed to control each Circle's percentage -- trouble is each of the 4 circles has it's own type - so one stepper controls one circle type, etc. How can I best

Re: [flexcoders] filterFunction for Array problem

2008-04-21 Thread grimmwerks
Seems like 'some' is more what I want...? On Apr 21, 2008, at 3:19 PM, grimmwerks wrote: I've got an Array of class objects (a class Circle with a property percentage) coming in. I've got 4 Numeric steppers that are supposed to control each Circle's percentage -- trouble is each of the 4

  1   2   3   >