[flexcoders] Re: Drag Drop - maually show red cross or green plus icon

2009-06-10 Thread bhaq1972
Thanks but this doesn't seem to work for me. Is there anything else. Regards bod --- In flexcoders@yahoogroups.com, Adrian Williams adri...@... wrote: Hi there... You need to take a look at this: DragManager.showFeedback(DragManager.MOVE); hth adrian bhaq1972 wrote:

[flexcoders] Re: How can I edit the datagrid header?

2009-06-10 Thread bhaq1972
Check out the property headerRender on DatagridColumn. mx:DataGridColumn headerRenderer=mx.controls.TextInput/ --- In flexcoders@yahoogroups.com, ujjwalkanti_manna ujjwalkanti_ma...@... wrote: Hi All, I am new in the flex world.Could any of you tell us how can I make the datagrid column

[flexcoders] Re: Flex and Reporting

2009-06-10 Thread bhaq1972
Have you seen Stimulsoft. One of things it has is a Flex runtime designervery nice. --- In flexcoders@yahoogroups.com, Angelo Anolin angelo_ano...@... wrote: Hi everyone, I am totally amazed at the cool front-end UI things that could be done in Flex.  I have been dabbling a lot on

[flexcoders] Re: DataGrid with double header

2009-06-10 Thread grg_blls
Hi, You are right. Then what I said is that ADG is a standard part in FB3 (meaning Professional edition) in the list of available controls, not a part of the Standard edition.! Otherwise why one should be using the Standard edition and not download the full trial version? If one is seriously

Re: [flexcoders] Re: Flex and Reporting

2009-06-10 Thread Angelo Anolin
Not yet. But would certainly look out for it. So far, I am able to generate text based reports which I need in Flex + .NET + Crystal. Thanks. From: bhaq1972 mbha...@hotmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, 10 June, 2009 16:27:00

[flexcoders] any example of an application pre- and post- cairngorm or puremvc?

2009-06-10 Thread daniel_kra...@rocketmail.com
Hello all. I'm looking for a decent working example (with a possible walkthru) of an application using Cairngorm (besides David Tucker's) and most importantly, due to apparent rarity, PureMVC. Anyone have a URL to decent articles, videos, or source to examine? Simple, complex doesn't

[flexcoders] Image generation - Flex

2009-06-10 Thread Anand Krishnan
currently we are using SVG to generate charts . WE are using Batik to generate images so that we can stick them into PPTs and excel . Looking for a similar API / or a tool that can work on the server side( say running on a batch mode , no user intervention) which can generate static gif/pngs

Re: [flexcoders] any example of an application pre- and post- cairngorm or puremvc?

2009-06-10 Thread claudiu ursica
Go to puremvc.org and you'll find several example... As for cairngorm google for the page and youll find several apps there ... C From: daniel_kra...@rocketmail.com daniel_kra...@rocketmail.com To: flexcoders@yahoogroups.com Sent: Wednesday, June 10, 2009

[flexcoders] Re: multiple filters on XMLListCollection

2009-06-10 Thread munene_uk
any takers on this?

Re: [flexcoders] URL pound sign questions

2009-06-10 Thread Tom Chiverton
On Tuesday 09 Jun 2009, creativepragmatic wrote: 1. Flex includes the pound symbol at the end of every URL (http://www.mysite.com/folder/#). Is it possible to remove the pound symbol (http://www.mysite.com/folder/)? If you use Adobe's templates with BrowserManager/HistoryManager support, it

[flexcoders] Sort: Datagrid sorting numbers and strings

2009-06-10 Thread flexaustin
So I have a datagrid that has columns that can contain a number or string or both. I was wondering if anyone has seen a sort function that can handle this. Below is a sample of the types of data that can be in a column. 192.12 hello angus range 39.30 - 34.50 zoolu 12 Anyway to sort these?

Re: [flexcoders] Re: multiple filters on XMLListCollection

2009-06-10 Thread Huw Jones
The filtering capability is implemented in the ListCollectionView from which both ArrayCollection and XMLListCollection derive...so there should be nothing stopping you from implementing multiple filters on an XMLListCollection since there is nothing XMLList-specific about the filtering (apart

[flexcoders] Anyone Using Kap Lab Datagrammer, I have a question about getting child nodes

2009-06-10 Thread timgerr
Hey all, If you use Kap Lab Diagrammer, if you delete a node, how do you delete all the child nodes? Is there a place (array or arraycollection) that holds all the created/showing elements If you have any information, please help a brother out :) Thanks, timgerr

RE: [flexcoders] Sort: Datagrid sorting numbers and strings

2009-06-10 Thread Alex Harui
The standard sort should sort those as: 192.12 angus hello range 39.30 - 34.50 zoolu 12 What did you want instead? It will probably require a custom sort function Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

Re: [flexcoders] Re: how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-10 Thread Pan Troglodytes
This seems like probably the best option. I suspected that it was something to do with properties changing causing excessive refresh, but the fact that Alex didn't point that out as the problem kind of threw me off track. It appears that the highlight is set in drawItem, so I subclassed ADG and

RE: [flexcoders] Itemrenderers style?

2009-06-10 Thread Alex Harui
Not sure what is going on, but the renderers get their styleNames set by the List class. I see you trying to set it in two other places as well. Not sure who's going to win in that case. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui

RE: [flexcoders] Itemrenderers style?

2009-06-10 Thread Jake Churchill
I've had issues with this before that were solved by putting the style stuff inside updateDisplayList. I'm not sure if that's better or worse than putting it in commitProperties. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103

[flexcoders] ANN: Hardware Hijinks @ Adobe MAX 2009

2009-06-10 Thread Rick Winscot
If you are attending Adobe MAX 2009... and are interested in Flash / hardware connectivity and communication ­ I¹m collecting data to help drive a ŒBird of a Feather¹ session proposal. The survey link is at the bottom of the post ­ your input is greatly appreciated! http://www.quilix.com/node/43

[flexcoders] problem with Tree control data provider

2009-06-10 Thread srini3477
In my application i am using the tree control and the data for tree is coming from server as the list of dtos.All the branch nodes are in the top level dtos and this lop level dto contains the list of sub dtos, these sub level dtos represents the leaf nodes of that branch node. I am not able

[flexcoders] LinkBar without viewstack

2009-06-10 Thread Richard Rodseth
Does anyone have a good solution to the problems alluded to in the comments here: http://blog.flexexamples.com/2008/01/20/setting-the-selected-index-of-a-flex-linkbar-control/ and in some threads on FlexCoders. Namely that the visuals of a LinkBar do not work with a data provider that's not a

[flexcoders] Trying to find slide/flip/rotate component

2009-06-10 Thread Nate Pearson
I bookmarked a component a while ago that did some cool slid, flip, rotate stuff on forms. It was a box that kinda moved around. I think there was an option for a TV transition too. Anyone hear of this one and know the link? Thanks! Nate

[flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Tim Hoff
Hi Richard, Here's a ToggleLinkBar control that might suit your needs. Just set the selectedIndex of the control and you're good to go. I used an underline for the non-selected items, but you can take that out if you want. http://www.timothyhoff.com/misc/GMToggleLinkBar.as.html

[flexcoders] Re: Trying to find slide/flip/rotate component

2009-06-10 Thread Tim Hoff
Hi Nate, http://www.efflex.org/ http://www.efflex.org/ -TH --- In flexcoders@yahoogroups.com, Nate Pearson napearso...@... wrote: I bookmarked a component a while ago that did some cool slid, flip, rotate stuff on forms. It was a box that kinda moved around. I think there was an option for a

[flexcoders] BlazeDS consumer working with Firefox but not Internet Explorer

2009-06-10 Thread gedavies
My flex 3 client starts up and makes an initial httpservice call to get an arraycollection of data then subscribes to a feed destination for updates every couple of minutes. I have a status field to show the time of the last update. This is working fine with Firefox but it appears that the IE

Re: [flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Richard Rodseth
Thanks, Tim. I'll take a look. On Wed, Jun 10, 2009 at 12:12 PM, Tim Hofftimh...@aol.com wrote: Hi Richard, Here's a ToggleLinkBar control that might suit your needs.   Just set the selectedIndex of the control and you're good to go.  I used an underline for the non-selected items, but you

[flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Tim Hoff
Cool, here's the implementation: controls:GMToggleLinkBar id=linkBar labelField=label tabChildren=false focusEnabled=false direction=vertical selectedIndex={ model.currentView } dataProvider={ model.navigationItems }

[flexcoders] Re: Sort: Datagrid sorting numbers and strings

2009-06-10 Thread flexaustin
Using the built in sort I get angus 192.12 187.34 hello range zoolu Wonder if their is a space or return before it in the data I am given? Not sure if that would affect it. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: The standard sort should sort those as: 192.12

[flexcoders] Re: Sort: Datagrid sorting numbers and strings

2009-06-10 Thread flexaustin
Also the 192.12 are from xml so probably seen as Strings, not numbers. Would that affect it? --- In flexcoders@yahoogroups.com, flexaustin flexaus...@... wrote: Using the built in sort I get angus 192.12 187.34 hello range zoolu Wonder if their is a space or return before it in

[flexcoders] Need suggestion on design

2009-06-10 Thread Dharmendra Chauhan
Hi There, I need some thoughts or ideas in designing loading status functionality in flex app. pls see the req below : - Requirement : Showing loading status in DataService based DG and turn it off when loading is done. DataService's fill method is fetching data from Jboss deployed

[flexcoders] Re: MaxWait time in the server.xml file in Tomcat 6.0

2009-06-10 Thread Simon Mathew
Hi Kevin, Thanks very much for taking the time, sorry for the dealy in response, I was on a trip. Regarding the issue, it is accessing data from 2 tables which has around 35K rows using JOIN method. I made sure it has indexes and I have optimized the query. But unfortunately I don't know how

[flexcoders] Re: how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-10 Thread Amy
--- In flexcoders@yahoogroups.com, Pan Troglodytes chimpathe...@... wrote: 1) Yes, this works fine, for the display portion only. It doesn't address the actual problem of needing to set a flag in the data that indicates it is the currently highlighted one, that flag being also used by other

Re: [flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Richard Rodseth
Actually, I was having some trouble using it with a bound selectedIndex (and it didn't look as though GoogleMate was doing that), so I made the following changes. Let me know what you think. Remove override of createNavItem. Add: private var _selectedIndexChanged:Boolean; // Inherited

[flexcoders] Re: Itemrenderers style?

2009-06-10 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Not sure what is going on, but the renderers get their styleNames set by the List class. I see you trying to set it in two other places as well. Not sure who's going to win in that case.

[flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Tim Hoff
Yeah, the control is specific for what I needed in GoogleMate (See FavoritesNavigation). It works for me, but your changes look fine. I suspect that you ran into a problem if the selectedIndex was -1. I should have accounted for that. -TH --- In flexcoders@yahoogroups.com, Richard Rodseth

Re: [flexcoders] Re: LinkBar without viewstack

2009-06-10 Thread Richard Rodseth
Understood. Thanks again. On Wed, Jun 10, 2009 at 2:22 PM, Tim Hofftimh...@aol.com wrote: Yeah, the control is specific for what I needed in GoogleMate (See FavoritesNavigation). It works for me, but your changes look fine. I suspect that you ran into a problem if the selectedIndex was -1.

Re: [flexcoders] Re: how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-10 Thread Pan Troglodytes
Yes, a mushroom indeed - well put! By the way, I found your posts about your fun with the various ADG item renderers quite informative. Though you did leave me wishing for some source code of the working examples. The problem here is that this data serves to link up different parts of the UI.

[flexcoders] ambiguous reference error

2009-06-10 Thread [p e r c e p t i c o n]
Hi flex coders i'm getting a strange error when i refer to a bound variable like thus... mx:Button x=504 y=511 id=submitButton label=Continue click=Submit(); enabled={valid}/ This is the mxml inside my mxml component and the variable is declared in the code behind for the component...any reasons

[flexcoders] mx:VideoDisplay does not return QuickTime metadata

2009-06-10 Thread Michael Slinn
The docs say that mx:VideoDisplay should play MOV files with Flash Player 10. I created a file with QuickTime Pro 7. I can see that the MOV file loads, but the metatdata property is null, and videoHeight and videoWidth are zero. Not only that, but onMetaDataReceived(event) is never invoked:

Re: [flexcoders] mx:VideoDisplay does not return QuickTime metadata

2009-06-10 Thread Danilo Souza
I once had a problem like this. My problem was this http://renaun.com/blog/2007/08/22/234/ On Wed, Jun 10, 2009 at 7:30 PM, Michael Slinn msl...@mslinn.com wrote: The docs say that mx:VideoDisplay should play MOV files with Flash Player 10. I created a file with QuickTime Pro 7. I can see

[flexcoders] Re: multiple filters on XMLListCollection

2009-06-10 Thread munene_uk
thanks for clearing that up do i need to create different filter functions for each criteria? e.g a function for size filtering and a function for colour filtering?

[flexcoders] Upcoming Flex Open Beta Meetings

2009-06-10 Thread flex_coders
Open Beta Meeting for new and beginner Flex developers When: June 22nd at 10AM – 11AM PDT (Find your time zone here http://www.timeanddate.com/worldclock/fixedtime.html?month=6day=22yea\ r=2009hour=10min=0sec=0p1=224 ) Where: http://my.adobe.acrobat.com/openbeta/

[flexcoders] Re: how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-10 Thread Amy
--- In flexcoders@yahoogroups.com, Pan Troglodytes chimpathe...@... wrote: Yes, a mushroom indeed - well put! By the way, I found your posts about your fun with the various ADG item renderers quite informative. Though you did leave me wishing for some source code of the working examples.

Re: [flexcoders] Re: multiple filters on XMLListCollection

2009-06-10 Thread Huw Jones
I think this has been discussed before in this forum. Someone where I work has subclassed XMLListCollection and hardcoded a filterFunction that enumerates through a list / array of normal filter functions, enforcing each one after another. You don't need to subclasses anything though...just

[flexcoders] Re: BlazeDS consumer working with Firefox but not Internet Explorer

2009-06-10 Thread gedavies
Figured it out from an adobe bug report: http://bugs.adobe.com/jira/browse/BLZ-378 --- In flexcoders@yahoogroups.com, gedavies gedav...@... wrote: My flex 3 client starts up and makes an initial httpservice call to get an arraycollection of data then subscribes to a feed destination for

Re: [flexcoders] Re: how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-10 Thread Pan Troglodytes
I think you missed the part above where I said more than one item could be activated. Some items can be locked on, and it also includes the currently selectedItem (which can be different than the one being moused over). The examples were dumbed down so people could easily figure out where I was

[flexcoders] Export (not import) an FXG?

2009-06-10 Thread richmoljj
All of the information about FXG seems to talk about exporting from graphics programs and importing into Flex. Is it even possible to do the reverse? For instance, let's say the application allows users to draw or move elements around. Could they then save the application's state as an FXG file

Re: [flexcoders] Flex with ZendAMF and sessions/cookies

2009-06-10 Thread M. Fernanda Gioiosa
I found this links, may be they are interested on them. http://www.gotoandlearn.com/play?id=90 http://wadearnold.com/blog/?p=50 http://www.screencast.com/users/wadearnold/folders/Jing/media/3dfd2f58-526a-44a3-9c5c-f00abc7b2601 http://wadearnold.com/blog/?p=182 I hope this will be useful, Have a

RE: [flexcoders] CRUD generator...

2009-06-10 Thread Michael Sumner
Take a look at this http://cfcgenerator.riaforge.org/ Illudiim PU-36 Code Generator http://cfcgenerator.riaforge.org Project Home . http://cfcgenerator.riaforge.org/index.cfm?event=page.forums Forums . http://code.google.com/p/cfcgenerator/issues/list Known Issues .