Re: [flexcoders] Re: SWFLoader how to access host application

2006-07-18 Thread Jeremy Lu
Don't have Flex at hand, but I would try (from inside the loaded swf): this.systemManager.application.someMethod() you may have to cast each variable to correct type, something like SystemManager( this.systemManager).application.someMethod(). just my wild guess, might works. Jeremy. On

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Thanks to everyone for the replies. Unfortunately, this approach has a rather nasty side effect, which I can only assume is a bug. Also, isn't this the same as having an event handler for the dataChange event on the itemRenderer? The side effect is that if your DataGrid has a scrollbar and you scr

[flexcoders] Re: Problem with States and switching to a given state.

2006-07-18 Thread Tim Hoff
Hi Malik, Here is an example how to control view state with Cairngorm2. http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=422  -TH--- In flexcoders@yahoogroups.com, "malik_robinson" <[EMAIL PROTECTED]> wrote:>> > Hi,> > How do you change the state from within different mx

Re: [flexcoders] importing xml to my flex app

2006-07-18 Thread Jeremy Lu
One little addition to Tracy's post, when using attribute for labelField, don't forget to add an "@" sign, this is the E4X notation for accessing attribute. Jeremy. On 7/19/06, Tracy Spratt <[EMAIL PROTECTED]> wrote: Yes.   Assign my_xml to the d

Re: [flexcoders] help please

2006-07-18 Thread Samuel Reuben
See Uday,   You can use the contentWidth and contentHeight on the updateComplete event to determine how you want to show your images.   Some ideas could be that you set the visible to false while the images are loading and show them once you've got the logic worked out, as to what and how you wa

[flexcoders] Re: Flex Builder flakiness

2006-07-18 Thread ben.clinkinbeard
Hi Sho, The error resolution problem seemed to begin when I imported a sample project created by another user. I will investigate further tomorrow to see if it happens in projects created from within FB as well. I guess I didn't make this clear in my initial post but FB does exhibit the "smart ho

RE: [Junk E-Mail - LOW] [flexcoders] Run as Flex App - No complaints - No compile

2006-07-18 Thread Shannon Hicks
Yes, you set it so that it doesn't warn you not to compile when there are errors... To re-enable:   Project > Properties > Flex Compiler > Enable warnings   I think that's the setting you want.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Childre

[flexcoders] disabling selectionColor on DataGrid

2006-07-18 Thread Pan Troglodytes
Okay, I'm looking for the equivalent of useRollover=false for selectionColor.  I know I can set the selectionColor to a specific color.  But I don't want the selection to have ANY color applied to it.  I want it to stay the same color it was, which will be different because of the alternating ro

RE: [Junk E-Mail - MED] [flexcoders] Problem with States and switching to a given state.

2006-07-18 Thread Shannon Hicks
You need to have LoginPanel.mxml fire off an event, then have Main.mxml capture the event, and change the state as the event result.   Add this code to LoginPanel.mxml:     [Event(name="loggedin",type="flash.events.event")]   Then change this:   In Main.mxml, add:       And change thi

[flexcoders] Re: Run as Flex App - No complaints - No compile

2006-07-18 Thread Tim Hoff
Hi Cameron, Look at Window -> Preferences -> Run/Debug -> Launching. Set "Continue launch if project contains errors" to Always. -TH --- In flexcoders@yahoogroups.com, "Cameron Childress" <[EMAIL PROTECTED]> wrote: > > Using FlexBuilder 2.0 and just testing out some basic code and think I >

[flexcoders] disabling selectionColor on DataGrid

2006-07-18 Thread Pan Troglodytes
Okay, I'm looking for the equivalent of useRollover=false for selectionColor.  I know I can set the selectionColor to a specific color.  But I don't want the selection to have ANY color applied to it.  I want it to stay the same color it was, which will be different because of the alternating ro

[flexcoders] Re: Actionscript Help

2006-07-18 Thread Tim Hoff
It code looks like it should work. The only thing that I see as a possible problem is that AS is asyncronous. myDP.addItem(item) might not be complete before calculateTotal() is called. You might have to create a setter for the ArrayCollection that triggers calculateTotal(). -TH --- In fle

Re: [flexcoders] Re: printing/zooming bugs

2006-07-18 Thread Samuel Reuben
The zoom in, zoom out problem was noticed and was fixed. I'll look into it. As far as I can see it works fine on the release player.   -sam  On 7/18/06, Daniel Tuppeny <[EMAIL PROTECTED]> wrote: Cool, thanks! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behal

RE: [flexcoders] unsubscribe.

2006-07-18 Thread Shannon Hicks
You can go to http://groups.yahoo.com/ and unsubscribe that way.   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug HughesSent: Tuesday, July 18, 2006 4:57 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] unsubscribe. Why the heck do I seem com

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread JesterXL
I think mini-7 is bitmap, you can find on Google or link below.  uni 05_53 is a ttf, though, so ingore him.  He's a cool looking pixel font.   http://www.myfonts.com/fonts/minifonts/mini7/   Saffron is the font rendering engine Flash Player 8+ uses.  I don't know when the hell they started

Re: [flexcoders] Do not reloaded images in TileList

2006-07-18 Thread Samuel Reuben
You could embed the images into the app. so that it is seen faster.   -sam  On 7/18/06, franto <[EMAIL PROTECTED]> wrote: Hi,i hope that there is some switch to not preloaded Images from web when I have TileList with some data Providerimages are downloaded based on this data providerbu

[flexcoders] Flex 2.0 components and (vision impared) accessability

2006-07-18 Thread Barry Beattie
1) is there any support for Screen readers (eg: Jaws, et al) in the Flex 2.0 components? any (code) examples of use? any gotchas? 2) can someone suggest links to reading up on Accessability and Flash? general design considerations, how-to's, etc? I'm especially interested in what happens when an

[flexcoders] Run as Flex App - No complaints - No compile

2006-07-18 Thread Cameron Childress
Using FlexBuilder 2.0 and just testing out some basic code and think I must be missing something pretty simple here. I have a really basic app that I can use flexbuilder to compile just fine. FlexBuilder builds it and sends me to a URL where it shows up in the web browser just fine. Then I modif

RE: [flexcoders] Undeploying Data Services Project

2006-07-18 Thread Allen Riddle
I upgraded my Tomcat to the newest version (5.5.17), and it fixed it. Very bizarre. It was even doing this with the samples that came with FDS.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Riddle Sent: Tuesday, July 18, 2006 2:03 PM To: flexc

[flexcoders] Re: Flex 2 .0 and .NET

2006-07-18 Thread mvbaffa
Thanks everybody FDS is not a must. If I had a reliable remoting solution I would be very happy. I have already downloaded fluorine, I will try with some internal projects, maybe this is the solution. Thanks again. --- In flexcoders@yahoogroups.com, "Lance Linder" <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Undeploying Data Services Project

2006-07-18 Thread Cathy Reilly
I'm not sure what type of log file entries you're seeing for the RedeployManager so I'm not sure what errors you're encountering.   However, RedeployManager isn't a critical piece of FDS and can be disabled through services-config.xml. If you disable this functionality, you'll need to rede

Re: [flexcoders] Re: SWFLoader how to access host application

2006-07-18 Thread milan kosir
Thanks, man,I've seen LocalConnection examples, but I assume that it is faster/more secure/etc. to talk directly, if swf is loaded inside some other swf and they are both AS3. From host to loaded swf (when this is loaded/initialized) it is quite simple, like it is described in help ( http://live

[flexcoders] unsubscribe.

2006-07-18 Thread Doug Hughes
Why the heck do I seem completely unable to unsubscribe from this list?   I’ve followed the instructions at the bottom of the message (and replied to their reply) to no effect.  Arg!    Doug __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

RE: [flexcoders] Flex Builder flakiness

2006-07-18 Thread Sho Kuwamoto
The issue about not resolving errors upon saving a file is troubling. If you can isolate the bug any further, it would help us solve it.   The "smart home" approach is not something we had time to implement for FB 2.0. Sorry!   -Sho From: flexcoders@yahoogroups.com [mailto:[EMAI

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread hank williams
Sorry Jesse, but I didnt quite understand what you were saying.is mini-7 a font? Where can I find it? Same for uni 05_53?And I assume saffron is a truetype font and you are saying even though it is a truetype font that it works really well in small type. Is that right? Hank.On 7/18/06, JesterXL

RE: [flexcoders] Re: Drag Selection of Multiple Objects in TileList >> HUGE BUG!

2006-07-18 Thread Matt Chotin
If you can send us a test case at http://www.adobe.com/go/wish we can look into it.  I don’t remember any known TileList multi-select D&D issues but I’m sure there could be something.  It may be that if we investigate we can also provide a workaround or tell you how to patch your framew

RE: [flexcoders] importing xml to my flex app

2006-07-18 Thread Tracy Spratt
Yes.   Assign my_xml to the dataProvider property of the List.   Then, depending on the structure of your xml, specify labelField or define a labelFunction.   You’ll need a more specific question for a more specific answer.   Tracy   From: flexcoders@yahoogroups.com [m

RE: [flexcoders] Repeater problem

2006-07-18 Thread Tracy Spratt
Try: dataProvider="{ rpCustomFields.currentItem.CustomFieldItems }"   Tracy   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox Sent: Tuesday, July 18, 2006 5:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Repeater problem  

RE: [flexcoders] Actionscript Help

2006-07-18 Thread Tracy Spratt
It looks ok, what exactly is not working?   Do the myDP[i].price and myDP[i].quantity expressions trace out values in the loop?   Tracy     From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of s_hernandez01 Sent: Tuesday, July 18, 2006 3:04 PM To: flexc

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread hank williams
Thanks Dirk,Unfortunately I am already using flashType. And it is better than just plain old direct truetype, but it still, I dont think, looks great for fonts used in the UI. But perhaps some fonts would look really good and I am just using fonts that dont work as well with flashtype. I am just

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread hank williams
You can use flash 9 or flash 8, but you must create a swf that has the font from which you embed the font. Who knows why adobe requires the user of flash to do this but thems are the rules. When you do this you get the benefit of flashType as opposed to regular truetype rendering. I would imagin

[flexcoders] Re: open new window using ExternalInterface

2006-07-18 Thread sufibaba
I had a problem with Firefox with this example. As it turns out, opening a window with the ExternalInterface for firefox doesn't work. The work around is to use var request:URLRequest = new URLRequest(strURL); try { navigateToURL(request);

Re: [flexcoders] Re: Drag Selection of Multiple Objects in TileList >> HUGE BUG!

2006-07-18 Thread Dekayd
I don't know about dragging and dropping but in Flex 1.5 you had to enable multiple selection in the tree. It was not on by default. I am guessing this is also the case with Flex 2. multipleSelection="true" --Kelly rabbihamster wrote: > > ok the unfortunate verdict: > > although it is possib

[flexcoders] Flex Based Point of Sale System for NYC thrift store

2006-07-18 Thread housingworksauctions
Hi all.. I work for a Non-Profit run Thrift Store in New York City called Housing Works. We are looking to computerize our cash register and inventory systems and I am think of using flex to develop this system. We already use coldfusion to power our basic sales reporting system, store managers

Re: [flexcoders] VideoDisplay Problems

2006-07-18 Thread JesterXL
Kill it. It's possible to get corrupted MovieClips, so I'm sure if you pass garbage data into something and it can't filter it out, your best bet is to make a new one. Try using a catch for the 1k error, and if so, remove it from the display list, remove it's listeners, and delete the mofo. T

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread JesterXL
Dirk, why do you need to use Flash 8 to do this? Why can't you just embed Verdana, and set it to use advanced anti-aliasing via CSS? - Original Message - From: "Dirk Eismann" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 18, 2006 4:18 PM Subject: RE: [flexcoders] Are there any good flash

[flexcoders] VideoDisplay Problems

2006-07-18 Thread alpharythms
I've discovered that if you load an invalid source into the VideoDisplay it will no longer work even if you change the source to a valid one later and will get the Error:1000 if you try to issue a Play() command. Might be a clue on how to work around your video problems. And of course if anyone h

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Tim Hoff
Hi Ben, As Stacey suggests, put this function in your itemRenderer: override public function set data(value:Object):void { super.data = value; cb_planNumber.selected = false; } Everytime the data changes in the itemRenderer, the function will execute. -TH --- In flexcoders@yahoogrou

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread JesterXL
I believe you are correct; advanced anti-alias only works on embedded fonts.   If you don't embed the fonts, however, there is no guarentee the user has them, thus they can't be seen unless you embed them.   If you are looking for small fonts, yeah man, I'd stick with bitmap fonts, like mi

[flexcoders] Flex2: Bizarre binding problem

2006-07-18 Thread Tobias Patton
Hello Flexcoders;   I’m hoping someone can help me understand what’s going on here.   I have a custom component that subclasses Canvas. It works much list a List in that it uses a dataProvider to pass a data object to child object (item renderer). The child objects render the data obj

[flexcoders] Re: Drag Selection of Multiple Objects in TileList >> HUGE BUG!

2006-07-18 Thread rabbihamster
ok the unfortunate verdict: although it is possible to select and drag mulitple items in the tile viewer ( via Cntrl+Shift ) the visual feedback is very buggy. if i select 5 various items.. and drag them - the dragger feedback is completely off and irregular - it only shows 2 items being dragged

RE: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread Dirk Eismann
You may want to take a look at FlashType fonts. These can be used in Flex 2 and display much better than normal fonts. The Flex 2 documentation has a chapter on how to use FlashType. Dirk. Von: flexcoders@yahoogroups.com im Auftrag von hank williams Gesendet:

[flexcoders] Flex Builder flakiness

2006-07-18 Thread ben.clinkinbeard
FB seems to behave very unpredictably for me. On my machine at work it will not find or resolve any errors upon saving a file. To do either of those things I must actually build/launch the app. On my home machine, FB doesn't use the 'smart home' approach where pressing the Home key takes you to th

[flexcoders] Re: open new window using ExternalInterface

2006-07-18 Thread Doug Lowder
See if your browser's popup blocker is interfering. { WindowObjectReference = window.open(strUrl,null, "resizable=yes,scrollbars=yes,status=yes"); if (WindowObjectReference == null) alert("Popup blocked!"); } else { --- In flexcoders@yahoogroups.com, "wi1df1ower" <[EMAIL PROTECTED]>

Re: [flexcoders] SWF Loader

2006-07-18 Thread JesterXL
Here's a technote on it: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=749eaa47&pss=rss_flex_749eaa47   - Original Message - From: Derek Vadneau To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 3:47 PM Subject: Re: [flexcoders] SWF Loader Awesome explanation, J

[flexcoders] Positioning Rollovers

2006-07-18 Thread Ethan Miller
Greetings - What are the best methods for creating, styling and positioning rollovers? On the creation front, it looks like the popup manager and tooltips are the obvious candidates? Are the others? Re: positioning the popup manager provides centering, but I have yet to find a way to have

[flexcoders] Not acept drag on Tree nodes

2006-07-18 Thread Jesús Iglesias
Hi,   I have a tree in which I want to enable drag and drop between main nodes, i.e. the tree have online nodes and subnodes, what I want is to enable subnode's drag and drop, from one node to another. The problem is I don't know how to reject the drag when your are on a subnode (showing

RE: [flexcoders] Re: Scaling up.

2006-07-18 Thread Carson Hager
Not at all.  Drop either Dave or me an email offline and we can discuss it in more detail.     Thanks, Carson  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com Email:  [EMAIL PROTECTED]Office:  866-CYNERGYMobile: 1.703.489.6466  

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread hank williams
I have experimented extensively with fonts in flash 8 and in flex and while they look better than flash 7, there is nothing like pixel fonts for interface. Of course also probably a lot is dependent on the specific true type font. I would imagine that some work better than others, but I am not s

[flexcoders] Actionscript Help

2006-07-18 Thread s_hernandez01
Hey could anyone tell me why this actionscript function does not work? I want to try and total the prices of all the items that get put into my shopping cart.

[flexcoders] Re: Flex and Server-Side Technology Recommendations

2006-07-18 Thread Tom Jordahl
--- In flexcoders@yahoogroups.com, "Nick Collins" <[EMAIL PROTECTED]> wrote: > > So Tom, when are you going to include newer MySQL drivers by default, > instead of requiring users to manually update the drivers and specify them > when creating a DSN? I'm using MySQL 4.1 and even that old of a versi

[flexcoders] Undeploying Data Services Project

2006-07-18 Thread Allen Riddle
Whenever I WAR up my Data Services project, everything is fine. Whenever I undeploy it, whether through ANT or the Tomcat Manager, my log file has numerous entries for RedeployManater, and the entries never end. When I came in today, the log file was at 53 gig. Is there anything specific

Re: [flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread JesterXL
Keep in mind Flash Player 9 supports Flash Player 8's new Saffron font engine.  So, if you embed the font in your CSS, you can use the mofo, and she'll look hot.  Don't forget to turn advanced anti-aliasing on.  I believe Flex 2 utilizes _sans; which is basically Verdana (device font).  An

[flexcoders] open new window using ExternalInterface

2006-07-18 Thread wi1df1ower
Can anyone tell me why the following is not working? --in the actionscript: public function openWindow():void { var strFunction:String = "openWindow"; var strURL:String = "http://www.yahoo.com";; var strCall:String = ExternalInterface.call(strFunction,strU

[flexcoders] Are there any good flash fonts that will work well in flex

2006-07-18 Thread hank williams
One of the key things to defining an apps look and feel is fonts. But I find that truetype fonts just dont come out looking as good as flex's built in bitmap font. But I really dont want to look like every other application. In flash I know there are companies that sell great fonts, but I am won

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
Awesome explanation, Jesse. While I don't completely agree with the blocking issue the others are enough to convince me. Thanks. On 7/18/06, JesterXL <[EMAIL PROTECTED]> wrote: LocalConnection.  Why?   Browser support.   I've seen no reports on Flashcoders,

[flexcoders] Re: Adobe Resources

2006-07-18 Thread stephenmartin2
You can access all of the doc, in all available formats, from here: http://www.adobe.com/support/documentation/en/flex/ Stephen Yahoo! Groups Sponsor ~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XIS

RE: [flexcoders] Best $$$ Price on Flex? (The Scoop)

2006-07-18 Thread Kevin Mulvihill
Actually, it turns out David is correct, exactly as stated.   From the Education Purchasing FAQ at http://www.adobe.com/education/purchasing/faq.html:   "Good news! You can use Adobe Education software (any title!) to produce commercial/professional paid-for work when you leave school, or e

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
I'm sorry Stacey, I don't follow. Can you please explain further? Thanks, Ben --- In flexcoders@yahoogroups.com, "Stacey Mulcahy" <[EMAIL PROTECTED]> wrote: > > Can you not overwrite the data property it sets using the override and > setting the data of the super to the value and doing what you w

[flexcoders] Binding 2 datagrids and videoDisplay

2006-07-18 Thread tonyx_788
hi everyone,i have two datagrids1st datagrid id="datagrid1" dataprovider="myxml.xml"2nd datagrid id="datagrid2" dataprovider="{datagrid1.selectedItem.video}"and a videoDisplay source="{datagrid2.selectedItem.video}" i tried with [EMAIL PROTECTED] and nothingi get this errorno bitrate match error

[flexcoders] Re: MenuBar itemClicked event not firing

2006-07-18 Thread Mike_Robinson_98
I just ran into this issue. Apparently menu items refer only to submenus. Menus without submenus are not considered menu items are therefore do not respond to the itemClicked MenuEvent. However, they will respond to the click MouseEvent. So it looks like you'll need 2 handlers - one for itemClicked

[flexcoders] Re: Flex and CF

2006-07-18 Thread Jim
Damon, When you say, "They live nicely side-by-side," how is Coldfusion loaded? Built-in Web Server, Multiserver (JRUN4), Using IIS or Apache? Do they work side-by-side if CF is loaded with JRUN and FDS is loaded with JRUN too, on the same machine? Coldfusion developers everywhere are having issu

[flexcoders] Re: how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread Doug Lowder
Hi Hank, You might be thinking of the Panel class. Setting cornerRadius on Panel with roundedBottomCorners="false" results in rounded corners at the top only. I doubt this will work for the Canvas class. I got rounded corners at the top only in the CSS box explorer using: corner-radius: 10px

[flexcoders] RE: MenuBar itemClicked event not firing

2006-07-18 Thread shahlavi
I have a menubar with menu items which have submenus and some that don't. The submenus are firing the itemClicked event as expected, however the menu items which don't have any submenus are not firing any events at all! This is directly from the Flex 2 final docs: "itemClick (MenuEvent.ITEM_CL

[flexcoders] Re: Yahoo Maps questions

2006-07-18 Thread jgraham_us
I need this to work in Flex 1.5, is there a similar way to get it to work? Basically I just need to know when the link was clicked or for that matter the marker was clicked. --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > Learn from the master. Nahuel's app won i

RE: [flexcoders] Flex 2 .0 and .NET

2006-07-18 Thread Lance Linder
I have had excellent results using the open source Fluorine project on several internal projects. It doesn’t support all the features of FDS like WebORB but you do get full AMF3 remoting capabilities with .NET 1.1 and 2.0.   With the results I have had this far I will likely use Fluor

[flexcoders] Do not reloaded images in TileList

2006-07-18 Thread franto
Hi,i hope that there is some switch to not preloaded Images from web when I have TileList with some data Providerimages are downloaded based on this data providerbut when there is mroe items and scrollbar appears, and I scroll with it, all new images (or old ones which was hided) are loaded

[flexcoders] XML tree dataprovider

2006-07-18 Thread Michael
I have an xml structure that is feeding a tree.  Whenever I populate the tree it shows Object as a branch and when I open that branch it shows all of the children.  How do I show the object branch and only children that are tasks(and the task children)?  I don’t think I want to remove any

[flexcoders] Re: SWFLoader how to access host application

2006-07-18 Thread flexnewbie06
Milan, you may be light years ahead of me...I don't know. However, I was working on getting my Flex app to communicate with my loaded SWF and the only way I could accomplish this was to use LocalConnection. My Host app can send and listen from the loaded SWF and vica versa... I don't know if th

[flexcoders] importing xml to my flex app

2006-07-18 Thread flexnewbie06
Is is possible for me to populate a list in my app with an external XML doc. So far, I have the xml doc loaded into XML object in my app using URLLoader and when I trace my_xml.toString(), my xml doc is in fact loaded the XML object. I guess my problem from here is how to access the attributes

Re: [flexcoders] how to do rounded corners on just the top or just the bottom of a canvas

2006-07-18 Thread hank williams
I have spent the morning playing with this, and aside from the fact that it seems to kill the ability to set basic parameters like background color without its own internal replacement, it seems like overkill.I seem to remember there was a way to just say "round the top corners of this object".

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Just to clarify, I was wondering if the "side-by-side" was meant to be taken literally. Sorry if this is a dumb question. Thanks, Ben Yahoo! Groups Sponsor ~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.cl

RE: [flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Stacey Mulcahy
Can you not overwrite the data property it sets using the override and setting the data of the super to the value and doing what you want?   Override public function set data (value:object):void{ super.data="" cb_planNumber.selected=value.someBoolean// do stuff } From: flexco

[flexcoders] Serialization issues with floats

2006-07-18 Thread Mike_Robinson_98
I have a rounded float value on the server of, say 0.7887. When it gets servialized and arrives at the client it becomes 0.7886999845504761. Is there a way to maintain the precision of the source value during serialization? Or is my only choice to round it again after arriving at the client? Has an

RE: [flexcoders] Re: Change graphical skin of a button control at runtime?

2006-07-18 Thread Lance Linder
I will have to give this a try again. The first time I tried something like this I received cast errors saying that I couldn’t cast type Bitmap to type Class. I haven’t seen anything in the docs about this but I will dig some more in hopes there is something in there.   Thanks, Lance

[flexcoders] Re: State vars: good, bad, ugly?

2006-07-18 Thread ben.clinkinbeard
Thanks for the replies everyone. My app/TN actually has 8 states/tabs, but I still ended up going with the simple approach. In case anyone is interested, the code is below. Further thoughts still welcome. And the function that keeps my model updated when the tabs are directly

RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread Matt Chotin
I would think that I deserve a “trust all messages from” setting by now J   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven Webster Sent: Tuesday, July 18, 2006 8:03 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] w00t (Ale

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Thanks for the reply, Tim. Unfortunately, the selected state is not held in the data. The checkboxes should always begin unchecked, but the user can (obviously) check them. The checkboxes apparently get reused though, not all created every time, because cb_planNumber.selected = false; does not work

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Tim Hoff
Actually Ben, you shouldn't have to get the data in the itemRenderer.  The data should be passed to the itemRenderer from the DataGridColumn.  The itemRenderer would look like this: http://www.adobe.com/2006/mxml" horizontalAlign="center">   -TH--- In flexcoders@yahoogroups.com, "Tim Hoff" <

Re: [flexcoders] SWF Loader

2006-07-18 Thread JesterXL
LocalConnection.  Why?   Browser support.   I've seen no reports on Flashcoders, Flexcoders, or blogs about LocalConnection "not working".  I've seen a few for ExternalInterface.  Usually they are work aroundable, but that's one more thing to worry about in an already diffucult profession.

[flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-18 Thread David
Thanks David, i will definitely read up on them. But just to confirm, RemoteObject can be used the same way Flash Remoting works, minus any push technology and/or other FDS features? Thanks again, david Yahoo! Groups Sponsor ~--> See what's insid

[flexcoders] Flex + CF + FMS

2006-07-18 Thread Jeremy Rottman
Anyone know where I can find a tutorial on how to work with flex 2, cf, and fms. I cant find a single tutorial on the adobe site or anywhere else. Yahoo! Groups Sponsor ~--> Something is new at Yahoo! Groups. Check out the enhanced email design.

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread Tim Hoff
Hey Ben, In addition to setting the label, you have to set the selected property. var q:QName = new QName(DOCUMENT_METADATA_NAMESPACE, "PlanNumber");var r:QName = new QName(DOCUMENT_METADATA_NAMESPACE, "PlanNumberSelected");cb_planNumber.label = data[q];cb_planNumber.selected = data[r];Depending

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
Hi Jesse, Would you recommend LocalConnection over ExternalInterface for this type of communication? Just wondering what the pitfalls of using ExternalInterface might be. On 7/12/06, JesterXL <[EMAIL PROTECTED]> wrote: Sorry, I posted the wrong link earlie

[flexcoders] Re: Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Update on this bug, It seems that the bug is not in the tree's opening and closing, in my code, I have a bit of code that opens a branch node when the user clicks on the tree node row (not just on the branch opening icon). This opening code is hooked to the Tree's Click event. The problem seems

[flexcoders] align header text to the bottom of the header cell

2006-07-18 Thread Pan Troglodytes
I have a grid with several headers with headerWordWrap="true".  Some of the headers wrap and others don't need to.  Unfortunately, the text in the header aligns to the top of the cell.  I would like it to align to the bottom, so if there's a short, one word header it will be sitting on the botto

[flexcoders] Tree ItemRenderer and Scrollbar Bug

2006-07-18 Thread sufibaba
Hi Adobe Engineers, This bug happens when the tree control is over 600 pixels in height. Basically when the vertical scrollbar is moved up and down, the tree's nodes goes haywire. I've seen this bug in the beta although in the beta, it was much worse. Currently, the problem is much more pronoun

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Pan Troglodytes
Right, that's why I mostly phrased my original post in the form of suggestion rather than question.  :DOn 7/18/06, Tom Chiverton < [EMAIL PROTECTED]> wrote:On Tuesday 18 July 2006 15:38, Pan Troglodytes wrote: > I don't quite follow you.  When I print something from flex, under Page> Range, only

[flexcoders] Re: Scaling up.

2006-07-18 Thread ben.clinkinbeard
Telecommuters? --- In flexcoders@yahoogroups.com, "Dave Wolf" <[EMAIL PROTECTED]> wrote: > > No, not servers, but brain-power. To put bluntly we're looking for > the best RIA developers in the world, and I figured there's no better > place to look for that than Flexcoders, so here goes. > > Ba

Re: [flexcoders] need better supporting for printing selected pages

2006-07-18 Thread Tom Chiverton
On Tuesday 18 July 2006 15:38, Pan Troglodytes wrote: > I don't quite follow you. When I print something from flex, under Page > Range, only the "All" and "Selection" options are enabled. The "Current > Page" and "Pages" are disabled. Oh, that happens on real windows/mac machines as well ? I'm

[flexcoders] Re: How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Correction: even the labels are not updating sometimes. --- In flexcoders@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > Hello, I have seen this dicussed on here a bit but nothing seems to be > working for me. I have a DataGrid whose dataProvider property is bound > to an XMLLi

RE: [flexcoders] w00t (Alert to Moderators)

2006-07-18 Thread Steven Webster
Removed author from list; strange, Yahoo! Spamguard had filtered out some of Matt Chotin's messages, yet these ones got through. I'm saying nothing Matt. :-) > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes > Sent: 18

[flexcoders] Re: Flex and CF

2006-07-18 Thread dcooper2025
Specifically, you can just install Flex Enterprise Services on a J2EE server on the same machine as CF, configure everything and you're good to go. They live very nicely side-by-side. FYI, we've made the CF 7.0.2 doc for CF/Flex 2 integration available online where you can quickly reference it

[flexcoders] How do I reset itemRenderer inside DataGrid when dataProvider is updated?

2006-07-18 Thread ben.clinkinbeard
Hello, I have seen this dicussed on here a bit but nothing seems to be working for me. I have a DataGrid whose dataProvider property is bound to an XMLList. One of the columns, however, uses an itemRenderer to display a checkbox with a label. The label comes from the data item, so this is what my i

RE: [flexcoders] Adobe Resources

2006-07-18 Thread Hindman, Jeff
Is there a PDF available of this doc to download? Thanks -- -- Jeff Hindman   -Original Message-From: JesterXL [mailto:[EMAIL PROTECTED]Sent: Monday, July 17, 2006 11:54 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Adobe Resources This one works for me:

RE: [flexcoders] Dashboard Sample: problems

2006-07-18 Thread Matt Chotin
Compiled for the wrong player means using Beta 3 to compile but then using the released Player 9 or some other combo.  Since it works sometimes this is probably not the issue, I’m just mentioning what I’ve seen in the past.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PRO

RE: [flexcoders] State vars: good, bad, ugly?

2006-07-18 Thread Steven Webster
I'd advocate STTCPW (Simplest Thing That Could Possibly Work).  If you have a tab navigator with 3 states, then something like the below is going to be more than appropriate, and anything more complex is overkill.   If you have 100 states, it'll be cluttered and unmaintainable.   Somewhere

[flexcoders] Re: Could not resolve to a component implementation." problem

2006-07-18 Thread iamthelf
ok i find it :] it is because of windows's language for non-Unicode programs. somehow it changed to Turkish. Now it is english and there is no problem. i think it is because of the locale setting of flex compiler. oktay --- In flexcoders@yahoogroups.com, "iamthelf" <[EMAIL PROTECTED]> wrote: > >

[flexcoders] SWFLoader how to access host application

2006-07-18 Thread kosir.milan
Hi all, I'm posting this again after first unseccesfull post. I'd like to use SWFLoader to load some flex/AS3 swf, and when it is loaded into host application, I'd like to change some data on it, according to data in host application. I've seen examples in help about accessing loaded SWF with Syst

Re: [flexcoders] Could not resolve to a component implementation." problem

2006-07-18 Thread oktay nba
it is because of your windows's language for non-Unicode programs. in flex the default compiler's locale is english. so to change this setting to english will  solve your problem.oktay caglar On 7/18/06, iamthelf <[EMAIL PROTECTED]> wrote: hi;yesterday suddenly flex builder start to give "Could

  1   2   >