[flexcoders] Compile css to swf for runtime css

2009-05-12 Thread sinacapho
Hi, I have try the runtime css for my project, I have set the Main source path in the Flex Builder as 'flex\src' and the Output folder as 'WebContent'. The css file is under the flex\src\css\test.css. When i click the compile CSS to SWF.Actually the css folder have already create in the Web

[flexcoders] DataGrid sorting problem on variableRowHeight with headerrenderer

2008-11-04 Thread sinacapho
Hi, I have writing a datagrid using the headerrenderer to make some controls , and also set up the variableRowHeight to true. But find that when you click on the headerrenderer, the screen freeze and trigger many redraw action until to click another columns. It work well in Flex 3 but no on Fl

[flexcoders] Sorting problem on headerRenderer in placesortArrow

2008-10-28 Thread sinacapho
Hi , I have a problem in sort the datagrid. What i am doing is i have a datagrid with a few columns (using headerrenderer). When i click on the column , the sort perform but the label on the headerrenderer disappear. The browser will come slower and slower then finally hang up. But after i ove

[flexcoders] Flex printing form problem : formItem label is trim and become ...

2008-07-30 Thread sinacapho
Dear hi, I am facing the problem about the printing problem . i have now printing a form in A4 format. I know that the page have enough space but i the printing output always filled with '...' for example , i find the formitem label always truncate even i have set it to false. There

[flexcoders] Charset when return UTF8 character

2008-02-26 Thread sinacapho
Hi all, i have facing a strange problem that hope someone to help me. My Flex program will call the remote object that return some string that contain chinese character.I have tested that it is ok if the data is get from the DB. But if the character is hardcode in the Java program . It will

[flexcoders] Error in switch between the Tabbar

2008-02-14 Thread sinacapho
Dear all, i have facing the following error when using Tabbar to switch between the page. The error is like that, TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.core::Container$/http://www.adobe.com/2006/flex/mx/internal::checkFocus()

[flexcoders] Mapping from actionscript string to java char using remote object in Flex 2.0

2006-12-06 Thread sinacapho
Dear all , i am now facing a problem about the mapping of the remote object. I am now try using remote object to get a list of Object (eg. Obj A). Obj A have a property that call Obj B contain a char. I can access all of that when i get from the server. But when using remote ob

[flexcoders] Panel like the Window Explorer

2006-12-03 Thread sinacapho
Dear all, i would like to write a component extends Panel that may fire event when i click on the header of the Panel (like IE and FF) to fire a event. It that there are already built in function for panel or i need to use canvas and put a invisible button to the panel header for captu

[flexcoders] Cairngorm ServiceLocater Problem

2006-11-29 Thread sinacapho
Dear all, I am new to Cairngorm and for now i am writing a program using flex and i have decided to use Cairngorm. I have created subsection for each cairngorm state (business,Commands,Event). I have created sub folder in business for handling different service . But whe

[flexcoders] The pass the parameter or reference the component (which better?)

2006-10-03 Thread sinacapho
Dear all, i have some question about passing parameter. For example , i have a user data object which stored the information of the user. When i have some custom component which may use this object, which method is better? a) Pass it in the object (for example) b) Reference it in

[flexcoders] Re: flex 2.0 logging

2006-10-02 Thread sinacapho
Dear all, i have change the config of flex to this. But still i cannot log any HTTPservice and webservice . Can someone help me? thx capho --- In flexcoders@yahoogroups.com, "sinacapho" <[EMAIL PROTECTED]> wrote: > > Dear Jeff, > i have modifed the se

[flexcoders] Httpservice result binding

2006-09-21 Thread sinacapho
Dear all, i am a Flex 1.5 user that now switch to Flex 2.0 . i have found many diffculty in using Flex 2.0 . Here is some question i have calling a httpservice that return a xml about the datacolumn data that use for creating the datagird column dynamically. I call the mx.utils.ArrayUtil.t

[flexcoders] Binding the service result to HTTPservice

2006-09-11 Thread sinacapho
Dear all, I have some question about the data binding . I have write a custom component that get the user detail --> Login_detail Class. The Class if call some HTTPservice and then bind the result into a application HTTPservice . I have bind one custom component attribute to that service. But

[flexcoders] Re: flex 2.0 logging

2006-09-10 Thread sinacapho
"Message.*" enabled as one of the patterns below. This logs a > debug message in the app server's log file before and after each message > processed by the server for each client. > > > > Jeff > > > > > &

[flexcoders] flex 2.0 logging

2006-09-07 Thread sinacapho
Dear all, Can someone tell we that how i can get logging of the Httpservice result . I remember that i can find it in flex.log in Flex 1.5 after the config the xml file. But i don"t know that i can do it in Flex 2.0 thx capho Yahoo! Groups Sponsor -

[flexcoders] DataGrid DataProvider question

2006-09-06 Thread sinacapho
Dear all, i have face a problem about dataprovider .Actually it is about data model For example i can run this with no problem dg.dataProvider = exec_function.lastResult // HttpService result But when i assign it to a model , say: {exec_fun

[flexcoders] Custom UIComponent creating problem

2006-08-15 Thread sinacapho
Dear all, i have the followig problem , i have using AS3 to created a custom component (extends from UIComponent) , i find that the custom component cannot display on the screen. But if the component extends from HBox , it will show correctly . Can someone tell me why? The code is attached.

[flexcoders] Using Repeater with custom actionscript component

2006-08-03 Thread sinacapho
Dear all, I have a problem with using the repeater with custom actionscipt component. for example i have use write the component "Form_item" using mxml and actionscript but find that only mxml format can be success. actionscript component even only run for once and

[flexcoders] webservice or http service log

2006-08-01 Thread sinacapho
Dear all, Can someone tell me that where i can find the log (httpservice and webservice return xml log) that similar to flex 1.5 ? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexco

[flexcoders] Flex 2.0 DataService Question

2006-07-12 Thread sinacapho
Dear all, I am a Flex 1.5 developer now switch to Flex 2.0 . I want to ask some question which maybe very easy for all of you. I am now try to Use HttpService or WebService to access some data. But all of them return "Security error Access Url" in faultstring. i have use the

[flexcoders] macromedia.css.LocatorParser Problem

2006-06-26 Thread sinacapho
Dear all, I have the "macromedia.css.LocatorParser" problem after install the Flex 2b3 and move the war to tomcat 5.0. I also face this problem. I have search for the web that only flex with weblogic have this problem. I have also find that there are not fop.jar in the lib folder . What c

[flexcoders] Re: DataGrid cell edit and Row color problem

2006-05-23 Thread sinacapho
t cell's styles on edit, etc.. > > > > Hope that helps. > > > > Karl > > > > Karl Johnson > > Cynergys Systems, Inc. > > > > -Original Message- > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > > Behalf O

[flexcoders] DataGrid cell edit and Row color problem

2006-05-22 Thread sinacapho
Dear all, i have need to change the row color after the one of the cell have been edit. people says that it can use dg.setPropertiesAt(2, {backgroundColor:0xFF}); i find it work ^_^, but i have also add other properties by 1) dg.setPropertiesAt(2, {backgroundColor

[flexcoders] Passing the array as the dataprovider in the combobox cellrenderer

2006-04-27 Thread sinacapho
Dear all,   how can i reference it?   thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Re: Dynamic create child in Flex1.5

2006-04-25 Thread sinacapho
o it somewhere. > > Matt > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of sinacapho > Sent: Thursday, April 20, 2006 11:25 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Dynamic create child in Flex1.5

[flexcoders] Autocompletion textfield

2006-04-25 Thread sinacapho
Dear all, is there any help about the autocompletion textfield in Flex 1.5, basically i want to use web service to refresh ,can somebody have any resource about that? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Sea

[flexcoders] set print option

2006-04-24 Thread sinacapho
Dear All,   is that i can set the default PrintJob.orientation before the printing start?   thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Dynamic create child in Flex1.5

2006-04-21 Thread sinacapho
Dear all, i have a container that i need to create different custom component on it. I find that the function createChild() only accept hard code component. For example createChild(Button,undefined); Does it have some method that can run like this? var c_component = "Button";  // Actually it

[flexcoders] Install Flex2 Beta2 in tomcat

2006-04-18 Thread sinacapho
Dear all, My tomcat version is 5.0.28 and i am try to install the Flex2 beta2 version in my debian machine. After that i move the flex.war ,samples.war to the tomcat directory and start depolyment. It ok but when i run the mxml it get error. Even i have write a sample mxml myself and it ret

[flexcoders] editable for some of the row

2006-03-22 Thread sinacapho
Dear all, i have a problem in Flex 1.5 . actually, I am now using a datagrid for updating data. column are the number of good in different place and the row are represent the time (monthly). The use can search for the good in different place by selecting date range. The problem is that i am

[flexcoders] coloring the tree

2006-03-14 Thread sinacapho
Dear all, is there any method that can coloring different color in different node in the tree? is that anything set style for the node? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.co

[flexcoders] identity tree level when on click ?

2006-03-13 Thread sinacapho
Dear all, it that any possible way to find our the node level on a cellpressed node in the tree controls? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Dynamic inserted column in datagrid

2006-03-07 Thread sinacapho
mns. > > Matt > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of sinacapho > Sent: Monday, March 06, 2006 3:19 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Dynamic inserted column in datagrid > > De

[flexcoders] Dynamic inserted column in datagrid

2006-03-06 Thread sinacapho
Dear all, i have facing a problem like this. I call two web service. One of them get the dataset .The other is get the column label and name of the datagrid. After i have get this 2 web service result(i sure i got it). I use actionscript to add the datagridcolumn into the datagrid ac

[flexcoders] Getelementbyid and web service result problem

2006-03-03 Thread sinacapho
Dear all, i am very new to Flex and actionscript. I want to know if actionscript have some function by javascript getelementbyid which can locate the object. Also another question is that i want to retrieve one of the record from a set of web service result. it that i need to parse it

[flexcoders] The column order in datagrid

2006-03-02 Thread sinacapho
If i input a xml as dataprovider in datagrid aa bb cc The datagrid column order will be cc, bb,aa .someone tell me why?? thx -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups

[flexcoders] order of the columns in datagrid

2006-03-02 Thread sinacapho
Dear all, i have problem when using datagrid. The dataProvider of the gird is mainly a web service result in xml . But for example my xml is aa bb cc But the when i put this into the dataProvider . The resulting datagrid column order is cc,bb,aa . Can i know why? thx capho -- F

[flexcoders] Re: Use component within the repeater

2006-02-27 Thread sinacapho
thout calling the superclass version? > > Matt > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of sinacapho > Sent: Sunday, February 19, 2006 6:21 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Use component

[flexcoders] Use component within the repeater

2006-02-19 Thread sinacapho
Dear All, i am now facing a problem with repeater . I have writing a component completely by actionscript . As i want to generate that component dynamically .i use to help me. For example i use the following code to do show. 1. I should like to check if my component can work well so i create the