[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
I imported the project that I sent you, in flex3 and it works fine here, the combobox stil works :) --- In flexcoders@yahoogroups.com, Jehanzeb Musani [EMAIL PROTECTED] wrote: Hello Cato, Thanks for your reply. Initially I tried to use flexmdi framework to show popup windows on top of

[flexcoders] Error #1009 in Transfer Objects

2008-03-11 Thread Eduardo Dias
We're having the famous error #1009 http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=7483when we try load our TOs (reference). We already created a RSL, put all TOs inside them and load in the Main Application, but for some strange reason our application

[flexcoders] max rows to return to a datagrid

2008-03-11 Thread Chad Gray
I am using a Coldfusion CFC to return a query object that is bound to a datagrid. Is there any rule of thumb as to how much data you should send to the datagrid? I just tried 3000 rows of data and it took about a second for the datagrid to display it.

Re: [flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Jehanzeb Musani
Hello Cato, Can you send me the zip file of the project of flexmdi that you imported it in Flex 3, I will compile my app with that to see whether it works pefectly for me or not. Thanks in advance. Regards, Jehanzeb --- Cato Paus [EMAIL PROTECTED] wrote: I imported the project that I sent

[flexcoders] Re: Flex Charts with Large Data Set

2008-03-11 Thread Abyss Knight
I believe you're having the same problem I ran into. Kudos to Brendan for the excellent example code, which it sounds like we've both made use of. ;) How many series are you adding to the chart? One thing I have noticed is that the more series, and more effects, renderers etc. that you add to the

[flexcoders] Regarding servers

2008-03-11 Thread kapil b
Hi All, Please give me basic idea about Red5, BlazeDS, WebORB. Which to use when? -Kapil Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Re: [flexcoders] max rows to return to a datagrid

2008-03-11 Thread Adam Reynolds
Was that you working on your dev box or did you connect to a remote server? Chad Gray wrote: I am using a Coldfusion CFC to return a query object that is bound to a datagrid. Is there any rule of thumb as to how much data you should send to the datagrid? I just tried 3000 rows of data

[flexcoders] Re: Data collection Interface samples

2008-03-11 Thread markgoldin_2000
Well, with tools it's simple: Flex :) --- In flexcoders@yahoogroups.com, Justin F. Knotzke [EMAIL PROTECTED] wrote: I'd like to see the same. And also what tools were used in building the site. Thanks J -- http://www.shampoo.ca -Original Message- From:

Re: [flexcoders] Re: fade-in effect on a popup

2008-03-11 Thread Derrick Anderson
do u have an example of this? I'm confused, I thought that by putting an effect on the 'show' event that I was doing just that. d. On Mon, Mar 10, 2008 at 6:02 PM, johan.temmerman [EMAIL PROTECTED] wrote: Have you tried add/remove-effecttriggers instead of show/hide? Also keep in mind

[flexcoders] Re: Drag Boundaries

2008-03-11 Thread jmfillman
Well that's what I thought, but when I change this: event.target.startDrag(); to this: event.target.startDrag(false, 10, 0, myCanvas.width, myCanvas.height); I get the following error: ArgumentError: Error #1063: Argument count mismatch on flash.display::Sprite/startDrag(). Expected 0, got

Re: [flexcoders] IViewCursor.findAny on a typed object?

2008-03-11 Thread Ken Dunnington
Considering I had to look that up, probably not. :) The docs say -optimize is true by default, or are you talking about something besides the compiler arg? I'll have to try again tonight, as for some reason the SWF isn't connecting to the debugger - my other projects connect without issue, so

RE: [flexcoders] max rows to return to a datagrid

2008-03-11 Thread Chad Gray
That is on my dev box. It runs the SQL server and the CF server. The production box the SQL server is on a separate box. I just ran the same test on the production box and it is less then a second. Of course it is a much faster CPU. I bumped it up to 10,000 records and the production server

Re: [flexcoders] Re: Adobe, can we please split into 3 separate lists?

2008-03-11 Thread Samuel Neff
Ignore thread is nice. I miss that from nntp readers. Threading in outlook sucked--I recently switched to using gmail for mailing lists and it's made following the lists so much easier. Especially with good use of labels I can do things like easily mark messages from Alex as important to make

[flexcoders] Formatting and addchild with Actionscript

2008-03-11 Thread netdeep
I would like to add a chart to a panel and have it inherit the same style as its parent. When I do this with mx tags, everything works fine, but when I manually add it in actionscript with addChild, it uses the default look and feel. Also how do you set the width of the chart to be 100%. The

Re: [flexcoders] Adobe, can we please split into 3 separate lists?

2008-03-11 Thread Derrick Anderson
all forums are bad/slow? like compared to the web interface for this yahoo group? that thing is just about un-usable to me.. but i'm a member of other forums that work just fine, www.tek-tips.com for example- there you can watch important messages, even credit those who have helped you in a way

Re: [flexcoders] Adobe, can we please split into 3 separate lists?

2008-03-11 Thread Derrick Anderson
or even better would be a choice to do both, the ability to subscribe to a forum for us weirdos- and the option to have traffic mailed to you so u can browse it w/gmail :) d. On Tue, Mar 11, 2008 at 10:43 AM, Derrick Anderson [EMAIL PROTECTED] wrote: all forums are bad/slow? like compared to

Re: [flexcoders] Adobe, can we please split into 3 separate lists?

2008-03-11 Thread Tom Chiverton
On Tuesday 11 Mar 2008, Derrick Anderson wrote: other forums that work just fine, www.tek-tips.com for example- there you /me picks one at random. Doesn't seem to understand threading. Threading means a tree of replies, not a linear list of all the responses. can watch important messages, even

[flexcoders] Datagrid not refreshing

2008-03-11 Thread ghus32
Hello Everyone, I have something bizarre happinging in flex. I have 2 datagrids in my project which the data providers are from http service which is linked to php/mysql. One of my data grids adds new changes from database on refresh and the other one doesnt... I am using the same code for

Re: [flexcoders] Adobe, can we please split into 3 separate lists?

2008-03-11 Thread Derrick Anderson
Threading means a tree of replies, not a linear list of all the responses. my bad, i'm comparing it to what gmail gives me since that is what it seems most use- and i haven't seen a difference. with all of the reply-quoting or whatever you call it, it is quite hard to see anything in here but a

[flexcoders] Excel type dataGrid

2008-03-11 Thread markgoldin_2000
Anyone has tried to create an Excel type of DataGrid? Specifically, when a number of columns on a left can be frozen while the rest is scrolled horizontally? Thanks

[flexcoders] Re: Strange Flex Builder 3 Plug in behaviour: ctrl-click / F3 broken

2008-03-11 Thread Amy
--- In flexcoders@yahoogroups.com, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I've jsut started a new job and have got the latest eclipse (downloaded today) installed and Flex Builder 3 plugin. I've played around with a couple of example Air projects no problem but on the project I

RE: [flexcoders] Re: mxmlc java.lang.IndexOutOfBoundsException

2008-03-11 Thread Gaurav. Jain
So now you are getting compilation error or runtime error? If you are getting runtime error, can you make sure that modules and main application are compiled using the same version? Thanks, Gaurav -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Re: Formatting and addchild with Actionscript

2008-03-11 Thread actionscript_czar
First of all, when you add a component via MXML there is a lot more going on. Check out the details on the liveDocs http://livedocs.adobe.com/flex/3/html/ help.html?content=ascomponents_advanced_2.html#203434 Scroll down a bit and get to the About the component instantiation life cycle

Re: [flexcoders] Re: Strange Flex Builder 3 Plug in behaviour: ctrl-click / F3 broken

2008-03-11 Thread Troy Gilbert
I had a similar problem where I had the Ctrl-Space functionality go wonky on me. It seems I'd just had Flex Builder open too long. When I closed and reopened it, the problem went away. Now I make sure I don't keep FB open more than a few hours at a time. I've experienced the same thing

[flexcoders] Re: FB3B3 webservice response received but not bound to event.result

2008-03-11 Thread Peter Connolly
The problem was caused when I switched from the use of SimpleWsdl11Definition to DynamicWsdl11Definition in my Spring Web Service application. My WSDL had one response layout that was shared by multiple request layouts. The DynamicWsdl11Definition was building the request layouts properly (from

[flexcoders] Re: Drag Boundaries

2008-03-11 Thread iilsley
The 2nd argument to startDrag is of type 'Rectangle' . try: var r:Rectangle = new Rectangle(10,0,myCanvas.width,myCanvas.height); event.target.startDrag(false, r); --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote: Well that's what I thought, but when I change this:

[flexcoders] Flex SSL over AMF with ColdFusion services-config.xml - Peter Farland

2008-03-11 Thread Mr Greg Murnock
This topic was covered way back in Jan, seems so long ago... :) Mr Peter Farland - looks like you have gone thru what we are trying to do. Could you please contact me back? It would be very much appreciated. Multiple environments, multiple servers, not using -services tag, dynamically

[flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Cato Paus
Hello Mister, I have try to send but get an message from your postmaster Delivery is delayed to these recipients or distribution lists: [EMAIL PROTECTED] Subject: [flexcoders] Re: Query Related to Popup Windows This message has not yet been delivered. Microsoft Exchange will continue to try

[flexcoders] LCDS Paging - DataService vs Destination?

2008-03-11 Thread Kevin
I am wondering how the paging settings differ in DataService objects vs destinations. Here is what I am trying to accomplish. I have a large data set (over 7000 nested contact objects) coming from Hibernate. I need to bring them all in so that I can used pattern matching and DoubleMetaphone

Re: [flexcoders] max rows to return to a datagrid

2008-03-11 Thread Adam Reynolds
Woooah stop. So you are connecting via your dev machine over a 100mbit or more connection to your prod server and are measuring download of row counts Suggest you set up some sort of bandwidth throttling on your machine, then try out your tests again. The issue isn't how many, but what the

[flexcoders] Re: Formatting and addchild with Actionscript

2008-03-11 Thread netdeep
Thanks, the percentageWidth works great. I checked out the help doc link and couldn't find exactly where it tells you how to inherit the style of the parent. It just mentions that it somehow computes the style. But I tried expressly settingn the stylename variable and somehow it seems to

Re: [flexcoders] Re: Query Related to Popup Windows

2008-03-11 Thread Jehanzeb Musani
Hello Cato, I don't know what's wrong with my yahoo account. I am getting the same message while sending emails to you and flexcoders. However, the emails are reaching the desired destinatios. Kindly email me again at the following email ids. [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

[flexcoders] Re: Drag Boundaries

2008-03-11 Thread jmfillman
Excellent!! That resolves limiting the dragged item to the rectangle, however, the mouse still can leave the drag area. If the mouse button is released outside of the rectangle, the mouse_move and mouse_up events does not fire (as expected), and you can be left with a floating item, in this

[flexcoders] Very complex datagrid

2008-03-11 Thread markgoldin_2000
I am about to start developing a complex datagrid where a column would consist of a header and two datagrids one on a top of another. Both column grids will have two columns and just a few rows. Reason I am thinking to use a complex grid is because a number of columns is going to by vary.

[flexcoders] Re: Calling a Module Function from the Parent Application

2008-03-11 Thread jwilliquor
I'm sorry I'm not understanding you but if I install a module in the root application like this: mx:Canvas id=canvasBuilding_In mx:ModuleLoader url=Building_In.swf id=modBuilding_In / /mx:Canvas How would I call the public function in that module. I don't really understand what you

Re: [flexcoders] How can I enable the scrollbar of Application?

2008-03-11 Thread Hasan Maqbool
Thanx guys for your reply. Actually, solution was right there in the problem. My problem was that when I design the application, I couldn't see the enough design area (this was a mistake from my part) so i changed the view window size to my custom size and I could see the srollbar on at design

[flexcoders] Populating an Image control from an HTTPService request

2008-03-11 Thread mammatusstratusnimbuscumulus
Could someone shed some light on how to go about populating an image control with the results of a HTTPService request? I've spent hours trying to get this to work to no avail and haven't been able to find any examples anywhere. The images are from other websites which may or may not have a

[flexcoders] Run time Error! What is solution?

2008-03-11 Thread qau_yasir
Hi! I have created a project for AIR desktop Application. When I run it from Flex (by ctrl + F11) it works fine. But when I double clik the .swf file then following error is displayed application does not run. VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be

Re: [flexcoders] Regarding servers

2008-03-11 Thread Ramnish Kalsi
http://www.themidnightcoders.com/weborb/ http://labs.adobe.com/technologies/blazeds/ http://osflash.org/red5 Have fun... On 11/03/2008, kapil b [EMAIL PROTECTED] wrote: Hi All, Please give me basic idea about Red5, BlazeDS, WebORB. Which to use when? -Kapil

[flexcoders] AS3 loading AS2 getBounds() issue

2008-03-11 Thread Ian Thomas
Hi guys, (This is an AS3 issue rather than Flex per se, but might be of interest.) I've discovered a strange bug with the AS2 MovieClip.getBounds() and MovieClip.getRect() methods. As far as I can tell, it only happens in this situation: AppA is an _AS3_ application. AppA loads AppB. AppB is

[flexcoders] Accordion question

2008-03-11 Thread djbrown_rotonews
I have a GUI that has a Tabbed view and a tiles view, both as children of an Accordion (the tiles view is just a repeater inside of a vbox as opposed to an actual tile list). Anyhow, each component has a few combobox pulldowns etc.. I want to be able to synch up those selections, so that when

[flexcoders] Education Users - upgrade to Flex 3

2008-03-11 Thread ucabb4u
Adobe sales told me I could upgrade from Flex 2 to Flex 3 for the upgrade price listed on their website. I bought it but it will not accept the serial numbers and gives an error message this version is not upgradeable. Several phone calls later I find there is now a separate (free)

[flexcoders] Re: Calling a Module Function from the Parent Application

2008-03-11 Thread jwilliquor
Sorry for my ignorance but I just started Flex in the last week and I still a little confused. This call is at the root of the application. mx:Canvas id=canvasBuilding_In mx:ModuleLoader url=Building_In.swf id=modBuilding_In / /mx:Canvas So what would my object chain look like to call a

[flexcoders] add branch node to drag and drop tree control

2008-03-11 Thread vzwhaley
. EXAMPLE XML: tearsheets pubDate aname=Tuesday, March 11, 2008 section aname=A page aname=02 date=20080311 sectionID=A image=tearsheets/2008/03/11/jpg/20080311_A_02.jpg pdf=tearsheets/2008/03/11/pdf/20080311_A_02.pdf/ page aname=03 date=20080311 sectionID=A image=tearsheets/2008/03/11/jpg

Re: [flexcoders] Re: Flex Deployment Process

2008-03-11 Thread Ramnish Kalsi
Is deploying the swf file in an app server the best way ? I would have thought, that the swf files went under apache, (assuming thats the web server) and then the swf interacted with the backend server (jboss, BEA, whatever...). I am currently using apache+mod_jk+jboss, so ideally, I was looking

[flexcoders] File download:

2008-03-11 Thread shekharsinbox
Hi , I am using filerefrence.download() to download a file. filereference.browse allows to filter the filetype by usinf filefilter. This is used with file upload to filter the file type. * How can i filter the saveas file type in filerefrence.download. BY default it is

[flexcoders] Error: channel not found for reference 'my-http'

2008-03-11 Thread Nayan Savla
Hi All, I am developing a blazeds application and getting the following error, I am using flexbuilder as eclipse plugin. channel not found for reference 'my-http' Funny thing is that i created a new project using the same server side configurations and it worked fine, I am guessing some

[flexcoders] Re: Calling a Module Function from the Parent Application

2008-03-11 Thread diehlryan
One nice way to do this is to define an interface, IBuildingModule or something like that, and make the module implement it. package com.example { public interface IBuildingModule { function loadBuildingRecord():void; } } // make the module implement it mx:Module

[flexcoders] FileReference.browse sometimes takes minutes for dialog to open

2008-03-11 Thread thirtyfivemph
I don't ever have this problem on my machine (MacBookPro, OSX), but my partner has it quite often on his (Dell laptop, WindowsXP): In our app, we call FileReference.browse for the user to select a local file. I've got a that call as basically the only code in the click event handler for a button.

[flexcoders] Re: File download:

2008-03-11 Thread Cato Paus
fr.download('your file url', 'your_variable this will bee the new name on the file you downloade'); --- In flexcoders@yahoogroups.com, shekharsinbox [EMAIL PROTECTED] wrote: Hi , I am using filerefrence.download() to download a file. filereference.browse allows to filter the

[flexcoders] Re: FileReference.browse sometimes takes minutes for dialog to open

2008-03-11 Thread Todd
I've seen similar behavior on Windows when people have software added that interacts with the Explorer directly, like the Gmail Drive Shell Extension. This class of software can be considered shell extensions. Ironically, when I use Adobe Lightroom, it exhibits similar behavior for me. If I

RE: [flexcoders] Run time Error! What is solution?

2008-03-11 Thread Gaurav. Jain
Double clicking the swf will launch the file in the flash player which does not have the support for air specific classes. When you run using ctrl + F11, flex builder launches the file using adl command. You can package your swf file as .air file and then install it, if you want to run by double

Re: [flexcoders] Very complex datagrid

2008-03-11 Thread Tom Chiverton
On Tuesday 11 Mar 2008, markgoldin_2000 wrote: Any ideas what to start from are welcome. Draw a picture :-) It sounds like DataGrid might not be the best way forward here. -- Tom Chiverton Helping to ambassadorially improve granular relationships on: http://thefalken.livejournal.com

Re: [flexcoders] Run time Error! What is solution?

2008-03-11 Thread Tom Chiverton
On Tuesday 11 Mar 2008, qau_yasir wrote: Hi! I have created a project for AIR desktop Application. ... .swf file then following error is displayed application does not run. Compiled air files don't have the .swf extension, they use .air. How are you compiling the application ? -- Tom

[flexcoders] how to call a function in a popup parent?

2008-03-11 Thread Derrick Anderson
hi, i create a popup like this from file A: textPopUp = MiniTextEditor( PopUpManager.createPopUp(this, MiniTextEditor)); in this case 'this' is file B: from my popup I am trying to call a function in file A, and since the parent i pass to the popup is not

[flexcoders] Re: Flex + AMFPHP + POG?

2008-03-11 Thread JWOpitz
Alrighty folks. I got this figured out. With some help from a fellow at Adobe, I got Flex + AMF + POG running smoothly. I will post back once I get a tutorial on my blog up for doing this. --- In flexcoders@yahoogroups.com, JWOpitz [EMAIL PROTECTED] wrote: Hi Troy. I have tried to use the

[flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
I imported some new Adobe Flex code to my repository. This is the first time i have ever done so. I open the project in my Flex Builder program. It says The file has been changed on the file system. Do you want to load the changes? I say yes and this must touch the bin folder in some way

[flexcoders] Re: Tree Root node

2008-03-11 Thread Amy
--- In flexcoders@yahoogroups.com, Rafael Faria [EMAIL PROTECTED] wrote: Someone knows how do i get the root node to work with it? This works trace(XML (dataProvider)[EMAIL PROTECTED]())); but i can't change the label. i tried

[flexcoders] Re: Very complex datagrid

2008-03-11 Thread markgoldin_2000
- 24 hours. - --- |---|---\ -- 1800 | 1900 | ---

Re: [flexcoders] Re: Flex Charts with Large Data Set

2008-03-11 Thread Brendan Meutzner
Yes, this is an issue if you're trying to update the range on the series. Things I've tried: 1) Base the upper range's minimum and maximum values for the axis on the range selector -- no real improvement in performance with this. Additionally, you don't get the dynamic axis range changes if

RE: [flexcoders] flex builder and SVN

2008-03-11 Thread Jim Hayes
If you have copy non-embedded files to output folder ticked in the project properties / compiler settings then it will copy your root folders .svn folder into the bin folder (which gives subversion a proper headache.) I think this is what you're seeing? I could be wrong though! (It's really

RE: [flexcoders] AS3 loading AS2 getBounds() issue

2008-03-11 Thread Alex Harui
AS3 and AS2 are different VMs and cannot access each other. LocalConnection or ExternalInterface can be used instead. Google for AS2 SWF Loader for some existing solutions. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas

RE: [flexcoders] Re: Drag Boundaries

2008-03-11 Thread Alex Harui
There's no way to control the mouse cursor position. Flex does not use startDrag and handles its own dragging so it can handle the mouse up outside the stage. See the code in Panel.as From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
AH! So that is what is going on. Thanks for the tip. I could not figure out what was going on. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Hayes Sent: Tuesday, March 11, 2008 1:10 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] flex builder

RE: [flexcoders] Datagrid not refreshing

2008-03-11 Thread Alex Harui
I would make sure the data did in fact change and then test to see if the DataGrid got notified of those changes. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ghus32 Sent: Tuesday, March 11, 2008 7:49 AM To:

RE: [flexcoders] Re: SWF is not a loadable module / crossdomain.xml woes

2008-03-11 Thread Alex Harui
That would imply a timing issue assuming you do have crossdomain.xml privileges. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: Monday, March 10, 2008 11:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: SWF is

Re: [flexcoders] how to call a function in a popup parent?

2008-03-11 Thread Ralf Bokelberg
One possibility is to let the popup dispatch an event. The parent can register itself as a listener, when it opens the popup. Cheers Ralf. -- Ralf Bokelberg [EMAIL PROTECTED] Flex Flash Consultant On Tue, Mar 11, 2008 at 5:48 PM, Derrick Anderson [EMAIL PROTECTED] wrote: hi, i create

[flexcoders] Set background row color in Adv. DataGrid

2008-03-11 Thread reflexactions
I am trying to change the background color of rows in an ADG. I have overidden drawRowBackground which provides the rowIndex and dataIndex parameters. With a standard DataGrid it is simple given the dataIndex to find the particular data item the row is displaying. However with an

[flexcoders] Loading Large Data Set into Client A script has executed..15 seconds Error

2008-03-11 Thread Kevin
I am having a problem loading a large VO dataset into my client. There are only about 900 records at this point and from what I can guess the query takes about 5 - 6 seconds to return to the client. However, then as the data is serializing I can't make it through all the data without getting a

[flexcoders] Flex 3 error weirdness

2008-03-11 Thread candysmate
I'm currently getting a compile error: 'Severity and Description PathResourceLocation Creation Time Id Invalid byte 1 of 1-byte UTF-8 sequence.testUnknown 1205257132234 26 ' Any ideas please guys?

RE: [flexcoders] flex builder and SVN

2008-03-11 Thread Chad Gray
Huh, even with that option ticked it still copies the svn folders from the html-template folder to the bin folder. I use _svn instead of .svn maybe that is why I run into this. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Tuesday, March 11,

[flexcoders] Re: Multiple Destinations in CF8

2008-03-11 Thread Brendan Meutzner
Bumping... has nobody else had this issue? On Sat, Mar 8, 2008 at 10:13 AM, Brendan Meutzner [EMAIL PROTECTED] wrote: Hi All, I'm thoroughly confused about the new services-config.xml and remoting-config.xml setup with ColdFusion 8. I can't get my local gateway services instance to run

Re: [flexcoders] Flex 3 error weirdness

2008-03-11 Thread Derrick Anderson
1 google search turns up many hits about invalid xml or encoding- what does your xml prolog look like, do you ever use any encodings other than UTF-8? d. On Tue, Mar 11, 2008 at 1:44 PM, candysmate [EMAIL PROTECTED] wrote: I'm currently getting a compile error: 'Severity and Description

RE: [flexcoders] Accordion question

2008-03-11 Thread Alex Harui
These days, we are pushing everyone to use a model-view or model-view-controller (MVC) architecture. If you did, you would store the combobox selection in the data model and all views would be bound to that slot in the model. From:

RE: [flexcoders] how to call a function in a popup parent?

2008-03-11 Thread Kevin Aebig
Why not just pass a reference to the function? inside the MiniTextEditor file: public var onSubmit:Function; Than your call inside would be onSubmit.call(); Outside you pass the reference: textPopUp = MiniTextEditor(

[flexcoders] Re: Flex 3 error weirdness

2008-03-11 Thread candysmate
--- In flexcoders@yahoogroups.com, Derrick Anderson [EMAIL PROTECTED] wrote: 1 google search turns up many hits about invalid xml or encoding- what does your xml prolog look like, do you ever use any encodings other than UTF-8? d. Sorry, I should have stated that I had already Googled

RE: [flexcoders] Very complex datagrid

2008-03-11 Thread Tracy Spratt
Unless you need DataGrid functionality like resizable, reorderable columns and sorting, don't use DataGrid for the outer container. Use Repeater instead. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent:

RE: [flexcoders] Loading Large Data Set into Client A script has executed..15 seconds Error

2008-03-11 Thread Tracy Spratt
On the Application object, you can set scriptTimeLimit. The maximum value is 60 seconds, dang it. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Tuesday, March 11, 2008 1:44 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] DataBinding Question

2008-03-11 Thread Tracy Spratt
...My ArrayCollection is really only going to be set once... Don't bind. Set the dataProvider explicitly. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DannyT Sent: Tuesday, March 11, 2008 5:15 AM To:

[flexcoders] Re: how to call a function in a popup parent?

2008-03-11 Thread actionscript_czar
Since it looks like MiniTextEditor is a custom component, you could make a public variable, or at least a public setter, inside your component so that a reference is available in your component. Then you would instantiate it like this: textPopUp = new MiniTextEditor(); textPopUp.creator =

[flexcoders] Ant - View sources

2008-03-11 Thread VELO
Is there any ant taks to generate View Sources? VELO

[flexcoders] Re: Flex 3 error weirdness

2008-03-11 Thread candysmate
Just tried starting a new Flex 3 project, and immediately I'm getting the 'Invalid byte 1 of 1-byte UTF-8 sequence' error before I've even typed one keystroke of code! WTF? How can I fix this please any Adobe guys reading this?

[flexcoders] Re: Very complex datagrid

2008-03-11 Thread markgoldin_2000
Will I be able to scroll these Repeaters horizontally? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Unless you need DataGrid functionality like resizable, reorderable columns and sorting, don't use DataGrid for the outer container. Use Repeater instead. Tracy

Re: [flexcoders] Re: how to call a function in a popup parent?

2008-03-11 Thread Derrick Anderson
passing an instance to the parent class as a variable is exactly what i did, thanks guys! On Tue, Mar 11, 2008 at 2:26 PM, actionscript_czar [EMAIL PROTECTED] wrote: Since it looks like MiniTextEditor is a custom component, you could make a public variable, or at least a public setter,

[flexcoders] Can Flex 2.01 work with blazeds?

2008-03-11 Thread candysmate
I tried hooking up Flex 2.01 with the blazeds turnkey download and got unexpected attribute 'url' found in 'endpoint' from file: services- config.xml so .. er

Re: [flexcoders] Can Flex 2.01 work with blazeds?

2008-03-11 Thread Daniel Freiman
I haven't had time to look into it, but i found this post a while ago: http://tjordahl.blogspot.com/2008/03/blazeds-and-flex-2-compatibility.html - Daniel Freiman On Tue, Mar 11, 2008 at 2:57 PM, candysmate [EMAIL PROTECTED] wrote: I tried hooking up Flex 2.01 with the blazeds turnkey

RE: [flexcoders] Re: Very complex datagrid

2008-03-11 Thread Tracy Spratt
A repeater is simply a way to instantiate components based on a dataProvider. Really it just handles the details of using addChild, removeChild, and some other messy stuff. The functionality is dependent on the custom component you create to repeat, that would be your column, and the

[flexcoders] Re: Can Flex 2.01 work with blazeds?

2008-03-11 Thread Geoffrey
In Flex 2.0.1, the attribute is uri not url. You would probably also need to add the 'messageTypes' attribute to the service tag for: proxy-config.xml messaging-config.xml remoteingConfig.xml You'll see the values required in your Flex 2.0.1 config files. Geoff --- In

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread coder3
but i do need to support IE. is there a sample of creating an image in flex and then call a jsp/servlet to show the image in a popup window? i don't want to use FileReference to upload/download. i want to show the image to a popup so that user can copy and paste it to the clipboard. C

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread Brendan Meutzner
I've got an example I could post using CF... let me know if anyone's interested. Brendan On Tue, Mar 11, 2008 at 2:18 PM, coder3 [EMAIL PROTECTED] wrote: but i do need to support IE. is there a sample of creating an image in flex and then call a jsp/servlet to show the image in a popup

[flexcoders] DataGrid as an itemRenderer

2008-03-11 Thread markgoldin_2000
Can datagrid be an itemrenderer for a column in another datagrid? If yes, then if my item grid is an mxml file then how would I assign it to be an itemrederer? Thanks

[flexcoders] Re: Loading Large Data Set into Client A script has executed..15 seconds Error

2008-03-11 Thread Kevin
I looked at the docs on this and it says that the default value is 60. It's interesting that the error I get says the timeout period is 15 sec. I am wondering if this is a different timeout? Regardless, I'll give it a shot. How else do people load and serialize large DataSets? - Kevin ---

RE: [flexcoders] Re: how to call a function in a popup parent?

2008-03-11 Thread Alex Harui
Glad you got it working, but I vote with Ralf. Having the popup dispatch an event allows for reuse of that popup in other applications and places within the current application. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derrick

Re: [flexcoders] Re: Flex Charts with Large Data Set

2008-03-11 Thread Chris Hunter
On Tue, Mar 11, 2008 at 12:11 PM, Brendan Meutzner [EMAIL PROTECTED] wrote: The best workaround I've found is creating different aggregations of the data being shown. A fair bit of functionality is involved in defining and switching up the datasets, and would really only make sense for date

Re: [flexcoders] AS3 loading AS2 getBounds() issue

2008-03-11 Thread Ian Thomas
Hello Alex, This is nothing to do with communication between the VMs. As it happens, for our actual production app, we are using Grant Skinner's SWFBridge to communicate via LocalConnection. But the sample Zip I've provided shows the bug, and has nothing to do with VM-VM communication - a

[flexcoders] Re: Populating an Image control from an HTTPService request

2008-03-11 Thread Alan Gruskoff
It may be easier than that. You dont so much want to use HTTPservice, you just want to get an image. Define your image with an addressable ID, so we can code to it. mx:Image id=someImage source=http://somesite.com/someimage.jpg; autoload=true Anytime you want to populate that someImage object,

[flexcoders] FormItem Text not wrapping

2008-03-11 Thread paulbohnenkamp
Hi, I have a DataGrid and am showing the full text of a DataGridColumn in a FormItem below it when a row is selected. My problem is the text in the FormItem isn't wrapping (which I want). Any ideas? Thanks, Paul mx:Script ![CDATA[ private function selectedItemChanged():void{

[flexcoders] Re: Loading Large Data Set into Client A script has executed..15 seconds Error

2008-03-11 Thread lampei
Is the error in the actual loading of the data on the client side or in waiting for the return from your server? Could you post some of your code? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: On the Application object, you can set scriptTimeLimit. The maximum

[flexcoders] Re: Accordion question

2008-03-11 Thread djbrown_rotonews
that sounds like a better solution :) Do you have some sample code that would illustrate this? Is it using mx:Model? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: These days, we are pushing everyone to use a model-view or model-view-controller (MVC) architecture.

[flexcoders] Re: Calling a Module Function from the Parent Application

2008-03-11 Thread jwilliquor
Sorry to keep bothering everyone. I'm getting closeI can just feel it. So I added the com.example as an .as file, added the implements part to the module and strongly typed the call. I also did an import com.example.IBuildingModule; But i am still getting some errors at this line: var

  1   2   >