[flexcoders] Re: How to config Flex Messaging with Sun One Java System Application server?

2006-09-07 Thread flexhtoo
--- In flexcoders@yahoogroups.com, flexhtoo [EMAIL PROTECTED] wrote: I want to use flex's messaging service in Sun One application server which is developed by Sun Microsystem. I want to implyment Chat program with Flex. So I need to know how to config and how to add lib files of Flex

[flexcoders] How to config Flex Messaging with Sun One Java System Application server?

2006-09-06 Thread flexhtoo
I want to use flex's messaging service in Sun One application server which is developed by Sun Microsystem. I want to implyment Chat program with Flex. So I need to know how to config and how to add lib files of Flex components into appliacation server? Yahoo!

[flexcoders] How to make print-preview of printing work?

2006-06-29 Thread flexhtoo
I want to know about print preview for printing work just like PrintDataGrid and Other Form Object. 1. How to construct? 2. What class need to use? 3. How to config with its? Thanks FlexHtoo. Yahoo! Groups Sponsor ~-- Yahoo! Groups gets

[flexcoders] Does Flex make printing functions?

2006-06-29 Thread flexhtoo
I can easily easily make print doc with Flex? I mease show print preview and configuration for printing setting and can Flex use crystal report? Thanks Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

[flexcoders] Re: How to hide backMonthButton and fwdMonthButton of DateChooser Control?

2006-03-23 Thread flexhtoo
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexhtoo Sent: Wednesday, March 22, 2006 10:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to hide backMonthButton and fwdMonthButton of DateChooser Control? I want to konw how to hide

[flexcoders] How to hide backMonthButton and fwdMonthButton of DateChooser Control?

2006-03-22 Thread flexhtoo
I want to konw how to hide backMonthButton and fwdMonthButton of DateChooser in Flex Beta 2. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To

[flexcoders] Is combobox has showDataTips attributes?

2006-03-11 Thread flexhtoo
I want to know how to show tooltip in combo when its popup is opened just like list's showDataTips attribute functionality! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Is combobox has showDataTips attributes?

2006-03-11 Thread flexhtoo
show dataTip in ComboBox. How would I do? On 3/11/06, flexhtoo [EMAIL PROTECTED] wrote: I want to know how to show tooltip in combo when its popup is opened just like list's showDataTips attribute functionality! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] How to add Icon to MenuItem?

2006-03-03 Thread flexhtoo
I want to konw how to add icon to menuitem, and then How to customize the MenuCellRenderer? There are right way or not? MainMenu menuitem label=slick menuitem label=MenuItem A menuitem label=SubMenuItem 1-A / menuitem label=SubMenuItem 2-A /

[flexcoders] String cann't create dynamic Class without instance!

2006-02-17 Thread flexhtoo
Why flash.util.getClassByName(param:String):Class This method counld not load when this class has no instance. But It has pre-creation instance, it can load. // Sample codes public function load(param:String):Object { var ClassRef:Class = getClassByName(param); var instance:Object =

[flexcoders] How to assign attribute value in XML?

2006-02-04 Thread flexhtoo
Hi Flex. A.What method to assign/update the attribute value of XML object? var testXML:XML = testXML attr1=10 attr2=hello/; [EMAIL PROTECTED] = 20; 1) It isn't sutiable because of I didn't konw what attribute is to assign value. 2) But I have just attribute name with string value. For

[flexcoders] How to fix multiselected drag drop!

2006-02-04 Thread flexhtoo
Hi, If multipleSelection property of List that can multiselected list but multiselected list can't drag into other List? How would we do?Thanks Pls! === CODE

[flexcoders] How to fix this error?

2006-01-25 Thread flexhtoo
() at mx.core::UIComponent/setVisible() at mx.core::UIComponent/set visible() at mx.controls::Menu/hide() at mx.controls::Menu/Menu$438$private::hideAllMenus() at mx.controls::Menu/mouseUpHandler() flexhtoo -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] How to compare Custom GUI Components?

2006-01-24 Thread flexhtoo
Hi Flex Developers, I want to konw how to compmare with two custom gui component in AS? Pls let me know! Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Why JBoss WebService not working! I duno whose fault ( jboss, flex or just me!)

2006-01-19 Thread flexhtoo
I tried to call web service from jboss 5 alpha version ( latest CVS checkout).It just too hard to call web service from flex. After I spend couple of hour and i found something. here is the soap request from SOAP monitor. It is failed version. ?xml

[flexcoders] How to send Objects into WebService Request!

2006-01-05 Thread flexhtoo
-addr[EMAIL PROTECTED]/email-addr /emails /person It structure for the WebService request that has schema in WSDL. I would like to send with AS3 into web-service. Flexhtoo! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

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

2005-12-27 Thread flexhtoo
/document); } By this way we can manually embed XML file via ActionScript. Or I'm not right? On 12/26/05, Manish Jethani [EMAIL PROTECTED] wrote: On 12/24/05, flexhtoo [EMAIL PROTECTED] wrote: I want to konw how to embed XML in AS2? Is xml MIME type? I don't think there's a way

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

2005-12-27 Thread flexhtoo
want to konw how to and what change this source for Document Lit. Flexhtoo. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM

[flexcoders] How to embed XML in AS3?

2005-12-24 Thread flexhtoo
Which file are MIME in Flex Framewrok, that is contain TTF(True Type Font). I want to konw how to embed XML in AS2? Is xml MIME type? My App Directory Structure is the following. +--assets | | | +--employees.mxl | +--main.as Flexhtoo Yahoo! Groups Sponsor

[flexcoders] Re: How to fix Send Element not resolvable error call from WS in Flex!

2005-12-24 Thread flexhtoo
-WebModule/ServletWSService; xmlns:wsdl=http://schemas.xmlsoap.org/wsdl// /port /service /definitions ### Thanks, Flexhtoo --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Well that would explain why

[flexcoders] Re: How to small in Title window's title content area?

2005-12-23 Thread flexhtoo
Thanks for your reply for this topic! flexhtoo --- In flexcoders@yahoogroups.com, Joan Tan [EMAIL PROTECTED] wrote: You can certainly use the width and height properties for TitleWindow to make the entire window smaller which will affect the content area. Then, if you want the header

[flexcoders] What event is data that can change in Editable DataGrid and how to updata its!

2005-12-23 Thread flexhtoo
nameRonnie Hodgman/name phone555-219-2030/phone email[EMAIL PROTECTED]/email activefalse/active /employee /list What events and how to change this data in run-time? Flexhtoo Yahoo! Groups Sponsor ~-- AIDS

[flexcoders] How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread flexhtoo
not resolvable error had come out. How to fix it this error! FlexHtoo Yahoo! Groups Sponsor ~-- Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM

[flexcoders] How to small in Title window's title content area?

2005-12-22 Thread flexhtoo
I have created TitleWindow that have Title content and close button! I assume the title area is a little big for my application. So I want to small title content area in Title Window? Flexhtoo! Yahoo! Groups Sponsor ~-- AIDS in India

[flexcoders] Re: How to fix Send Element not resolvable error call from WS in Flex!

2005-12-22 Thread flexhtoo
. Are there perhaps two getAllPerson methods (with different parameters)? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexhtoo Sent: Thursday, December 22, 2005 1:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to fix

[flexcoders] Re: How do you change the color of text in a label

2005-12-19 Thread flexhtoo
--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: What is the property that you use to change it? You can change text color with this code mx:Label id=resultLabel text=Text color changes!/ in script block . resultLabel.setStyle(text,#CFCFCF)