[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.
 http://blogs.adobe.com/aharui





[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?
  
  Thanks
  
  Mark





[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 components: 
'spark.components.DataGrid'.

why css can not work with spark.components.DataGrid?

I use FB4.6 for mobile app now

Thanks

Mark




[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 the 
popup on screen certer 
 
 please help
 
 Thanks for help
 
 Mark




[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 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 
  the popup on screen certer
 
please help
 
Thanks for help
 
Mark
  
 
 
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Alternative FAQ location: 
  https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
 





[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 path. I guess the tablet maybe do 
not allow me to use path.

var file:File = File.documentsDirectory.resolvePath(testDb.db);

Please help me if you have idea for this.

Thanks a lot

Mark



[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
fx:Component  
   s:LabelItemRenderer 
label={data.n} buttonMode=true width=260 /
   
s:CheckBox selected=false  /
 

/fx:Component
/s:itemRenderer

/s:List



[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 
dataProvider={PictureAC}  
 
borderVisible=false   horizontalScrollPolicy=on 
verticalScrollPolicy =off  
layout={horizontalLayout} 
s:itemRenderer
fx:Component
 s:IconItemRenderer  
s:iconPlaceholder
s:BitmapImage  
source=http://192.168.10.2/images/{data.pic}   width=200 /
/s:iconPlaceholder 
  /s:IconItemRenderer 
 
 /fx:Component
/s:itemRenderer
/s:List


Thanks

Mark



[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 org.eclipse.osgi 4 0 2012-06-28 11:05:24.266
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4308)
at org.eclipse.swt.SWT.error(SWT.java:4197)
at org.eclipse.swt.SWT.error(SWT.java:4168)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.Control.createHandle(Control.java:704)
at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
at org.eclipse.swt.widgets.Control.createWidget(Control.java:744)
at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:134)
at org.eclipse.swt.widgets.Control.init(Control.java:112)
at org.eclipse.swt.widgets.Scrollable.init(Scrollable.java:75)
at org.eclipse.swt.widgets.Composite.init(Composite.java:95)
at 
org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:159)
at 
org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:265)
at 
org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:86)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:790)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at 
org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:806)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2528)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at 
com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.java:108)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

Any way to fix this. Thanks for help

Mark




[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 Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments:  -os win32 -ws win32 -arch x86
 
 !ENTRY org.eclipse.osgi 4 0 2012-06-28 11:05:24.266
 !MESSAGE Application error
 !STACK 1
 org.eclipse.swt.SWTError: No more handles
   at org.eclipse.swt.SWT.error(SWT.java:4308)
   at org.eclipse.swt.SWT.error(SWT.java:4197)
   at org.eclipse.swt.SWT.error(SWT.java:4168)
   at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
   at org.eclipse.swt.widgets.Control.createHandle(Control.java:704)
   at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
   at org.eclipse.swt.widgets.Control.createWidget(Control.java:744)
   at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:134)
   at org.eclipse.swt.widgets.Control.init(Control.java:112)
   at org.eclipse.swt.widgets.Scrollable.init(Scrollable.java:75)
   at org.eclipse.swt.widgets.Composite.init(Composite.java:95)
   at 
 org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:159)
   at 
 org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:265)
   at 
 org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:86)
   at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:790)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
   at 
 org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:806)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2528)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
   at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
   at 
 org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
   at 
 org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at 
 com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.java:108)
   at 
 org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at 
 org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
   at 
 org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
 
 Any way to fix this. Thanks for help
 
 Mark





[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

Mark





[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
How to write for setStyle fillColors? it is not a single value .it is a 
array.Thanks

Mark

--- In flexcoders@yahoogroups.com, Sudesh Das sudeshdas@... wrote:

 hello Mark,
you can use the urcomponentID.setStyle(stylename, value); to change the 
 style of component.
 
 Regards,
 Sudesh
 
 
 
  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, #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
 
 Mark
 
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 
     http://docs.yahoo.com/info/terms/





[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 (e.g., services, value objects) 
here --
/fx:Declarations
fx:Style
@namespace s library://ns.adobe.com/flex/spark;

.smallBtn
{   
fontFamily: Arial;
fontSize:   10;
fontWeight: bold;
disabledSkin: Embed(source=btn_skin.swf, 
symbol=Button_disabledSkin);
downSkin: Embed(source=btn_skin.swf, 
symbol=Button_downSkin);
overSkin: Embed(source=btn_skin.swf, 
symbol=Button_overSkin);
upSkin: Embed(source=btn_skin.swf, 
symbol=Button_upSkin);
color: #1C4E03;
}


/fx:Style
s:Button label=Test me styleName=smallBtn /
/s:View




[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: ASAP
 Duration: 3 months
 Daily rate: GBP 350-550
  
 Best regards,
 Karl Sigiscar.





[flexcoders] Re: mobile pushView Transition

2012-10-30 Thread markflex2007


http://help.adobe.com/en_US/flex/mobileapps/WSa122979b4619725672e48c412a3e152164-7fff.html#WSe11993ea1bd776e54e19b82b12a43a4fb49-8000

it seems

navigator.pushView(nextScreen, false);

doesn't work. 

any idea?

Thanks

Mark

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown 
dorkiedorkfromdorktown@... wrote:

 Hi Mark,
 
 Check if there is an option to playTransition. If so you can set this to
 false.
 
 navigator.pushView(nextScreen, false);
 
 http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/ViewNavigator.html#pushView()
 
 
 On Wed, Aug 29, 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 a idea
 
  Thanks for help
 
  Mark
 
   
 





[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
 restrict=-0-9
 widthInChars=20
 maxChars=20 /
 
 I also can type ,.etc
 
 How to do that if I only allow negative sign and number for mx component.
 
 Thanks
 
 
 Mark



<    1   2   3   4   5