[flexcoders] Re: anyone using HTMLcomponent.swc? possible bug.

2007-05-17 Thread barry.beattie
if you find a solution to the bug, do ensure to keep everyone informed, yes? for my application I'm finding it a bit of a show-stopper. Thanks for the link, let me check it to reach any decision.

RE: [flexcoders] Is it possible for Flex Builder to echo the mxmlc.exe command it uses ?

2007-05-17 Thread Ravi Kumar Gummadi
See .actionScriptProperties created in the src folder.. It wud have all the arguments its using for mxmlc ** The information contained in this email, and

[flexcoders] Flex component kit problem

2007-05-17 Thread helix206
Ok, i have managed to create a small component in flash and load it in flex, work great, tho i have one problem. As the class i created extends uimovieclip, flex sees it as movieclip, but i need the property's of a button. Actualy i need autoRepeat property of a button. Does anyone know how to

Re: [flexcoders] Re: Flex: Modular Applications

2007-05-17 Thread leds usop
sorry for hijacking this thread but i guess this is a related question. is it possible to store loaded modules as shared objects? and if it is, what are the possible issues to consider? --- Russell Munro [EMAIL PROTECTED] wrote: I have worked a-lot with modules in recent months there is one

[flexcoders] RESOLVED: VerifyError: Error #1053

2007-05-17 Thread Jim Robson
The issue was resolved by uninstalling and reinstalling Flex Builder. Before resorting to this, I tried the following (without success, obviously): 1. Cleaned the workspace (multiple times) 2. Closed and restarted Flex Builder (multiple times) 3. Closed and reopened the project 4. Deleted and

RE: [flexcoders] Is it possible for Flex Builder to echo the mxmlc.exe command it uses ?

2007-05-17 Thread Gordon Smith
In the Flex Compiler pane of the project's Properties dialog, enter -dump-config myconfig.xml in the Additional compiler arguments field. This will output a file in the project directory similar to flex-config.xml which shows the options that the compiler is using. - Gordon

[flexcoders] Flexbuilder2 bug: line number setting not remembered

2007-05-17 Thread li wenzhi
I use flexbuilder2.0.1 in windowsXP, when i check the option by selecting : Preferences/General/Editors/Text editors/Show line numbers then line numbers showed, but while i close the IDE, and restart again, the setting lost! Anyone found this?

RE: [flexcoders] Flexbuilder2 bug: line number setting not remembered

2007-05-17 Thread Petro Bochan
Hi, This is definitely not a bug, happens from time to time. Cheers, Petro From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of li wenzhi Sent: Thursday, May 17, 2007 10:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Skinning an application

2007-05-17 Thread Mark Ingram
Hi, in my application, is it possible to combine programmatic skinning, with graphical skinning and css styling? For instance, I would like to be able to change between a selection of skins, but I would like them to be compromised of the 3 different types of skins. e.g. At the moment I have a

[flexcoders] Embedding FLV into Flash 9 SWF

2007-05-17 Thread Lachlan Cotter
Hi, There was a thread on flexcoders about a year ago talking about using the @Embed syntax to compile FLV video into the SWF. Apparently this wasn't possible back then but there was talk that it might be in a future version. Is there any news on this? Is there anyway to embed an FLV

[flexcoders] How do you generate inactive icon states

2007-05-17 Thread Lincoln Mitchell
I am trying to generate an inactive icon state from an original color png file. It needs to be 50% alpha=0.5 and grey scale. Can this be done in code, if so how? TIA Linc

[flexcoders] Re: detached entity .LazyInitializationException? urgently

2007-05-17 Thread bdevis76
pls anybody... some suggestion... :-( Devis --- In flexcoders@yahoogroups.com, bdevis76 [EMAIL PROTECTED] wrote: Hi to all, i'm disperate with my prblem. I have this scenario: 1)I'm using jms/mdb ejb3 with jboss 4.2 2)I'm using FDS with Consumer/Producer comp. My mdb public void

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=init(); layout=absolute mx:Script ![CDATA[ private var pLoader:Loader; private

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
Hi, Yes, this can be done. I'm not sure what you are after, but below is the basic script that sets the alpha of the sprite to some different value and applies a filter. To gain the grayscale effect you might try applying different filter effects. Cheers, Petro

RE: [flexcoders] Flex emoticon

2007-05-17 Thread Kenneth Sutherland
You could try mx:TextArea width=200 height=200 mx:htmlText![CDATA[font size='14' my image - /fontimg src='myImage.jpg' height='25' width='25'/font size='14'more text/font]]/mx:htmlText /mx:TextArea I did this just to see what would happen, and there may be some

[flexcoders] Flash rendering mechanism

2007-05-17 Thread Ravi Kumar Gummadi
Hi I am very much interested in knowing how flash renders the graphics! Does it do something like java, where we can control the part of screen rendered (ofcourse that has to be specified by us) or does it intelligently figure out the modified area and issues a refersh only on that even if

Re: [flexcoders] Flex emoticon

2007-05-17 Thread Oleg Filipchuk
Thanks Kenneth, but this code will result in the positioning of the image to next line after text. It is the thing that I'm trying to solve... On 17/05/07, Kenneth Sutherland [EMAIL PROTECTED] wrote: You could try mx:TextArea width=200 height=200 mx:htmlText![CDATA[font

Re: [flexcoders] Flash rendering mechanism

2007-05-17 Thread Tom Chiverton
On Thursday 17 May 2007, Ravi Kumar Gummadi wrote: Can you point me to some interesting docs regarding this? Install the debug player, right click and choose 'show redraw'. AFAIK you can't issue a redraw request for a screen area. -- Tom Chiverton Helping to challengingly scale B2B

Re: [flexcoders] Difference between getChild and getAtomationChild

2007-05-17 Thread Johannes Nel
thanks. this is interesting stuff for people who develop with a full test (QTP) enabled cycle as well as for component devs. i found these links dealing with this as a refrence:

[flexcoders] Flex 2.0 Browser Support

2007-05-17 Thread melvinma88
I am very seriously considering using Flex 2.0 to create a general public facing web site. Could someone please let me know what are the some restrictions of Flex 2.0 web sites? I.e. if someone does not have admin right to a computer, what is the chance that he/she could not view my site and what

RE: [flexcoders] Parse Unknown XML Structure

2007-05-17 Thread Kevin Aebig
Thanks John. That helped. !k _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Robinson Sent: Wednesday, May 16, 2007 2:05 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Parse Unknown XML Structure I think you want to use

[flexcoders] Re: Unable to flush SharedObject

2007-05-17 Thread Prayank
Which OS are you on? Typically the shared objects are on: C:\Documents and Settings\userxyz\Application Data\Macromedia\Flash Player\#SharedObjects\some random dir name Did you delete the some random dir name directory completely? Or only the directories inside it? Prayank --- In

[flexcoders] Adobe Flex Charts and royalty fees.

2007-05-17 Thread IrfanAsrar
Hi All, I have a licence question for the Adobe Flex Charting component. to sell a web app based on Flex, and was wondering if anyone knew that if I used Adobe Flex Charts in the Web App, if there are any EULA violations, or are there any runtime fees associated with the usage of

[flexcoders] AVM1 / AVM2 Issues

2007-05-17 Thread Narain rl
Hi, We are building a RIA applicatio in Flex. We have this peculiar problem. We are converting PDF files to SWF using SWF2PDF and wanted to load inside the Flex container which we built. It throws a AVM1 not supported error. Since we are building an application, where the externalSWFs are most

[flexcoders] Unable to download FlexBulider from the site Can any one help out regarding this

2007-05-17 Thread sharat_s12
Im trying to download this Flex Builder for windows from the Adobe site http://www.adobe.com/cfusion/tdrc/index.cfm?product=flexloc=en%5Fus But its getting strucked and failing . Can anyone help me out regarding this issue.please if people who are working on Flex Bulider 2 on windows can zip the

[flexcoders] XML data bound to a chart- this should work!

2007-05-17 Thread barry.beattie
I just can't see why I can't get the chart data to display. Looking at examples, the XML data can be directly and easily bound to the chart. but it still won't display. Do I need to refresh it (somehow?) because the data won't return until onResultReturn() runs? no errors, just no data showing.

Re: [flexcoders] XML data bound to a chart- this should work!

2007-05-17 Thread Tom Chiverton
On Thursday 17 May 2007, barry.beattie wrote: any suggestions? Is the variable [Bindable] ? -- Tom Chiverton Helping to revolutionarily envisioneer interdependent models on: http://thefalken.livejournal.com This email is sent for and on

[flexcoders] Re: 2nd transition not working

2007-05-17 Thread bill.fogarty17
[EMAIL PROTECTED] wrote: I would simply create a new component as a subclass of DividedBox with the dragging functionality disabled. You could also maybe write your own component fairly easily by looking at the DividedBox source to get some ideas for the sizing/layout. As I'm not great at

Re: {Disarmed} Re: [flexcoders] Flex on Mac

2007-05-17 Thread Paul J DeCoursey
What are you talking about... I have a second monitor hooked up to my MacBook Pro right now, and my Mac Pro has 3 monitors. I've had no issues. Paul fuad_kamal wrote: you can't (multiple monitors). It's an issue w/Eclipse on Mac. Solution: cinema display :P --- In

[flexcoders] Re: XML data bound to a chart- this should work!

2007-05-17 Thread barry.beattie
aye, it is Tom [Bindable] public var questionaire:XML; that's how I can use the buttons to page thru each node of the xml and update it's attributes with controls (which works fine) mx:Text text=[EMAIL PROTECTED] width=20%/ mx:TextArea width=80% height=100% id=questionText

Re: [flexcoders] Adobe Flex Charts and royalty fees.

2007-05-17 Thread Matt Chotin
No more fees, you're good to go. Matt Adobe Flex PM - Original Message - From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thu May 17 02:52:51 2007 Subject: [flexcoders] Adobe Flex Charts and royalty fees. Hi

[flexcoders] Re: Blue-Green Background color / image

2007-05-17 Thread bsausser
Thank Bjorn. The combination of style and background was what I was missing. Brian --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: I think the blue-green background is set in your application scope. For example if you set Application.backgorundColor to

Re: {Disarmed} Re: {Disarmed} Re: [flexcoders] Flex on Mac

2007-05-17 Thread Jurgen Beck
Hey Paul, Here is what I experience (again, this is with Flex Builder, not Eclipse): When I drag one of the Flex Builder tabs for a specific window to the second monitor, I see the cursor change to a square box. When I release the mouse button on the second window, the cursor switches back to

[flexcoders] Embedding fonts in flex

2007-05-17 Thread Giles Roadnight
Hi All We have a large number of text fields in our flex app and we have to configure it in a number of different languages. In some of the languages the special characters are not appearing - like the accents over the e and so on. How do I go about embedding these in the swf? Many Thanks

Re: [flexcoders] Re: XML data bound to a chart- this should work!

2007-05-17 Thread Tom Chiverton
On Thursday 17 May 2007, barry.beattie wrote: aye, it is Tom mx:CategoryAxis categoryField=question / Your XML has 'id' and 'rating'. -- Tom Chiverton Helping to efficiently optimize internet materials on: http://thefalken.livejournal.com

RE: [flexcoders] Re: HELP! How to get a subnode in such a XML data?

2007-05-17 Thread Peter Farland
Correct, just to clarify this a little further... this isn't some quirk of AS3 - this is implemented as specified in the ECMA 357 E4X specification... section 10.1.1 states: Given an XML object x, the operator ToString converts x to a string s. If a value of type XML has simple content (i.e.,

RE: [flexcoders] Re: rpc fault handler not called

2007-05-17 Thread Peter Farland
If the AsyncToken is null then either an error occurred before the invocation could even be sent to the server... or that the response was not a well formed implementation of mx.messaging.messages.AcknowledgeMessage and thus could not correlate the result or fault with an outstanding request and

Re: {Disarmed} Re: {Disarmed} Re: [flexcoders] Flex on Mac

2007-05-17 Thread Paul J DeCoursey
I'm sorry, I misunderstood. I thought you were refering to the ability to use multiple monitors on a Mac. To tell you the truth what you are describing is completely new to me. I've never even heard of doing that on windows. When I get in the office I will try it on my workstation there. Is

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Lincoln Mitchell
There doesn't appear to be a grayscale filter. However, BlendMode and ColorMatrixFilter sound promising. I am I on the right track? Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Petro Bochan Sent: Thursday, 17 May 2007 5:29 PM To:

RE: [flexcoders] rpc fault handler not called

2007-05-17 Thread Peter Farland
Right, can you try instead to use the normal RemoteObject or Operation level result event handler mechanism first to see if that works? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Thursday, May 10, 2007 2:57 PM To:

RE: [flexcoders] Number data type rounding/flooring with FDS and Java

2007-05-17 Thread Peter Farland
Sorry I missed this post originally, is there any chance that you could email me a small test case directly... [EMAIL PROTECTED] Thanks, Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alteraa Sent: Friday, May 11, 2007 1:46 PM

[flexcoders] Resize Effect for Auto

2007-05-17 Thread Matt
I'm trying to create a container that has a label and an arrow that you can click on to show the contents of the container (by default the contents are hidden). However, I would like to add the pretty Resize effect to make it appear but if there is no height defined the container should expand as

Re: [flexcoders] Flex emoticon

2007-05-17 Thread Oleg Filipchuk
Ok, I've solved it getCharBoundaries method and overlaying container with images. -- Best regards, Oleg Filipchuk

[flexcoders] Re: XML data bound to a chart- this should work!

2007-05-17 Thread barry.beattie
closer (sort of). yes I did misunderstand what was used for the category axis. but correcting that hasn't helped, to be honest. setting CategoryAxis to id didn't improve it however, if I leave out the horizontalAxis and CategoryAxis completely, it'll fall back to the default of displaying an

[flexcoders] expandAll for Tree component help needed

2007-05-17 Thread khair
/** I need a faster expandAll() or collaspeAll() function for the Flex Tree component. I want to expand the Tree completely open or completely closed. This is what I have so far, but its too slow for a Tree with many nodes in it. Plus it requires an item of the Tree to be selected first. I

RE: [flexcoders] Flash rendering mechanism

2007-05-17 Thread Alex Harui
Stage.invalidate() requests a redraw, but does not redraw until all other actionscript has run. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, May 17, 2007 5:14 AM To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] AVM1 / AVM2 Issues

2007-05-17 Thread Alex Harui
How are you loading the swfs? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Narain rl Sent: Thursday, May 17, 2007 4:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] AVM1 / AVM2 Issues Hi, We are building a RIA

Re: [flexcoders] Re: anyone using HTMLcomponent.swc? possible bug.

2007-05-17 Thread Michael Wills
Hi, just saw this thread. In case the bug can't be worked out have you tried this one? http://www.deitte.com/archives/2006/08/finally_updated.htm I saw it on Flexbox ( http://flexbox.mrinalwadhwa.com/ ) Michael barry.beattie wrote: if you find a solution to the bug, do ensure to keep

[flexcoders] tree event using cairngorm

2007-05-17 Thread achegedus
Hi Everyone! I'm trying to write a dynamic tree using cairngorm, and I ran into a problem. I want to be able to expand a node, have it go to my webservice, return the xml and open the node. In the command that is handling the response to the webservice, i need to call the expandItem

[flexcoders] Re: Date - Timezone with WS

2007-05-17 Thread paulwelling
Thank you Peter and Kelly for your responses... Unfotunately, I don't control our client's DB servers or their other apps that use these WSs, so I'm forced to use this dateTime format: 2007-05-15T00:00:00-04:00 Flash/Flex dropping off the TZ infomation that is sent seems to paint me (and

Re: [flexcoders] AVM1 / AVM2 Issues

2007-05-17 Thread Michael Wills
Hi Narain, How are you loading the SWF? From this site: http://www.deitte.com/archives/2006/08/finally_updated.htm there is a reference to loading FlashPaper: **I would suggest loading the FlashPaper via flash.display.Loader if you can. Unless there's a bug with this, loading SWFs through

[flexcoders] Re: Disabling Selectable Text for a ComboBox

2007-05-17 Thread lieut_data
And yet another workaround, IMHO cleaner, is to set the editable = false immediately after setting enabled = false in actionscript. --- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED] wrote: Another workaround is to nest the ComboBox in a Canvas container and then

[flexcoders] Re: Resize Effect for Auto

2007-05-17 Thread Matt
If this is not possible someone please tell me so I can start looking another direction. :)

[flexcoders] How to display the Image

2007-05-17 Thread Praveen Saxena
Hi, Is it possible to put the image in the datagrid after getting the the image url from the XML file. My sample Xml look like this. WeatherData DaySaturday, May 19, 2007/Day WeatherImagehttp://www.nws.noaa.gov/weather/images/fcicons/few.jpg/We atherImage

Re: [flexcoders] Resize Effect for Auto

2007-05-17 Thread Tom Chiverton
On Thursday 17 May 2007, Matt wrote: container should expand as necessary to display the contents. Is there any way to go from 0 height to whatever the auto-height is? heightTo={ parent.height } or something similar. -- Tom Chiverton Helping to quickly enable fifth-generation mindshares on:

RE: [flexcoders] Re: Date - Timezone with WS

2007-05-17 Thread Peter Farland
Can you be sure that all of the dates that come from that server will be sent in the timezone of that server? If they're -4 hours behind GMT / UTC, then you know that 2007-05-15T00:00:00-04:00 is the same as: 2007-05-15T04:00:00Z However, if you're -7 hours behind GMT / UTC, for

[flexcoders] Re: Flex 2.0 Browser Support

2007-05-17 Thread Jamie
All a person needs is javascript and flash 9 http://www.adobe.com/products/player_census/flashplayer/version_penetration.html --- In flexcoders@yahoogroups.com, melvinma88 [EMAIL PROTECTED] wrote: I am very seriously considering using Flex 2.0 to create a general public facing web site. Could

[flexcoders] e4x problem

2007-05-17 Thread quinrou
Hi, I am having problem to retreive data from nodes that contains colon with the e4x format. If you consider the following node: config item media:thumbnail url=http://someurl/something.png; / /item /config how would you then access the data contain by the url attribute? Many Thanks

[flexcoders] Re: Resize Effect for Auto

2007-05-17 Thread Matt
Thanks for the response. That has many potential problems though. First of, that would expand to the maximum available space, whereas I only want it to take up the area it needs. Second, if there are additional components in the parent container it will cause them all to be pushed outside of the

Re: [flexcoders] Embedding fonts in flex

2007-05-17 Thread Daniel Freiman
There is a default character range that gets embeded when you embed a font. To override this range see the livedocs: http://livedocs.adobe.com/flex/201/html/fonts_070_09.html Dan Freiman nondocs http://nondocs.blogspot.com On 5/17/07, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All We

[flexcoders] Re: anyone using HTMLcomponent.swc? possible bug.

2007-05-17 Thread barry.beattie
many thanks Michael, I'll check it out to see if it fits such a shame about HTMLcomponent.swc. It was just what I needed after being spoilt with Apollo I've tried to contact the author but I'm running out of time...

Re: [flexcoders] Embedding fonts in flex

2007-05-17 Thread Giles Roadnight
Thanks, that looks useful. At the moment we have russian working (a language I am having trouble making work in Flash) but some portugese is not working (cidillas and accents ect) which seems a bit strange! On 5/17/07, Daniel Freiman [EMAIL PROTECTED] wrote: There is a default character

Re: [flexcoders] Flash rendering mechanism

2007-05-17 Thread Adam Pasztory
You might want to read about CacheAsBitmap as well. -Adam On 5/17/07, Alex Harui [EMAIL PROTECTED] wrote: Stage.invalidate() requests a redraw, but does not redraw until all other actionscript has run. -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] still having trouble with breakpoints

2007-05-17 Thread Troy Gilbert
I've run into that recently. I found it went away with an aggressive combination of cleaning the project, exiting FB, and rebuilding everything... basically, it seems like its some kind of weird caching issue with the debugger... I've run into the frustrating situation where I'll add a series of

RE: [flexcoders] finding and removing nodes from xml

2007-05-17 Thread Peter Farland
Oops, minor correction, that should be length - 1 in the initial state of the loop (although the AVM doesn't complain about the deletion of an undefined entity). var xmlList:XMLList = xml..*.(attribute(id) == 6 || attribute(id) == 24); for (var i:int = xmlList.length() - 1; i = 0; i--) {

{Disarmed} Re: [flexcoders] Flex on Mac

2007-05-17 Thread fuad_kamal
In the Windows version of eclipse, you can break out panels from the main eclipse window and float them in your other monitors, just as you can in Photoshop, Flash, and many other applications. As far as I know there is no way to break windows out of the main eclipse interface on Mac platform -

RE: [flexcoders] Re: XML data bound to a chart- this should work!

2007-05-17 Thread Ely Greenfield
If you're referring to an attribute in XML, you need to use @id, not id. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of barry.beattie Sent: Thursday, May 17, 2007 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: XML data bound to a chart-

RE: [flexcoders] Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-17 Thread Alistair McLeod
Hi Ben, I'm not exactly sure whats going on here. Can you give more info, with code and the exception your seeing? Thanks, Alistair -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: 03 May 2007 13:36 To:

[flexcoders] Re: e4x problem

2007-05-17 Thread Chris Luebcke
Is that the entirety of the XML? What you're referring to as nodes that contain colons are actually elements in a namespace. In the media:thumbnail element, media is the namespace and thumbnail is the node. What's going to cause you a real problem is if your XML doesn't contain a namespace

[flexcoders] Re: Date - Timezone with WS

2007-05-17 Thread headjoog
I had a similar issue with a WS I was using, and realized it was sending back both UTC and local time - you might check for that. I ended up having to use a function to get the time right and displayed correctly in a data grid. Check the AS 3 reference too, I think there's an example in

[flexcoders] Flex: Remote Objects

2007-05-17 Thread Scott Hoff
Do I have to have FDS2 do call remote objects? (Java etc.)

Re: [flexcoders] e4x problem

2007-05-17 Thread khair
Does your XML document have a xmlns:thumbnail attribute in it? Your XML document might not be formed well. --Keith H-- Hi, I am having problem to retreive data from nodes that contains colon with the e4x format. If you consider the following node: config item media:thumbnail

[flexcoders] Re: Unable to flush SharedObject

2007-05-17 Thread Troy A. Binford
I cleared out the entire Flash Player directory. So that would be ...\Flash Player\*.* gone. --- In flexcoders@yahoogroups.com, Prayank [EMAIL PROTECTED] wrote: Which OS are you on? Typically the shared objects are on: C:\Documents and Settings\userxyz\Application Data\Macromedia\Flash

RE: [flexcoders] How to display the Image

2007-05-17 Thread Alex Harui
If you set the itemRenderer to mx:Image, and dataField set to WeatherImage you should see the image. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Praveen Saxena Sent: Thursday, May 17, 2007 8:39 AM To: flexcoders@yahoogroups.com

[flexcoders] FYI - SYS-CON.TV To Present RIA Shootout Live From Times Square

2007-05-17 Thread Anthony DeBonis
This should be interesting: Panel will discuss Adobe's Flex, Microsoft's Silverlight, and Sun' JavaFX technologies as compared to AJAX Monday, June 4, 2007 - 1 PM EST

[flexcoders] Hide scrollbar on Horizontal List in Flex2

2007-05-17 Thread Mondain
I have a horizontal list and I want to hide the scrollbar, since I use buttons/images to scroll left or right. How do I go about doing this? Paul -- It is difficult to free fools from the chains they revere. - Voltaire

[flexcoders] Deployment of JSP with Flex tag library

2007-05-17 Thread saxenapallav
Hi, Can anyone please help me in providing the way the to deploy JSP application with Flex Tag with runtime compilation on SAP EP server (WAS 6.4). I am fairly new to the Flex world, so any information on how this whole process works, will be of great help. Thanks in advance. Pallav

[flexcoders] Is it possible to load a an intro.swf ( CS3 ) into ( without using swc ) ?

2007-05-17 Thread helihobby
Hello all, I have a a Intro.swf ( made in Flash CS3 ) which is compiled and ready to go ( has a preloader and everything ). Converting it into a swc is a pain in b... since I have to use the new Flash/Flex integration tool which requires me to convert my flash into a single MovieClip so I

[flexcoders] Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread Austin Kottke
Hi, There is an intriguing article in the flex cookbook on the adobe site about reading in MXML at runtime and using the XML object to create components at runtime. While I don't totally get how this works as there are no code samples, but very vague actually, but it states: Let’s consider,

[flexcoders] Re: How do you generate inactive icon states

2007-05-17 Thread Doug Lowder
ColorMatrixFilter is the right track. Have a look at this: http://www.ifbin.com/news/2005/09/flash-8-flashfilterscolormatrixfilter.\ html http://www.ifbin.com/news/2005/09/flash-8-flashfilterscolormatrixfilter\ .html Setting the RGB lists to [0.2, 0.2, 0.2, 0.2, 0] for each gives a nice

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Petro Bochan
Hi, Sure, the ColorMatrixFilter is sure to go. Try this: pLoader.filters = [new ColorMatrixFilter([0.3086, 0.6094, 0.0820, 0, 0, 0.3086, 0.6094, 0.0820, 0, 0, 0.3086, 0.6094, 0.0820, 0, 0, 0, 0, 0, 1, 0])]; Cheers, Petro From:

Re: [flexcoders] Re: Unable to flush SharedObject

2007-05-17 Thread jake247
You might try re-installing Flash ... that should re-create the Shared Objects folder for you ... -- Jake Troy A. Binford [EMAIL PROTECTED] wrote: I cleared out the entire Flash Player directory. So that would be ...\Flash Player\*.* gone. --- In flexcoders@yahoogroups.com, Prayank

[flexcoders] Re: Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-17 Thread ben.clinkinbeard
I declared my ServiceLocator subclass in AS rather than MXML, and when my app loads I load an XML file. That XML file contains the WSDL URLs for all the WebServices that I use in my app, so once it is loaded I call an initServices() method that I defined on the ServiceLocator subclass. The

Re: [flexcoders] Re: RTMP Server

2007-05-17 Thread Christopher Olsen
Syed: are you using it for the audio/video streaming, pushing data or? Syed Mazhar Hasan Qadri wrote: I will also like to test this, because i am willing to have such an application for my next product that will display realtime stocks information in the form of charts so this type of

Re: [flexcoders] Re: RTMP Server

2007-05-17 Thread Christopher Olsen
Sure it's in the early stages right now I plan to by the end of the weekend having a good beta version of it... I know it current works with flex messaging I haven't tested it as far as streaming audio and video bhaq1972 wrote: Hi Christopher I would be interested to know more

[flexcoders] Re: Flex: Remote Objects

2007-05-17 Thread pgp.coppens
You don't need FDS to use RemoteObject I was having that impression until I asked. See http://tech.groups.yahoo.com/group/flexcoders/message/73053 Documentations is confusing though (imo). Hth, Peter --- In flexcoders@yahoogroups.com, Scott Hoff [EMAIL PROTECTED] wrote: Do I have to have FDS2

[flexcoders] Re: RemoteObject handling exceptions onFault

2007-05-17 Thread truongdav
Anyone know the answer for this? --- In flexcoders@yahoogroups.com, truongdav [EMAIL PROTECTED] wrote: Hi, I am having problems I want to throw some exception on a remote call and then display the Exception on the client side. But this always returns an onResult instead of an onFault.

[flexcoders] Re: Unable to flush SharedObject

2007-05-17 Thread Troy A. Binford
After reinstalling flash, again. I still have the same problem. What is weird is that any sites that store shared objects work just fine. Apollo works fine too (because it's shared objects are stored in a different place). It's just weird. It is like it lost permissions to write to local even

Re: [flexcoders] Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread Daniel Freiman
I think they're just stating that the mx.modules package exists. The sentence We also know Flex2 knows how to read MXML at runtime because the compiler knows how to convert MXML into GUI Objects doesn't inspire confidence that they know what they're talking about. Since it's possible that they

Re: [flexcoders] Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread Doug McCune
Yeah, ummm, my advice would be ignore that article. That's one of the effects of having an article submission process that allows anyone to submit anything. I know the cookbook is supposed to be user generated and reviewed, but anyone from Adobe want to exercise a little editorial control? I

RE: [flexcoders] Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread Ely Greenfield
Austin et. al. - There are a number of features of MXML that simply can't be replicated at runtime. Things like script blocks. Other features would be prohibitively difficult (arbitrary binding expressions, @Embed, mx:Component, among others). You could reduce MXML to a runtime-parsable

[flexcoders] Textformatter Object pushing boundaries of sprite, but should it?

2007-05-17 Thread Patrick Lemiuex
Adding a text format object to my sprite changed it's height to 100 pixels? It should only be 20 or at least was right before i added it - is this normal? I was getting mouse events outside my sprite and threw me for a loop. Please chime in if you know why? Thanks, Patrick

[flexcoders] Re: Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread nathanpdaniel
http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS Not implying I know anything by any means - but from reading what you wrote - it sounds the same... but I really don't know :D --- In flexcoders@yahoogroups.com, Austin Kottke [EMAIL PROTECTED] wrote: Hi, There is an

[flexcoders] Flex 2 Component to Flash CS3

2007-05-17 Thread nathanpdaniel
Anyone know how to use a Flex 2 AS3 component in Flash CS3? Or would I be better off recreating a Flash version of it? :D

Re: [flexcoders] Flex on Mac

2007-05-17 Thread Arleston Lueders
Thanks guys, it helps a lot. Arleston 2007/5/16, Nick Sophinos [EMAIL PROTECTED]: Yeah and totally don't buy Apple's FUD that only Apple Brand RAM is a valid choice. After all, even they don't use their branded RAM in their new laptops all the time. My 15 Powerbook came straight from

Re: [flexcoders] Re: Flex cookbook article: Flex2 XML Reader Can Create UIComponents

2007-05-17 Thread Paul J DeCoursey
The Apache/IIS module is a Flex compiler that compiles the MXML just before serving. Similar to JSP, ASP, PHP. and so on. It is not MXML at runtime. nathanpdaniel wrote: http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS Not implying I know anything by any means - but

[flexcoders] Trees and ActionScript

2007-05-17 Thread Matt
I am trying to programmatically build and manipulate a Tree entirely in ActionScript and I'm having serious issues doing so. I've tried various ways of doing it but currently my failed code looks like: var t:Tree = new Tree(); var dp:XMLListCollection = new XMLListCollection(); var o1:XML = node

[flexcoders] Re: Number data type rounding/flooring with FDS and Java

2007-05-17 Thread alteraa
Thanks for the feedback Pete -- actually it turned out to be a line in the DAO object that was doing the rounding. I figured when I couldn't find anything on the web that it must be my typical dumb error and not something common. However the part I mention in my first response is still valid,

[flexcoders] doPrint and ViewStack

2007-05-17 Thread tkacyndra
hi :) (i'm very new to all this) i'm trying to print a selected viewstack text(which is being selected via a List), but it keeps getting cut off my text. the layout of my viewStack is: ViewStack --Canvas TextArea --htmlText --Canvas TextArea --htmlText etc. in my printjob, if

[flexcoders] Question regarding showDataEffect and secondSeries of a ColumnChart

2007-05-17 Thread kho7002
Hi, I have a column chart which has 2 dataseries. I'm setting the chart's dataProvider and secondDataProvider when the server returns with it's information. I define the showDataEffect for both series, and my columns work properly. But, my second series is a lineSeries, and what happens is that

  1   2   >