[flexcoders] RemoteObject dynamic destination?

2009-02-03 Thread maunger
I'm trying to save myself a few minutes and my brain... may be a waste of effort but I'm hoping someone can help. My local test environment is not SSL - our dev and production environments are. We have the services-config and remote configs set up properly no problem... everything works. Exc

[flexcoders] Re: 3 charts side by side but only one vertical axis?

2008-11-20 Thread maunger
t;tickPlacement", "none"); > > -Eddie > > --- In flexcoders@yahoogroups.com, "maunger" wrote: > > > > Hi y'all > > > > i have a customer who wants 3 charts jammed together (see the > customer's mockup with my > > note

[flexcoders] 3 charts side by side but only one vertical axis?

2008-11-20 Thread maunger
Hi y'all i have a customer who wants 3 charts jammed together (see the customer's mockup with my notes - http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but they only want one vertical axis with the values. I hope the image describes it better than i can with text. I've not

[flexcoders] Re: Flex Beta 3 to Flex 3 Migration Problems

2008-04-01 Thread maunger
I third this the only way i got up and running correctly was to purge my old workspace (rename it before opening FB) - that way it builds a new workspace and everything has run fine since. Mitch --- In flexcoders@yahoogroups.com, "Randy Martin" <[EMAIL PROTECTED]> wrote: > > I second this. Th

[flexcoders] Re: Key Down event lost after add a child component

2008-02-16 Thread maunger
Like Dan said, you gotta get focus back! you can do something like stage.focus = this; or stage.focus = Application.application.someobjectname; // if you want to point to something specific that you've named. --- In flexcoders@yahoogroups.com, "xmwang1982" <[EMAIL PROTECTED]> wrote: > > Hi

[flexcoders] Re: cursormanager and icons - can't seem to remove the original pointer

2008-02-07 Thread maunger
er.currentCursorID); > CursorManager.setCursor(blah, blah, blah); > > If thats not working I am not sure what to tell you. I would try it > from a method rather than inline but thats the only code I've seen > that works. > > HTH, > Ben > > > > > ---

[flexcoders] Re: cursormanager and icons - can't seem to remove the original pointer

2008-02-06 Thread maunger
it worked for me Mouse.hide(); > > > - Original Message > From: maunger <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Wednesday, February 6, 2008 8:54:23 PM > Subject: [flexcoders] Re: cursormanager and icons - can't seem to remove the >

[flexcoders] Re: cursormanager and icons - can't seem to remove the original pointer

2008-02-06 Thread maunger
Another good try, but that isn't doing it either. Must be something else going on here. --- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > Mouse.hide(); > > > - Original Message > From: maunger <[EMAIL PROTECTED]> >

[flexcoders] Re: cursormanager and icons - can't seem to remove the original pointer

2008-02-06 Thread maunger
anager.hideCursor() > > > - Original Message > From: maunger <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Wednesday, February 6, 2008 7:55:37 PM > Subject: [flexcoders] cursormanager and icons - can't seem to remove the > original pointer

[flexcoders] cursormanager and icons - can't seem to remove the original pointer

2008-02-06 Thread maunger
Hi y'all sorry to bother but i'm having a tough time with something and i just can't figure out what i'm doing wrong - have searched the net and this group for answers but i'm not putting 2 & 2 together in my head it seems. I'm using the CursorManager.setCursor (pencilIcon) to set the cursor

[flexcoders] Re: New Flex Aggregator

2007-10-16 Thread maunger
but it ain't done in flex :) --- In flexcoders@yahoogroups.com, "Seth Caldwell" <[EMAIL PROTECTED]> wrote: > > You meant http://www.flexbloggers.com > > =) > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Scott Stroz > Sent: Tuesday, October 16, 2007 2:50 PM

[flexcoders] Re: keeping a drawn line attached to 2 objects

2007-06-05 Thread maunger
Tom - i get it now... basically, the 'new UIComponent' you mentioned is a canvas (for example) that i make 'clear' and then draw the line in that canvas. I got some help from Peter Ent on this one too :) I've done that now and the line is selectable! Yippee :) Thanks guys. --- In flexcoders@

[flexcoders] Re: keeping a drawn line attached to 2 objects

2007-06-05 Thread maunger
Clint, i think i'm in exactly the same spot as you -- good timing :) I think tho that i'm wanting the line between the objects in my application to be an object that is selectable... am i wrong in believing that the lineTo method just draws a line that the user can't select? did i say "flex graph

[flexcoders] Re: forms examples

2007-04-03 Thread maunger
Toby, might i suggest that for a simple request like this, maybe a quick google search would produce results? http://www.google.com/search?client=safari&rls=en&q=flex-2+form+example&ie=UTF-8&oe=UTF-8 shows quite a few examples of Flex based forms Mitch --- In flexcoders@yahoogroups.com, Toby Tre

[flexcoders] Re: more news on our upcoming marketing efforts

2007-02-09 Thread maunger
You go Matt! (And all of the Flex team for that matter!) excellent news Mitch --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > http://weblogs.macromedia.com/flexteam/archives/2007/02/flex_campaign_f. > cfm > > Hopefully we're going to see an influx of people tryin

[flexcoders] Re: Validator: disable active validator

2007-02-07 Thread maunger
Hey Fritz, what's the 'timing' on this? I mean, under what conditions do you want to disable the validation? Mitch --- In flexcoders@yahoogroups.com, "fritzdimmel" <[EMAIL PROTECTED]> wrote: > > Hi! > I've a form with many controls (TextInputs, ...) to validate. > Everything works fine but I can

[flexcoders] Re: Flickr and Flash Player Sandbox

2007-02-06 Thread maunger
I was looking for the flickr code last night and found the labs one... but it is getting a channel.security.error http://flexapps.macromedia.com/labs/flickr/FlickrMain.html and in a little bit i get the timeout error maybe flickr changed their site? --- In flexcoders@yahoogroups.com, Webdevotio

[flexcoders] Re: Scrollable Content

2007-02-06 Thread maunger
I think maybe you're getting a bit lost in the containers... if you properly nest them, Flex will automatically build the scroll bars to allow you to see the entire text. As far as i know, there aren't any limits to the length of a container, but if the parent container is defined to be shorter th

[flexcoders] Re: Set DateChooser selectedDate to Current Date

2007-02-05 Thread maunger
i think this code works... the disabledRanges is for sure working (the today.getTime() - millisecondsPerDay thing let's me set it up so the user cannot select dates in the past) // these will be used in the date fields public static const millisecondsPerDay:int = 1000 * 60 * 60 * 24;

[flexcoders] Re: Apollo features

2007-02-05 Thread maunger
At one point about 2 years ago, i was asked to develop a simple CF app that helped managers write some 'weekly status reports' that were rolled up to upper management and then some of those items were rolled up even further up the tree etc. it died a miserable death after a while because many

Re: scheduling API on Labs (was RE: [flexcoders] Ely's Quietlyscheming Calendar)

2007-02-04 Thread maunger
ffort and will go as fast as folks out in > the community contribute. > > -David > > ________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of maunger > Sent: Sunday, February 04, 2007 1:52 PM > To: flexcoders@yahoogroups.com > Subject

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
gt; Hey Mitch, > > Can you run in debug mode and then paste the entire error output from the FB > console? > > Brendan > > > On 2/4/07, maunger <[EMAIL PROTECTED]> wrote: > > > > Hi Brendan! thanks for your reply. > > > > I've run

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
ested to find out what others are using it for and potential bugs/fixes > they've found as well. > > I'm also interested to see/hear new info about the scheduling API... > however, for a "Google" like calendar solution, Ely's version is perfect for > our n

[flexcoders] Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
Hi y'all I've been messing with Ely's Calendar and am learning lots... i posted a note over on his blog comments wondering if anyone out there is actually using this and has improved it in any way - but I'm sure there's a lot more traffic over here, so I thought I'd ask here as well. There's

[flexcoders] Re: How to set selectedIndex on comboBox equal result from rpc call??

2007-01-29 Thread maunger
I found a ben forta blog about how to do that and it is linked in my blog: http://web.mac.com/maunger/iWeb/MitchBlog/Chattering/E2D81F98-2575-4E33-8F4D-FB8BAFFA22C5.html --- In flexcoders@yahoogroups.com, "malik_robinson" <[EMAIL PROTECTED]> wrote: > > > Hi, > >

[flexcoders] Re: How do you format your code?

2007-01-29 Thread maunger
Gee - and here i was thinking i was the only one who did it that way! Funny I always thought it was easier to read (tho certainly makes the files longer) when you put each entry on its own line like your sample. Mitch --- In flexcoders@yahoogroups.com, "Pan Troglodytes" <[EMAIL PROTECTED]> wrote

[flexcoders] My flex blog - trying to add back to the community a little

2007-01-15 Thread maunger
Hey y'all just thought i'd let you know i've created my own blog and i've been adding some of my lessons about flex there the URL is kinda long but here ya go http://web.mac.com/maunger/iWeb/MitchBlog/Chattering/Chattering.html thought i should be contributing back to the

[flexcoders] Re: Flex/Flash on The iPhone ?

2007-01-10 Thread maunger
I suspect that the "pinch" as Steve called it is an iPhone event and not a 'mouse' event - the phone does the zooming of the interface in and out based on the pinch - since there currently aren't any applications that look for a similar 2 fingered event (at least at the moment) then i doubt apple i

[flexcoders] Re: HTTPService url problem

2006-10-25 Thread maunger
Is it ok if I sorta hijack this thread a tiny bit? I'm wanting to access data on a website that requires that I log in... (this is just one of many...) http://www.stockxpert.com/index.phtml i cannot figure out how to get their site to let me log in. It has the standard username and password fiel

[flexcoders] Re: Flex 2 calendar framework announced

2006-10-25 Thread maunger
Thanks Tom, that indeed is awesome! Can't wait to get my hands into this. Mitch --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 24 October 2006 19:10, maunger wrote: > > I haven't had much time to look thru it yet, but I was

[flexcoders] Re: Flex 2 calendar framework announced

2006-10-25 Thread maunger
ravel whenever they want - it isn't fair... boohoo ;) Mitch --- In flexcoders@yahoogroups.com, "Nick Collins" <[EMAIL PROTECTED]> wrote: > > You're probably the first because all the usual announcers are at MAX > > On 10/24/06, maunger <[EMAIL PROTECTED]&g

[flexcoders] Flex 2 calendar framework announced

2006-10-24 Thread maunger
Hi y'all I can't believe i'm the first to post this but i don't see anything else posted so far today. Anyway, Adobe Labs site has the new "scheduling framework" released as alpha http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework I haven't had much time to look thru it yet, but I w