[Discussion]Great doubt in to use Flex you can help us

2005-02-02 Thread [EMAIL PROTECTED]
Hi to the whole community, we are appraising a project of porting, or rather from a system of back-end ibm os/400 we would like to develop an architecture j2ee with a prestation layer in flex. We don't know very well the world macromedia (Flash/Flex/ActionScript), except some demos to know the

Re: [flexcoders] Fundamental bug in FlexBuilder 1.5?

2005-02-02 Thread Aral Balkan
Hey Vinny, C'mon Aral, don't be so modest. Give us the complete list ;-) Emailed, off list ;) Seriously, though, it's easier to include my sig in the first post I make to a new list than spend a paragraph with the usual, Hi, I'm blah-and-blah, I do blah-and-blee... Take care, Aral

Re: [flexcoders] Flex Authority is now live

2005-02-02 Thread Michel Jansen
Sjors Pals wrote: Eh, nice but there is no content at all at your site. Did I miss something? Don't think so... This is meant to be a good place for flexcoders. I think it is a great initiative! Michel Greets, Sjors Pals -Original Message- From: Jeff Steiner

RE: [flexcoders] Flex Authority is now live

2005-02-02 Thread Robertson-Ravo, Neil (RX)
Clearly states on the site that content is coming. From: Michel Jansen [mailto:[EMAIL PROTECTED] Sent: 02 February 2005 10:53 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Authority is now live Sjors Pals wrote: Eh, nice but there is no content at

CellRenderer performance

2005-02-02 Thread al77_t
Hello, just wondering if anyone knows how to optimise CellRenderer performance. It takes 3-5 seconds to initialise at the first time Kind regards, Alex.

RE: [flexcoders] CellRenderer performance

2005-02-02 Thread Steven Webster
Hi Alex, Can you post code ? The performance of a cell renderer will be dicated by what you are rendering into cells Steven -- Steven WebsterTechnical Director iteration::two This e-mail and any associated attachments transmitted with it may contain confidential information and

Re: [flexcoders] [Discussion]Great doubt in to use Flex you can help us

2005-02-02 Thread [EMAIL PROTECTED]
Thank's for your replay, premised that we are still poor in Flex/ActionScript, we agree with you that you can build bad applications in Flex, just as easily as you can build good applications in Flex, the only great problem is as sync flex/ui with our back-end, in our j2ee side we are using in

RE: [flexcoders] [Discussion]Great doubt in to use Flex you can help us

2005-02-02 Thread Steven Webster
Hi Devis, premised that we are still poor in Flex/ActionScript, we agree with you that you can build bad applications in Flex, just as easily as you can build good applications in Flex, the only great problem is as sync flex/ui with our back-end, in our j2ee side we are using in

RE: [flexcoders] Rotate Label???

2005-02-02 Thread Abdul Qabiz
In order to rotate a label, textinput or textarea, you need to embed the font used in these components. e.g. mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=425 height=400 mx:Style @font-face { fontFamily:myfont; src:url(file:///c:/windows/fonts/Arial.TTF); } /mx:Style

RE: [flexcoders] ChangeEvent on component in mxml component

2005-02-02 Thread James Ward
asdf gets set by a remoteobject result handler. I think I need to give a little more detail... I want to have code in MyComponent.mxml that has logic dependent on values in the valueobject. So depending on what gets passed to the component the component renders differently. Thanks for the help

Re: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread satish chandra
Hi I am working in Flex. I have one application in that there are 4 tabs. one tab is , details,second one is contacts, third one is devices like that... in second tab i have combobox cell renderer in datagrid for phone type. i have to bind data in that through database. and save the details and

dynamic vbox icon

2005-02-02 Thread Jos vd Laar
Hi All, I have a accordion pane with some vboxes as its children. What I want to do is set the icons on these vboxes dynamically. But as I understand from the docs, these icons can only be embedded? So isn't there a way to set the icons dynamic? Thanks for your time! Jos

Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread Miguel D�az Valenzuela
mmm, i have a question now, how can i get only one column of a row i need to send it how a parameter, but no all row, only a column for example |___select one___|___code___|___name___| #9632; 101 name 1 #9632; 102 name 2 #9632; 103 name 3 supposing that I select the second row, I want to take

Laszlo Systems, Inc.

2005-02-02 Thread Michel Jansen
Is this the OpenSource replacement for Flex?? http://www.laszlosystems.com/

Re: [flexcoders] Laszlo Systems, Inc.

2005-02-02 Thread Darron J. Schall
Not replacement but rather alternative: http://www.openlaszlo.org/ Here is the IDE for it as well (Eclipse plug-in): http://alphaworks.ibm.com/tech/ide4laszlo With support from IBM, who knows how far laszlo will go, and if it will really challenge MM in the future. -d Michel Jansen wrote: Is

RE: [flexcoders] dynamic vbox icon

2005-02-02 Thread Benoit Hediard
It depends if you create your accordion segments dynamically (defined in external files) or if your segments are already defined in the current mxml file. For dynamic segment creation, you would use something like this: mx:Accordion id=someAccordion initialize=initAccordion() / mx:Script import

Question about error message

2005-02-02 Thread nostra72
I am trying to figure out the preview part of the flex builder software and I am still running in to some bugs. What I have figured out how to do is to get the browser to turn on but when it turns on what I see is instead of the webpage I get a servlet error mesage. It is listing where the file

RE: [flexcoders] Re: how can I do this in Flex? -- (warning, best -practice police are in the hou

2005-02-02 Thread Mehdi, Agha
Miguel, Compare function1 with the one you sent. Notice, that I have dg.getItemAt(i) instead of dg.getItemAt(i+1) and you can get specific value from the column by giving the column Name like dg.getItemAt(i).code When you do dg.getItemAt(i), it returns you the entire row row for that index. The

How to hide/disable the divider bar?

2005-02-02 Thread Benoit Hediard
Hi, Has anyone found a way to hide/disable the divider barin a DividedBox? I've tried to play with verticalGap,dividerAffordance and dividerWidth without success. I don't want to use the destroy children method, just to enable/disable the divider bar. The most logical way I've found is

Re: [flexcoders] [Discussion]Great doubt in to use Flex you can help us

2005-02-02 Thread [EMAIL PROTECTED]
Thank's for your link and your Cairngorm we are studying the code, only one thing Steve, if you can you to point out away us the straight line please. Today web build a simple registry customer with our j2ee and flex as presentation layer. We have used amf protocol, it's great for us.

Samples Error: FormatSourceService

2005-02-02 Thread chrs_hearn
I get the dreaded error on the samples installation and cant for the life of me fix it, please help somebody...its a win32 coldfusion installation...C:\CFusionMX\wwwroot\WEB-INF Any ideas where to look for problems...is it path related? This was in the log file: 02/01 23:24:19 DEBUG Mxml

htmlText and styles

2005-02-02 Thread James Ward
Has anyone successfully applied a style to a Label or Text with htmlText? I tried span class='mystyle' But that doesn't seem to work. Thanks. -James

Re: Subclass method signatures *must* match superclass methods?

2005-02-02 Thread foreeldo2001
Hey Jester, thanks for the response and the workaround, that seems like the only way to get around this problem... I'm not sure composition is really an adequate replacement for inheritance though. Hasn't anyone else run into this? Isn't this a major show-stopper for any real OO application?

Re: [flexcoders] htmlText and styles

2005-02-02 Thread James Ward
Replying to myself... Bad form... Sorry. Doing this: var myStyleSheet = new TextField.StyleSheet(); myStyleSheet.load(assets/styles.css); details.styleSheet = myStyleSheet; details.htmlText = span class='test'test/span; works, but isn't pretty. Let me know if there is a better way. Thanks.