[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 is

[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 community since i've

[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] 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, How do I set the selectedIndex

[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.

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
the scheduling API... however, for a Google like calendar solution, Ely's version is perfect for our needs. Amazing work with the transitions and effects on it... Brendan On 2/4/07, maunger [EMAIL PROTECTED] wrote: Hi y'all I've been messing with Ely's Calendar and am learning lots

[flexcoders] Re: Ely's Quietlyscheming Calendar

2007-02-04 Thread maunger
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 into something that's probably pretty basic, but i'm just not grasping the problem here obviously. I

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

2007-02-04 Thread maunger
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maunger Sent: Sunday, February 04, 2007 1:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Ely's Quietlyscheming Calendar Hi y'all I've been messing with Ely's Calendar and am learning lots... i posted a note over

[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

[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: 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

[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,

[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't

[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 trying Flex,

[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=safarirls=enq=flex-2+form+exampleie=UTF-8oe=UTF-8 shows quite a few examples of Flex based forms Mitch --- In flexcoders@yahoogroups.com, Toby

[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

[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] 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 To:

[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

[flexcoders] Re: Flex 2 calendar framework announced

2006-10-25 Thread maunger
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] wrote: Hi y'all I can't believe i'm the first to post this but i don't see

[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 hoping for some kind of 'month

[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

[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: cursormanager and icons - can't seem to remove the original pointer

2008-02-06 Thread maunger
() - 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 Hi y'all sorry to bother but i'm having a tough time

[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] To: flexcoders@yahoogroups.com Sent: Wednesday

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

2008-02-06 Thread maunger
@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: how are you setting this? cause i tried it and 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

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

2008-02-07 Thread maunger
); 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 --- In flexcoders@yahoogroups.com, maunger maunger@ wrote: Hi y'all sorry to bother but i'm having a tough time

[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: 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. The

[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: 3 charts side by side but only one vertical axis?

2008-11-20 Thread maunger
, maunger maunger@ wrote: 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

[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.