Re: [flexcoders] Re: Mock objects in AS3

2008-01-28 Thread Christophe Herreman
Hi all, has anyone made any progress on this? regards, Christophe 2008/1/6, aduston1976 [EMAIL PROTECTED]: Hi, Sorry for being out of the conversation for a few days. I ran into a problem while trying to do this using hxasm. If I write out the bytecode for a class definition to a

Re: [flexcoders] Re: Seriously, what is the 'right' way to do default styles?

2008-01-28 Thread Tom Chiverton
On Friday 25 Jan 2008, ben.clinkinbeard wrote: It seems that Flex 2 does in fact autosize, but it has a minimum size of 12 x 12 to do so. If you assign an image whose dimensions are smaller than that as a skin, the button will be scaled up to 12 x 12 12x12 is about the smallest target I can

Re: [flexcoders] First flex app

2008-01-28 Thread Tom Chiverton
On Thursday 24 Jan 2008, Paul Andrews wrote: I can feel a very old html website debate coming on. Don't get me started on the BBC's site :-) -- Tom Chiverton Helping to heterogeneously orchestrate sexy networks on: http://thefalken.livejournal.com

Re: [flexcoders] Gauge, Dial, or Speedometer component

2008-01-28 Thread Tom Chiverton
On Friday 25 Jan 2008, Cailie Crane wrote: Trying to find a visual component that looks like a gauge, dial, or speedometer. Can anyone point me towards such a component (commercial or non-commercial) that can be used in a commercial web application? I'm sure there was a DevNet article that

[flexcoders] Dynamic Proxies feature request

2008-01-28 Thread Christophe Herreman
Hi all, I just submitted a feature request for dynamic proxies in Adobe's Jira: http://bugs.adobe.com/jira/browse/ASC-3136 This is directly related to the discussion we have going on about Mock Objects in AS3: http://tech.groups.yahoo.com/group/flexcoders/message/90890 Please consider this an

[flexcoders] Is this GREAT deal of purchasing Flex any good.

2008-01-28 Thread jb.gardiner
Recently I got an email of a great deal for • BEA Workshop™ Studio 10.1 • Adobe® Flex™ Builder™ 2 • Adobe® Flex™ Charting™ 2 • Adobe® Flex™ SDK 2 for 600 US. This is suppose to include a free Flex3 update. I have been using Flex 3 Beta and LOVE it, and am waiting till

[flexcoders] a rather odd thing about ResourceBundle

2008-01-28 Thread li_rang
Hi,All, I am creating an application for three languages. To make things easier, I am using resource bundle to manage images, (you know, different languages will need different pictures). My code is like following: [ResourceBundle(EmbeddedClassesBundle)] public var rb_embed_1:ResourceBundle;

[flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
I made a simple example of TitleWindow with TabNavigator and 2 states. Please check it out (source view available) at: http://www.svemir.net/flex/tabs_and_states/ Window crashes after pressing button for state change. But if you walk a bit over tabs (click Tab2 and Tab3) window changes state.

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, tpokrajcic wrote: In some cases something just crashes (like here) Just to be clear, are you seeing an actual crash (of player or browser), a run time exception, or something just not working ? -- Tom Chiverton Helping to administratively streamline enterprise-class

[flexcoders] Running a flex app from local file system

2008-01-28 Thread Greg Hess
Hi All, I am working with a remote team and I need to send them the application prototype for review. I thought all I need to do is add all the files in the output dir to a compressed file and send via email ect... The prototype is loading a local XML file to populate an UI component to

[flexcoders] Re: Is this GREAT deal of purchasing Flex any good.

2008-01-28 Thread Abyss Knight
Sounds possible but they want $999 for the bundle from BEA. Link: http://blogs.zdnet.com/Gardner/?p=2539 Product: http://www.bea.com/framework.jsp?CNT=index.htmFP=/content/products/weblogic/workshop/studio/ --- In flexcoders@yahoogroups.com, jb.gardiner [EMAIL PROTECTED] wrote: Recently I

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Jerome Clarke
I think what he's saying is... you press the button Open window and then press the button Change state and the window closes straight away... However if you press the Open window button and then click to Tab 2 and then Tab 3 and then press the Change state button... then the label in each tab

[flexcoders] Can the experienced rec. best combination of tools for Data Services and Flex.

2008-01-28 Thread jb.gardiner
Hi, With the recent release of all the different remoting tools for flex. I would really appreciate those who know could recommend to me what they recommend as the best development setup for doing Flex/DS type development. I have seen demos of Data services with Flex talking to the Java back

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
- Original Message - From: Abdul Qabiz To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 5:09 PM Subject: Re: [flexcoders] Role based rendoring of MXML components - visibility and editability I would not do any such role-based things on client, it's very easy to

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
TitleWindow closes instead of changing state. Silently, no exceptions thrown. Tom Chiverton-2 wrote: On Monday 28 Jan 2008, tpokrajcic wrote: In some cases something just crashes (like here) Just to be clear, are you seeing an actual crash (of player or browser), a run time

[flexcoders] DataServices (Service.Data.General) error...should I be concerned?

2008-01-28 Thread Kevin
I am getting a fairly consistent error in my logs... [Flex] 01/28/2008 10:56:06.277 [ERROR] [Service.Data.General] Failed to create collection property: null It doesn't seem to be crashing things, but i figure it can't be good. My only thought is that this could be caused by some transient

Re: [flexcoders] migration xml to json ??

2008-01-28 Thread Abdul Qabiz
Well it depends on your XML structure. You would have to change your code (bindings etc). There is JSON library available as a part of as3corelib project.. http://code.google.com/p/as3corelib -abdul On Jan 28, 2008 5:26 PM, sondang paruliant [EMAIL PROTECTED] wrote: dear all I was made

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
I generally had a lot of pain with states during past few weeks... This is a very simple example that doesn't work, and I have many others. In some cases something just crashes (like here), sometimes state changes don't apply everywhere and sometimes component coordinates get messed up (it seems

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Abdul Qabiz
I would not do any such role-based things on client, it's very easy to spoof http packets and a normal user can get access to Admin UI... Just be careful with that... If you have solid way to avoid any such security issues, go ahead. -abdul On Jan 28, 2008 8:49 PM, Paul Andrews [EMAIL

[flexcoders] Re: Resize Event Complete

2008-01-28 Thread jmfillman
Alex, Switch user is essentially the same in Vista as with XP (switch between user accounts, without closing your open applications). I don't have XP to test it on, but it appears like Vista resizes open applications to height and width of 0 pixels. When you log back in to your session, the

Re: [flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread Abdul Qabiz
crossdomain.xml on Yahoo! img servers doesn't allow all domains except Yahoo! servers.. As someone pointed out above, proxy is other option but you might need to change Yahoo! AS3 map's code so that it loads images via proxy...Be careful, it's gonna eat a lot of bandwidth and if your site is

[flexcoders] Re: TabNavigator+States=Crash

2008-01-28 Thread Fidel Viegas
Muzak wrote: Muzakread up on creationPolicy. Muzakhttp://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#creationPolicy Yep, you should read that. I have experienced the same problem until I actually discovered that accidentally. Then, I went to read the manual, and everything was

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Muzak
read up on creationPolicy. http://livedocs.adobe.com/flex/201/langref/mx/core/Container.html#creationPolicy - Original Message - From: tpokrajcic [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 3:33 PM Subject: [flexcoders] TabNavigator+States=Crash

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Jon Bradley
On Jan 28, 2008, at 12:09 PM, Abdul Qabiz wrote: I would not do any such role-based things on client, it's very easy to spoof http packets and a normal user can get access to Admin UI... Just be careful with that... If you have solid way to avoid any such security issues, go ahead.

[flexcoders] adding components ar run time

2008-01-28 Thread markgoldin_2000
I have a module and I am adding a component to it at the run-time: var newConsist:consistTabSet = new consistTabSet; var consist1TabSet:DisplayObject = consist1.addChild(newConsist); where consist1 is a canvas. In consistTabSet (mxml file) I have: ... customComponents:ListGridEditable

[flexcoders] VideoDisplay.totalTime is 0

2008-01-28 Thread polestar11
Hi there With Flex3B3 I am trying to init a slider bar to have a max value of a videoDisplay.totalTime value. I have bound it to the value, but it always returns 0. It looks like the value only gets initialized once the video has played through once, even though i only do the init on progress

[flexcoders] Deleting Item from XMLList

2008-01-28 Thread Daniel Freiman
I create an XMLList by concatenation. When I try to delete an item from the XMLList, it removes the item from the XMLList, and from the item's original parent node (example below). Is there any easy way to delete a single node from an XMLList without destroying other references to that node? Is

[flexcoders] Re: .actionScriptProperties

2008-01-28 Thread madflexcoder
I've had to make changes in the .actionScriptProperties files several times. Never used line returns tho. --- In flexcoders@yahoogroups.com, Glenn Williams [EMAIL PROTECTED] wrote: Looking into the .actionScriptProperties file in the root of my project, I can see this is where the compiler

[flexcoders] Re: Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread cool.king08
Dimitrios Fantastic solution! Though it limits to only one component rather than a block, this technique will work for my current requirement. I had the same solution but I was thinking of implementing a more advanced custom flex component which would work like: custom:Authorize

RE: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Dimitrios Gianninas
Here is my take: 1) roles should define an action that can be peformed, example: CREATEACCOUNT, ADDACCOUNT, SEARCHACCOUNT, etc... If you want to group users, do that from an administration point of view, the application itself should know only about the individual roles. This provides the

Re: [flexcoders] Re: TabNavigator+States=Crash

2008-01-28 Thread Jerome Clarke
After looking through the source code to how it works... it is not a bug :p... my mistake What's happening is the tab navigator doesn't create all the children because the property creationPolicy is set to auto the Flex framework checks to see if the property target is true ( in your case text1,

[flexcoders] Re: manual dragEnter event error

2008-01-28 Thread netdeep
Thanks for the answer. I actually did try dragOver previously and it doesn't work either. But after writing that post I finally figured out the answer from the Flex Developer's guide! I needed to set the background color of the HBox... Here's an excerpt from the guide: To use a container

Re: [flexcoders] DataGrid's Drag and Drop stops working after user clicks on column header.

2008-01-28 Thread Mark Lapasa
Thx Alex, that worked great! Alex Harui wrote: Because the sort remains active. You can remove the sort, or copy the sort to a new unsorted collection. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: AS3 code in exported Flash component not executing

2008-01-28 Thread cougar_shuttle
This problem is largely solved. I moved everything into Flex 3 and now I am not wrapping my MovieClip but just using UIMovieClip instead. Code is executing... ...but... ...I am still having trouble capturing mouse events beyond MOUSE_DOWN. Has anyone developed Flash Components with mouse

Re: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, Greg Hess wrote: remote HTTPService call and it seems to be generating security violations accessing the local file system. The client workstations are Windows Vista. Why not just embed the XML file ? -- Tom Chiverton Helping to apprehensively innovate fine-grained

[flexcoders] Flex 2.0.2 Flash player compatibility

2008-01-28 Thread rcoqueugniot
Hello everyone, Does somebody have a kind of compatibility matrix between Flex 2 and its dependent installed flash player 9.0.x ? Since which version does a particular function is supported ? Thanks a lot. -RC-

[flexcoders] No referrer header from firefox

2008-01-28 Thread Sam Nichols
Hi All, I was noticing some strange behavior when my script was run in Firefox and it turned out my httpRequests from firefox were not sending the referrer header, my requests in Safari sent the referrer just fine. Anybody else run into this problem or have a good solution? Thanks, Sam

[flexcoders] Flex 3 SDK license.properties question

2008-01-28 Thread Scott Melby
Sorry if I am missing something obvious here... but, when I expand the latest flex3 sdk I don't see a frameworks/license.properties file. So, I am wondering where I am supposed to plug my license information. When I build in Flex Builder 3 GUI I don't get watermark on my AdvancedDataGrid.

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread aceoohay
The answer to life, the universe and everything is 42. Would you be so kind as to share a bit more information with the unwashed masses? Paul --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: The workaround is a proxy server.

Re: [flexcoders] manual dragEnter event error

2008-01-28 Thread Sherif Abdou
try dragOver - Original Message From: netdeep [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 12:37:51 PM Subject: [flexcoders] manual dragEnter event error I am trying to drag a button from one panel to an HBox inside another panel and the dragEnter

RE: [flexcoders] Flex 3 SDK license.properties question

2008-01-28 Thread Matt Chotin
If it's on the same machine your Ant script should pick up the license.properties that flex Builder created. * Windows: %ALLUSERSPROFILE%\Application Data\Adobe\Flex\license.properties * Mac: /Library/Application Support/Adobe/Flex/license.properties * Linux:

Re: [flexcoders] Sprite memory footprint versus array+Shape

2008-01-28 Thread Sherif Abdou
ya it should, straight from Flex Reference For this reason, Shape objects consume less memory than Sprite objects that contain the same graphics. However, a Sprite object supports mouse click events, while a Shape object does not - Original Message From: cohcoloco [EMAIL PROTECTED]

Re: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread Hans
Hi, now, try commenting out everywhere that you try to set the character set ex. comment out stuff like // header('Content-Type: text/html; charset=UTF-8'); H. - Original Message From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 28 January, 2008 9:29:51

RE: [flexcoders] Flex 3 SDK license.properties question

2008-01-28 Thread Matt Chotin
You absolutely sure that ANT is using a beta 3 build? And you're using Flex Builder 3 Beta 3 with a serial number that I sent to you (since your beta 2 serial doesn't work with beta 3)? Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Melby Sent:

Re: Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread tpokrajcic
wow, it works. i can't express how much i'm glad it's not a bug :) thnx people, tomislav Jerome Clarke wrote: After looking through the source code to how it works... it is not a bug :p... my mistake What's happening is the tab navigator doesn't create all the children because the

[flexcoders] manual dragEnter event error

2008-01-28 Thread netdeep
I am trying to drag a button from one panel to an HBox inside another panel and the dragEnter only fires on intersecting with the BORDER of the HBox and not while inside the HBox itself. If I drag it quickly, if I drag it slowly, it registers a dragEnter event and then immediated the

[flexcoders] Rendering from controls on tab click

2008-01-28 Thread zlayde
I've got an app that dynamically draws the formItems, labels and various form controls on a VBox sitting inside a tab container. I'd like it to do the rendering on the tab change and it sort of does the job...almost. The form LABELS are not getting drawn on the tab change. The form controls show

[flexcoders] Adobe Air Error

2008-01-28 Thread Sherif Abdou
why do i get this error when i Debug, i have to do it twice for it to work. First time I get this error then i close it and then click again and it works Process terminated without establishing connection to debugger. Command: C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\bin\adl.exe

[flexcoders] Re: VideoDisplay.totalTime is 0

2008-01-28 Thread gjain_work
Yes, you should use meta data in the video. Anyways its a known bug which was deferred. https://bugs.adobe.com/jira/browse/SDK-819 Thanks, Gaurav Jain Flex SDK Team

[flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread ericbichara
Hi, I changed my file from ASCII to UTF8 encoding but get the following error in the service browser: Invalid AMF message #65279; Fatal error: Uncaught exception 'VerboseException' with message 'Cannot modify header information - headers already sent by (output started at

RE: [flexcoders] Re: Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Dimitrios Gianninas
Also think of this...when you create your views, use the Flex invalidation framework to your advantage. Basically allow every view to receive your user object and then decide what to show/hide, example: !-- ProductView.mxml -- mx:Box mx:Script private var _user:User; ... public

Re: [flexcoders] RichTextEditor - format preservation

2008-01-28 Thread Richard Rodseth
I see the bug was deferred without comment. If anyone has a workaround, I'd appreciate it. On Jan 24, 2008 8:30 AM, Richard Rodseth [EMAIL PROTECTED] wrote: Since I don't yet have a workaround for this issue, I wrote up a bug, in case something can be done:

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Greg Hess
Thanks Guys, Unfortunately, I am having difficulty getting both strategies to work. 1. Embed the xml file - It seems xml file format (xml) is not specifically supported by Flex and will require me to set the MIME type and the embedded object is a ByteArrayAsset. Is this the only

Re: [flexcoders] a rather odd thing about ResourceBundle

2008-01-28 Thread Abdul Qabiz
How does the directory structure look like? is assets1 folder inside en directory? -abdul On Jan 28, 2008 2:33 PM, li_rang [EMAIL PROTECTED] wrote: Hi,All, I am creating an application for three languages. To make things easier, I am using resource bundle to manage images, (you know,

[flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread ericbichara
Thanks for the replies, I tryed setting iconv_set_encoding(input_encoding, UTF-8); iconv_set_encoding(output_encoding, UTF-8); iconv_set_encoding(internal_encoding, UTF-8); inside my php class but didnt help at all. My gateway charset looks as follows: $gateway-setCharsetHandler(utf8_decode,

[flexcoders] Interview with John Wilker on 360|Flex Conference

2008-01-28 Thread Dan Wilson
Hey Guys, I've just interviewed John Wilker, co-founder of the excellent 360|Flex conference series. Rather than paste 5 pages of interview, you can read the full interview over at dzone.com. http://www.dzone.com/links/john_wilker_on_360flex_rias_and_new_kids_on_the_b.html If one of you has an

[flexcoders] Re: keyboard ocus within actionscript module

2008-01-28 Thread cougar_shuttle
That is working great - thankyou! I should have rtfm.

Re: [flexcoders] VideoDisplay.totalTime is 0

2008-01-28 Thread Johannes Nel
meta data in your video On Jan 28, 2008 12:38 PM, polestar11 [EMAIL PROTECTED] wrote: Hi there With Flex3B3 I am trying to init a slider bar to have a max value of a videoDisplay.totalTime value. I have bound it to the value, but it always returns 0. It looks like the value only gets

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
An interesting idea. I haven't got time to experiment, but here are some thoughts. There's two approacheas as I see it - 'outside in', or 'inside'. 'inside' would mean adding a call to a security object inside the custom object to inspect the security parameters and 'detach' any components

[flexcoders] Re: how to compile AS module in FB3?

2008-01-28 Thread gjain_work
--- In flexcoders@yahoogroups.com, cougar_shuttle [EMAIL PROTECTED] wrote: I have an actionscript module (subclass of mx.modules.Module) that I've been working with in Flex Builder 2. I have moved to Flex Bulder 3 beta. How do I compile the module? You can add modules (that you want to

Re: [flexcoders] manual dragEnter event error

2008-01-28 Thread Rob Rusher
You need to have something in the HBox for this to work the way you are expecting. All of the Container components work this way. Because the Panel comes with children, it will seem to work as expected, but if you try a Form or any variation of Box, Canvas, etc... it does not. So, in your HBox,

[flexcoders] Help with Tabbar

2008-01-28 Thread Marcio Napoli
When i defined font-size in CSS, not show correctly the label, only when label is truncate (...) .selectedTabText { color:#77; textRollOverColor:#77; textSelectedColor:#77; background-alpha: 1; background-color: #FF; /*

Re: [flexcoders] TabNavigator+States=Crash

2008-01-28 Thread Tom Chiverton
On Monday 28 Jan 2008, tpokrajcic wrote: Window crashes after pressing button for state change. But if you walk a Not here (FireFox, Linux, latest released debug player). -- Tom Chiverton Helping to continuously differentiate strategic e-markets on: http://thefalken.livejournal.com

[flexcoders] How can I have my chart's FillFunction return the default fill color?

2008-01-28 Thread EddieBerman
In my bar (and column) chart, I'm using a fillFunction to change only certain bar colors under certain conditions. For those bars that don't require a change, I'd like return the default fill color. The problem is I can't determine how to access that original color to return. Nor can I figure

[flexcoders] migration xml to json ??

2008-01-28 Thread sondang paruliant
dear all I was made web flex application and 90% finish, using php XML. my question is How to migration xml to json with simple work. anyone have tips or trick to do this ??? Thanks, Sondang parulian

[flexcoders] how to compile AS module in FB3?

2008-01-28 Thread cougar_shuttle
I have an actionscript module (subclass of mx.modules.Module) that I've been working with in Flex Builder 2. I have moved to Flex Bulder 3 beta. How do I compile the module?

Re: [flexcoders] Flex 3 SDK license.properties question

2008-01-28 Thread Scott Melby
Matt - Thanks for the information. Unfortunately this does not appear to be working. Here is some more info. 1) The ant script is running on the same machine as flex builder. But, it does not pick up the license.properties file that flex builder created. I have found that file and

[flexcoders] Sprite memory footprint versus array+Shape

2008-01-28 Thread cohcoloco
I have a lot of sprites on my screen, as i started using them as containers, but i noticed when too many of them are on the screen, things start to slow down. I thought it might be useful to instead of using the Sprite container, to create a Shape container, as this might increase performance.

Re: [flexcoders] Re: Problem sending swedish characters from flex to php (amfphp)

2008-01-28 Thread Hans
Please check if the encoding of the database and all the tables are in Unicode/UTF-8 and if the PHP files themselves are saved as UTF-8 encoded files. - Original Message From: ericbichara [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 28 January, 2008 9:04:49 PM

[flexcoders] Re: how to compile AS module in FB3?

2008-01-28 Thread cougar_shuttle
Fantastic - what a great tool. Thankyou.

[flexcoders] Icon property of formItem does not work

2008-01-28 Thread ilikeflex
Hi I am creating form and i want to add the image to both sides of the form. At the formitem and at the form input(like textInput). a)At the form label I have the sample code.I am using the icon property of the FormItem but it doesn't work. I am adding to icon to the User Name but the icon

Re: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Andrew D. Goodfellow
Hi Greg, I think if you go to Project | Properties | Flex Compiler and add -use-network false to the Additional Compiler Arguments that might do the trick. You'll need to rebuild. I think the problem you are having is due to security constraint built into the Flash player. It will allow the swf

RE: [flexcoders] Module hell... Flex 3

2008-01-28 Thread Gaurav. Jain
What happened in onModuleLoaded? I think you should add the eventlistener before setting the url or calling loadModule() Thanks, Gaurav -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dbronk Sent: Monday, January 28, 2008 4:36 PM To:

[flexcoders] How would I write this query in e4x

2008-01-28 Thread madflexcoder
I want to get an xmllist of nodes that contain a doc with a specific id. for example all nodes where a doc id == 3. My data structure is roughly as follows. nodes node doc id=1 / doc id=2 / /node node node doc id=3 / doc id=4 / /node node

Re: [flexcoders] How would I write this query in e4x

2008-01-28 Thread Sherif Abdou
well this might be horrible but it gets the job done, so i'd wait one some other to chime in but myXML..children().children().children().(@id==3).toXMLString() - Original Message From: madflexcoder [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 3:59:13

[flexcoders] Re: Adobe Air Error

2008-01-28 Thread jmfillman
Good question. I get this message often as well. Seems to happen after I've been running FlexBuilder for a while and have run the Debugger several times. I've noted that the Debugger is not unloading the SWF file after I close the app, so the first launch appears to clear out the remnants of

Re: [flexcoders] Rendering from controls on tab click

2008-01-28 Thread Sherif Abdou
I think you can call one of the invalidate methods but I am not following what exactly is happening. - Original Message From: zlayde [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 2:38:46 PM Subject: [flexcoders] Rendering from controls on tab click

[flexcoders] Module hell... Flex 3

2008-01-28 Thread dbronk
I'm trying to get something very basic to work with modules. I have my app and two swf modules (Form1.swf and Form2.swf). Each test module simply has a couple TextInput fields. I have also extended Module so I can follow what is going on and I will be adding custom code later. MyModule extends

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread bill_reddy
--- In flexcoders@yahoogroups.com, aceoohay [EMAIL PROTECTED] wrote: The answer to life, the universe and everything is 42. Would you be so kind as to share a bit more information with the unwashed masses? Paul --- In flexcoders@yahoogroups.com, Alex Harui aharui@ wrote: The

[flexcoders] Problem with Both ColorTransform and DropShadowFilter on Embeded Sprite

2008-01-28 Thread aut0poietic_us
Hey all, usually on flashcoders and trying my hand in some flex development and I'm having an issue that's making me a bit bonkers. I'm embeding a Flash 8 SWF, a simple white square for testing. Once embeded, I wrap that in a Sprite. I then apply a ColorTransform to the child, and add a

Re: [flexcoders] How would I write this query in e4x

2008-01-28 Thread Dominique Bessette - Halsema
you want to do something like this, but basically your going to have to create an xml or xmllist object and then after check out the object in the debugger and find the node/attribute you are looking for. it will tell you what to put in your code ie. childNode/firstChild/lastChild/attribute try{

RE: [flexcoders] DataServices (Service.Data.General) error...should I be concerned?

2008-01-28 Thread Jeff Vroom
Yeah, it looks like this error occurs when you have an association tag for a property (in this case a one-to-many or many-to-many) and there is no corresponding property on the Java class which is getting serialized back from the client. Unfortunately the diagnostics for that error don't tell

[flexcoders] Re: Yahoo Maps AS3 integration problem

2008-01-28 Thread aceoohay
Bill: Thank for the post. I shouldn't have been so flippant in the earlier post. Obviously what I need is more concrete exampleas of how to do this. My language of choice is ASP.NET, preferably VB. Are there any examples of how to setup a proxy server? If the proxy server approach is so easy

[flexcoders] summaryFunction for alphabetical strings or chronological dates

2008-01-28 Thread ryanharlin
Anyone know how to use the summaryFunction in the new AdvancedDatagrid (ADG) to return the first alphabetical occurrence in a group? date would be cool too, but I'll stick to alpha if it helps explain the summaryFunction. THANKS!

[flexcoders] Re: adding components ar run time

2008-01-28 Thread markgoldin_2000
Or, here is another way of asking same question: Is: mx:Canvas label=Consist1 width=100% height=100% id=consist1 accidents:consistTabSet id=consist1TabSet/ /mx:Canvas the same as: mx:Canvas label=Consist2 width=100% height=100% id=consist1 mx:TabNavigator x=5 y=0 width=99%

[flexcoders] How to set individual chart column color

2008-01-28 Thread j_lentzz
Hi, I have a column chart that I'd like to be able to change the selected column's color, when it is clicked on. I've looked up different examples and I can change the color of each individual column series, but I only want the selected column to change - not the complete series.It is

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Jim Hayes
Try -use-network=false Jim. -Original Message- From: flexcoders@yahoogroups.com on behalf of Greg Hess Sent: Mon 28/01/2008 19:39 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Running a flex app from local file system Thanks Guys, Unfortunately, I am having difficulty

[flexcoders] Re: TabNavigator+States=Crash

2008-01-28 Thread Fidel Viegas
Jernome After looking through the source code to how it works... Jernome it is not a bug Jerome :p... my mistake Jerome What's happening is the tab navigator doesn't create all Jerome the children because the property creationPolicy is set Jerome to auto the Flex framework checks to see if the

[flexcoders] Re: mxml component and cdata block

2008-01-28 Thread markgoldin_2000
I was confused because at some point the key words inside of cdata block weren't shown in the blue color. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Exactly like you show. What is the problem? Tracy From:

[flexcoders] URLRequestDefaults is it for AIR only?

2008-01-28 Thread Jeremiah Small
Hi, ever since they changed FlashPlayer so we can't modify http headers directly, we've been searching for a way to do basic http authentication that will work in IE. We were doing this before they changed it, but now it doesn't work: public function

[flexcoders] unsubscribe

2008-01-28 Thread Joseph Freemaker
- Original Message From: Jim Hayes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 2:07:42 PM Subject: RE: [flexcoders] Running a flex app from local file system Try -use-network= false Jim. -Original

RE: [flexcoders] How would I write this query in e4x

2008-01-28 Thread Jim Hayes
I think it's var yourFilteredXMLList:XMLList = yourXML.descendants().(@id==3); that you want (all nodes where a doc id == 3). but I've not run it up, so might be wildly out. Have a look here : http://mimswright.com/blog/?p=141 it's what I read when I need a refresher on e4x (All too often,

RE: [flexcoders] Running a flex app from local file system

2008-01-28 Thread Greg Hess
Ah, that works! Thanks Jim. -Greg From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Monday, January 28, 2008 5:08 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Running a flex app from local file system Try -use-network=false Jim.

[flexcoders] DataGrid itemEditor displaylag

2008-01-28 Thread mr_j_harris
Cairngorm... data provider to the grid is an ArrayCollection. Adding items to the list works, databinding operates, things look OK. http://budgetapp-uat.gameteamlead.com/bin/demonstrate_datagrid_itemEditor_displaylag-debug.html Editing items in the list, not so much. Like it says on the

[flexcoders] Re: How would I write this query in e4x

2008-01-28 Thread bill_reddy
--- In flexcoders@yahoogroups.com, madflexcoder [EMAIL PROTECTED] wrote: I want to get an xmllist of nodes that contain a doc with a specific id. for example all nodes where a doc id == 3. My data structure is roughly as follows. nodes node doc id=1 / doc id=2 /

Re: [flexcoders] DataGrid itemEditor displaylag

2008-01-28 Thread Sherif Abdou
here ya go override public function set data(value:Object): void { // drag and drop can call this with a 'string' value (i.e. no xml element tags) so that is odd _data = value; trace ('Column1.mxml:: set: ' + text); draw(); dispatchEvent(new Event(dataChange)); } [Bindable(event=dataChange)]

[flexcoders] Re: Adobe Air Error

2008-01-28 Thread jmfillman
I've also found that I have to Click the Run button twice when I'm having this same issue. The only way I've found to stop it is to reboot the computer, then it's okay for a bit. JF --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: Good question. I get this message often

[flexcoders] Re: a rather odd thing about ResourceBundle

2008-01-28 Thread luke_lee1124
Yes, assets1 folder is one sub folder inside the main application folder. I think the path is correct, because mx:Image id=image2 source = assets1/btn_sales.png / works mx:Image id=image2 source = @Embed(source='assets1/btn_sales.png') / works too without resource bundles. Thanks --- In

[flexcoders] Re: a rather odd thing about ResourceBundle

2008-01-28 Thread luke_lee1124
Yes, assets1 is a sub folder of the application folder.

RE: [flexcoders] Deleting Item from XMLList

2008-01-28 Thread Tracy Spratt
Make a copy(). Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Freiman Sent: Monday, January 28, 2008 11:48 AM To: flexcoders Subject: [flexcoders] Deleting Item from XMLList I create an XMLList by concatenation. When

  1   2   >