[flexcoders] Tree updateList() not updating top level

2008-11-20 Thread Mark Carter
I have a component extending Tree and I use a custom ITreeDataDescriptor since I want to filter the visible nodes. I also use showRoot=false. When changes are made to the underlying data model (dataProvider) I call updateList(). This works fine for all but the top level items. If I add/remove a

Re: [flexcoders] Flex conversion feasibility study

2008-11-20 Thread Tom Chiverton
On Saturday 15 Nov 2008, prem toc wrote: hi am working in design team of a financial company . I need a Flex conversion feasibility study 100% certain you can do it :-) Maybe if you posted what constraints and experience you have, we'd be more helpful. -- Tom Chiverton Helping to

Re: [flexcoders] Re: Help with Flex SDK Tutorial - What am I doing wrong?

2008-11-20 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Dave April wrote: OK, maybe there is a better way to phrase my question. I want to get started learning Flex and I don't have a commercial IDE. What do I need to get started - the Flex SDK and what else? Nope, that's it. The SDK requries a Java install, but you can

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-20 Thread Tom Chiverton
On Wednesday 19 Nov 2008, Richard Rodseth wrote: OK, let's start over. Download Ganymede JEE. You mean Eclipse 3.4 ? IIRC only 3.3 is recomended... -- Tom Chiverton Helping to proactively repurpose revolutionary transparent user-centric niches

[flexcoders] Conditional compile for mxml markup

2008-11-20 Thread srikiraju
Is there anyway I can use conditional compilation for mxml markup? The feature is there for AS3(http://blogs.adobe.com/flexdoc/conditionalcompilation.pdf), but I couldn't find anything for mxml. Specifically, I want to modify urls in HTTPservices and have a few labels only in my debug build.

[flexcoders] LCDS

2008-11-20 Thread Suz
Hi, Wondering if I can use Oracle Portal with LCDS? The main idea is to use LCDS to pass around the PDF document or FDF Form? Any place I can go to read regarding to this topic? Thanks in advance for your help. Suz

[flexcoders] Re: JavaFX and Flex how do we compare?

2008-11-20 Thread rexguo123
I'd say that Flash Catalyst (previously Thermo) will play a key role in bridging the gap between designers and developers. I've been looking forward to a tool like this for years and the Catalyst demo video looks good. The FXG roundtrip format is a great idea too and is similiar in thinking as

[flexcoders] Re: Can the Data Management Service detect database changes (not client changes) ?

2008-11-20 Thread k.sigiscar
Thank you Jeff. We now evaluate your solution for implementation. In last resort, we had thought about using JMS to send messages with the entity object whenevener an EJB writes to the database (in other words, using Flex Messaging). But your solution is more interesting as it would pass through

[flexcoders] Video scrubber -- build from scratch or extend HSlider?

2008-11-20 Thread Joe Van Dyk
I'm building a video player that looks a lot like the one at hulu.com. The video scrub bar at the bottom should look something like this: http://img.skitch.com/20081120-fkmhfssnkma2f9gps8eggbdikt.jpg I also need to be able to draw lines at various parts of the scrub bar that represent

Re: [flexcoders] FB 3.0.2 plug-in

2008-11-20 Thread Paul Hastings
Tom Chiverton wrote: You mean Eclipse 3.4 ? IIRC only 3.3 is recomended... naw, the updater bits actually says it's looking for 3.2,3,3 or 3.4. though in my case it wouldn't recognize my 3.4 install for some reason.

Re: [flexcoders] Getting IP address of the local machine

2008-11-20 Thread Tom Chiverton
On Wednesday 19 Nov 2008, anuj181 wrote: Hi Is it possible to get the IP Address of the serveron which you Flex App is running. No, Flex runs on the client, not the server. What exactly are you trying to do ? -- Tom Chiverton Helping to synergistically revolutionize user-centric

Re: [flexcoders] example on how to use flex builder 2 with cf8 lcds for data push and management

2008-11-20 Thread Tom Chiverton
On Wednesday 19 Nov 2008, stinasius wrote: hi guys could someone please guide me on how to use cf8 lcds in flex builder 2 to update a datagrid with data coming from a databse. Adobe's DevNet probably has one, did you look ? -- Tom Chiverton Helping to challengingly extend industry-wide

[flexcoders] double LocalConnection.connect hack

2008-11-20 Thread Parkash
HI Everyone I am facing memory leaks problem in Internet Explorer and after searching lots of blog I found about double LocalConnection.connect hack I am using this hack in this way try{ var lc1:LocalConnection = new LocalConnection(); var

Re: [flexcoders] how to change panel's hideEffect and showEffect (inside a viewStack) via states

2008-11-20 Thread Fotis Chatzinikos
Thanks Gabriel, it works perfectly. On Thu, Nov 20, 2008 at 5:13 AM, gabriel [EMAIL PROTECTED] wrote: Hi, On Wed, Nov 19, 2008 at 10:34 AM, fotis.chatzinikos [EMAIL PROTECTED] fotis.chatzinikos%40gmail.com wrote: Hi, i am trying to change a Panel's hide and show effect via a state.

[flexcoders] BlazeDS without Flex

2008-11-20 Thread Faisal Abid
I was wondering if its possible to use BlazeDS of LCDS without Flex. As in just data push to a java client.

Re: [flexcoders] How to embed dynamic text into an SWF

2008-11-20 Thread Fotis Chatzinikos
It seems they are recreating the video for every name submitted, as the camera moves while the name is shown. A quick hack would be to use a video with some static scenes and overlay a couple of labels there on the correct time frame... On Wed, Nov 19, 2008 at 11:32 PM, oneworld95 [EMAIL

Re: [flexcoders] Conditional compile for mxml markup

2008-11-20 Thread gabriel
On Wed, Nov 19, 2008 at 8:23 PM, srikiraju [EMAIL PROTECTED] wrote: Is there anyway I can use conditional compilation for mxml markup? [...] I haven't seen anything like that.. But remember that mxmls define classes, so you can sublcass with them conditionally aware classes and do things like

[flexcoders] Re: Alex et al, Could this be a bug in the AdvancedDataGridBaseEx? WAS- Strange ADG error on deleting entire nodes at once...

2008-11-20 Thread oneworld95
Hi, Adrian, Wow. That's a doozey of an issue. When you're on the bleeding edge, you tend to bleed a lot. My recent experience with the ADG wasn't pretty or pleasant, and I bled a lot. But by posting to this group and various blogs, I found kind souls who helped and finally, through

[flexcoders] Re: How to embed dynamic text into an SWF

2008-11-20 Thread oneworld95
Thanks, Fotis. I'm thinking they're using Flash cue points to know when to set the label's text dynamically. Also, they're probably using an AS decryption package to read the querystring value passed in. That must contain the person's name. Alex --- In flexcoders@yahoogroups.com, Fotis

Re: [flexcoders] Re: How to embed dynamic text into an SWF

2008-11-20 Thread Fotis Chatzinikos
Hi Alex, i still think that what you see there is pre-rendered and the query string is just an identifier... I could be wrong though.. On Thu, Nov 20, 2008 at 3:37 PM, oneworld95 [EMAIL PROTECTED] wrote: Thanks, Fotis. I'm thinking they're using Flash cue points to know when to set the

Re: [flexcoders] Is it this difficult to purchase Flex in south east asia?

2008-11-20 Thread Fotis Chatzinikos
contact adobe directly I would assume... On Wed, Nov 19, 2008 at 2:40 AM, Yohanes Iwan Sugiarto [EMAIL PROTECTED] wrote: Hi.. I'm sorry if this question goes a little bit out of topic. I live in Indonesia and would like to purchase Flex 3, so I contacted a local reseller/distributor

Re: [flexcoders] Help with Flex SDK Tutorial - What am I doing wrong?

2008-11-20 Thread gabriel montagné
Hi Dave, On Tue, Nov 18, 2008 at 5:33 PM, Dave April [EMAIL PROTECTED] wrote: 3. I try to run adl HelloWorld-app.xml and I get error while loading initial content I've been working on Flex and with only Vim and simple Makefiles for years; I haven't checked the example you're referring to, but

Re: [flexcoders] Re: Why aren't my .as files included when I build my project?

2008-11-20 Thread Tom Chiverton
On Wednesday 19 Nov 2008, sailorsea21 wrote: I decided to clean up the file and put the actionscript in an .as file in a folder called as. You might want to look into 'code behind' as a method for doing this without using 'include'. It also provides good seperation betwen the layout (which

[flexcoders] User authentication with Flex/Java

2008-11-20 Thread oneworld95
Hi. I'm looking for examples of passing username/password to a Java back-end from Flex and authenticating the user. If the user's session times out, the Flex app would detect this and show the login screen again. Thanks. -Alex

[flexcoders] Re: Code completion and syntax colors not working

2008-11-20 Thread gabriela.perry
Just for the record: I gave up 3.4 and download 3.3, and now everything works just fine (except that Im wondering: is it officially unsuported?) Tanx for your time :0)

[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread manfred.karrer
--- In flexcoders@yahoogroups.com, gabriel [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 1:55 AM, manfred.karrer [EMAIL PROTECTED] wrote: is there an event dispatched when the callLater() is executed the last time? [...] Are you using callLater yourself? Or are you trying to figure out

[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread manfred.karrer
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can get an updateComplete from the layoutManager when there are no more callLaters scheduled for it, but remember that right after that, some network request can come in and cause updates. thanks that was what i was

[flexcoders] Tree collapsing when I expand the parent container

2008-11-20 Thread thomskint
Hi, I'm building an AIR app and I'm having problems with one of my UIs. I have an advanced datagrid and I'm using an item renderer for one of the columns. The renderer is a vbox and inside this I have a tree control to display the data. I was having problems getting the datagrid row to expand

[flexcoders] Re: Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid

2008-11-20 Thread timgerr
TypeError: Error #1034: Type Coercion failed: cannot convert to Date. at mx.controls::DateField/set data()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\DateField.as:735] at

Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid

2008-11-20 Thread Fotis Chatzinikos
are you passing an empty string as a date? cannot convert to Date On Thu, Nov 20, 2008 at 5:32 PM, timgerr [EMAIL PROTECTED] wrote: TypeError: Error #1034: Type Coercion failed: cannot convert to Date. at mx.controls::DateField/set

Re: [flexcoders] Re: JavaFX and Flex how do we compare?

2008-11-20 Thread Vivian Richard
Where can I see Catalyst demo video? On Thu, Nov 20, 2008 at 1:07 AM, rexguo123 [EMAIL PROTECTED] wrote: I'd say that Flash Catalyst (previously Thermo) will play a key role in bridging the gap between designers and developers. I've been looking forward to a tool like this for years and

[flexcoders] Question about a component Kap Lab Diagrammer

2008-11-20 Thread timgerr
Has anyone used this component? It does not have any community support for it? Thanks for the read, timgerr

Re: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-20 Thread Ward Loockx
Alex Harui schreef: First you have to identify which code is causing the violation. Post the entire violation. It should contain more information about which component is doing the violation. Once you figure that out, then you can try to workaround it, but testing from the server instead

Re: [flexcoders] Question about a component Kap Lab Diagrammer

2008-11-20 Thread Weyert de Boer
Nope, but I have experiences with yFiles Flex and that's a real nice component package. http://www.yworks.com/en/products_yfilesflex_about.html

[flexcoders] nested containers, forcing inner contents to scroll

2008-11-20 Thread Derrick Anderson
hi everyone, i have a few parts of my app where there are composite components that create their own children, when i use an accordion for example (but it happens in many places), and create the children with script- the container holding the accordion scrolls, not the accordion children

Re: [flexcoders] Tree updateList() not updating top level

2008-11-20 Thread Mark Carter
My current workaround is to reset the dataprovider when a node at the top level (level below the root) is added/removed. This is not ideal because then all the open items are reset to closed. This can be more or less worked around too - but its not great. On another note, rather than calling

Re: [flexcoders] Getting IP address of the local machine

2008-11-20 Thread anuj sharma
Hi Tom SOrry for the misleading subject, I need server's address and I got through PHP, Thanks Anuj On Thu, Nov 20, 2008 at 3:05 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Nov 2008, anuj181 wrote: Hi Is it possible to get the IP Address of the serveron which you Flex App

[flexcoders] strange warning: Class already marked[Bindable]; property-level [Bindable]

2008-11-20 Thread fotis.chatzinikos
Class already marked[Bindable]; property-level [Bindable] is redundant and will be ignored, but i do not have any property level bindings: Is it better/ more appropriate to mark the fields/properties as [Bindable] and remove Bindable from the class? Code: package beans {

[flexcoders] Re: Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid

2008-11-20 Thread timgerr
I have the dateField in an exitable Flex component within a DataGrid. The field is empty and when I hit the dateField I get the error. timgerr --- In flexcoders@yahoogroups.com, Fotis Chatzinikos [EMAIL PROTECTED] wrote: are you passing an empty string as a date? cannot convert to Date

Re: [flexcoders] Re: Alex et al, Could this be a bug in the AdvancedDataGridBaseEx? WAS- Strange ADG error on deleting entire nodes at once...

2008-11-20 Thread Adrian Williams
Alex, when you say a debug build what do you mean? and how do I access the stack trace? whenever I've heard/used stack trace before, its always been on the C# side and the entire listing that's provided when an exception is thrown...which in this case was included in the original thread

RE: [flexcoders] nested containers, forcing inner contents to scroll

2008-11-20 Thread Tracy Spratt
Containers have their scrollPolicy=auto by default. Anytime I have scroll issues, which is almost always, I start by setting the scrollPolicy (horizontal and Vertical) to off on ALL containers at every level. Then I enable scrolling on the one I want. Theoretically, one could control

Re: [flexcoders] nested containers, forcing inner contents to scroll

2008-11-20 Thread Derrick Anderson
good tip, thanks- i've already noticed that panels and canvases act very differently here- switching the nested component from a panel to a canvas automatically fixed the scrolling issue with the accordion. thanks, d. On Thu, Nov 20, 2008 at 12:49 PM, Tracy Spratt [EMAIL PROTECTED]wrote:

Re: [flexcoders] nested containers, forcing inner contents to scroll

2008-11-20 Thread Fotis Chatzinikos
i think it has to do with the accordion rendering its height according to its first child, there is a parameter that lets you change this, but cannot remember it at the moment... Anybody else? On Thu, Nov 20, 2008 at 7:37 PM, Derrick Anderson [EMAIL PROTECTED] wrote: good tip, thanks- i've

RE: [flexcoders] nested containers, forcing inner contents to scroll

2008-11-20 Thread Tracy Spratt
...panels and canvases act very differently... Primarily I expect in this case, because of the layout property. Panel defaults to vertical, but can be set to absolute, which should make the layout behaviors the same as Canvas. Tracy From:

[flexcoders] Not exactly about Flex but close

2008-11-20 Thread markgoldin_2000
I am running SQL Reports from an URL: http://server/ReportServer?%2f% 2frs:Command=Renderrc:Parameters=falserc:Zoom=100rc:format=pdfccust no=10040 Report is generated on the server and returned back to Browser in the PDF format. After that the Save/Open/Cancel prompt is presented. Is it

[flexcoders] Re: event after last callLater() execution

2008-11-20 Thread Amy
--- In flexcoders@yahoogroups.com, manfred.karrer [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Alex Harui aharui@ wrote: You can get an updateComplete from the layoutManager when there are no more callLaters scheduled for it, but remember that right after that, some network

[flexcoders] Re: Alex et al, Could this be a bug in the AdvancedDataGridBaseEx? WAS- Strange ADG error on deleting entire nodes at once...

2008-11-20 Thread oneworld95
I'm hoping others will chime in. Try this presentation on Flex debugging: http://www.authorstream.com/Presentation/Edolf-30961-flex-builder-debugger-Debugging-Applications-Beginning-trace-Beyond-happen-as-Entertainment-ppt-powerpoint/ -Alex --- In flexcoders@yahoogroups.com, Adrian Williams

[flexcoders] appending to a dataprovider in actionscript

2008-11-20 Thread netdeep
I am still trying to iron out the problems with data binding in actionscript an server push. If I just replace the old array with a new one, it updates ok, but when I append to an array, it doesn't seem to work. I have to do everything in actionscript. I set up the data binding like this.

[flexcoders] How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread markflex2007
Hi, I am doing a AIR application I need to extract and save the contents of an audio or video file to a database. Please give me an idea how to do this. Thanks Mark

[flexcoders] LCDS : ReferenceError: Error #1056:

2008-11-20 Thread Besite - Bart
Hi People, I am using the Data Management Service of Livecycle to keep track of users logged in. When I call the fill method the first time, everything works fine. I get back an arraycollection which is shown in a datagrid. But when I try to add a new user (by clicking on the button login),

Re: [flexcoders] How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread Weyert de Boer
Just put the file in a blob field of the database. If you really want to store it in the database (sounds silly too me).

[flexcoders] How to config LCDS in websphere 6?

2008-11-20 Thread markflex2007
Hi, I have a websphere server and I plan add LCDS on it.I need to build a Flex application with remote object. Please give me idea how to make LCDS working on Websphere. Thanks Mark

[flexcoders] Re: How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread markflex2007
which object I need to save to database for image,audio and video. Thanks

Re: [flexcoders] Re: Text Layout Framework in Flex 4

2008-11-20 Thread Matt Chotin
Make sure you guys comment on the specs and file feature requests. We can't use flexcoders to keep track of this :-) On 11/19/08 9:57 AM, Ethan Miller [EMAIL PROTECTED] wrote: Id' like to add to this request list the ability to have html tags (in htmlText) be sensitive to both CSS Element

Re: [flexcoders] Re: Text Layout Framework in Flex 4

2008-11-20 Thread Tyler Kocheran
Yeah. Post this to the JIRA, or else Adobe probably won't get it. I already created an issue that deals with the problems with HTML text in Flash Player. You can either add this to mine or create your own, but be sure you do post on JIRA. Adobe isn't and shouldn't be responsible for scanning the

[flexcoders] indexing of Flex web site in Google

2008-11-20 Thread Brad O'Hearne
What's the present situation regarding Google indexing and a Flex web site? Is there any way that Google can index the content within a Flex app? Thanks, Brad

Re: [flexcoders] Re: How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread Weyert de Boer
You can just try to compress the file first and then just send the bytearray to the blob. :)

[flexcoders] dragging an object with a mask

2008-11-20 Thread Jayson
I have a UIComponent(snowGlobe) with a mask applied. Using the UIComponent I drew a circle and added it to the application. I then applied a circular Sprite mask(msk). This works perfectly. Now whenever an object is moved outside of the UIComponent it is not displayed(ie. snow in a snowglobe). I

Re: [flexcoders] Re: How to extract and save the contents of an image ,audio or video file ?

2008-11-20 Thread Mark Shen
I have a question for this. How to save image,audio and video data to bytearray? Thanks Mark From: Weyert de Boer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 20, 2008 3:14:18 PM Subject: Re: [flexcoders] Re: How to extract and

RE: [flexcoders] appending to a dataprovider in actionscript

2008-11-20 Thread Tracy Spratt
Use trace() to debug instead of Alert. Using Alert can cause UI/focus problems in some circumstances. Also, have you tried using ChangeWatcher instead of bindProperty? It might be easier to debug, since you can verify if/when the handler is called. In the handler, directly assign the

[flexcoders] Data Visualization + Flex 3.2 and Flex 4.0

2008-11-20 Thread dustyjewett
With the impending releases of Flex 3.2 and 4.0, I'd like to start testing my apps with the new frameworks. Alas, we use AdvancedDataGrid extensively throughout the application and the Data Vis swcs aren't part of the 3.2 or 4.0 download. Are these available anywhere? If not, can we get a

Re: [flexcoders] Data Visualization + Flex 3.2 and Flex 4.0

2008-11-20 Thread Matt Chotin
The FB 3.0.2 update is now available and includes those SWCs for 3.2. On 11/20/08 1:11 PM, dustyjewett [EMAIL PROTECTED] wrote: With the impending releases of Flex 3.2 and 4.0, I'd like to start testing my apps with the new frameworks. Alas, we use AdvancedDataGrid extensively throughout

Re: [flexcoders] Re: Alex et al, Could this be a bug in the AdvancedDataGridBaseEx? WAS- Strange ADG error on deleting entire nodes at once...

2008-11-20 Thread Adrian Williams
Thanks for the link Alex I am quite familiar with the flex builder debugger and have used it extensively...in fact used it to help nail down where the problem was occurring and why. As fate would have it, the error is now gone. My coding partner and I both merged in some changes

RE: [flexcoders] dragging an object with a mask

2008-11-20 Thread Alex Harui
Normally, I make sure the mask and the object have the same parent and the parent gets dragged. Wrap everything in another UIComponent. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jayson Sent: Thursday, November 20, 2008 12:35 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert to Date w/ Datagrid

2008-11-20 Thread Alex Harui
If the dataField you are mapped to does not contain a Date then you need to customize an itemRenderer to map the string to a Date. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of timgerr Sent: Thursday, November 20, 2008 9:20 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-20 Thread Alex Harui
Please post the entire contents of the window that shows the exception. I would expect to see a call stack with line numbers if you are using a debug build -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ward Loockx Sent: Thursday, November

RE: [flexcoders] Re: Text Layout Framework in Flex 4

2008-11-20 Thread Gordon Smith
I'm having discussions with the TLF team about making FlowElements such as span understand CSS styles. I agree that this would be very useful. (In current Gumbo builds, CSS styles are applied at the level of a TextGraphic or TextView to determine the default formatting; they can't be used with

[flexcoders] Re: dragging an object with a mask

2008-11-20 Thread Jayson
No luck - I also tried using the swf of the object with the mask in another mxml file.. the problem is that the white mask is not transparent. It seems as though wherever the mask is created, it won't move from there. From what I've been able to find, when a mask is applied it is not added to

[flexcoders] How to SelectAll entries in List

2008-11-20 Thread anuj181
Hi Guys In the list allowMultipleSelection allows me to select multiple entries of the list box. How would i implement the 'Select All' functionality, I need all the entries of the list to be selected if I click on the button. Pls let me know Thanks in advance Anuj

[flexcoders] How can I place my labels in my column chart vertically?

2008-11-20 Thread sailorsea21
Hi everyone, how can I place my label on my column chart series vertically? Thanks! -David

Re: [flexcoders] How to SelectAll entries in List

2008-11-20 Thread Josh McDonald
Code: var all : Array; if (myList.dataProvider is Array) { all = myList.dataProvider.concat(); } else { all = []; for (var o : * in myList.dataProvider) { all.push(o); } } myList.selectedItems = all; Note that you might want to use myList.dataProvider.source() if it's a

[flexcoders] actionscript RemoteObject - channelSet looks like gnarly code?

2008-11-20 Thread Mic
Need to move some mxml components to AS, and was doing fine with the as RemoteObject until I found it has no endpoint attribute. This is done with a channelSet object looked at the generated AS from my RemoteObject.mxml, and the channelSet stuff looks gnarly. Am I better off using a mxml

RE: [flexcoders] Re: dragging an object with a mask

2008-11-20 Thread Alex Harui
Show us what you did. We dragged masked stuff successfully. You addChild the sprite that is the mask to the parent object that is being dragged. Var draggedObject:UIComponet = new UIComponent Var snowGlobe:UIComponent = new SnowGlobe Var myMask:Sprite = new Sprite

RE: [flexcoders] How to SelectAll entries in List

2008-11-20 Thread Alex Harui
That'll work, but I think setting selectedIndices will be much faster. Var n:int = dataProvider.length; Var arr:Array = new Array(n); For (var i:int = 0; i n; i++); arr[i] = i; selectedIndices = arr; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh

RE: [flexcoders] How to SelectAll entries in List

2008-11-20 Thread Jim Hayes
or similarly, but slightly different and with an assumption on the type of dataprovider. I'm sure there must be a better way though? I missed it if so. mx:Script ![CDATA[ private function selectAll():void {

[flexcoders] Re: strange warning: Class already marked[Bindable]; property-level [Bindable]

2008-11-20 Thread Amy
--- In flexcoders@yahoogroups.com, fotis.chatzinikos [EMAIL PROTECTED] wrote: Class already marked[Bindable]; property-level [Bindable] is redundant and will be ignored, but i do not have any property level bindings: Is it better/ more appropriate to mark the fields/properties as

Re: [flexcoders] How to SelectAll entries in List

2008-11-20 Thread Josh McDonald
Didn't think of that, as I tend not to use indices for much. Cheers :) On Fri, Nov 21, 2008 at 9:07 AM, Alex Harui [EMAIL PROTECTED] wrote: That'll work, but I think setting selectedIndices will be much faster. Var n:int = dataProvider.length; Var arr:Array = new Array(n); For (var

[flexcoders] I set my column labels vertically but now my vertical axis labels disappeared?

2008-11-20 Thread sailorsea21
I was able to set my column labels vertically but now my vertical axis labels disappeared... How can I fix this issue? Thanks.

Re: [flexcoders] Re: strange warning: Class already marked[Bindable]; property-level [Bindable]

2008-11-20 Thread Fotis Chatzinikos
Hi Amy, I had already done that multiple times... What worked was to close builder and then reopen it and clean/re-build... Maybe clean gets stack some times? Thanks, seeing your mail made me restart the ide :-) On Fri, Nov 21, 2008 at 1:16 AM, Amy [EMAIL PROTECTED] wrote: --- In

[flexcoders] 3 charts side by side but only one vertical axis?

2008-11-20 Thread maunger
Hi y'all i have a customer who wants 3 charts jammed together (see the customer's mockup with my notes - http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but they only want one vertical axis with the values. I hope the image describes it better than i can with text. I've

Re: [flexcoders] indexing of Flex web site in Google

2008-11-20 Thread Fotis Chatzinikos
Hi Brad, If I remember correctly some conversations I had back at MIX (and some blog posts, have you searched on google :-) ?) google indexes text content inside swfs if this content is in textual format and not lets say just vector based (broken apart) letters... On Thu, Nov 20, 2008 at 9:53

Re: [flexcoders] appending to a dataprovider in actionscript

2008-11-20 Thread Fotis Chatzinikos
A quick solution would probablt be to receive the new data, clone the old array, append the new data to the cloned array and reasign the bound array to the clonned array (It might not be the best solution but I have noticed that the easiest way to solve bonding problems is to reasign the array...)

[flexcoders] Re: 3 charts side by side but only one vertical axis?

2008-11-20 Thread EddieBerman
mockup with my notes - http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but they only want one vertical axis with the values. I hope the image describes it better than i can with text. I've not found a way to suppress the vertical axis on a chart (which is what i think i need

[flexcoders] ImageSnapshot.captureBitmapData with transparency on Windows (Vista)

2008-11-20 Thread Ian M. Jones
Hi all, I've noticed that using ImageSnapshot.captureBitmapData on Windows with a component that has a transparent background returns a bitmap that has a solid black fill where it should be transparent, whereas on Mac OS X it correctly captures the transparency. Does anyone know if there

Re: [flexcoders] How to SelectAll entries in List

2008-11-20 Thread anuj sharma
Hi Alex and Josh Thanks for your help. Worked perfectly for me. I was just little lazy to look for some in-built property like selectALL in Flex for that, but your logic works perfect for me. Thanks again guys Anuj On Thu, Nov 20, 2008 at 2:55 PM, Josh McDonald [EMAIL PROTECTED] wrote: Code:

[flexcoders] Re: 3 charts side by side but only one vertical axis?

2008-11-20 Thread maunger
, maunger maunger@ wrote: Hi y'all i have a customer who wants 3 charts jammed together (see the customer's mockup with my notes - http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but they only want one vertical axis with the values. I hope the image describes it better

[flexcoders] Tooltip Errors

2008-11-20 Thread Rafael Faria
Hey all, There is one thing that is really annoying me for a while. I have this app that runs a lot of viewstacks, and i have a bunch of forms and validations applied to them. I use to validate ON FOCUS OUT, and the thing is, sometimes i change the views and suddenly the error tooltip shows up

Re: [flexcoders] appending to a dataprovider in actionscript

2008-11-20 Thread Fu Di
if u want to listen a ArrayCollection when some of its elements are changed. u could write like this: dataProvider.addEventListener(CollectionEvent.COLLECTION_CHANGE,updateHandler); private function updateHandler(event:CollectionEvent):void { } look up

Re: [flexcoders] How can I place my labels in my column chart vertically?

2008-11-20 Thread Brendan Meutzner
If you're talking about the horizontalAxis labels then.. 1) Embed a font, and specify that font in your label style 2) set rotation on horizontalAxisRenderer In order to rotate the labels, an embedded font must be used. Brendan On Thu, Nov 20, 2008 at 4:51 PM, sailorsea21 [EMAIL PROTECTED]

Re: [flexcoders] Re: 3 charts side by side but only one vertical axis?

2008-11-20 Thread Brendan Meutzner
@ wrote: Hi y'all i have a customer who wants 3 charts jammed together (see the customer's mockup with my notes - http://img.skitch.com/20081120-pqa3yk2se6m94fugee6r8dnpi4.jpg ) but they only want one vertical axis with the values. I hope the image describes it better than i

[flexcoders] Problems adding custom MXML component to Canvas at runtime

2008-11-20 Thread devenhariyani
Hello, MY GOAL: to add my custom MXML component to a canvas, the custom comp has a Label and a TextArea object inside, the user can see the Label but the TextArea is hidden, but when a user hovers the mouse over the Label, effect will be applied to show the TextArea. I'm having difficulty

[flexcoders] updating charts.

2008-11-20 Thread Atlanta Geek
I have a line chart with data that updates every 10 seconds. I have tried to do the following chart.invalidateDisplayList chart.invalidateProperties chart.invalidateSeriesStyles chart.invalidateSize but it does not redraw the chart. -- http://www.atlantageek.com

[flexcoders] an object's absolute xvalue

2008-11-20 Thread tengfei3003
what can i do when went to know an object's(example:TextInput) absolute xvalue and yvalue compared to the application container

[flexcoders] checkbox jumping

2008-11-20 Thread s.gratl
hi, got a problem using a checkbox in a big application. the icons for the different states(over, down, selected) are not loaded initial. so if i rollover or select the box the first time the new icon is loaded and added to the stage, but the positioning happens in updateDisplayList(). that leads

[flexcoders] checkbox usage in flex

2008-11-20 Thread sbnkn
Hi All, I'm new to Flex development and have strong CF background. My simple project detail: I have a datagrid and a form (text field, textarea field, datefield, and checkbox). Once I provide all the information, and submit the form, the data gets inserted into the table(SQL DB) and shows in the

RE: [flexcoders] an object's absolute xvalue

2008-11-20 Thread Alex Harui
someObject.localToGlobal(new Point(0,0)); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tengfei3003 Sent: Thursday, November 20, 2008 7:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] an object's absolute xvalue what can i do when went to know an

RE: [flexcoders] checkbox jumping

2008-11-20 Thread Alex Harui
One way would be to wrap the loader with another IFlexDisplayObject that knows how big the loaded image will be From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of s.gratl Sent: Thursday, November 20, 2008 8:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] checkbox

RE: [flexcoders] Problems adding custom MXML component to Canvas at runtime

2008-11-20 Thread Alex Harui
I would expect it to work with Canvas as the top tag. If you want to use UIComponent, make sure you've read the documentation on the component lifecycle, or see Gordon's and my Flick Flack article in Flex Authority magazine. A UIComponent has to implement lifecycle methods in order to be

[flexcoders] Re: actionscript RemoteObject - channelSet looks like gnarly code?

2008-11-20 Thread Mic
Worked this one out - import mx.rpc.remoting.mxml.RemoteObject - this class does have an endpoint attribute. --- In flexcoders@yahoogroups.com, Mic [EMAIL PROTECTED] wrote: Need to move some mxml components to AS, and was doing fine with the as RemoteObject until I found it has no endpoint

RE: [flexcoders] Tooltip Errors

2008-11-20 Thread Alex Harui
If you can reproduce in a simple test case, I'd say that's a bug From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Faria Sent: Thursday, November 20, 2008 5:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tooltip Errors Hey all, There is one thing that

  1   2   >