[flexcoders] XML File size limit?

2009-03-07 Thread Parkash
Is there a limit to the size that an XML file can be? I am working with some huge XML files, and one that I am working with 98938 Lines and is about 2 megs...for some reason, it seems like my app is not reading the file all the way through...any ideas?

[flexcoders] Re: save word file to database.

2009-03-07 Thread aphexyuri
I'm not sure what the use case is, but I was faced with a similar issues recently...but with Flex, and ended up using Sribd. The service allows you to upload most doc types, not just word docs, and takes care of the your storage needs. Docs can be set to private if desired, so the public cant

[flexcoders] how to call dynamic servlet

2009-03-07 Thread anitha2324
Hi All, i have made a servelt which returns details in xml format , this is servlet is working fine if am calling it from flex in static way like this mx:HTTPService id=topSenders useProxy=false resultFormat=xml method=POST

[flexcoders] Re: Flex Builder 3 on Windows XP

2009-03-07 Thread hsam949
I tried that, but when I run the utility Flex does not show up, since I believe it was uninstalled successfully. Thanks! --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: Try using the Microsoft Windows Installer CleanUp Utility (http://support.microsoft.com/kb/290301).

[flexcoders] Re: DataGrid ItemRenderers and display text highlighted search text.

2009-03-07 Thread Amy
--- In flexcoders@yahoogroups.com, Todd tpreka...@... wrote: Hello All (probably one for Alex H), I know I've seen this implemented before somewhere around the web, but I've search for awhile and can't find it. I have a custom DataGrid that I've subclassed and do lots of trick

[flexcoders] dragdrop inside itemEditor in dataGrid...a tricky question

2009-03-07 Thread Gal Afik
Hello all I'd really appreciate your help on this. I have a itemEditor in my datagrid (see attached code).. this is a dragdrop text input... I drag words inside and it concatenates them to a comma separated string... I've embedded it in the grid like that: mx:DataGridColumn headerText=Prevent

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-07 Thread Amy
--- In flexcoders@yahoogroups.com, yossi.baram yossi.ba...@... wrote: one more thing, AdvancedDataGrid doesnt support DataDescriptor... Yes. You asked about general approaches and pointers in the right direction. I showed you an example that will take you part of the way there. The rest of

RE: [flexcoders] how to call dynamic servlet

2009-03-07 Thread Tracy Spratt
That should work, I use dynamic urls with HTTPService regularly. One suggestion, don't use binding. Instead, in the function where you invoke service.send(), set the url there. Additionally, unless you have a very special use case, you do not want resultFormat=xml, you want resultFormat=e4x.

Re: [flexcoders] Is there a way to detect mouse button state without tracking events?

2009-03-07 Thread Dave Kong
This is a very urgent issue for us. =( Any help is deeply appreciated! On Thu, Mar 5, 2009 at 5:14 PM, Dave Kong davek...@gmail.com wrote: I need to find out at this particular moment, if the mouse button is up or down. Trying to work around the issue with wmode=transparent in FF. If I

RE: [flexcoders] dragdrop inside itemEditor in dataGrid...a tricky question

2009-03-07 Thread Tracy Spratt
For a renderer of that complexity, I would not use the DGs native editable process, but would handle the dataProvider item updates within the renderer itself. Tracy _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Gal Afik Sent: Saturday, March

[flexcoders] truncateToFit or multiline title in TitleWindow

2009-03-07 Thread gwangdesign
Hi, I know this may not as easy as it sounds but does Flex provide out-of-the-shelf solutions for me to truncate the text in the title bar of my TitleWindow component? By out-of-the-shelf I mean things like setting properties, CSS, etc, without writing my own custom component? Thanks.

[flexcoders] What's the trick to subclassing DataGrid?

2009-03-07 Thread fourctv
I have a class that extends DataGrid but it has some problems in Flex Builder design mode. When you drag DataGrid from the Components palette to the design area it defaults to a 3 column DG. When I drag my component it comes up as a blank DG, that is, no predefined columns. I tried to tweak my

[flexcoders] DataGrid extension does not render in FB3, why?

2009-03-07 Thread fourctv
Hi, I have subclassed DataGridColumn but it fails to render in FB3 design mode. Everything works nice and dandy, it compiles and runs as expected. But if I use my DGC in a DataGrid nothing shows up in FB3 in design mode. Say I have a DG as: mx:DG mx:columns mx:DGC/ mx:DGC/

RE: [flexcoders] truncateToFit or multiline title in TitleWindow

2009-03-07 Thread Alex Harui
Nope. You'll have to subclass and decide when to call truncateToFit on titleTextField. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of gwangdesign Sent:

RE: [flexcoders] XML File size limit?

2009-03-07 Thread Alex Harui
and is about 2 megs...for some reason, it seems like my app is not reading the file all the way through...any ideas? __ Information from ESET Smart Security, version of virus signature database 3916 (20090307) __ The message was checked by ESET Smart Security. http://www.eset.com

[flexcoders] Any existing help systems for generating help for end users

2009-03-07 Thread Tony Obermeit
Anyone know of systems for generating help within a flex application? I tried searching for previous posts but help and system are such generic terms I got a huge number of matches that were about developer help.

Re: [flexcoders] Re: Flex Builder 3 on Windows XP

2009-03-07 Thread Sam Lai
As far as I know, FB3 doesn't use Windows Installer, so that utility probably won't help. InstallAnywhere is written is Java, so maybe its worth reinstalling Java to see if that'll help? 2009/3/7 hsam949 hsalam...@ccny.cuny.edu: I tried that, but when I run the utility Flex does not show up,

[flexcoders] dataGrid not receiving user input (intermitently) in bottom right

2009-03-07 Thread tom s
I have a datagrid that works ~50% of the time. The other 50% of the time the dataGrid wont accept user interaction in the bottom right area (the bottom 3 (of 6) rows, right 2 (of 4) columns). i.e. that part of the grid does not react to mouse over events, not mouse click events. Sometimes is

[flexcoders] Re: dragdrop inside itemEditor in dataGrid...a tricky question

2009-03-07 Thread Gal Afik
Hmm... Thanks for the response...nice idea... but how do I access the right row in the dataprovider XMLListCollection? (rowIndex?) and if I choose this approach I simply turn the editor to renderer? Thanks Afik --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: For a renderer

[flexcoders] mxmlc rsl

2009-03-07 Thread djd2tq
Hi, I'm trying to compile a flex app using the flex 4 sdk's mxmlc. I'm using a custom swc as an rsl. While I can get everything to compile just fine, running the swf gives me a VerifyError 1014 Class ... not found. Here's what I'm using on the command line: mxmlc

RE: [flexcoders] dataGrid not receiving user input (intermitently) in bottom right

2009-03-07 Thread Tracy Spratt
If you are pretty sure there is not something invisible covering that area, try cleaning the project. Tracy _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of tom s Sent: Saturday, March 07, 2009 6:31 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: dragdrop inside itemEditor in dataGrid...a tricky question

2009-03-07 Thread Tracy Spratt
Yes, leave off renderIseditor=true. Your renderer will know which item it is currently associated with, since that reference gets passed into the renderer any time the underlying data changes in the set data() function. Further, if the renderer implements the IDropInListItemrrenderer

[flexcoders] Re: dataGrid not receiving user input (intermitently) in bottom right

2009-03-07 Thread Tim Hoff
Has to be another object on top of the DataGrid. The redraw region is the clue. Look at the other objects in the same class as the DataGrid. -TH --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: If you are pretty sure there is not something invisible covering that area,

[flexcoders] Re: dragdrop inside itemEditor in dataGrid...a tricky question

2009-03-07 Thread Tim Hoff
Don't forget about listData.rowIndex as well. -TH --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: Yes, leave off renderIseditor=true. Your renderer will know which item it is currently associated with, since that reference gets passed into the renderer any time the

[flexcoders] Re: Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-07 Thread yossi.baram
Thanks Amy for your help, I'm going your way:), only one question if i may, Is it possible to activate ItemRenderer on my columns after fetching childrens from my RemoteObject? How do I do that based on your example? I need to manipulate the data (override set data()) based on the various