[flexcoders] Question - Still alive the FLEX Quick Start 4cpu Pack ?

2005-12-27 Thread kimkhan0909
Happy New Year! All flexcoders. I heard an bad new from MM few days ago that the FLEX Quick Start 4cpu Pack was over from this December. It's very useful for us. So I was keeping in trouble. Anybody help me. Yahoo! Groups Sponsor ~--> Most l

Re: [flexcoders] Nested faceless components. keeping IDs and DataBinding

2005-12-27 Thread Aldo Bucchi
Hi Matt, Back posting huh! Thx for the answer. > Now what I don't remember is if when we instantiate via the Array if the > MXMLObject initialized will be called. You'd need to look at the Yes it is called. As with every faceless comp. Using the initalized() indeed allows me to set an id or r

Re: [flexcoders] Having hard time understanding what features are available to whom when and how

2005-12-27 Thread JesterXL
Can help with #3.   Here's a sample:    xmlns:mx="http://www.macromedia.com/2003/mxml" initialize="initApp()">   id="color_cb"   change="setColor(event)">0x00 0x66 0x66  id="colorMe_box"  borderStyle="solid"  width="100" height="100"/>    

Re: [flexcoders] Having hard time understanding what features are available to whom when and how

2005-12-27 Thread Bruce Cichowlas
I've used Axis on other projects, but I'm not sure how this interaction as a RemoteObject would look in the context of Flex 2.0 .  Do you know of a working example of this somewhere?  I'm not sure what I would code on the Flex side and I'm not sure what I'd need to do on the server side to make

[flexcoders] I need help information of command line compile at Flex2.0

2005-12-27 Thread sn197412
Hi. How can I compile a Flex2.0 project that includes a lot of mxml files from command line ?? java -jar mxmlc.jar -optimize=false -file-spec ... ?? Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Swee

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread JesterXL
Here's Grant's take:   http://www.gskinner.com/blog/archives/2005/12/easily_compile.html       - Original Message - From: Leif Wells To: flexcoders@yahoogroups.com Sent: Tuesday, December 27, 2005 5:51 PM Subject: Re: [flexcoders] Flex Development on the Mac http://www.macromedia.c

RE: [flexcoders] Re: [Flex 2.0] XMLEncoder

2005-12-27 Thread Matt Chotin
The XMLEncoder class is used by HTTPService but it will only do some generic serialization and deserialization, it does not have generic schema support (only WSDL schema support). We tried to put schema support for the non-webservice case in at one point but ran out of time (and there hasn't been

RE: [flexcoders] Having hard time understanding what features are available to whom when and how

2005-12-27 Thread Matt Chotin
I think you'll find 1.5 a more stable development experience in the next month though of course 2.0 offers a lot of stuff. For RemoteObject in 2.0 for now you do need the 2.0 CF adapter, but as many folks will be happy to point out you could also just expose your Java objects via a WebService usin

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread Leif Wells
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=582&threadid=1067652&highlight_key=y&keyword1=os%20x#3819358 (searching the forums with the term "os x" found that item. Look at the posts that have the Macromedia logo. Leif On 12/27/05, Jordan Snyder <[EMAIL PROTECTED]>

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread Jason Weiss
Title: Re: [flexcoders] Flex Development on the Mac I do 100% of my Flex development on my Mac G5 Quad using Tomcat, Apache ANT, Apache AXIS and an array of databases, from Sybase to mySQL (depending on the client).  I use BBEdit (can’t speak for Adobe’s official position on FlexBuilder 2.0 on

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread Jordan Snyder
What about Flex 2 development on a Mac?  Anyone?     Cheers  On 12/27/05, Weyert de Boer <[EMAIL PROTECTED]> wrote: JesterXL wrote:> Er, G4 I thinkYeah, Tomcat and Firefox are both available for the Mac. You can install Tomcat via DarwinPorts. Only Flex Builder isn't available for the Mac it ne

Re: [flexcoders] Having hard time understanding what features are available to whom when and how

2005-12-27 Thread JesterXL
I cannot answer all of your questions, but here are my suggestions. - assuming on Windows, download Apache Tomcat - download Flex 1.5 demo - install Flex 1.5 demo with just FlexBuilder 1.5 - copy and paste the flex.war & samples.war files into Tomcat's webapps directory Hit the samples page to en

[flexcoders] Re: [Flex 2.0] XMLEncoder

2005-12-27 Thread alpharythms
Thanks Matt, That makes sense, basically you are just telling the HTTPService to use "myXmlConvert" function to convert the object into XML. I thought HTTPService might have had a built in way of doing this conversion. I understand I can write my own code to do this but I would rather learn ho

[flexcoders] Having hard time understanding what features are available to whom when and how

2005-12-27 Thread BCichowlas
Hi! I'm an independent developer trying to put together an RIA demo for potential investors in a proposed enterprise. This proposed enterprise is not a software company but would make heavy use of an RIA application. My most reasonable choices seem to be Flex, Laszlo or Ajax (in its many variati

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread Weyert de Boer
JesterXL wrote: > Er, G4 I think Yeah, Tomcat and Firefox are both available for the Mac. You can install Tomcat via DarwinPorts. Only Flex Builder isn't available for the Mac it never was. Hopefully with version 2.0 using Eclipse it will, because Eclipse is. Yahoo!

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread Rich Tretola
On a mac I use Oxygen and the AS plugin for eclipse using the following setup for flex 1.5: http://www.everythingflex.com/blog/1/2005/05/Eclipse-for-Flex-Development.cfm Rich On 12/27/05, JesterXL <[EMAIL PROTECTED]> wrote: > Er, G4 I think. > > - Original Message - > From: "JesterXL" <[

Re: [flexcoders] Flex Development on the Mac

2005-12-27 Thread JesterXL
Er, G4 I think. - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: "Flexcoders" Sent: Tuesday, December 27, 2005 3:20 PM Subject: [flexcoders] Flex Development on the Mac I know nothing about Macs. I have access to one, and would like to develop Flex on it so I have an excu

[flexcoders] Flex Development on the Mac

2005-12-27 Thread JesterXL
I know nothing about Macs. I have access to one, and would like to develop Flex on it so I have an excuse to leave the house. On the PC, I use: - Apache Tomcat - FlexBulder 1.5 - Firefox 1.5 Anybody know what I can do on a fresh G3 Powerbook? Thanks in advance! Yah

RE: [flexcoders] Extra space problem in ViewStack while using Text with 100% width defined

2005-12-27 Thread Matt Chotin
Look into the margin styles maybe? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: Tuesday, December 27, 2005 8:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extra space problem in ViewStack while using Text with

Re: [flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
Er, take that back; if I dispatch it before dispatchValueCommittedEvent();, she's good to go! - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 27, 2005 1:45 PM Subject: Re: [flexcoders] Custom Validation Error Apparently, if I dispatch a change eve

Re: [flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
Apparently, if I dispatch a change event, the errorTip will go away according to ToolTipManager, but dispatching this does not remove it, nor does tweaking the metatags. Hrm... - Original Message - From: "JesterXL" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 27, 2005 1:39 PM Subje

Re: [flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
Ok, set tabEnabled = true, and pressFocus & releaseFocus draw the focusRect correctly, as well as during an error. He extends UIComponent, so I'm already supporting all of the necessary styles. It's hard to reproduce, but the tooltip will stick sometimes in both Flash Player 7 IE and Flash Pla

RE: [flexcoders] How caching is done in flex

2005-12-27 Thread Matt Chotin
What kind of caching are you talking about?  The Flex SWF will be cached by the browser just like an image is cached by the browser, so repeated requests to the same SWF should come back quickly.  The server caches compiled pieces of code so that it isn’t re-compiling all the time, that m

Re: [flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
I copied the border_mc (RectBorder) code from TextInput, and implemented it in my custom component. However, he doesn't have the green border when focused, nor does the error tooltip go away when I validate. Fixing the former I think is easy; I have to use pressFocus since there is no key usag

RE: [flexcoders] Custom Validation Error

2005-12-27 Thread Matt Chotin
The border stuff was done through borderStyle I believe with errorTooltipRight or something like that. So your component may need to support that style. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Tuesday, December 27, 20

RE: [flexcoders] How caching is done in flex

2005-12-27 Thread Carson Hager
By default, all caching in Flex would be done client side.  There are no built in caching faciilities per se but unless you set the headers explicitly, all httpservice calls with the same parameters will be cached by the underlying browser at the browser's choice. This is especially preval

Re: [flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
I love how when I send emails, I make accelerated progress... well, some. Ok, looking at TextInput, apparently I needed some weird metatags: [Bindable] [ChangeEvent("valueCommitted")] [ChangeEvent("clear")] [NonCommittingChangeEvent("change")] I put those above my public variable, and I n

RE: [flexcoders] Custom Validation Error

2005-12-27 Thread Matt Chotin
Actually, I'm not paying attention here. If you have a custom component and were already using a validator, all you need to do is override validationFailed and validationSucceeded (I think those are the method names) and you'll be able to raise your tooltip. Just make sure that that the listener

Re: [flexcoders] Extra space problem in ViewStack while using Text with 100% width defined

2005-12-27 Thread Andriy Panas
Hello Sergey, Tuesday, December 27, 2005, 3:43:09 PM, you wrote: Thank you for the straightforward example. I think you had encountered the problem because of ViewStack does not know exactly of what height it should be rendered, because you omitted atribute "height" for your ViewStack instance.

RE: [flexcoders] Custom Validation Error

2005-12-27 Thread Matt Chotin
Do you want it watching per key-stroke or when the user hits enter or removes focus. I don't think you want to try to emulate the PropertyWatcher setup if you have your own component to begin with, it relies on the compiler knowing what to generate and lots of other setup independent of the indivi

[flexcoders] Custom Validation Error

2005-12-27 Thread JesterXL
I've been trying to solve this for a week. I'm making progress, but at a snails pace. My goal is to have my custom component show a tooltip like TextInputs do when you have a validation error. In my debugging various Flex framework files, apparently _Application_watcherSetup creates a bunch o

RE: [flexcoders] Why not XSD import not use in WSDL file in Flex WebService!

2005-12-27 Thread Matt Chotin
When you requested http://localhost:8080/MyWebService/schema/HelloService_schema1.xsd from the browser does it show up correctly? I just saw schema importing working in another case, though it was Flex 2, I thought we had it working in 1.5 but there may be problems... Matt -Original Message-

RE: [flexcoders] Re: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-27 Thread Matt Chotin
Go ahead and file at http://www.macromedia.com/go/wish. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Hastings Sent: Tuesday, December 27, 2005 12:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to handle manipulation

RE: [flexcoders] Nested faceless components. keeping IDs and DataBinding

2005-12-27 Thread Matt Chotin
I think we're going to allow nested ids in Flex 2. For Flex 1.5 though you might be able to make Person an MXMLObject which would then have its initialized() method called as it gets created. That call would pass the MXML document which created the object and you could then attach the person usi

Re: [flexcoders] Re: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-27 Thread Paul Hastings
Matt Chotin wrote: > I've filed an internal enhancement request for more options to > manipulate the timezone. Who knows what we'll get out of it but > hopefully I can at least get a little discussion going internally. More while you're at it, why not something for locales? ---

RE: [flexcoders] [Flex 2.0] XMLEncoder

2005-12-27 Thread Matt Chotin
XMLEncoder is really simple. You'll have a function that takes an object as a parameter. That function is expected to return an object of type XML. How you create that XML object is completely up to you. So you can just go through all of your object properties and build up an XML document howev

RE: [flexcoders] Re: How to handle manipulation of Date object and Timezones elegantly in Flex?

2005-12-27 Thread Matt Chotin
I've filed an internal enhancement request for more options to manipulate the timezone. Who knows what we'll get out of it but hopefully I can at least get a little discussion going internally. More info when we get back... Matt -Original Message- From: flexcoders@yahoogroups.com [mailt

Re: [flexcoders] Re: Would this make a program secure

2005-12-27 Thread nostra72
I guess what your saying is in a nutshell is all I have to do to make my site secure is store it in the right directory and then make sure the web.xml file is edited to make my site secure? I looked up the file you were writing lines from. It looked different on my computer than on yours so I a

Re: [flexcoders] [Flex2] creationComplete throw several times...

2005-12-27 Thread Michael Klishin
Manish Jethani wrote: > I'm not sure I understand the scenario, but "creationComplete" is > triggerred once and exactly once for every UIComponent instance. > Could it be that you're getting events from child objects as well? If > that's the case, you could check for the event object's 'target' >

[flexcoders] How caching is done in flex

2005-12-27 Thread manish sharma
hi all i am very new to flex   please tell me how caching is done in flex and how it is different from that in.Net   please send me some links so as to read caching in detail   thanks and regards-  Manish Sharma   Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping

[flexcoders] Why not XSD import not use in WSDL file in Flex WebService!

2005-12-27 Thread flexhtoo
The following are that I call Web-Service in Flex! But I have one problem in this from. http://localhost:8080/MyWebService/HelloWebService?WSDL"; service="HelloService" userProxy="false" showBusyCursor="true" fault="Alert.show('WSDL Load error');"> In t

[flexcoders] [Flex 2.0] XMLEncoder

2005-12-27 Thread alpharythms
Sorry for previous partial message. [mouse click was a bit sloppy when checking the preview] Does anyone have any examples of using the XMLEncoder class in Flex 2.0. Language reference is here: http://livedocs.macromedia.com/labs/1/flex/langref/mx/rpc/xml/XMLEncoder.html And/or Does anyone hav

[flexcoders] Extra space problem in ViewStack while using Text with 100% width defined

2005-12-27 Thread Sergey Kovalyov
Hi All! Look at this application: http://www.macromedia.com/2003/mxml";> Why does extra space appear below the text? What is the proper way to get rid of this bug? Thank you. Regards, Sergey. Yahoo! Groups Sponsor --

[flexcoders] Re: How to embed XML in AS3?

2005-12-27 Thread flexhtoo
Thanks all for your replys! I like that embed in E4X AS3 in var embXML:XML = jesterxlStanislav Zayarskymanish.jethani; I like that form! --- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote: > > E4X in AS3 allows true embedded XML, like so: > > var some_xml:XML = xml; >

[flexcoders] Re: Error executing database querry

2005-12-27 Thread vmlr123
Yes, as you said the problem was with sql query. for integer field i was parsing a value ('#arguments.brandToAdd.brand_id#') which was throwing error. Also one more thing which should be noticed here is, for db2 it doesnt take double quotes when you insert data. thank you --- In flexcoders@