[flexcoders] Flex WYSIWYG

2005-06-09 Thread James Ward
Hi Flex Friends. Thought you all might be interested in a simple little Flex based WYSIWYG tool. Check it out at: http://www.cayambe.com I would love to hear what you all think and any ideas for improvement. Thanks! -James Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] Is there a way to move the mouse pointer without moving the mouse

2005-06-09 Thread Abdul Qabiz
Hi, You can not move the OS mouse cursor but you can hide it. You can create your component that looks like cursor and you can move cursor component(movieclip) using ActionScript. To hide the default OS cursor, you can use To Hide:- mx.managers.CursorManager.hideCursor(); To Show:

[flexcoders] Re: Trouble getting mx:List to show any changes to dataProvider

2005-06-09 Thread cazzaran
WEIRD! I found the problem, but I'm not sure it makes me feel any better. After adding a labelFunction, and seeing that it wasn't even being called, I decided to add some funky methods to my Node class and debug them, just to see what was happening there. To my surprise, when I clicked files in

RE: [flexcoders] Memory leak in accordion?

2005-06-09 Thread Jeroen De Vos
Title: Memory leak in accordion? Each time the (even the same)accordion is opened, the memory goes up. You can also see it happen in the Flex Samples. Just open the samples on accordion, open your task manager and see the memory go up each time an accordion is activated. It goes up slowly

[flexcoders] Re: Memory leak in accordion?

2005-06-09 Thread dopenhagen
Dont know much about it, but I noted that quite a number of people in different places har issues regarding the fact that the Flash Player object allocation, garbage collection is buggy / has bad design. When this is put together with the fact that browsers like Internet Explorer does not

RE: [flexcoders] Re: Memory leak in accordion?

2005-06-09 Thread Jeroen De Vos
Continuing my 'tests' on the memory allocation problem, I noticed that each time you move your mouse over a component (any component...), without even doing something with the component, the memory goes up a little bit (between 10 and 50 kb) and never-ever goes down again. I guess these are the

Re: [flexcoders] complex Remote Objects

2005-06-09 Thread Christoph Guse
Hi Peter, hi Matt, thank you so much for your help! You are right, it were the initial values in the constructor. I used the initial values becaus of some problems I had with sending VOs to the server with undefined values. I'm sure I can handle that issue. Note: my mail-prog says Peter

RE: [flexcoders] Need help with exporting the data

2005-06-09 Thread Pranav Bagora
Hi Abdul, Thanks for replying what kind of standalone program are you talking about ? I mean can you name some which might be useful. Thanks, Pranav Pranav Bagora Graduate Student SUNY Binghamton. Add:- 261 Main Street Apt No. 11 Binghamton NY. Phone:-

RE: [flexcoders] Need help with exporting the data

2005-06-09 Thread Abdul Qabiz
Another way is to host Flash Player ActiveX in MS Excel from and write some Macros to sync with online Flex application. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pranav Bagora Sent: Wednesday, June 08, 2005 10:46 PM To:

RE: [flexcoders] Need help with exporting the data

2005-06-09 Thread Abdul Qabiz
Sorry a typo there: in MS Excel from and I meant, in MS Excel Form -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Thursday, June 09, 2005 2:21 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Need help

[flexcoders] Custom cellrender in a list

2005-06-09 Thread Andrew Spaulding
Hi, In my current project Im trying to list a set of search results. My first thought was to use the Accordion control, but I need to put extra information in the headers and need the ability to 'expand all' search results. So the Accordion was pushed aside. (Would be nice to customise the

[flexcoders] Odd FormItem Behavior

2005-06-09 Thread jgserrault
Question #1: Is it considered a departure from best-practices to design and/or use data input forms with input fields side-by-side, i.e. use FormItem with direction=horizontal? I have to say that I do not recall encountering its use very often, and I seem to be catching potential Flex bugs

RE: [flexcoders] Chart examples

2005-06-09 Thread david_gal-reyniez
Matt, The problem come from this portion of code: mx:PlotSeries xField="Expenses" yField="Profit" name="Plot 1" /mx:PlotSeries xField="Amount" yField="Expenses" name="Plot 2" /mx:PlotSeries xField="Profit" yField="Amount" name="Plot 3" / I re-write it without success. After submitting

[flexcoders] Images in swf

2005-06-09 Thread nithya karthik
hai, when i compile an mxml application to swf and run the swf, the images doesnt get displayed. I mages in the mxml file as jgp. y does it it not appear in my swf file? any alternative to achieve this? pls helpSend instant messages to your online friends http://uk.messenger.yahoo.com

Re: [flexcoders] Add mxml component to a Panel title bar

2005-06-09 Thread superabe superabe
Thanks Jimmy, that works fine. - superabe On 6/8/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Of the top of my head, Not sure if you can... however, you can place the Panel inside a Canvas and then overlay the control of your choice in the position you want using its X and Y properties.

[flexcoders] resize a child in a Tile after its drawn

2005-06-09 Thread superabe superabe
hi flexcoders, Is it possible to resize a child in a TIle after its been drawn on the screen? I know I can do this with the childCreationComplete event, but what i really want to do is Resize a child after the Tile has been drawn and laid out. e.g. (click a button should run through all/some

[flexcoders] Flex WebApp Consuming CPU when idle?

2005-06-09 Thread Rick Bullotta
Looks like the Flex web app is using CPU (doing something?) on about a 1-2 second interval (some type of license check?) that consumes about 4% of the CPU on average. Rick Bullotta CTO Lighthammer Software Yahoo! Groups Links To visit your group on the web, go

RE: [flexcoders] Images in swf

2005-06-09 Thread Abdul Qabiz
Hi Nithya Are you embedding the images or loading on runtime? If you are loading on runtime, make sure Jpeg file is non-progressive one. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthikSent: Thursday, June 09, 2005 5:17 PMTo:

Re: [flexcoders] Accordion, fillColors and a Validator

2005-06-09 Thread Christoph Guse
Hi Allen, I've used solution 1. Not nice, but it works. Thank you! Greets Christoph Allen Manning wrote: Hello Christoph, There are two approaches that I have seen so far to solving this problem: 1. Concatenate a message "Requires Attention" to the existing title if

[flexcoders] Re: Forms in TabNavigator

2005-06-09 Thread jamiebadman
Well this is what I'm doing: At app level: mx:ViewStack id=screenStack width=100% height=100% !-- The viewstack contains all screens within the application -- local:InitialScreen xmlns:local=* id=scInitialScreen / local:ManageCredits xmlns:local=* id=scManageCredits /`

RE: [flexcoders] Re: okay, so I can't beleive that......

2005-06-09 Thread Craig Newroth
i have tried every combination of the "Type" that I can, now the cffunction has a returntype that i had set to query, so I will try array there, but am not hopeful that will work... will let you knowdo you have any examples of a RO accepting mutlitple data and returning results? If so then

Re: [flexcoders] Calendar

2005-06-09 Thread Craig Newroth
use the caledar that is built in to flex Joel Parish [EMAIL PROTECTED] wrote: Is there any way to impliment a calendar in flex? I am looking intousing a TileList but I really don't want to reinvent the wheel(granted it's allready invented). Any insights into how i may do this,or how others have

Re: [flexcoders] Accordion, fillColors and a Validator

2005-06-09 Thread Manish Jethani
On 6/8/05, Christoph Guse [EMAIL PROTECTED] wrote: var myColor = [0xFF,0xFF]; myAccordion.getHeaderAt(0).setStyle(fillColors,myColor); But this didn't work. Perhaps it is not possible to change a style on runtime? How can I flag the first accordion header when some values in it

Re: [flexcoders] resize a child in a Tile after its drawn

2005-06-09 Thread Manish Jethani
On 6/9/05, superabe superabe [EMAIL PROTECTED] wrote: Resize a child after the Tile has been drawn and laid out. e.g. (click a button should run through all/some of the child elements and switch the child's viewstack to show a larger sized view.) If it's a ViewStack, you can set its

Re: [flexcoders] Add mxml component to a Panel title bar

2005-06-09 Thread Manish Jethani
On 6/9/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Of the top of my head, Not sure if you can... however, you can place the Panel inside a Canvas and then overlay the control of your choice in the position you want using its X and Y properties. That's probably the easiest. You could

[flexcoders] Servlet Filters and AMF

2005-06-09 Thread Kent Henneuse
In a Struts/JSP application you can put severlet filters in as a way to cross cut your system and provide validation of login/session on a user. If it fails, you redirect the user to a login page. Can I still utilize a servlet filter to check the login before my business delegates get executed

RE: [flexcoders] what is the best practice for dynamic content ch ange.

2005-06-09 Thread Shlomi Cohen
Title: Mercury Email Signature Hi Thanks for the reply , but the question was if there is a better way to do this than separated apps, i have to use a treecause itsa design requirement. i though that maybe there is a way to replace the content of the right frame with different panel

[flexcoders] TileList Databinding -- showing undefined

2005-06-09 Thread Jeremy Bruck
Everyone, This one has unfortunately has had me beating my head against a wall. I have a TileList that I am trying to pass an array of objects (gotten from remote AMF call to CFMX CFC) to the cellRenderer and am having problems seeing the object in the cellRenderer. The problem is my

[flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread Seth Voltz
Hey everyone, A while back someone posted an article on quirks when using Remoting (and the flash gateway) with Flex / Flash and FlashComm. I can't find it anywhere (archive searches, google, etc.) Maybe I'm just not hitting the right terms. If anyone remembers it I'd most appreciate the

RE: [flexcoders] Re: okay, so I can't beleive that......

2005-06-09 Thread Mercer, Dustin
Ok, I think this question needs to go to someone who knows CF. I answered it with my Best Guess J. Im sorry I cant be of more help, but I am strictly a Java developer. I dont know CF at all. I dont know if you still want to see an example in Java or not, but if so, let me know.

Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread dave buhler
Use all Uppers when you reference the remoting object. I assume you're returning a struct? If so: return tempstruct should work fine so long as you have tempstruct.FIRSTNAME as the firstname variable name. If you are returning a query, you'll need to referece result[0].FIRSTNAME, etc. On

[flexcoders] Re: Service Call Timeouts in Cairngorm

2005-06-09 Thread charged2885
Steven, After attempting to implement this, I agree with you. My working implementation right now is different from what I posted. I created a ServiceCommand base class which all commands subclass if they access remote services. In this base class, i implement Responder and Command. In the

RE: [flexcoders] Mapping Service

2005-06-09 Thread Sreejith Unnikrishnan
Title: Message I did something similar purely for academic purposes sometime back. You can take a look at it at http://www.indesg.com/archives/2005/02/local_maps_in_m_1.html Regards Sree -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] what is the best practice for dynamic content change.

2005-06-09 Thread Manish Jethani
On 6/8/05, Shlomi Cohen [EMAIL PROTECTED] wrote: I know that Flex Explorer sample implemented something similar with the mx:Loader tag. where every application is loaded by the URL sent to the loader object. the only design fault i can see here is that every module have to be in its own

Re: [flexcoders] Re: How to use flash swc file in flex

2005-06-09 Thread Manish Jethani
On 6/9/05, yhsphil [EMAIL PROTECTED] wrote: thanks a lot, btw where can i download flex4flash.zip , can't find it macromedia homepage, google,etc and no luck. Search for it in your Flex installation directory. :) Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] what is the best practice for dynamic content change.

2005-06-09 Thread Tracy Spratt
Title: Mercury Email Signature Like Jimmy said, sounds like a job for ViewStack. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shlomi Cohen Sent: Thursday, June 09, 2005 11:48 AM To: 'flexcoders@yahoogroups.com' Subject: RE:

Re: [flexcoders] clearing the Flex Cache

2005-06-09 Thread Manish Jethani
On 6/9/05, dave buhler [EMAIL PROTECTED] wrote: If you load images and such from Flex, then the web browser caches those. Unfortunately it can be hard to refresh these sometimes (based on what I've heard here). One trick I know is to append a random string to the end of the image URL.

Re: [flexcoders] question about popup manager

2005-06-09 Thread Manish Jethani
On 6/8/05, Robert Brueckmann [EMAIL PROTECTED] wrote: [snip] Despite my call to set the depth of my menu above the News popup, the depths are still the same and the news remains on top of everything else. Why isn't the setDepthAbove call working? It works only for siblings. See this

[flexcoders] Re: Service Call Timeouts in Cairngorm

2005-06-09 Thread charged2885
On second thought, I should invoke the code in the RemoteObject's fault property with event.fault.fault(code| string) set to timeout instead of definining a new event handler. With that said. How could I call the code in the fault property of the RemoteObject? I can't seem to find any

Re: [flexcoders] Re: Mapping Service

2005-06-09 Thread Manish Jethani
On 6/8/05, Rich Tretola [EMAIL PROTECTED] wrote: I saw that sample a while back but I was actually wondering if there was a commercial service that returned jpgs based on criteria. I was looking at mapinfo.com but it is a lot more that I need. Also see ESRI's:

[flexcoders] Security - LDAP, Flex, JRun and me :-(

2005-06-09 Thread pilotdvr
Does anyone have a working Flex app that authenicates against an LDAP server? (Bonus points if it is a Lotus Domino LDAP server) Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to:

[flexcoders] Can you attach a wav file to a flex application

2005-06-09 Thread nostra72
How do you set it so that a wav file is played when you move the mouse over a button? Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is

[flexcoders] Is this possible to do with a video file

2005-06-09 Thread nostra72
Ok lets say you have a cell phone that can take video ok, is it possible to make a video of yourself send it to yourself, E-mail yourself the video then put it on the flex application? Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To

RE: [flexcoders] question about popup manager

2005-06-09 Thread Robert Brueckmann
Maybe I'm not making sense when I explain what I want...I want my left-hand navigation menu to ALWAYS be on top of EVERYTHING...no matter how many pop-up windows I pop-up using the PopupManager, I still want that left-hand menu to lay on top of everything...even these TitleWindow pop-ups I'm

[flexcoders] Re: Flex WebApp Consuming CPU when idle?

2005-06-09 Thread Daniel Harfleet
Hi Rick, are you running it in production or development mode ? dan --- In flexcoders@yahoogroups.com, Rick Bullotta [EMAIL PROTECTED] wrote: Looks like the Flex web app is using CPU (doing something?) on about a 1-2 second interval (some type of license check?) that consumes about 4% of

[flexcoders] tabbing on editable grid is unbearably slow !!

2005-06-09 Thread sanjayd
Hi. I have an editable grid. The grid has 8 columns and last 4 of the 8 columns are editable. The grid has 50 rows. When I place the cursor on the 1st editable cell on the 1st row attempt to 'tab' into the next cell; it takes about a second before the focus moves to the next (editable) cell.

RE: [flexcoders] Is this possible to do with a video file

2005-06-09 Thread Ted Casey
Flex/Flash only supports flv. You have to convert your video to flv, and then use the MediaDisplay or MediaPlayback to play the video. For more information on FLV, go here: http://www.macromedia.com/devnet/mx/flash/articles/flv_exporter.html Thanks, Ted From:

[flexcoders] Question for the RIA Book Guys (or anyone with a Java back end for that matter)

2005-06-09 Thread Libby
Hi, Stephen, et al I have implemented your business delegate scenario as outlined in the book in chapter 20. It works very well, except for when java throws an exception, the onFault never catches it. In network Monitor, I can see that an onStatus, probably System.onStatus, is invoked. I coded my

[flexcoders] Re: Question for the RIA Book Guys (or anyone with a Java back end for that matt

2005-06-09 Thread Libby
I am very sorry, I got your name wrong. It is not Stephen, but Steven! I hate it when people misspell my name : ( --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: Hi, Stephen, et al I have implemented your business delegate scenario as outlined in the book in chapter 20. It

[flexcoders] Determining byte size of RemotObject response value

2005-06-09 Thread Kristopher Schultz
Is there a profiling tool or technique that I could use to determine the size (in bytes) of the response that is sent back over the wire as the result of executing a method on a RemoteObject? I'm trying to make some architecture decisions about how much data my remote Java object should return

[flexcoders] Doubt about DataGrid and XML

2005-06-09 Thread flex scripter
My code looks like this :?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:Model id=temp source=xml_src.xml/mx:Modelmx:DataGrid id=dg dataProvider={temp.employee}//mx:Applicationand in my XML file if I have employees employee name =Christina

RE: [flexcoders] Re: Flex WebApp Consuming CPU when idle?

2005-06-09 Thread Rick Bullotta
I would guess it has reverted to development mode by now, but not certain. I'll look at the web app server's logs. From: flexcoders@yahoogroups.com on behalf of Daniel Harfleet Sent: Thu 6/9/2005 3:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

[flexcoders] Doubt about XML and DataGrid

2005-06-09 Thread flex scripter
?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx= http://www.macromedia.com/2003/mxml mx:Model id=temp source=xml_src.xml/mx:Modelmx:DataGrid id=dg dataProvider={ temp.employee}//mx:Applicationand in my XML file if I have employees employee name =Christina Coenraets phone =555-219-2270

RE: [flexcoders] Servlet Filters and AMF

2005-06-09 Thread Peter Farland
While AMF is just an HTTP post processed by a J2EE servlet - the problem will be that the underlying Flash NetConnection would not handle being redirected to a login page (say, and HTML page or what have you)... also, you should not write anything to the response output stream as this will corrupt

RE: [flexcoders] Re: Question for the RIA Book Guys (or anyone with a Java back end for that matt

2005-06-09 Thread Kent Henneuse
The only thing I can think of off hand is that you for got to put a fault= in your mx:RemoteObject or you might have put it in as onFault I put this in my onFault so that I can at least see what the error is on the client side while debugging: public function onFault( event : Object ) : Void

Re: [flexcoders] Flex / Flash / FlashComm, Remoting and CF

2005-06-09 Thread Indy Nagpal
Yes... I find that is always a good idea to have a cfm page that queries your cfc exactly in the same manner as the remoteobject tag in your flex app would. And use cfdump on your cfm page to examine what the cfc returns. That way you know exactly what is being returned. And if you are using

RE: [flexcoders] Doubt about DataGrid and XML

2005-06-09 Thread Tracy Spratt
http://www.cflex.net/showfaq.cfm?Object=faqchannelID=1faqtype=defaultfields=defaultValues=#Question373 Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of flex scripter Sent: Thursday, June 09, 2005 3:26 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Flex WebApp Consuming CPU when idle?

2005-06-09 Thread Tracy Spratt
I am pretty sure hes referring to the flex-config setting. Unless you have set it, and you would know, you are running in development mode. This is different than the Trial license which reverts to a Developers license. Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] Doubt about XML and DataGrid

2005-06-09 Thread Ronald Kinion
The single instance of employee in the second version of the xml is not being treated as an array of employee objects. You need to convert it to an array. try changing your datagrid line to: mx:DataGrid id="dg" dataProvider="{mx.utils.ArrayUtil.toArray(temp.employee}"/ -- Ronald Kinion

[flexcoders] Re: Question for the RIA Book Guys (or anyone with a Java back end for that matt

2005-06-09 Thread Andrew Spaulding
How are you handling the faults in your Java backend? If we have a fault we would generally throw an exception, and the string that goes with the exception appears back in the RemoteObject event as event.fault.description Is that what you're after? Andrew www.flexdaddy.com --- In

[flexcoders] FeatureReq: Drag and Drop from native app to Flex

2005-06-09 Thread Aldo Bucchi
Hi all, Will Maelstrom have any support data transfer interoperability?? * drag and drop from/to native applications? * OS clipboard transfer? It would be just great. Of course you can't open a file with in a Flex/Flash application but, hey, we can upload! Central, on the other hand, could

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul I am attaching a small code of what i tried. I compiled it to swf and tried runnign from the same folder which contains the image, then it worked well but when i tried running it from a different folder the swf did not display the image. y is that so? pls help. i need this for a

RE: [flexcoders] Images in swf

2005-06-09 Thread nithya karthik
haiabdul, sorry abdul. i forgot to attach the code. i am sending it now. pls help. ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor="#FF" mx:Canvas clipContent="true" backgroundColor="#FF" verticalGap="0"

[flexcoders] [flexcoders- to abdul] image in swf. pls help

2005-06-09 Thread nithya karthik
Hai abdul, I forgot to attach the code in my mail. i am sending it now ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" backgroundColor="#FF" mx:Canvas clipContent="true" backgroundColor="#FF" verticalGap="0" height="400"

RE: [flexcoders] Re: Trouble getting mx:List to show any changes to dataProvider

2005-06-09 Thread Matt Chotin
You need to have a typed reference to your Node class to make sure that it gets linked in. Its sounding like none of your code had a typed reference to Node until you added the line in your MXML. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: Memory leak in accordion?

2005-06-09 Thread Matt Chotin
Usually memory stabilizes so Im kinda surprised that it goes up regardless of what you do. Whats your exact configuration? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen De Vos Sent: Thursday, June 09, 2005 1:24 AM To:

RE: [flexcoders] Images in swf

2005-06-09 Thread Abdul Qabiz
Nithya, Your code looks good but make sure 3724.jpg is a non-progressive jpeg. Flash Player can not load progressive jpegs. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nithya karthikSent: Friday, June 10, 2005 9:48 AMTo:

RE: [flexcoders] [flexcoders- to abdul] image in swf. pls help

2005-06-09 Thread Abdul Qabiz
Ok, I got it, you mean, when you run the swf on different machine it doesn't work. But if you run the swf from same machine it works, right? The reason behind is that, your 3724.jpg is loaded on runtime, that's why when you run the swf on other machine, it is not finding the jpg file

RE: [flexcoders] Custom cellrender in a list

2005-06-09 Thread Matt Chotin
Youre saying that the initial render of the list puts big gaps in but once you scroll everything tightens up? Your list has variableRowHeight set I assume? Maybe you can try calling invalidate on the list to get it to rejigger itself? From: flexcoders@yahoogroups.com

RE: [flexcoders] Odd FormItem Behavior

2005-06-09 Thread Matt Chotin
Have you tried putting a width on the FormItem itself? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgserrault Sent: Thursday, June 09, 2005 2:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Odd FormItem Behavior Question #1: Is it

[flexcoders] Re: Custom cellrender in a list

2005-06-09 Thread Andrew Spaulding
Hey Matt, I switched to using a repeater, but had problems when using a repeater inside of a VBox with height=100%. The repeated items weren't limited to scroll within my vbox. I found that if i had a fixed height on the VBox my problem was solved. So I ended up wrapping my VBox inside a canvas

RE: [flexcoders] Chart examples

2005-06-09 Thread Matt Chotin
The error generally means that youve placed an attribute on something that expects to be the name of a property instead of a class instance. As far as I can tell it seems right so I really dont know. Maybe its worth simply trying to create a new file and try again, maybe your file has

RE: [flexcoders] Re: Forms in TabNavigator

2005-06-09 Thread Matt Chotin
You have a typo in there, on the second line after the closing angle bracket is an extra back-tick. Thats what the error is pointing out, unexpected character content. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jamiebadman Sent: Thursday,

RE: [flexcoders] tabbing on editable grid is unbearably slow !!

2005-06-09 Thread Matt Chotin
We know that tabbing has been slow in cases like this and its something that were trying to improve in future releases of the Player and Flex. I dont have any real suggestions for you right now though someone else might, sorry! Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] FeatureReq: Drag and Drop from native app to Flex

2005-06-09 Thread Matt Chotin
Weve heard plenty of requests like this. I dont think its something that Maelstrom itself is going to try to address but maybe Central is a place where it can be addressed. Something well keep investigating. You can file your request here: http://www.macromedia.com/go/wish. Matt

RE: [flexcoders] Cairngormstore

2005-06-09 Thread Amit Gupta
Hi Steven, Thanks for your email. I went through the previous discussions on the list. I finally got the store application to work. I put the absolute path for the db folder in store.cfg and removed the log4j-1.2.8.jar file from the lib folder and it all started working. Thanks,