[flexcoders] how to package and install unsigned blackberry application?

2012-02-01 Thread markflex2007
Hi, most articles are for signed application for blackberry. How to handle unsigned application? I need a detail steps to do this.Thanks Mark

[flexcoders] How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
Hi I know normally one FXP only for one project. but do you know how to export two project(one normal and one library) to one fxp. I see some fxp include many projects. but I am not sure how to build the fxp. Thanks Mark

[flexcoders] Re: How to export a Flex project and a Flex library project as an FXP file?

2012-02-03 Thread markflex2007
I just know how to do this. Thanks Mark

[flexcoders] s:Image and s:BitmapImage?

2012-02-03 Thread markflex2007
Hi, what is the different between s:Image and s:BitmapImage? I am a little confuse.Thanks Mark

[flexcoders] Re: s:Image and s:BitmapImage?

2012-02-07 Thread markflex2007
Which one (s:Image or s:BitmapImage) I should use in mobile application for a jpeg image.Thanks Mark Hi, what is the different between s:Image and s:BitmapImage? I am a little confuse.Thanks Mark -- Alex Harui Flex SDK Team Adobe Systems, Inc.

[flexcoders] Divider line for s:splitViewNavigator

2012-02-07 Thread markflex2007
Hi, I have the following questions for s:splitViewNavigator. How to change color,width for Divider line for s:splitViewNavigator? How to hide the Divider line? Thanks Mark

[flexcoders] Re: Divider line for s:splitViewNavigator

2012-02-08 Thread markflex2007
anyone can help me for this issue.Thanks Mark --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: Hi, I have the following questions for s:splitViewNavigator. How to change color,width for Divider line for s:splitViewNavigator? How to hide the Divider line

[flexcoders] Multiple service calls in Flex Application?

2012-02-09 Thread markflex2007
Hi, I want to make sure if Flex can support many service calls at same time. what will happen if I make make service calls at same time in Flex code. Thanks Mark

[flexcoders] CSS for spark dataGrid?

2012-02-15 Thread markflex2007
Hi, I use CSS for spark dataGrid, that is like fx:Style @namespace s library://ns.adobe.com/flex/spark; s|DataGrid { alternatingRowColors: #FF, #FF; } /fx:Style but I get the message: CSS type selectors are not supported in

[flexcoders] anyway to change datespinner background?

2012-02-15 Thread markflex2007
Hi, I have tried but I have not get a way to do this. Thanks for help Mark

[flexcoders] popup on screen certer?

2012-02-17 Thread markflex2007
Hi I use s:SkinnablePopUpContainer build a pop component for mobile app and use the following code to call the popup var pop:PopUpWindows = new PopUpWindows(); pop.open(this,true); but the popup always in top-left location of current page. how to make

[flexcoders] Re: popup on screen certer?

2012-02-19 Thread markflex2007
I just test.PopUpManager can not work with s:SkinnablePopUpContainer. other idea? Thanks Mark --- In flexcoders@yahoogroups.com, Jeff Gomes jgomes@... wrote: PopUpManager.centerPopUp(pop); On 2/17/2012 14:36, markflex2007 wrote: Hi I uses:SkinnablePopUpContainer build a pop

[flexcoders] current date for mx:DateField

2012-03-08 Thread markflex2007
Hi, current date for mx:DateField seems get from window system. May I change current date with code? Thanks Mark

[flexcoders] SQL lite database and Tablet problem

2012-03-28 Thread markflex2007
Hi friends I developed a Air mobile application with flex sdk 4.6.0. I test it in Flash Builder 4.6 simulators in windows.it works fine. but when I install the apk and test it in Samsung Galaxy Tab 10.1 , the sqllite functions seems do not work I save the sqllite database in the following

[flexcoders] How to add CheckBox to list ?

2012-04-30 Thread markflex2007
Hi, I have follow code and I get a error like: s:CheckBox' is not allowed to follow '/s:LabelItemRenderer' How to fix it.thanks Mark s:List id=clslist width=100% height=100% dataProvider={classesAC} change=selectClass() s:itemRenderer

[flexcoders] Memory test

2012-05-22 Thread markflex2007
Hi, It seems my flex app have memory leak, I need do some test. I know System.totalMemory can show how many memory it takes. I need to know the maxim memory size my application can take . Please help. Thanks Mark any idea to fix memory leak,please help also.Thanks

[flexcoders] IconItemRenderer to show image??

2012-06-08 Thread markflex2007
Hi, I am doing a flex mobile project project. I want to show a image list with the code , why I can not show the images in the list. I am sure the data is right. Please help me. i am not familiar how to use IconItemRenderer to show image. s:List id=itemList width=100% top=10 bottom=10

[flexcoders] flex library project debug?

2012-06-11 Thread markflex2007
Hi I created a flex library project and add some flex mxml components the problem is no swc file created in bin folder and I do not get any error message in Flex builder. How to debug this and find problem? Thanks for help Mark

[flexcoders] Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
Hi, My FB can not start after I update eclipse plugin automatically. This is the log eclipse.buildId=M20120208-0800 java.version=1.6.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY

[flexcoders] Re: Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
any way to roll back with previous plugins. Thanks Mark --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: Hi, My FB can not start after I update eclipse plugin automatically. This is the log eclipse.buildId=M20120208-0800 java.version=1.6.0_16 java.vendor=Sun

[flexcoders] Question for Flex Builder 3.0.2 installation?

2012-07-26 Thread markflex2007
Hi Sir/Madam, May I install Flex Builder 3.0.2 and Flex Builder plugin 3.0.2 in same computer? Do they affect each other. Thanks for your help. Mark

[flexcoders] change button color dynamically?

2012-08-17 Thread markflex2007
The following code can change Button Color mx:Button label=test fillColors=[#00ff00, #00ff00, #00ff00, #00ff00] fillAlphas=[1, 1, 1, 1]/ May I use setStyle in AS TO change fillColors, please show me how to do that? May I use AS code change fillColors dynamically with dynamic data. Thanks

[flexcoders] mobile pushView Transition

2012-08-29 Thread markflex2007
Hi, I use navigator.pushView(NextScreen) to changes to the new view. but transition seems always exist. May I use pushView change to a new view immediately without any time delay like state change? Please give me a idea Thanks for help Mark

[flexcoders] Any way to stop server call

2012-08-31 Thread markflex2007
Hi, I have following code: s:HTTPService id=check_file result=saveSetting(event) fault=noFile(event) / I use the following to call server check_file.send(); sometimes it takes long time to get call back from server. Any way to stop the server call. Thanks Mark

[flexcoders] Re: change button color dynamically?

2012-08-31 Thread markflex2007
From: markflex2007 markflex2007@... To: flexcoders@yahoogroups.com Sent: Friday, August 17, 2012 8:18 PM Subject: [flexcoders] change button color dynamically? The following code can change Button Color mx:ButtonĀ  label=testĀ  fillColors=[#00ff00, #00ff00

[flexcoders] air for mobile skin

2012-10-11 Thread markflex2007
Hi, I did skin like this. but the display is incorrect. why? Thanks Mark PS: s:View xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark title=HomeView actionBarVisible=false fx:Declarations !-- Place non-visual elements

[flexcoders] Re: Flex Contract in Financial Services company

2012-10-16 Thread markflex2007
May I work remotely?Thanks --- In flexcoders@yahoogroups.com, k.sigiscar k.sigiscar@... wrote: Hi, We have an opening for a Flex contractor on a large Market Surveillance application. You must know Swiz / Parsley, Flex 3 to 4.5, BlazeDS / LCDS / GraniteDS, Unit testing. Start:

[flexcoders] Re: mobile pushView Transition

2012-10-30 Thread markflex2007
, 2012 at 9:12 AM, markflex2007 markflex2007@...wrote: ** Hi, I use navigator.pushView(NextScreen) to changes to the new view. but transition seems always exist. May I use pushView change to a new view immediately without any time delay like state change? Please give me

[flexcoders] mx component restrict question

2012-11-13 Thread markflex2007
Hi, for mx component. if textinput allow number. I can do this mx:TextInput id=textInput restrict=0-9 widthInChars=20 maxChars=20 / but I also want to allow negative sign if I did this mx:TextInput id=textInput

<    1   2   3   4   5