[flexcoders] Eclipse not Building

2008-10-06 Thread jitendra jain
Hi Guys,   I have tried of cleaning and building Flex project using Eclipse. I was stunned to see that my debugger points to some commented code. Please help. Cleaning and building doesn't helped me.. If any other way to do it??  Thanks, with Regards, Jitendra Jain Add more friends to

[flexcoders] Re: Did seem simple to do but not...

2008-10-06 Thread quantum_ohm
Nobody has never done that kind of thing ? --- In flexcoders@yahoogroups.com, quantum_ohm [EMAIL PROTECTED] wrote: Hello All, I'm tryin' to add some TextInputs dynamically in a FormItem by calling a custom HBox component where the textinput is. To manage this I also create dynamically a

Re: [flexcoders] Did seem simple but not...

2008-10-06 Thread Haykel BEN JEMIA
I didn't test your code, but I think the problem comes from the way you index your controls and how you use this index to remove them. You use the index i, which should reflect the number of created controls, in their names. Then use the name to get the index back and use the index with

[flexcoders] Refresh Flex Navigator's Projects in Flex Builder

2008-10-06 Thread itdanny2002
Dear All, How to refresh all projects in flex builder ? I delete some files in corresponding directories. Those files are not used. Anyhow, a blue folder appear, I can't remove it. Is there any files to keep these project information ?

Re: [flexcoders] flex and JSON

2008-10-06 Thread Haykel BEN JEMIA
*Encoding:* as3corelib ( http://code.google.com/p/as3corelib/ and http://tech.groups.yahoo.com/group/flexcoders/message/126930 ) *Sending:* create a HTTPService request like: handleJSON encoded string/handle and in the PHP script get the content of the request HTTP variable (GET or POST) which

RE: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread Gregor Kiddie
I should know better than to trust the livedocs before trying it first ;) I'd imagine that if it was a security issue, you would get a security violation exception. Have you tried running it in debug and seeing if you get any exceptions being thrown? Gk. Gregor Kiddie Senior Developer

Re: [flexcoders] Eclipse not Building

2008-10-06 Thread Ryan Gravener
make sure you stop the debugger, clear your cache, clean the project and then set the breakpoint. On 10/6/08, jitendra jain [EMAIL PROTECTED] wrote: Hi Guys, I have tried of cleaning and building Flex project using Eclipse. I was stunned to see that my debugger points to some commented

[flexcoders] space between columns in a multi series column chart

2008-10-06 Thread Ofir Shemesh
i have the simplest column chart, clustered, with an unknown number of series. i want the columns to be spaced from one another by an X number of pixels. in other words - i want [say] 5 pixels space between all columns in a cluster. how do?

Re: [flexcoders] Re: Did seem simple but not...

2008-10-06 Thread Paul Andrews
- Original Message - From: quantum_ohm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 11:35 AM Subject: [flexcoders] Re: Did seem simple but not... Hi Haykel, yes you're right ! so finally I use a Bindable public var custom_ID in the comp, that i

[flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread reflexactions
Yeah we already do that, We store the operation in a context object along with a bunch of other stuff that we keep around utnil the operation completes. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Sunday 05 Oct 2008, reflexactions wrote: var

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
Thanks for answering Gregor, but you're mistaken ... it automatically works in Flex, e.g. this code will open the link in the browser by default: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=initView() mx:TextInput

[flexcoders] Re: Did seem simple but not...

2008-10-06 Thread quantum_ohm
Hi Haykel, yes you're right ! so finally I use a Bindable public var custom_ID in the comp, that i retrieve on the mouseEvent and that does the trick :-) Thx for helping, have a nice day. --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA [EMAIL PROTECTED] wrote: I didn't test your code,

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
Yeah, one I'd expect a security exception to be thrown as well but I don't see any even when running in debug mode. hmm, well I guess it's back to trying and failing ... heh bjorn 2008/10/6 Gregor Kiddie [EMAIL PROTECTED] I should know better than to trust the livedocs before trying it

Re: [flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread Tom Chiverton
On Sunday 05 Oct 2008, reflexactions wrote: var opr:AbstractOperation = getRemoteObject.getOperation(methodName); Try making this an private class variable rather than a local method variable. -- Tom Chiverton Helping to dramatically enhance initiatives

Re: [flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread Tom Chiverton
On Monday 06 Oct 2008, reflexactions wrote: Yeah we already do that, We store the operation in a context object along with a bunch of other stuff that we keep around utnil the operation completes. So why does it get collected, if there is an open reference to it ? Is the profiler any help ?

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread Tom Chiverton
On Monday 06 Oct 2008, bjorn wrote: Have also tried adding event listeners to the textinput component and used links with event:http://; in the htmlText-code. The events are never triggered. Are you saying the example on LiveDocs

[flexcoders] AdvancedDataGrid: Columnspan in a single row?

2008-10-06 Thread Dorian Roy
Hi, Is there a way to have an ItemRenderer span two or more columns inside an AdvancedDataGrid only in one specific row? Basically I need something like this: 1| 2| 3| 4 | span 3 cols| 4 | 1| 2| 3| 4 | Thanks Dorian

[flexcoders] Action script 3 JSON

2008-10-06 Thread GYANPRAKASH PANDEY
Dear all, I'm using JSON and php for back end data transfer in flex. But, i'm getting following error: Error: Unexpected g encountered     at com.adobe.serialization.json::JSONTokenizer/parseError()     at com.adobe.serialization.json::JSONTokenizer/getNextToken()     at

[flexcoders] Flexbuilder 3 Profiler J2EE server

2008-10-06 Thread pointyhatcoder
I'm new to Flex development and doing some proof of concept work. The project will involve using BlazeDS to communicate with server via EJBs. As such I really need my .swf to run in an application server context to be useful. I've been trying to figure out how to hook the profiler up in this

[flexcoders] AdvancedDataGrid: Columnspan in a single row?

2008-10-06 Thread arkona3000
Hi, Is there a way to have an ItemRenderer span two or more columns inside an AdvancedDataGrid only in one specific row? Basically I need something like this: 1| 2| 3| I span 2 cols| 3| 1| 2| 3| Thanks Dorian

[flexcoders] subscribe

2008-10-06 Thread kanu kukreja
-- Regards Kanu Kukreja

[flexcoders] Re: OT: FP Ubiquity Stats Lack Silverlight Comparison

2008-10-06 Thread phildaramsay
Jeff is kind of right. It's got more prickles than just 'free air time', as if Adobe do start getting into tracking the competition publically they will in turn illustrate its growth rate, in which case this could end badly for everyone on the list (as it just got that much harder to sell Flex

[flexcoders] Deep Linking Problem with First Link

2008-10-06 Thread AUClint
I've run into an issue with deep linking in my application. I've implemented deep linking in such a way that I provide links in a navbar on the left-hand-side of the page. Those links always link directly to a particular view in the Flex application. They never link to the Flex application

[flexcoders] Re: Accordion control question

2008-10-06 Thread burttram
Great, thank you both for your suggestions, I'll have a look into both solutions. -Brian

[flexcoders] Dynamic Embedded Images

2008-10-06 Thread danenania
Hi flexcoders! I have an app with a couple large sets of images that are setup to be loaded dynamically through the source property string based on user inputs. I'd like to change these to embedded images to improve performance, but A.) I don't want to have to go through the tedium of manually

[flexcoders] How long does it take to get access to this group?

2008-10-06 Thread phildaramsay
I keep getting Your message must be approved by the group owner before being sent to the group. What's up with that?

[flexcoders] Re: Any DataGrid paging component?

2008-10-06 Thread crazyluck55
One other note, I changed my example from a TileList to a Datagrid at the last moment (since you specifically asked about that) without changing its properties appropriately. Substitute as necessary.

[flexcoders] Value Slider in Flex

2008-10-06 Thread Vijendra Mishra
Hello Everyone ... I need some help ... i am new in this forum and i want to design a value slider and the current value of slider should be mailed to given mail address ... like HSlider and Vslider in Flex and current value has to be mailed...please help me...Thanks

[flexcoders] How to make an RPC call secure

2008-10-06 Thread Abdul Razak PM
I want to make an RPC java call secure? How I could do it? shall I get some good links to know more about Flex Java Security ? can I achieve it through session management? If so How?

[flexcoders] Ely's Flexbook

2008-10-06 Thread Uday M. Shankar
I am trying to use Ely's FlexBook component in one of my projects. But, I keep running into a problem which I am not able to fix. Let me explain... I can replicate this issue in the boundaries example @ http://demo.quietlyscheming.com/book/boundaries.html. Follow these steps in the boundaries

[flexcoders] Log4J like library

2008-10-06 Thread Shahid Faiz
Hi, Does anyone know log4j like library for AIR applications? It is really hard to trace a problem when application is in testing or production without such utility. Thanks, Shahid

re: [flexcoders] Ely's Flexbook

2008-10-06 Thread wkolcz
Check out: http://www.rubenswieringa.com/blog/flex-book-component-alpha I have been using it and its really easy to work with From: Uday M. Shankar [EMAIL PROTECTED] Sent: Monday, October 06, 2008 6:02 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Action script 3 JSON

2008-10-06 Thread Haykel BEN JEMIA
Seems that you have a syntax error in the JSON string. Inspect its content before sending it to the JSON decoder. On Sat, Oct 4, 2008 at 2:35 PM, GYANPRAKASH PANDEY [EMAIL PROTECTED] wrote: Dear all, I'm using JSON and php for back end data transfer in flex. But, i'm getting following

[flexcoders] New web dev/Flex blog

2008-10-06 Thread oneworld95
Hi, all. Please check out a new blog on web development/Flex topics: http://devharbor.blogspot.com/

[flexcoders] Re: Any DataGrid paging component?

2008-10-06 Thread oneworld95
Thanks, crazyluck55. --- In flexcoders@yahoogroups.com, crazyluck55 [EMAIL PROTECTED] wrote: One other note, I changed my example from a TileList to a Datagrid at the last moment (since you specifically asked about that) without changing its properties appropriately. Substitute as

[flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread reflexactions
Becuase its not the Operation that gets GC'd its the AsyncDispatcher that gets GC'd but without the AD the Fault handler will never get called. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 06 Oct 2008, reflexactions wrote: Yeah we already do that,

Re: [flexcoders] How long does it take to get access to this group?

2008-10-06 Thread Paul Andrews
- Original Message - From: phildaramsay [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 05, 2008 7:54 PM Subject: [flexcoders] How long does it take to get access to this group? I keep getting Your message must be approved by the group owner before being sent to

Re: [flexcoders] swf with TextField.htmlText - links do not work

2008-10-06 Thread bjorn
yes, they work by themselves, but not when I load a pure actionscript/flash swf and use it in Flex. I have a SWFLoader which loads the .swf and it seems that this causes the swf not to be able to open a new browser window from htmlText at least (I've tried adding a button and opening a new browser

[flexcoders] How to create the default dragImage?

2008-10-06 Thread richtolley
Hi All I'm working on a large Flex project. The scenario.. I have a search screen that returns results to a tileList. I've got an alternative view using an Advanced Data Grid. So - you fill out search criteria, hit the search button and it brings back results to the tileList - clicking on

[flexcoders] Re: Header text

2008-10-06 Thread markgoldin_2000
I was able to compile, but command: columns[columnIndexValue].headerText does not return headerText for a column with a custom header renderer. --- In flexcoders@yahoogroups.com, Ryan Gravener [EMAIL PROTECTED] wrote: domain:DomainGrid width=100% height=100%

Re: [flexcoders] Can I play a video in slow motion? or frame by frame?

2008-10-06 Thread Tom Chiverton
On Saturday 04 Oct 2008, luvfotography wrote: Is there a way for the video player to play in slow motion or step frame by frame, or play a video in reverse? You can play/pause and seek, so yes, probably. -- Tom Chiverton Helping to collaboratively promote high-yield turn-key patterns

Re: [flexcoders] Can I play a video in slow motion? or frame by frame?

2008-10-06 Thread Johannes Nel
i would advise against that. if you are playing the video in slow motion i would recomed making bitmap snapshots and using those to play it any pace you desire. On Mon, Oct 6, 2008 at 4:53 PM, Tom Chiverton [EMAIL PROTECTED]wrote: On Saturday 04 Oct 2008, luvfotography wrote: Is there a way

[flexcoders] Creating a Modal Window

2008-10-06 Thread wwwpl
Is there an easy way to create a modal window without using the popup manager? I want to gray out every window but the current one so no mouse clicks or keyboard input can happen except this window. I have tried using the PopUpManager with a Canvas, but Canvas in the PopUpManager turns the

Re: [flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread Tom Chiverton
On Monday 06 Oct 2008, reflexactions wrote: Becuase its not the Operation that gets GC'd its the AsyncDispatcher that gets GC'd but without the AD the Fault handler will never get called. Well, no one else has this problem with the fault event handler, so you must be doing something

Re: [flexcoders] Share resources between projects

2008-10-06 Thread Tom Chiverton
On Friday 03 Oct 2008, George wrote: Create a shared source folder, add that source folder (not library swc) to all projects you want. We use svn:externals to do exactly that, for instance, but have the 'import' stored and versioned with the code, not within Builder. -- Tom Chiverton Helping

[flexcoders] LiveCycleDS + Java Enums

2008-10-06 Thread cwicky99
This post: http://www.drflex.eu/2008/07/livecycle-es-data-services-data-management-and-java-enums/ Says that LiveCycleDS 2.6 handles Java enum's out of the box. Does anyone know if this only works with DataService objects? I am using a Consumer to listen to a JMS topic...but it doesn't seem to

[flexcoders] faultHandler is not a function?

2008-10-06 Thread Greg Morphis
I installed the debugger and am seeing this error TypeError: Error #1006: faultHandler is not a function. at com.business::Services/__MyMainService_fault() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at

[flexcoders] Re: faultHandler is not a function?

2008-10-06 Thread Greg Morphis
I got it.. I'm looking at 2 different example code bases, one uses IResponder, one uses Responder.. the resonder allows the faultHandler, IResponder doesnt have that.. I'm reading the docs on these.. On Mon, Oct 6, 2008 at 10:47 AM, Greg Morphis [EMAIL PROTECTED] wrote: I installed the

[flexcoders] any way to integrate 3rd-party help into FB?

2008-10-06 Thread Pan Troglodytes
I'm been hunting around to no avail on this question. I have created help for my components using ASDOC. What's the recommended procedure to get that help to show up in FB? Is there one? Thanks. -- Jason

[flexcoders] Re: Help with Flex with PHP/MySQL and moving to production server from local server.

2008-10-06 Thread valdhor
Bruce I have never done what you are trying to do but I can point you in another (Hopefully simpler) direction. Check out this thread: http://tech.groups.yahoo.com/group/flexcoders/message/126783 --- In flexcoders@yahoogroups.com, brucewhealton [EMAIL PROTECTED] wrote: Hello all, I

[flexcoders] Accordian in Form in Pane Component

2008-10-06 Thread Dan Pride
I have a component consisting of a Panel with a Form inside in in which I want to use an accordian for data display. Its not going too well. :) Is there a problem with this construction? I remove the accordian and the VBoxes and all is well ? Thanks Dan

[flexcoders] Re: Did seem simple to do but not...

2008-10-06 Thread valdhor
If it were me, I would put a trace statement around the line fi_mail_amis.removeChildAt( j ); and figure out what j was when the error occurs. This should point you in the right direction. --- In flexcoders@yahoogroups.com, quantum_ohm [EMAIL PROTECTED] wrote: Hello All, I'm tryin' to add

RE: [flexcoders] Creating a Modal Window

2008-10-06 Thread Battershall, Jeff
The Canvas component doesn't have a backgroundColor unless you give it one - in other words its background will be transparent and showing everything underneath it by default. By stipulating a backgroundColor you should be OK. Jeff -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Re: flex and JSON

2008-10-06 Thread valdhor
I have to ask the question...Why are you using JSON to send data to PHP? AMF3 (WebORB, AMFPHP) is much easier, faster and uses compressed data. --- In flexcoders@yahoogroups.com, karthikeyan.sivanantham [EMAIL PROTECTED] wrote: Hi guys, I'm trying to send JSON encoded data from flex

[flexcoders] FlexBuilder issue

2008-10-06 Thread Greg Morphis
I recently uninstalled the flex builder 2 plugin and reinstalled it. I'm having problems with autocomplete in mxml files and when I go to create a new MXML Component there's Canvas in the dropdown but nothing else. I can type in HBox or whatever but it's fairly annoying.. Any ideas to try?

[flexcoders] Re: Ely's Flexbook

2008-10-06 Thread gwangdesign
Mr. Ely's code was based on FB2... I guess he has been super busy! I really want to get a book from him when I saw the subject of your post! Something like Custom Component in Flex Builder 4. From: Uday M. Shankar [EMAIL PROTECTED] Sent: Monday,

[flexcoders] Embedded Flex

2008-10-06 Thread tchredeemed
Is it easy to embed a flex application inside of an HTML page instead of the app being standalone? Any tutorials? Any help?

re: [flexcoders] Embedded Flex

2008-10-06 Thread wkolcz
Just size the application to what size you want in the page and then add it as a normal swf. I done it a numbe r of time here. Building dynamic content for static HTML pages. From:

re: [flexcoders] Embedded Flex

2008-10-06 Thread wkolcz
Also, nice to see another religious educational institute using CF and Flex. From: tchredeemed [EMAIL PROTECTED] Sent: Monday, October 06, 2008 10:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Embedded Flex Is it easy to embed a flex

Re: [flexcoders] Embedded Flex

2008-10-06 Thread Paul Andrews
- Original Message - From: tchredeemed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 6:37 PM Subject: [flexcoders] Embedded Flex Is it easy to embed a flex application inside of an HTML page instead of the app being standalone? Err.. isn't that how

[flexcoders] Re: FlexBuilder issue

2008-10-06 Thread Greg Morphis
to complicate matters.. when I go to import a contol, for example Alert.. I type import mx. controls inst an option, collections and core others but no mx.controls.. reinstall in order? On Mon, Oct 6, 2008 at 11:53 AM, Greg Morphis [EMAIL PROTECTED] wrote: I recently uninstalled the flex

Re: [flexcoders] Embedded Flex

2008-10-06 Thread wkolcz
He doesnt want the 100% application. Just a sub app. I assume. From: Paul Andrews [EMAIL PROTECTED] Sent: Monday, October 06, 2008 10:59 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Embedded Flex - Original Message - From:

[flexcoders] Odometer-like components

2008-10-06 Thread Richard Rodseth
Does anyone know of any Flex components or samples that display numbers of arbitrary size at arbitrary scale? Like an odometer, for example. The Elixir demo page has some Indicators with LED-like appearance, but they don't seem to be included in the SWC. Thanks.

RE: [flexcoders] Odometer-like components

2008-10-06 Thread Christophe Jolif
Hi Richard, The LED components are in the 2.0 preview, not in 1.0, that's probably why you can't find them. Feel free to download the 2.0 preview to check whether it fits your needs. See: http://blogs.ilog.com/elixir/2008/09/27/ilog-elixir-20-preview-program-third-drop/ Thanks, --

Re: [flexcoders] any way to integrate 3rd-party help into FB?

2008-10-06 Thread Michael Schmalle
Hi Jason, Eclipse plugin project with a plugin.xml like ?xml version=1.0 encoding=UTF-8? ?eclipse version=3.2? plugin extension point=org.eclipse.help.toc toc file=toc.xml primary=true /toc /extension /plugin This is the only way you will get it to show

[flexcoders] Custom header renderer and headerText

2008-10-06 Thread markgoldin_2000
How do I get headerText if I use VBox + Label as a custom header renderer? Thanks

RE: [flexcoders] LiveCycleDS + Java Enums

2008-10-06 Thread Jeff Vroom
The enum handling is part of the AMF serialization so you should be able to use that with LC DS2.6 as well.Since AS does not have a native enum type, by default a Java5 enum gets serialized to the client using the string value of the enum. Jeff From: flexcoders@yahoogroups.com

[flexcoders] Re: Did seem simple to do but not...

2008-10-06 Thread quantum_ohm
Thx for responding, I finally found out a solution :-) --- In flexcoders@yahoogroups.com, valdhor [EMAIL PROTECTED] wrote: If it were me, I would put a trace statement around the line fi_mail_amis.removeChildAt( j ); and figure out what j was when the error occurs. This should point you in

[flexcoders] Re: Did seem simple but not...

2008-10-06 Thread quantum_ohm
Yes, my code was pretty ugly... I found out something better, and I'll keep your advice in mind :-) Thx for responding :-) --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Think very hard about changing your strategy completely. Having to keep track of all those ids

[flexcoders] Re: Action script 3 JSON

2008-10-06 Thread Kyle
If you can't find the error, post the json output that is causing the error to be thrown (the json encoded data that is being returned from your php script), as well as the AS3 code that you wrote to decode the json data here and I can take a look at it for you. However, like Haykel said, more

[flexcoders] datagrid itemRenderer help

2008-10-06 Thread Greg Morphis
I'm trying to use a dataGrid itemRenderer and not sure I'm using it right. I get an error 1009 null error on data.*any_column* My data is coming back fine from the database, the column I'm trying to reference is amount mx:DataGrid id=dg width=100% height=100%

Re: [flexcoders] Odometer-like components

2008-10-06 Thread Richard Rodseth
Thanks Christophe. Looks nice, but I'm guessing from the fact that there's a character height property that it doesn't automatically scale on resize the way the charts and gauges do. I still need to get my generic scale-to-fit component working... On Mon, Oct 6, 2008 at 11:15 AM, Christophe Jolif

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Greg Morphis
by the way, I'm using RemoteObject to access my CFC, is it possible that the itemRenderer is firing before the data is back? How would I make the data populate the ArrayCollection fooAC first before rendering the datagrid? If this is the case anyways... On Mon, Oct 6, 2008 at 1:37 PM, Greg

[flexcoders] Re: LiveCycleDS + Java Enums

2008-10-06 Thread cwicky99
Ok, so I don't need to use EnumProxy from the proposed work around (https://bugs.adobe.com/jira/browse/BLZ-17) anymore? --- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote: The enum handling is part of the AMF serialization so you should be able to use that with LC DS2.6 as

[flexcoders] How to default an Accordian to a closed state (Flex 3)

2008-10-06 Thread Erich Cervantez
Anyone know of a simple (or not so simple) trick to default an accordian to a closed state. Basically, I'd like to have none of the child containers open when the component is initially displayed. Thanks in advance! Erich

RE: [flexcoders] Re: LiveCycleDS + Java Enums

2008-10-06 Thread Jeff Vroom
That EnumProxy stuff is for the use case where you want to have an ActionScript class which represents the enumerated type. That gives you compile time type-checking of enumerated values but adds a bit more code to the process. If you do not mind using a String in AS to represent the enum,

[flexcoders] Re: Problem handling RemoteObject Errors

2008-10-06 Thread reflexactions
Well that might be cause it an unusall situation, they problem would only show if there was a fault before the message is sent, if after sending i.e. if there is a server side failure the fault handling works becuase it doesnt run through the same mechanism of using the AsyncDispatcher. So

[flexcoders] itemRenderer layout question

2008-10-06 Thread oneworld95
Hi. I've got an itemRenderer in a DataGrid (please see below) and need to have the ProgressBar appear on a new line (below the text input and the 2 buttons) instead of stretching the column out. I've tried everything to no avail. Any ideas? Thanks. mx:AdvancedDataGridColumn id=myCol

[flexcoders] Override drawHighlightIndicator

2008-10-06 Thread Brad Keck
I am having a weird problem. I have created a custom list class in order to customize the highlight behavior of the list. Everything seems to be working great EXCEPT when I use the *mouse wheel* to scroll, my highlighting gets off. (The wrong item in the list is highlighted as I roll over

RE: [flexcoders] Odometer-like components

2008-10-06 Thread Christophe Jolif
Richard, It does not indeed automatically scale, but you can bind the charHeight to a percentage of the parent container. It should do the trick. Hope this helps, -- Christophe From: flexcoders@yahoogroups.com on behalf of Richard Rodseth Sent: Mon

Re: [flexcoders] itemRenderer layout question

2008-10-06 Thread Paul Andrews
How about: mx:AdvancedDataGridColumn id=myCol headerText=Test width=95 wordWrap=true mx:itemRenderer mx:Component mx:VBox mx:HBox horizontalGap=2 mx:TextInput id=txtPhoto editable=false / mx:Button id=btnBrowse label=Browse click=outerDocument.doBrowse( event, this)/

[flexcoders] Re: Custom header renderer and headerText

2008-10-06 Thread markgoldin_2000
Anybody please help, I am really stuck with it. --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: How do I get headerText if I use VBox + Label as a custom header renderer? Thanks

Re: [flexcoders] any way to integrate 3rd-party help into FB?

2008-10-06 Thread Pan Troglodytes
Michael - Thanks for the response, but I'm a little confused on what it is you're suggesting. Could you give a little more explanation on the steps to do this, from the standpoint of someone who only has FB on their machine right now? Will this make your help show up in the context-sensitive

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Tim Hoff
You might try adding this Greg: override public function set data( value : Object ) : void { if (value != null) super.data = value; } The data property will be null until the service call has returned and populated the collection. -TH --- In flexcoders@yahoogroups.com, Greg Morphis

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Amy
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: You might try adding this Greg: override public function set data( value : Object ) : void { if (value != null) super.data = value; } The data property will be null until the service call has returned and

[flexcoders] Re: Custom header renderer and headerText

2008-10-06 Thread Tim Hoff
Mark, Do something like this for the HeaderRenderer: ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; horizontalAlign=center mx:Label text={ this.data.headerText } / /mx:VBox -TH --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote:

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Tim Hoff
Correct. Perhaps the collection isn't bound to the dataProvider correctly. -TH --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: You might try adding this Greg: override public function set data( value :

[flexcoders] Re: Custom header renderer and headerText

2008-10-06 Thread markgoldin_2000
And then I will be able to access headerText like this: columns[somevar].headerText ? --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Mark, Do something like this for the HeaderRenderer: ?xml version=1.0 encoding=utf-8? mx:VBox

Re: [flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Greg Morphis
What do you mean? The collection shows in the dataGrid just fine, it's the custom itemRenderer that isn't working? Is there something else I can provide to check this? Thanks On Mon, Oct 6, 2008 at 4:20 PM, Tim Hoff [EMAIL PROTECTED] wrote: Correct. Perhaps the collection isn't bound to the

Re: [flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Greg Morphis
I changed the PriceLabel.as file to this.. package com.renderers { import mx.controls.Label; import mx.controls.listClasses.*; import mx.controls.Alert; public class PriceLabel extends Label { override public function set data( value : Object ) : void

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Tim Hoff
data is probably null the first time that updateDisplayList is called. You can either put your conditional logic in the commitProperties() or set data() methods. Override public function set data( value : Object ) : void { if (value != null) { super.data = value;

Re: [flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Greg Morphis
Tim, you nailed it.. so set data keeps running until datagrid is full? I have to read up on this tonight.. but you saved my sanity! Thanks! On Mon, Oct 6, 2008 at 4:39 PM, Tim Hoff [EMAIL PROTECTED] wrote: data is probably null the first time that updateDisplayList is called. You can either

[flexcoders] Re: datagrid itemRenderer help

2008-10-06 Thread Tim Hoff
Ha, well we wouldn't want the inmates running the asylum. Props to Amy too. -TH --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote: Tim, you nailed it.. so set data keeps running until datagrid is full? I have to read up on this tonight.. but you saved my sanity!

[flexcoders] Re: Custom header renderer and headerText

2008-10-06 Thread Tim Hoff
You tell me. The example below will display whatever you place in the DataGridColumn headerText property. -TH --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: And then I will be able to access headerText like this: columns[somevar].headerText ? --- In

[flexcoders] Remove

2008-10-06 Thread Betty Carr
Remove

[flexcoders] handling data within a datagrid

2008-10-06 Thread Greg Morphis
I've got my datagrid populating but I need to see that data in aother location within my app. In my MyModel.as I have a global variable public var mySelectedRow:ArrayCollection; I've tried setting this variable in the dataGrid change event... public function

Re: [flexcoders] Can I play a video in slow motion? or frame by frame?

2008-10-06 Thread Josh McDonald
Also, IIRC seek only goes to the nearest keyframe as well. -Josh On Tue, Oct 7, 2008 at 12:58 AM, Johannes Nel [EMAIL PROTECTED]wrote: i would advise against that. if you are playing the video in slow motion i would recomed making bitmap snapshots and using those to play it any pace you

RE: [flexcoders] handling data within a datagrid

2008-10-06 Thread Tracy Spratt
Does MyModel handle the relationship between mySelectedRow and SelectedBudgetAC? Using setters or getters? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent: Monday, October 06, 2008 7:48 PM To:

Re: [flexcoders] handling data within a datagrid

2008-10-06 Thread Greg Morphis
No, just global variables On Mon, Oct 6, 2008 at 7:13 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Does MyModel handle the relationship between mySelectedRow and SelectedBudgetAC? Using setters or getters? Tracy From: flexcoders@yahoogroups.com

[flexcoders] Re: FlexBuilder issue

2008-10-06 Thread Heidi Williams
You might try clearing your workspace. It sounds like you have a bad cache in there somewhere. Quit Flex Builder and then delete the .metadata and configuration folders in your workspace (but not your projects). You can then reimport your projects when you re-launch Flex Buider. The easiest way

  1   2   >