[flexcoders] Passing data providers to drop-in item editors/renderers

2009-02-24 Thread Tyler Kocheran
I need to pass in data to one of my item editors for a data grid column. I have an array of data objects that are loaded at runtime and I need to pass that collection to item editors so they can use it as a data provider. Here's an example of what I need to do. I'm loading a bunch of TKImage

[flexcoders] Re: Cursor Error: Bookmark no longer valid.

2009-02-24 Thread luke_lee1124
Error: Bookmark no longer valid. at ListCollectionViewCursor/seek()[E:\dev\3.1.0\frameworks\projects\framework\src\m\ x\collections\ListCollectionView.as:2055] at mx.collections::HierarchicalCollectionViewCursor/collectionChangeHandler()[C:\wo\

RE: [flexcoders] Overiding Hide effect? I want to hide immediately

2009-02-24 Thread Chet Haase
Triggers are good when you want a canned action to happen on a canned event. But you want to feed a bit more logic into it, which is starting to break the triggers mold. You might want to skip the trigger and handle the hide event specifically, then either play() the Fade effect or hide it

[flexcoders] Embedding an SWF and RSL's / Cross Domain Policy File

2009-02-24 Thread uclamerrick
I have an swf file that is possible to embed. When looking to reduce the file size I found out about runtime shared libraries so I changed the framework linkage to RSL in flex builder 3 and then in the deployment path setting for the swz and swf framework files I added the url for the policy file.

[flexcoders] Adding subtasks in datagrid

2009-02-24 Thread venkat eswar
I am using Advanced Datagrid. I am using three buttons. Add Task,AddSubTask,Delete Task.I am able to Add and Delete Task. I want to know how is it possible to add subtasks like tree structure.That means selecting a Task and adding Subtasks for that selected Task. Iam attaching the code also.

[flexcoders] Re: cropping image under mask

2009-02-24 Thread Mayur Bais
any suggestions On Mon, Feb 23, 2009 at 3:53 PM, Mayur Bais mayur.b...@gmail.com wrote: I am trying to crop image in different different shape, for this , I am trying to use the technique of masking here is what i am trying to do : function drawBMP(): void { var

[flexcoders] Re: Panel or Canvas expand from center

2009-02-24 Thread flexaustin
So I guess I am wanting the opposite of the orig. post. I have a component based on canvas and I want to increase its size in a modal fashion min/max. Click to maximize it (increase the width/height) and minimize state (decrease its height and width). When I do that now it is increasing and

[flexcoders] Re: Panel or Canvas expand from center

2009-02-24 Thread flexaustin
Here is the component that I am having issues with? I keeps shrinking and growing from the middle out instead of the from the top left corner? ?xml version=1.0 encoding=utf-8? fig:CalloutContainer xmlns:fig=com.adobe.wheelerstreet.fig.callout.*

Re: [flexcoders] Re: Graph suggestion wanted

2009-02-24 Thread Vik
Hie That's one type of chart you suggested is already there. I need to show one time base as well. Refer to this for my further update on it

[flexcoders] Re: Error: Error #1023: Stack overflow occurred.

2009-02-24 Thread florian.salihovic
Hey Alex, thanx for the reply. Actually this is the first time i get confronted with this problem. Is there any way to determine how big the plattforms stack size is? Best regards! --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Different platforms may have different stack

[flexcoders] Help needed in migrating Flex 2 application to Flex 3

2009-02-24 Thread Sujatha Malik
Hi All, We are in process of migrating a working Flex 2 application to Flex 3. There were no compilation errors when application was compiled with Flex 3 SDK. But when we start the application, it throws a script timeout error: Error: Error #1502: A script has executed for longer than the

[flexcoders] chart issue

2009-02-24 Thread abhishekchess1
hey frnds, plz check my code , and tell me wat to change to increase font of x axis labels , cause it it not readable ?xml version=1.0? !-- charts/ColumnWithDropShadow.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute width=310 height=250 mx:Style

[flexcoders] Re: generating codes that users can use to pay for a service

2009-02-24 Thread stinasius
well am working on an application like ebay where guys can post staff for people to see. before posting staff one has to pay the monthly charge for posting. thought about paypal but in africa people are wary of using their debit cards so i thought may be i could generate keys that they can

<    1   2