[flexcoders] Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread sanjaypmg
Hi All, I have developed an application for windows... Its working fine everywhere but now I have to make the whole application running on AIX too... Can anyone tell me, how can I do it? I mean What are the steps or some installation guidelines to compile the MXMLs for AIX.. I have already

[flexcoders] Re: Changing state not drawing component correctly

2007-04-09 Thread ssundke
Any suggestions on this? --- In flexcoders@yahoogroups.com, ssundke [EMAIL PROTECTED] wrote: Hi, I just need to show a Help page on demand, so I implemented it via states. When the user clicks the Help button the help pane comes up. Somehow the help pane is not taking the correct size and

[flexcoders] Re: In datagrid, how to change the cell background after editing....

2007-04-09 Thread Vyshakh Venugopal
Dear Alex, thanks a lot for that help. it really worked out..!!! The blog was very informative!! thanks a million :) --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Check out the itemrenderer examples on my blog

[flexcoders] Re: Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread simonjpalmer
I should start by saying that I have not done this with flex, but I have both lead and been involved in many projects where we have had to retro-fit to IBM. The experience has been chastening and it is never a straighforward task. Have you got your AIX hardware up and running with the IBM

[flexcoders] hand + rollOver

2007-04-09 Thread mychemic Carlo Gulliani
How I can display a hand on rollOver mx:Button ? Food fight? Enjoy some healthy debate in the Yahoo! Answers Food Drink QA. http://answers.yahoo.com/dir/?link=listsid=396545367

[flexcoders] Re: Connect and Retrieve from MS SQL Server 2005

2007-04-09 Thread hugocorept
Tkz i will check on Lynda ;) Bottom Line, you in general advise .NET to fill out the blank between flex and MSSQL. Okidoki , i think too.. Ps: I have tried ColdF. mx7 and i have to say that's was really simple connect to the server , run querys and that on Builder, i just cant understand how to

[flexcoders] Re: Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread sanjaypmg
Hi SP, Thanks for your quick response Though AIX hardware is up and running at client end so that wouldn't be an issue.. Here we are using Java components to communicate with the backend. Actually this needs to be test at the client end so I need to tell them some instruction to follow. I

[flexcoders] Re: hand + rollOver

2007-04-09 Thread sanjaypmg
Set buttonMode = true and useHandCursor = true --- In flexcoders@yahoogroups.com, mychemic Carlo Gulliani [EMAIL PROTECTED] wrote: How I can display a hand on rollOver mx:Button ? ___ _ Food fight?

[flexcoders] HyperLink on Label in PieChart

2007-04-09 Thread sanjaypmg
Hi All, I have a pieChart in my application. I have given label postion labelPosition=callout so the label is coming outside pieChart. Let me first tell you one scenario, there are only 2 items one's value is 1 million and another value is 1 only. so the second value is a thin line which is

Re: [flexcoders] Re: hand + rollOver

2007-04-09 Thread mychemic Carlo Gulliani
ohhh, thanks a lot of :) - Original Message From: sanjaypmg [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 9, 2007 3:41:41 PM Subject: [flexcoders] Re: hand + rollOver Set buttonMode = true and useHandCursor = true --- In [EMAIL

RE: [flexcoders] Sending multiple HTTPService requests - how to really cancel all but the last

2007-04-09 Thread Peter Farland
The maximum number of concurrent HTTP connections allowed to a web server is controlled by the browser. The HTTP 1.1 specification suggests a limit of 2 connections per host, but this requires further consideration if persistent connections are to be used. Some browsers can be configured to accept

Re: [flexcoders] Re: Flex and Yahoo Pipes

2007-04-09 Thread shaun etherton
joshspooning wrote: I see. That's weird Yahoo has set there cross-domain wide open. I'll look into the docs. Do you mean I mean I need to allow yahoo's domain? --- In flexcoders@yahoogroups.com, huangnankun [EMAIL PROTECTED] wrote: Its the security sandbox issue, read up the flex 2 docs

[flexcoders] Re: FLEX 2 Bug ??

2007-04-09 Thread astronaute75
You are right mate :) That solved my problem, thank you a lot :) --- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote: You're trying to change the label of a component instance that has not been created yet. You should actually get the following error: TypeError: Error

[flexcoders] PromptingTextArea?

2007-04-09 Thread Bruce Denham
Hey Everyone, I'm using Doug's PromptingTextInput (just downloaded it from flexlib -- too cool!) and have tried to convert it to a PromptingTextArea without success. Everything compiles just fine, but at runtime, it blows up my app in the place I'm using it. Basically all I've done so far is

[flexcoders] Anonymous function to revert datagrid edit?

2007-04-09 Thread ba.chase
I have a itemEditEnd event handler for a datagrid. In the event handler, I dispatch a cairngorm event to update the data on the server. To the cairngorm event, I attach an anonymous function like: updateEvent.resetValue = function():void{ e.currentTarget.selectedItem.display =

[flexcoders] Most Efficient Design Question

2007-04-09 Thread lncdeveloper
I am looking into building a Flex application for my Church. They have a tape/CD library of sermons over the past 15 years. The data is in a database, but for my first version I will be generating XML files to use as the data source. I would like to have several different view states where

Re: [flexcoders] dynamic creation of class

2007-04-09 Thread Erik Price
On 4/8/07, Toby Tremayne [EMAIL PROTECTED] wrote: Hi all, I have a method which retrieves an actionscript object, and depending on the value of one of the keys, converts it into an actionscript class. The issue I have is I don't know how to instantiate a class whose name I can't hard code -

[flexcoders] Dynamically rendered UI

2007-04-09 Thread Anas Mughal
I read about the possibility of Flex UI dynamically rendered. Could some be kind enough to share a code snippet of how they achieved that. Thank you in advance.

RE: [flexcoders] seeking half-way point between view helper (Cairngorm) and re-usable components

2007-04-09 Thread Dimitrios Gianninas
Let's start with dont use ViewHelpers :) Create your component, give it properties that will allow the app to change its behavior and then allow the component to broadcast events to tell the app that something happened to it. Thats all you need. So your componet can either be an AS class or

[flexcoders] Combine Applications

2007-04-09 Thread mapper2255
Good Morning, Is there anyone out there who has developed a site/blog dedicated to showing the way to combining the great applications that have been developed using Flex? Cairngorm, FlexStyleExplorer, FlexStore to mention a few applications that are awesome in and of themselves. However if

[flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-09 Thread ben.clinkinbeard
Uninstalling and reinstalling the player did not help, nor did uninstalling the Apollo extensions. A little more detail on my problem is that when I select No from the dialog, the terminate button in FB is then disabled as if the session has been terminated on FB's end. The browser doesn't seem

Re: {Disarmed} Re: [flexcoders] dynamic creation of class

2007-04-09 Thread Toby Tremayne
Hi Erik - yup that's what I went with :) Toby On 09/04/2007, at 13:41 , Erik Price wrote: On 4/8/07, Toby Tremayne [EMAIL PROTECTED] wrote: Hi all, I have a method which retrieves an actionscript object, and depending on the value of one of the keys, converts it into an

[flexcoders] columns does not appear in column chart with large dataset?

2007-04-09 Thread arpan srivastava
Hi All, I have created a column chart, but when if my dataprovider becomes large than at one point no columns are displayed. I tried to adjust columnWidthRatio but didn't worked. I am sending a code snippet. Here i am creating the dataprovider with 500 records (I have more records

[flexcoders] timeout happens with large amount of data?

2007-04-09 Thread arpan srivastava
Hi All, I am getting this error when I give a large amount of data to my datagrid that consists of a line chart and bar chart in it's columns. Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at

[flexcoders] FLV audio issues with echo

2007-04-09 Thread justin_beckwith
I am having a rather strange issue with the VideoDisplay component in Flex 2. I am trying to stream an FLV to the VideoDisplay component, from a FMS2 server. I can connect to the video, and sometimes, it plays properly. Sometimes, I get severe echo issues in the audio. I also have problems

Re: [flexcoders] Sending multiple HTTPService requests - how to really cancel all but the last

2007-04-09 Thread dorkie dork from dorktown
So what you are saying is if I have 3 httpservice requests send at the same time 2 go out and 1 is queued up. When a result or fault event occurs on one of them then the 3rd service request is sent correct? How do I know if I am using a persistent connection? I was asking this question earlier,

[flexcoders] Flex VideoControl

2007-04-09 Thread gotjosh819i
Looking for some suggestions on how to accomplish: - playing a captivate swf video in a Flex application. The video control docs say that it supports the FLV format. Was wondering if I could play a swf file with this control also? Thanks in advance for any considerations.

[flexcoders] Determining Domain In Flex

2007-04-09 Thread John Kirby
I think I know the answer to this ... but hoping there is a better way. I have an application which connects to various SOAP services *outside* my application domain. No problem, I use a Proxy service from my domain to handle it. However, like most application url's I can launch via

[flexcoders] SOLVED Re: PromptingTextArea?

2007-04-09 Thread Bruce Denham
Okay, fiddled around a bit with the PromptingTextInput control from flexlib and you have to do two things to convert it to a PromptingTextArea. Note that this solution is certainly not the only, nor probably the best, but it's simple and it seems to work. Though, I would like someone to tell me

[flexcoders] FYI: my Flex ramp-up, training experience

2007-04-09 Thread Peter Demling
Hi All, FYI, I just got back from Fig Leaf's 3-day Developing Rich Client Applications Flex course. Overall, I found it very beneficial. The most valuable part was the instructor's willingness to answer specific questions off-line, including Flex coding topics that were outside the scope of the

[flexcoders] flex report

2007-04-09 Thread slash_n_rose
Is there any method to create reports using flex??

Re: [flexcoders] Determining Domain In Flex

2007-04-09 Thread Jeffry Houser
Here is a function I put together to get the domain: public function getDomain():String{ return (Application.application.url.substring( Application.application.url.indexOf('//')+2, Application.application.url.indexOf('/',Application.application.url.indexOf('//')+2) )); } At 10:49 AM 4/9/2007,

Re: [flexcoders] Re: Mapping xml objects to custom classes? [new subject]

2007-04-09 Thread slangeberg
Right now, my problem is using XML as a dataprovider in DataGrids. The sorting is really messed up, when you use xml. I've tried using plain objects containing the same values as the XML, and sorting works perfectly. It looks like this is due to the comparison functionality seeing each row as XML

RE: [flexcoders] Sending multiple HTTPService requests - how to really cancel all but the last

2007-04-09 Thread Peter Farland
I believe that yes, once one of the previous requests completes (either by a fault or result) the next outstanding request can proceed. Note that you can make use of multiple CNAMEs to increase the number of requests made concurrently per host (e.g. Google Maps uses mt0.google.com through

[flexcoders] ComboBox.selectedItem within a Repeater

2007-04-09 Thread t8.chad
I have a ComboBox within a repeater and I need to get the selected item of the ComboBox. The problem is that the id of the ComboBox is really a pointer to an array of ComboBoxs within the Repeater. mx:TabNavigator mx:Repeater id=rp_brands mx:ComboBox id=cb_sports

[flexcoders] Re: seeking half-way point between view helper (Cairngorm) and re-usable components

2007-04-09 Thread Shannon
I had the exact same question for flexcoders before and I didnt really get the answer I was looking for: http://tech.groups.yahoo.com/group/flexcoders/message/68264 (Let me know if you can derive something useful from it.) The example I gave there was an address component being resued in an

Re: [flexcoders] Re: Flex E-Mail a Form PHP, ASP, or ColdFusion

2007-04-09 Thread P Smith
videogamer2791, re I still would like to know what a MX Record is try googling the following quoted string (ie include the quotes when searching): MX Record many answers. including wikipedia: http://en.wikipedia.org/wiki/MX_record when you get this working, please do post

[flexcoders] Re: AS3 encryption

2007-04-09 Thread Doug Lowder
The AS3 corelib has an MD5 algorithm implemented. http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libra\ ries http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libr\ aries Probably the safest way to send data, though, would be to send over HTTPS rather than

[flexcoders] Repeater and Chart Legend issue

2007-04-09 Thread Claude Hussenet
I would to use the repeater class to create multiple instances of a tab.Each tab displays the same chart with a different data provider.Everything is working when I don't include a legend. See source code below.However ,if I uncommented out the legend I am getting the following example :

Re: [flexcoders] Re: AS3 encryption

2007-04-09 Thread Jeffry Houser
What Doug said But, depending what you want to do you can also take a look at: http://ascrypt3.riaforge.org/index.cfm ( My open source project ) and http://crypto.hurlant.com/ | http://z3labs.com/2007/03/05/as3crypto/ (An alternate open source crypto project, which has more options than

[flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread ben.clinkinbeard
Hello, I will most likely be able to attend one conference this year, and I am trying to determine which would be more beneficial. Due to the locations, the costs for each would be comparable (I could drive to MAX), so its really just a matter of which is better. I am mainly looking learn more

[flexcoders] Re: flex report

2007-04-09 Thread ben.clinkinbeard
The answer is almost certainly yes, but you're going to need to be a little more specific. What kind of reports? Online? Printed? Specific formats? What kind of data? --- In flexcoders@yahoogroups.com, slash_n_rose [EMAIL PROTECTED] wrote: Is there any method to create reports using flex??

RE: [flexcoders] Repeater and Chart Legend issue

2007-04-09 Thread Ely Greenfield
Since your linechart is inside a repeater, the member referenced by its id (lineChart) is an array of line charts, not just a single reference to a line chart. Since you're assigning an array as the dataProvider to the repeater, it's trying to interpret that array as an array of legend

[flexcoders] Re: ComboBox.selectedItem within a Repeater

2007-04-09 Thread Doug Lowder
You might be able to use the repeater's currentIndex property in your button's click handler to access the ComboBox instance. Try: ... click=trace('selected sport:'+ this['cb_sports' + rp_brands.currentIndex].selectedItem) --- In flexcoders@yahoogroups.com, t8.chad [EMAIL PROTECTED] wrote:

Re: {Disarmed} [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread Jurgen Beck
Can't speak for MAX, but if you are mainly looking at Flex, you should definitely do 360. I've been there in March and I can tell you that you'll learn LOTS and have access to the right people to ask your questions. Jurgen ben.clinkinbeard wrote: Hello, I will most likely be able to attend

[flexcoders] Re: ComboBox.selectedItem within a Repeater

2007-04-09 Thread Doug Lowder
Actually, I think that should be cb_sports [rp_brands.currentIndex].selectedItem instead of this ['...'].selectedItem, but I think you get the picture. Debug as necessary. :) --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: You might be able to use the repeater's

RE: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread Ted Patrick
It's a hundred and six miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses. - Elwood MAX will be VERY GOOD this year. 360Flex will be VERY GOOD this year. I am conflicted on this issue of costs to developers for conferences

[flexcoders] Root sprite not responding to MouseEvent ?

2007-04-09 Thread Ronnie Liew
Hi all, Just want to check, does the root sprite actually respond to any of the MouseEvent? Any reason why it doesn't ?

[flexcoders] Optimal Linking

2007-04-09 Thread Shaun
I have a modular flex app consisting of the main shell application and several modules. I generate a link report from the main shell app and I use load externs to keep the modules from linking redundant classes. My question is this: I want to force the shell app to also link in any classes

RE: [flexcoders] Optimal Linking

2007-04-09 Thread Alex Harui
I have a meeting this afternoon with FB3 team on this topic. Anyway, I don't know of any automated way of finding the common classes shared by modules. I suppose you can process the link-reports from the modules as they are XML. However, once you know the set, you can make another RSL/Module

RE: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-09 Thread Alex Harui
Any Sprite must have drawn pixels in itself or its children in order to respond to the mouse. They can be alpha=0, but there has to be something there. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ronnie Liew Sent: Monday, April 09,

[flexcoders] Re: MXML Schema

2007-04-09 Thread neilac3333
Here is the error: Only one attribute 'labelField' is allowed within the attribute 'mx:_A_mx.controls.List' group This makes sense since the following declaration attributeGroup ref=mx:_A_mx.controls.listclasses.ScrollSelectList/ ...also contains a labelField element. When I remove the

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread Jeffry Houser
If you're looking for resources for learning Flex, go to 360Flex. Max is an Adobe conference, and I suspect will have a ton of non-Flex content, plus will focus more on cool people using our product / product roadmap / company roadmap without going deep into details. At 01:04 PM

RE: [flexcoders] Repeater and Chart Legend issue

2007-04-09 Thread Claude Hussenet
With the solution suggested in the previous email,I am getting the following error:. After getting the error if I selects continue twice ,I get the legend on the first tab. If I select the second and third tabs,I am also getting the same error.After selecting continue once the errors

[flexcoders] Re: Optimal Linking

2007-04-09 Thread Shaun
Thanks for the response Alex. I look forward to seeing what the FB3 team cooks up! Was also wondering if you could confirm something for me. Would you say the following is accurate: If I have a site that will contain at least 2 apps, and at least one app will contain modules, that to

RE: [flexcoders] HyperLink on Label in PieChart

2007-04-09 Thread Ely Greenfield
There's no built in support for doing this. If I were to try and make this happen, I would probably do it like so: 1) The PieSeries has a property called labelContainer. This is a reference to the flash.display.Sprite that contains all of the labels being displayed by the

RE: [flexcoders] Re: Optimal Linking

2007-04-09 Thread Alex Harui
1) yes 2) yes 3) yes 4) That will work, but you might want to share a module of shared classes as in the shared code example on my blog. Any time you add stuff to the main app to share between modules, you are increasing the initial application startup time which might

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread John Wilker
Obviously I'm biased so take my two cents for what they're worth. MAX is a fun conference. That said, 360|Flex will be three days of Flex, Flex, and Flex. No acrobat, no dreamweaver, fireworks, no CF, flash IDE, just Flex. We cover Flex with backends (so there's at least one talk with CF in it

RE: [flexcoders] Word wrapping RadioButton Labels

2007-04-09 Thread Alex Harui
Gee, I was sure someone had done this already. I don't think I'd use List unless you have more than 50 radiobuttons. Repeater in a VBox might be better. Anyway, I just posted a multiline radiobutton on my blog http://blogs.adobe.com/aharui/2007/04/multiline_buttons.html. It will be

[flexcoders] Re: Optimal Linking

2007-04-09 Thread Shaun
Will do. Thanks again! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: 1) yes 2) yes 3) yes 4) That will work, but you might want to share a module of shared classes as in the shared code example on my blog.

[flexcoders] Re: Word wrapping RadioButton Labels

2007-04-09 Thread ben.clinkinbeard
Here is a CheckBox version. Alex, I'd be interested in your opinion on this approach. http://tech.groups.yahoo.com/group/flexcoders/message/49518 Ben --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Gee, I was sure someone had done this already. I don't think

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread Douglas Knudsen
There's partying and drinking at MAX?;) DK On 09 Apr 2007 11:45:00 -0700, John Wilker [EMAIL PROTECTED] wrote: Obviously I'm biased so take my two cents for what they're worth. MAX is a fun conference. That said, 360|Flex will be three days of Flex, Flex, and Flex. No acrobat, no

Re: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-09 Thread Ronnie Liew
Hi Alex, Thanks for your response. My main class app (which is the root sprite) actually has a bitmap object added to it. The bitmap can be seen but however none of the mouseevent works. I understand that the bitmap object does not have any of the mouseevent but however since the main class

[flexcoders] Memory leak in ArrayCollection?

2007-04-09 Thread Paul Neyman
Hello everyone. I have a simple application: a DataGrid that displays a certain number of rows, which are populated by reading off a data source. A simple loop controls the number of rows after each update: // add new data in while (have_more_data) { dataGrid_provider.addItem(someObject); }

[flexcoders] TitleWindow, Borderskin, and the Move Effect

2007-04-09 Thread Paul Whitelock
I have a TitleWindow that uses a BorderSkin (based on HaloBorder) to draw a custom background in the window's content area. The skin works fine until I try applying a Move effect to the TitleWindow. What happens is that when the move begins from offscreen top, the TitleWindow's content background

RE: [flexcoders] Re: Word wrapping RadioButton Labels

2007-04-09 Thread Alex Harui
Interesting. I like mine better because callLater will be too late if someone forces a call to validateNow(), which happens if the checkbox is a list renderer. Mine uses an undocumented call, but stays in the recipe better. -Alex From:

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread Doug McCune
I've never been to MAX (probably going this year) but if you're a Flex developer and you want a job, I'd recommend going to 360Flex. The last one was a recruiting orgy, and I think the next one will be even more so. And the organizers have high expectations to live up to now after 360Flex in San

RE: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-09 Thread Alex Harui
If the bitmap is from another domain, you may not be able to see mouse events for it. Also verify that mouseEnabled and mouseChildren are set appropriately. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ronnie Liew Sent:

Re: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-09 Thread Daniel Freiman
Make sure the sprite has mouseEnabled=true. Also, the sprite might have children which are intercepting the mouse commands. The top most item (in the z-order) that has mouseEnabled will receive the mouse event first and may have the ability to stop prorogation. Additionally, adding interaction

RE: [flexcoders] columns does not appear in column chart with large dataset?

2007-04-09 Thread Ely Greenfield
Hmm...The best answer I could give you would be to write a custom item renderer that draws itself at a minimum width. i.e., even if the chart tells the renderer to be .1 pixels wide, it should draw itself at a minimum of .1 pixels wide (or something to that effect). Ely.

[flexcoders] WebORB or AMFPHP for big Application

2007-04-09 Thread nxzone
Which between these both do you prefer? Which want is more stable, fast, simple WebORB VS AMFPHP

[flexcoders] Re: TitleWindow, Borderskin, and the Move Effect

2007-04-09 Thread Paul Whitelock
Well, I think I've solved one part of the problem and stumbled into another. I looks like PopUpManager.centerPopUp is causing the problem with the background color fill. I create the TitleWindow using PopUpManager.createPopUp and then right after that I call PopUpManager.centerPopUp. A bit later

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-09 Thread John Wilker
Oh it will. And we're in Pyramids backyard so... On 09 Apr 2007 12:39:25 -0700, Doug McCune [EMAIL PROTECTED] wrote: I've never been to MAX (probably going this year) but if you're a Flex developer and you want a job, I'd recommend going to 360Flex. The last one was a recruiting orgy, and I

[flexcoders] RSL Creation Help

2007-04-09 Thread Shaun
So if I wanted to generate an RSL containing everything that was linked into a given app, what would be the best way to go about it? Is there some tool for converting a link-report into an RSL? Has anyone come up with a good method for this? Reason being: I have a site that contains a

[flexcoders] Zorn Package

2007-04-09 Thread lostinrecursion
Hi all, After Googling and looking through some of the posts here, I am still a little unclear on something. What is Zorn? I notice since installing the Apollo Extensions for FB in Eclipse, this package is now showing up in my importable list. Thanks. -Kenny

Re: [flexcoders] Re: pushing a database update/data management services

2007-04-09 Thread Carlos Rovira
Hi Steve, I was trying the same yesterday without no results. I was trying to do a file upload to a data base. I send the file with some params and want to createa item using the assembler createItem method. This was ok, but the flex client does not refresh, so I was trying the same as you:

RE: [flexcoders] Zorn Package

2007-04-09 Thread David Mendels
Hello, Zorn is an old code name we used prior to FlexBuilder 2. -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lostinrecursion Sent: Monday, April 09, 2007 4:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Zorn

[flexcoders] expanding options panel

2007-04-09 Thread estonia_flex
Does anyone have a flex example of an options panel, where for example a couple of options are show, with a more button so the panel expands to show more options. best R!

[flexcoders] Re: Flex Installation\Compilation Guidelines for AIX OS

2007-04-09 Thread simonjpalmer
I must be missing something obvious because I'm not seeing why you would fiddle around with compiling mxml files on the server, just put the binaries there. I think this step needs looking at: 2. Compile MXML using Flex builder on AIX. Is there a flex builder for AIX? I doubt it and I don't

[flexcoders] Re: expanding options panel

2007-04-09 Thread Nate Pearson
Here is a good one: http://www.adobe.com/devnet/flex/quickstart/defining_state_transitions/ it shows how to do exactly what you're talking about using states. If you scroll to the bottom of the page there is an example. -Nate --- In flexcoders@yahoogroups.com, estonia_flex [EMAIL PROTECTED]

[flexcoders] How do I tell what I clicked on?

2007-04-09 Thread Nate Pearson
I have a custom component that adds groups of 1 sprite and a few labels. On each of those items I have added a MouseEvent.CLICK event listener. When I click on one of these groups I can get the event and handle it. When I click one of these I need to know what group I'm clicking on. I have

Re: [flexcoders] Creating Modular Applications

2007-04-09 Thread Bjorn Schultheiss
do something like this mx:Module creationComplete=init() mx:Script function init():void { percentHeight = 100; percentWidth = 100; } /mx:Script /mx:Module On 09/04/2007, at 5:57 AM,

Re: [flexcoders] Anonymous function to revert datagrid edit?

2007-04-09 Thread Bjorn Schultheiss
set oldVal to a property on your event object. Then place logic from your event function in your command's fault handler. Event should just be passing data while commands handle and execute logic. On 09/04/2007, at 10:48 PM, ba.chase wrote: I have a itemEditEnd event handler for a

Re: [flexcoders] Most Efficient Design Question

2007-04-09 Thread Bjorn Schultheiss
Put it all in one. Let Flex do the work. On 09/04/2007, at 10:49 PM, lncdeveloper wrote: I am looking into building a Flex application for my Church. They have a tape/CD library of sermons over the past 15 years. The data is in a database, but for my first version I will be generating XML

Re: [flexcoders] Combine Applications

2007-04-09 Thread Bjorn Schultheiss
At cairngormdocs.org you can find a few versions of FlexStore built using the Cairngorm framework. FlexStyleExplorer exports css that you should be able to use in any project. On 09/04/2007, at 11:11 PM, mapper2255 wrote: Good Morning, Is there anyone out there who has developed a

Re: {Disarmed} Re: [flexcoders] dynamic creation of class

2007-04-09 Thread Bjorn Schultheiss
It may be worth looking ClassFactory or an ObjectTranslator as well. Depends if you need to set values on your new class. On 09/04/2007, at 11:42 PM, Toby Tremayne wrote: Hi Erik - yup that's what I went with :) Toby On 09/04/2007, at 13:41 , Erik Price wrote: On 4/8/07, Toby Tremayne

Re: [flexcoders] proxying via named destinations - coldfusion support?

2007-04-09 Thread Angus Johnson
I think (and someone will correct me if I am wrong) but the useProxy is only relevant to Flex Data Services. So no you cannot proxy in the way you suggest. You can of course set up a webserver of remoteObject on the CF side which would use CFHTTP etc to proxy. On 05 Apr 2007 15:42:43 -0700, P

[flexcoders] X/Y Limit for DisplayObjects?

2007-04-09 Thread Troy Gilbert
I find that if I position a DisplayObject (specifically, a sprite) beyond +/- 8192 it vanishes from the stage (well, it stops rendering)... I couldn't find any docs that attest to this limit... and it doesn't seem to matter if I turn on cacheAsBitmap, etc. (besides, the bitmap limit is 2880). Is

Re: [flexcoders] How do I tell what I clicked on?

2007-04-09 Thread Bjorn Schultheiss
Can you use currentTarget ? Perhaps you can dispatch unique events from each group and listen to them from their parent and decide there? On 10/04/2007, at 7:19 AM, Nate Pearson wrote: I have a custom component that adds groups of 1 sprite and a few labels. On each of those items I have

[flexcoders] Re: How do I tell what I clicked on?

2007-04-09 Thread Nate Pearson
I don't see anything in current target that I could use. Sprites don't have IDs. Maybe I should use a heavier weight component and use IDs to track what I'm clicking on. I would rather keep this thing light though. This data is pulled from a database, and after I figure out my group I have to

RE: [flexcoders] X/Y Limit for DisplayObjects?

2007-04-09 Thread Alex Harui
I'm surprised it didn't fail sooner. 2880 is the limit for most things. After that it is unpredictable. That's why DataGrid and other list classes virtualize their children. Sorry, -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

[flexcoders] SOLVED: How do I tell what I clicked on?

2007-04-09 Thread Nate Pearson
LOL, im very stupidthey all have NAME attributes! Bingo-bango...SOLVED! --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: I don't see anything in current target that I could use. Sprites don't have IDs. Maybe I should use a heavier weight component and use IDs to

RE: [flexcoders] X/Y Limit for DisplayObjects?

2007-04-09 Thread Andrew Trice
The maximum number of pixels in both the horizontal and vertical directions within the BitmapData class is 2880. It is documented here: http://livedocs.adobe.com/flex/2/langref/flash/display/BitmapData.html Thanks, Andy _ Andrew Trice Cynergy

[flexcoders] Re: Checkbox in Celrenderer Problem

2007-04-09 Thread greg556
The problem is far more subtle than Doug explains here, and in fact his sample code won't necessarily work. (Note Doug's sample code is the canonical sample code--you'll see exactly the same thing repeatedly, but it's broken.) Here is the problem code: myCheckBox.selected =

[flexcoders] Re: Filter an arrayCollection to use in Charts

2007-04-09 Thread klar1ty
I am still not sure of the proper way to filter and bind the data. Are separate ArrayCollections necessary? ---Reference Message --- I am writing a flex application that stores a dataset in an arrayCollection called stats. Through use of the application, the stats:ArrayCollection is

[flexcoders] Dynamically retrieving the input data of a UIComponent.

2007-04-09 Thread gotgoose09
In one of my components I save a DateField, TextInput, NumericStepper, etc. as a UIComponent which is displayed on the screen. I need a way of retrieving the data that the user inputs into this UIComponent, but my component doesn't know whether it should retrieve the text property (TextInput,

[flexcoders] CreationComplete seems to be a little SLOW

2007-04-09 Thread boy_trike
On a state change I have the following snippet: mx:State name=oneItem enterState=displayLastOrder() mx:AddChild comp:OneItemOptions id=myOptions / /mx:AddChild /mx:State in the displayLastOrder() function I have a trace Statement trace('I am in the enterstate

RE: [flexcoders] proxying via named destinations - coldfusion support?

2007-04-09 Thread Peter Farland
ColdFusion Scorpio will include an installation option that will have LCDS 2.5 (need FDS 2.5) integrated into the same web application so you'll have the 4 services pre-configured in services-config.xml. I think in earlier versions of ColdFusion not all of the required jars shipped to get the

RE: [flexcoders] Most Efficient Design Question

2007-04-09 Thread Gordon Smith
Is it better to generate a different XML files for each of the different trees I want to build, or load all of the data in one XML file and let flex split up the data into the different pieces. I wouldn't do either. First I'd make an XML file that is a simple view-independent list of

Re: [flexcoders] Re: AS3 encryption

2007-04-09 Thread Jerome Clarke a.k.a sinatosk
this project has public/private but it's written in ASP and JavaScript only and he/she hasn't updated it in a long while and I don't know ASP well to convert it :p... maybe you can? it's at http://assl.sullof.com/assl/ On 09 Apr 2007 09:55:17 -0700, Jeffry Houser [EMAIL PROTECTED] wrote:

  1   2   >