Re: [flexcoders] Re: 3.1 changelog?

2008-08-18 Thread Josh McDonald
Problem isn't what's in the release notes, it's where are the release notes? :) I guess I sorta expected a post here with a link to some release notes or something. All I got was a popup from Adobe Updater when I got into work this morning. -Josh On Mon, Aug 18, 2008 at 3:48 PM, Alex Harui

[flexcoders] Xiff + updating groups

2008-08-18 Thread venkat eswar
have any one tried creating new groups using . please help

[flexcoders] SmartCard/eToken with AIR Application?

2008-08-18 Thread tudsy
I would like to use an eToken (USB smartcard) for the client authentication in an SSL handshake as part of an AIR application. Anybody know if this is even possible? Presumably the easiest route would be to use the baked in WebKit...

[flexcoders] Format XML

2008-08-18 Thread litesh_b321
Hi, i am binding Xml to flex application i want To format XMl while displaying in flex application plz check the link for more information www.digitalpaperworks.com/Knuth/Demo/KNUTH.html I want to format bullets which getting in description I want to use different color for mx:tree child

[flexcoders] Re: state and country dropdown boxes

2008-08-18 Thread benjidudu
http://aralbalkan.com/1351 --- In flexcoders@yahoogroups.com, Scott [EMAIL PROTECTED] wrote: Does anyone have/care to share a premade country/state/province dropboxes? I can find a state list, but where does one find an accurate (at least to this day anyway...) country list?

[flexcoders] Grouping on ADG using hierarchicalData

2008-08-18 Thread nikscares4u
Hi All, I was trying to perform grouping on Advanced datagrid. I did grouping on ADG using arraycollection as dataprovider and then setting it to grouping collection. That works fine but I don't know how the same can be done using HierarchicalData as dataprovider? Any Idea ? Many thanks in

[flexcoders] Actionscript based Modules

2008-08-18 Thread sudha_bsb
Hi, I was going through Livedocs about Modules in Flex and I have a few questions. I created an ActionScript project with a few modules, compiled them and everything works fine. My question is, is it possible to have both ActionScript based modules and MXML Based modules in the same

Re: [flexcoders] Actionscript based Modules

2008-08-18 Thread Simon Bailey
Right click the Project Properties Flex Modules Add... add the AS module :-) Cheers, Simon On 18 Aug 2008, at 11:36, sudha_bsb wrote: Hi, I was going through Livedocs about Modules in Flex and I have a few questions. I created an ActionScript project with a few modules, compiled them

[flexcoders] Re: Actionscript based Modules

2008-08-18 Thread sudha_bsb
Hi Simon, Thanks for that one..it works now :) Thanks Regards, Sudha. --- In flexcoders@yahoogroups.com, Simon Bailey [EMAIL PROTECTED] wrote: Right click the Project Properties Flex Modules Add... add the AS module :-) Cheers, Simon On 18 Aug 2008, at 11:36, sudha_bsb

Re: [flexcoders] Printing and PDF creation

2008-08-18 Thread Blair Cox
Hmm, well I¹m with the fellow here in another post that stated Flex will not be enterprise ready until it can create reports within the app. This is a basic business practice and should not be some convoluted, insanely expensive add-on. If you purchase the Pro version of flex for nearly a grand,

Re: [flexcoders] state and country dropdown boxes

2008-08-18 Thread Toby Ashley
You could have a look at this - http://www.peterelst.com/blog/2006/12/24/flex-country-combobox-component/ This might be useful too - http://aralbalkan.com/1351 On Mon, Aug 18, 2008 at 2:58 AM, Scott [EMAIL PROTECTED] wrote: Does anyone have/care to share a premade country/state/province

[flexcoders] Chart Items values

2008-08-18 Thread Tolis Christomanos
Hi all, Can anyone tell how i access the values of column chart items populated by a xml file? Thanks in advance.

[flexcoders] Access column chart items

2008-08-18 Thread mousikos2001
Hi all, I have a column chart and i want to access the columns values in order to display them in a textarea. How can i do this? Thanks in advance.

Re: [flexcoders] Problem with ExternalInterface.call

2008-08-18 Thread Toby Ashley
What specifically is the problem here? If you uncomment the reload line, presumably it'll reload the entire page without you seeing the Alert box. If you want to wait for the Alert box to be closed before reloading the page, you'll need to listen out for the CloseEvent.CLOSE event. On Sun, Aug

[flexcoders] Re: Custom Container component and drag 'n drop support

2008-08-18 Thread Nicolas Noben
I find sometimes that the DragManager is overkill. I had problems with it as well, it's just too complicated. For a simple drag and drop of panels, such as here http://code.google.com/p/air-sql-designer/source/browse/trunk/Flex/src/airsqldesigner/TablePanel.mxml I have simply (the good old

[flexcoders] Re: SecurityError: Error #2060: Security sandbox violation-what is the real solu

2008-08-18 Thread Nicolas Noben
Hi Either try to use navigateToURL (open blank) instead of a javascript popup or go with the modal approach, using lightbox js or similar? As I said, You would get popup blockers stopping you in most cases anyway. HTH Nicolas Noben http://noben.org/ http://idletogether.com/ --- In

Re: [flexcoders] creating a custom context menu on right click

2008-08-18 Thread venkateswarlu naidu
Hi Alex, Thanks for the reply, but i want to remove the 'settings' option also. I want to show only my custom options. Is there any way to achive that, like capturing the right click event and showing our own component like titlewindow. Thanks, Venkat. - Original Message From:

[flexcoders] LCDS and real-time performance

2008-08-18 Thread jopepie2
Hi, Recently we have started an experiment on our benchmark-LAN where we have several Windows XP PCs running test programs. One of the PCs is the data-injector (Flex) which pushes changes every second, one is the LCDS2.6 server running on Tomcat and one PC is running the client application

[flexcoders] Re: flex captcha

2008-08-18 Thread haykelbj
If you need a captcha, it generally means that you communicate with a server. You can generally use any captcha creation tool that works with your server's technology. As an example, we use PHP on the server side and for the captcha generation we use a slightly modified version of this simple

[flexcoders] Problem with Subclipse...

2008-08-18 Thread Rob Kunkle
Hello all - I'm having a problem with with subclipse and flex builder 3, and I was wondering if anyone else had run into similar issues. Basically all of my source directories in a project (src, libs, html-template) sync up with the subversion server without issue. But the binary directories

[flexcoders] Debugging with standalone Flex3 installation

2008-08-18 Thread betty80906
I get the message that Flex Builder cannot locate the required debugger version of Flash Player. The Alert message title bar is Installed Flash Player Is Not a Debugger. It is looking at the one at C:\WINDOWS\system32\Macromed\Flas\Flash9f.ocx according to the error message. I have the

[flexcoders] DefaultProperty metadata

2008-08-18 Thread Fernando Flórez
Hello guys, I think this is my first post here so hello hello! Anyway, can you please help me understand why the DefaultProperty metadata doesn't always work? For example: i have the following: [mxml] mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml; mx:Metadata

Re: [flexcoders] Debugging with standalone Flex3 installation

2008-08-18 Thread Howard Fore
You need to install the Debugger version of the Flash Player. You can download it at http://www.adobe.com/support/flashplayer/downloads.html I have had some issues installing Flash over previously installed versions. The procedure I follow these days is to uninstall, reboot, install (make sure

[flexcoders] Multiple arrays?

2008-08-18 Thread smccran
Hi all, I'm trying to produce a booking form, where users can select their seat. The seats are laid out in a square. I'm currently doing this with 4 arrays, one for each side of the square. This is proving very complicated tho, as I have a remote object from a cfc returning the results from

re: [flexcoders] Debugging with standalone Flex3 installation

2008-08-18 Thread Rob Kunkle
I'm not sure about the setup on windows, but there are a couple of steps that you have to take to configure flex builder for debugging. A good resource of the steps you need to take is here: http://blog.flexexamples.com/2007/08/26/debugging-flex-applications-with-mmcfg-and-flashlogtxt/

RE: [flexcoders] state and country dropdown boxes

2008-08-18 Thread Dimitrios Gianninas
Country list you can get from here: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Namespace issue displaying xml in Tree

2008-08-18 Thread Mandy
No, that really isn't the name. I put 'x' so no one could see the actual name. I added: public var ns2:Namespace = new Namespace (http://service.xx.xx.xx.xx.xx.xx/;); default xml namespace = ns2; but i haven't gotten that to work. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED]

Re: [flexcoders] Debugging with standalone Flex3 installation

2008-08-18 Thread Howard Fore
The steps below (setting up the mm.cfg file) are only needed to have the trace statements output to a external file, they're not needed to do debugging otherwise. On Mon, Aug 18, 2008 at 8:44 AM, Rob Kunkle [EMAIL PROTECTED] wrote: I'm not sure about the setup on windows, but there are a

Re: [flexcoders] flex captcha

2008-08-18 Thread Scott
Thanks! I'll take a look at it. Best regards, Scott From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Uttarwar Sent: Monday, August 18, 2008 12:30 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} Re:

Re: [flexcoders] Multiple arrays?

2008-08-18 Thread Howard Fore
Why not just use one array and number the seats all the way around the square? On Mon, Aug 18, 2008 at 8:39 AM, smccran [EMAIL PROTECTED] wrote: Hi all, I'm trying to produce a booking form, where users can select their seat. The seats are laid out in a square. I'm currently doing this with

[flexcoders] Re: state and country dropdown boxes

2008-08-18 Thread Scott
Super! Thanks! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of benjidudu Sent: Monday, August 18, 2008 4:56 AM To: flexcoders@yahoogroups.com Subject: {Disarmed} [flexcoders] Re: state and country dropdown boxes

[flexcoders] Re: Multiple arrays?

2008-08-18 Thread smccran
That would be much better, but I couldn't figure out how to change the layout. IE I'm using 4, because I can then map each one to a mx:Hbox, or an mx:Vbox. How would you split the array into the 'directions' for display? --- In flexcoders@yahoogroups.com, Howard Fore [EMAIL PROTECTED]

[flexcoders] Re: Problem with Subclipse...

2008-08-18 Thread Nicolas Noben
I had the same problem, with Google Code Hosting I shall add. I ended up doing the bin with SCP (mac) or tortoise (win). Nicolas Noben http://noben.org/ http://idletogether.com/ --- In flexcoders@yahoogroups.com, Rob Kunkle [EMAIL PROTECTED] wrote: Hello all - I'm having a problem with

[flexcoders] flexcoders] Re: flex captcha

2008-08-18 Thread Scott
I've got one for coldfusion. However, I'd like to animate the captcha. And since it's flash, I should be able to. :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of haykelbj Sent: Monday, August 18, 2008 2:28 AM To:

[flexcoders] Re: Data binding

2008-08-18 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I have DGs and I am assigning dataProviders to these controls at run- time. All these datProviders are XML. The xml has more data that is being shown in DGs. I am changing some of that non visible data

[flexcoders] Menu.setStyle('openDuration', 0) will break Alert.show() - bug?

2008-08-18 Thread bjorn
I'm wondering if this is a bug or not .. I accidently discovered that Alert.show() called by a menu would break if the menu had openDuration=0. Check it out here: http://www.juicability.com/entry/setting-openduration-to-0-on-menu-will-break-alert/ Is this a bug? --

[flexcoders] LCDS 2.6 + Hibernate: problem deleting items

2008-08-18 Thread Zdenek Mikan
I have got big problems deleting items from my managed collections: When I delete item through ds.deleteItem and then call the ds.commit, after return from the commit operation my item is back in the ArrayCollection. The second time this item is deleted properly. When I delete item through

Re: [flexcoders] Re: Problem with Subclipse...

2008-08-18 Thread Sefi Ninio
Yeah I have the same issues, and use tortoise to commit externally... On Mon, Aug 18, 2008 at 3:53 PM, Nicolas Noben [EMAIL PROTECTED]wrote: I had the same problem, with Google Code Hosting I shall add. I ended up doing the bin with SCP (mac) or tortoise (win). Nicolas Noben

Re: [flexcoders] Problem with Subclipse...

2008-08-18 Thread Johannes Nel
you should not commit your bin and bin debug to svn, we have an exclude rule on it to enforce this. On Mon, Aug 18, 2008 at 2:10 PM, Rob Kunkle [EMAIL PROTECTED] wrote: Hello all - I'm having a problem with with subclipse and flex builder 3, and I was wondering if anyone else had run into

Re: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Howard Fore
I think I'd use a grid instead of repeater/HBox/VBox combinations, esp since you know the seating arrangments are going to be in a square. On Mon, Aug 18, 2008 at 8:52 AM, smccran [EMAIL PROTECTED] wrote: That would be much better, but I couldn't figure out how to change the layout. IE I'm

[flexcoders] Flex is time consuming

2008-08-18 Thread litesh_b321
Hi gyus i have around 16000 line of code which is already broke up in two mxml file and five class file still what ever i want to change in my application flex is taking time why so it is happening i turn off my auto refresh option ,auto built option Plz Help me out ThanX

Re: [flexcoders] Flex is time consuming

2008-08-18 Thread Howard Fore
Sounds like you need to break it down further... On Mon, Aug 18, 2008 at 9:30 AM, litesh_b321 [EMAIL PROTECTED] wrote: Hi gyus i have around 16000 line of code which is already broke up in two mxml file and five class file -- Howard Fore, [EMAIL PROTECTED] The universe tends toward

Re: [flexcoders] Flex is time consuming

2008-08-18 Thread Laurent Cozic
Open the Task Manager while your are making changes and check if one of the processes is taking too much CPU. Now and then, I have one of the svchost.exe processes taking 99% CPU each time I press a key in Flex. Once I kill the process everything goes back to normal. -- Laurent Cozic Flash,

[flexcoders] Re: Flex is time consuming

2008-08-18 Thread dbronk
Although I agree that 16000 lines of code broken between only 7 classes certainly seems like a further break down of code into smaller classes is necessary, I also believe that Adobe needs to kick it into gear and come out with a patch ASAP that addresses the, from my experience, the absolute

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Johannes Nel
I also believe that Adobe needs to kick it into gear and come out with a patch ASAP that addresses the, from my experience, the absolute slowest compiler on the planet. you never used flash then. mx2004 anyone... On Mon, Aug 18, 2008 at 3:49 PM, dbronk [EMAIL PROTECTED] wrote: Although I

Re: [flexcoders] Problem with Subclipse...

2008-08-18 Thread Rob Kunkle
hmm... Is there any way to turn the exclude rule off? I didn't see it in the fb preferences? It would be great if this were documented somewhere. This might be a stupid newbie question, but could you explain why this should be excluded? thanks in advance, rob On Aug 18, 2008, at 6:19

Re: [flexcoders] Problem with Subclipse...

2008-08-18 Thread Johannes Nel
its a svn command. svn ignore path/path if I recall.subclipse should have the functionality it built in, but since you have already committed that stuff, you need to delete it from svn and then do an ignore on the folder. its a pain once you have committed it. On Mon, Aug 18, 2008 at 3:56 PM,

[flexcoders] Flex Scheduling framework

2008-08-18 Thread hworke
Hi, can someone point me to a good example of flex scheduling framework? I googled for it many times but could not find one. Only examples that I found were with flexlib. Regards...

[flexcoders] Re: LCDS 2.6 + Hibernate: problem deleting items

2008-08-18 Thread zdenekmikan
More details to first issue (delete item with ds.deleteItem): The item is in fact deleted from the database, just the display in my application is wrong - when I restart application, the deleted item is really deleted. In client log (in Flex Builder) there are following lines after commit:

RE: [flexcoders] Re: mx:HTTPService or URLRequest ?

2008-08-18 Thread Tracy Spratt
http://livedocs.adobe.com/flash/9.0/main/0320.html About middle of doc. It was harder to find than it should have been. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markflex2007 Sent: Sunday, August 17, 2008 1:20

[flexcoders] getChildByName using it to get the value of a textbox

2008-08-18 Thread Jason B
when using getchildbyname variable i've not been able to get the value can someone please post an example of how to get a value using getChildByName. var test:DisplayObject = this.getChildByName(inputtext + i);

RE: [flexcoders] Format XML

2008-08-18 Thread Tracy Spratt
If your XML structure is the same a the Tree structure you want, then you can format the Tree nodes using a custom Item renderer. If you go this route, find an example to modify, do not attempt to build it from scratch. I have an example on www.cflex.net http://www.cflex.net/ . If your XML

RE: {Disarmed} [flexcoders] Compare two XMLs

2008-08-18 Thread Tracy Spratt
Yes, what complicates this is the question of how do you define identical? If the XML objects are in fact identical, you could do xml1.toXMLString() == xml2.toXMLString() But the two objects can be practically identical, and this compare can be false. Further, if some nodes are simply

Re: [flexcoders] Problem with Subclipse...

2008-08-18 Thread Nik Derewianka
The ignore option operates on a file/folder level in your working copy. Right click on an item in the Flex Navigator pane, go down to the Team menu and then select Add to svn:ignore. With regards to why something should be excluded - mainly because there is no point. When you commit a

RE: [flexcoders] Menu.setStyle('openDuration', 0) will break Alert.show() - bug?

2008-08-18 Thread Alex Harui
Sounds like it. Feel free to file it From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bjorn Sent: Monday, August 18, 2008 5:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Menu.setStyle('openDuration', 0) will break

RE: [flexcoders] Re: Namespace issue displaying xml in Tree

2008-08-18 Thread Alex Harui
I wouldn'tuse default namespace, but once you have the namespace, you should be able to access it. @ns2::name From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mandy Sent: Monday, August 18, 2008 5:46 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] creating a custom context menu on right click

2008-08-18 Thread Alex Harui
No, sorry From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of venkateswarlu naidu Sent: Saturday, August 16, 2008 9:48 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] creating a custom context menu on right click Hi Alex,

[flexcoders] Re: Flex is time consuming

2008-08-18 Thread JWOpitz
I also believe that Adobe needs to kick it into gear and come out with a patch ASAP that addresses the, from my experience, the absolute slowest compiler on the planet. If you haven't already, learn to use the command-line compiler and an ANT script then. I don't think it is nearly as slow as

[flexcoders] warning: unable to bind to property 'XXX' on class 'XML' (class is not an IEventDispatcher)

2008-08-18 Thread ammu nath
Hello All, can some body help me with this warning please. Thanks Amar Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/

Re: [flexcoders] getChildByName using it to get the value of a textbox

2008-08-18 Thread Nik Derewianka
You need to cast it to the type of object you want to operate on: var test:TextBox = this.getChildByName(inputtext + 1) as TextBox; or var test:TextBox = TextBox(this.getChildByName(inputtext + 1)); The first form will return null if it cannot cast the displayObject to that type as opposed

[flexcoders] Sizing Components

2008-08-18 Thread Amy
Is there any way to tell from a component how much space the parent container has allocated to it? My goal is to try to get a TileList to re-evaluate its size if any of its children are larger than the first child, which is the only one it measures. Conversely, if there is a way to get the

Re: [flexcoders] Flash Player 10 RC

2008-08-18 Thread Sherif Abdou
anyone? - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Saturday, August 16, 2008 7:20 PM Subject: [flexcoders] Flash Player 10 RC Anyone Having trouble with the Debugger? When I was using the Beta2, The Debugger was 10. Now with the RC Flash

[flexcoders] Re: Multiple arrays?

2008-08-18 Thread Amy
--- In flexcoders@yahoogroups.com, Howard Fore [EMAIL PROTECTED] wrote: I think I'd use a grid instead of repeater/HBox/VBox combinations, esp since you know the seating arrangments are going to be in a square. A Canvas with a Constraint-based layout would also work, or a repeater that just

[flexcoders] LCDS vs FMIS for flex-based text chat

2008-08-18 Thread p smith
i am working with a team planning development on a new flex app. the app will have multiple text chat rooms and video chat too. for video the architecture must include flash media interactive server (FMIS), so team members assume we will use FMIS for the text messaging. i am wondering if

[flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Jason B
Thanks a lot for the reply... turns out i get an error 1009 when i try to something as simple as an alert var test:TextInput = TextInput(this.getChildByName(inputtext + a)); Alert.show(test.text.toString()); --- In flexcoders@yahoogroups.com, Nik Derewianka [EMAIL PROTECTED]

[flexcoders] Re: Multiple arrays?

2008-08-18 Thread Tim Hoff
Hi Shaun, Last year I lead a project, for a major on-line ticket company, which is currently being used to select and sell seats to sporting events. The approach used there, was to maintain all of the seats in a single array (ArrayCollection). Each seat has a unique id field; so that updating

[flexcoders] Re: Access column chart items

2008-08-18 Thread Tim Hoff
Hi there, Your question is a little vague; concerning the use-case. But, this might help get you moving in the right direction: import mx.charts.events.ChartItemEvent; private function selectItem(e:ChartItemEvent) : void { myTextArea.text = e.hitData.item.myField.toString(); }

[flexcoders] Re: Namespace issue displaying xml in Tree

2008-08-18 Thread Tim Hoff
Hi Amanda, I usually just strip out the namespace junk; when the result is returned. Something like: public function onResult(event: * = null) : void { var myXML : XML = event.result as XML; model.myXML = new XML(myXML.toXMLString().replace(xmlns:ns2=http://service.xxx.xx.xx.xx.\

RE: [flexcoders] warning: unable to bind to property 'XXX' on class 'XML' (class is not an IEventDispatcher)

2008-08-18 Thread Tracy Spratt
That warning is confusing. It occurs because the selectedItem property(or whatever property you are accessing) is an Object, and Object does not support binding. The confusion is because it implies that XML does not support binding, while it definitely does. The fix is to cast/convert

[flexcoders] Accessing form elements with cairngrom

2008-08-18 Thread jerry_gagliano
Hi, I am using cairngrom framework with flex 3 and i need to access form fields or combo boxes from the results function in the command file. I imported my view and created an instance which i am able to access the properties a but no results show up. I am very curious about this solution.

RE: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Tracy Spratt
And as Amy points out, Repeater can use the x,y coordinates to draw the seat components in their correct positions, without the weight of the Grid container. An pay attention to what Tim says: For each seat, a custom UIComponent. Do that, do not attempt to code the repeated elements in

[flexcoders] Accordion Header renderer layout help

2008-08-18 Thread nathanpdaniel
I'm trying to create an Accordion Header Renderer component (extends Button, implements IDataRenderer) - when I add children to the createChildren method - it places them below (maybe behind is a better term) the actual header itself. I'm attempting to add another button and set the hitArea

Re: [flexcoders] Re: 3.1 changelog?

2008-08-18 Thread Matt Chotin
Release notes and whatnot are going live in a few hours. I have a short article that will be live on the Dev Center as well. The primary differences are support for AIR 1.1 along with bug fixes. 3.1 is mostly a rollup of bug fixes and we have a filter in JIRA where you can see all of them.

[flexcoders] Re: Access column chart items

2008-08-18 Thread mousikos2001
That's exactly what I've wanted to do!! :D I didn't know about the HitData class. All is clearer now :) Thanks a lot!!! --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi there, Your question is a little vague; concerning the use-case. But, this might help get you

Re: [flexcoders] Printing and PDF creation

2008-08-18 Thread Richard Rodseth
Have you looked at AlivePDF? On Mon, Aug 18, 2008 at 4:04 AM, Blair Cox [EMAIL PROTECTED] wrote: Hmm, well I'm with the fellow here in another post that stated Flex will not be enterprise ready until it can create reports within the app. This is a basic business practice and should not be

RE: [flexcoders] Re: 3.1 changelog?

2008-08-18 Thread Jim Hayes
Thanks for letting us know Matt. Before anyone else asks (!), is it basically an SDK update, and is it just a question of selecting the previous Flex 3.0 SDK if anything breaks in the new one? It's just that I'm right on the edge of a release, so I'm slightly nervous of anything changing,

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Adrian Williams
Hi Amy, I've tried your suggestion and am having a problem... The childIndex() method is not available to my object...and I have tried it both with my drag event as well as my ADG with negative results (errors). Here is the function that this lives in: private

[flexcoders] How to get the ColumnSeries id

2008-08-18 Thread mousikos2001
Hello, I have a ColumnChart with two ColumnSeries which have ids. How can i get the values of those ids? For Example: mx:ColumnChart id=someChart mx:series

[flexcoders] ItemRenderer returns empty Object instead of encapsuled data.

2008-08-18 Thread florian.salihovic
I have two instances of mx:controls::List. Both use the same ItemRenderer. A TypeError occours, when i drop one item from one List into the other List. Instead of the encapsuled type (an instance of an interface, typed to the interface) just an empty Ombject instance is returned. I

[flexcoders] Re: Accessing form elements with cairngrom

2008-08-18 Thread Tim Hoff
Hi Jerry, Usually a Command will update variables in the ModelLocator; which will be bound to the View controls. In other words, a Command should not know about a View and vice-versa. -TH --- In flexcoders@yahoogroups.com, jerry_gagliano [EMAIL PROTECTED] wrote: Hi, I am using

[flexcoders] flex_sdk_3.1.0.2710 works with flexBuilder?

2008-08-18 Thread Paolo Bernardini
dose flex_sdk_3.1.0.2710 works with flexBuilder? after installing flex_sdk_3.1.0.2710, and setting it as the default sdk I compiled some old projects that I have, and it works fine, then I tried to code and notice that code hint for Event, MouseEvent is not working anymore. Even when you type

[flexcoders] Re: Problem with ExternalInterface.call

2008-08-18 Thread markgoldin_2000
Yes, I see what you are saying. Another thing about ExternalInterface.call(window.location.reload (true). I am running my application from Flex Builder. Then at some pint I do ExternalInterface.call(window.location.reload(true). How can I run reload in the debugging environment? --- In

RE: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Tracy Spratt
What IS your dataProvider? You mention flat array. How are you getting a tree out of a flat array? childIndex() is for XML. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Williams Sent: Monday, August 18, 2008

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Adrian Williams
Ahh, yes...that would help...here is the construction for the ADG dataProvider. I am making a web service call to our .NET backend to grab the data set. This function is the result handler that builds the array for the ADG. private function

[flexcoders] Re: LCDS: data management and limited access

2008-08-18 Thread aglosband
Hi Zdenek, I did some testing of the whitelist/blacklist settings in LCDS 2.6 this morning and as far as I can tell they are working as expected. Can you send me both your channel/endpoint settings from services- config.xml and your destination settings from data-management- config.xml so that

Re: [flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Nik Derewianka
That #1009 error means that it returned a null from the first line because it couldn't find the child with that name. getChildByName is not recursive so you need to be mindful of the nesting of your requested object. The following app has the functionality working as you need it, but it

[flexcoders] Re: Accessing form elements with cairngrom

2008-08-18 Thread gabriela.perry
If I understood you, you want to access the views children from the execute method, is it? If so, you should add a property for this view (propably a Container subclass) in the event that's mapped to this control on the controler. The controler class has an initialize method which does this

Re: [flexcoders] Re: 3.1 changelog?

2008-08-18 Thread Matt Chotin
Correct, just select the old SDK and you should be good. Flex Builder has an update (autoupdate is pushed today) that is just bug fixes. Matt On 8/18/08 9:14 AM, Jim Hayes [EMAIL PROTECTED] wrote: Thanks for letting us know Matt. Before anyone else asks (!), is it basically an SDK

Re: [flexcoders] flex_sdk_3.1.0.2710 works with flexBuilder?

2008-08-18 Thread Matt Chotin
It should work without problems. Maybe try cleaning your workspace (instructions in the release notes)? On 8/18/08 9:56 AM, Paolo Bernardini [EMAIL PROTECTED] wrote: dose flex_sdk_3.1.0.2710 works with flexBuilder? after installing flex_sdk_3.1.0.2710, and setting it as the default sdk I

Re: [flexcoders] Re: Multiple arrays?

2008-08-18 Thread Howard Fore
Even better... On Mon, Aug 18, 2008 at 11:30 AM, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Howard Fore [EMAIL PROTECTED] wrote: I think I'd use a grid instead of repeater/HBox/VBox combinations, esp since you know the seating arrangments are going to be in a

[flexcoders] Basic authentication for file upload

2008-08-18 Thread Dmitry Miller
Hello, everyone I am trying to implement file upload and authenticate myself via basic authentication. However, when I try to add Authorization header into underlying URLRequest object, Flash Player seems to ignore my code and proceed without this header. I am using Flash version 9.0.124 which,

[flexcoders] Re: Namespace issue displaying xml in Tree

2008-08-18 Thread Mandy
I got the xml to display by replacing ns2: with , but never did get use namespace to work. Oh well, I think replacing the ns2: is good for now. Thanks guys. ~Amanda --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Amanda, I usually just strip out the namespace

[flexcoders] Repaint screen

2008-08-18 Thread markgoldin_2000
I have a complex screen that consists of a number of DGs shown side by side that creates an illusion of a single very wide DataGrid. The users are able to select a row in one of the DG and all grids will have the same row highlighted. I am using this as a custom item renderer: public class

[flexcoders] Re: getChildByName using it to get the value of a textbox

2008-08-18 Thread Jason B
Yes your code works since its not dynamically building the form but what happens if you try this code...it gets an error like i do ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical horizontalAlign=left creationComplete=loaditem() mx:Script

[flexcoders] Problems running Flex app on an OLPC

2008-08-18 Thread Paul Cezanne
Hello I'm having a bit of a newbie problem understanding exactly how I can get our Flex application running on our Unix machine. I'm not the flex coder, but I'm the Unix guy, so getting it running is up to me. The issue is that our Unix machine is an OLPC XO machine. (See laptop.org if

RE: [flexcoders] Re: LCDS 2.6 + Hibernate: problem deleting items

2008-08-18 Thread Jeff Vroom
If you could send me the server debug log with Message.* and Service.* enable I could tell what is happening. I've seen this type of behavior in the past, but only when some query or something was holding onto a cached copy of the deleted item. After the item gets deleted, we could be

[flexcoders] Odd behavior: Tree Component - selectedIndices

2008-08-18 Thread sbx33
Greetings! I'm encountering some strange behavior, and I was wondering if anyone could explain the results for me. The code below: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Script ![CDATA[import

[flexcoders] timeout in adobe flex netconnection call

2008-08-18 Thread alex_m2000_cl
i want to know if anyone knows if possible set a timeout when makes a remote call using netconnection call method. I was looking for this on internet but i could find anything.

Re: [flexcoders] Re: Identifying row index relative to node vs. ADG - data source info.

2008-08-18 Thread Adrian Williams
Ahh, yes...that would help...here is the construction for the ADG dataProvider. I am making a web service call to our .NET backend to grab the data set. This function is the result handler that builds the array for the ADG. private function groupedParticipantsResult(event:ResultEvent):void

[flexcoders] Re: Identifying row index relative to node vs. ADG - childIndex() fails.

2008-08-18 Thread Amy
--- In flexcoders@yahoogroups.com, Adrian Williams [EMAIL PROTECTED] wrote: Hi Amy, I've tried your suggestion and am having a problem... The childIndex() method is not available to my object...and I have tried it both with my drag event as well as my ADG with negative results

  1   2   >