[flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
I have an app originally developed in Flex 3.3, which I'm in the process of migrating to Flex 4.6. I don't want to have to rewrite everything using Spark components and containers. I have a mx.containers.TitleWindow with a mx.containers.ControlBar added as the last child. It shows up as

[flexcoders] Webcam recording without flash/flex?

2012-03-12 Thread mulchand12345
Hi I would like to know, without flash involved, whether any web application can record video / capture images using the webcam. (HTML5/ JavaScript/ any other script) Thanks in advance Regards, MulC

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Alex Harui
Post a small test case. On 3/12/12 9:28 AM, Dave Glasser dglas...@pobox.com wrote: I have an app originally developed in Flex 3.3, which I'm in the process of migrating to Flex 4.6. I don't want to have to rewrite everything using Spark components and containers. I have a

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
Alex, Thanks very much for responding, however, I've figured it out. I was adding my control bar as the last child in the constructor of my class, which subclasses TitleWindow. That triggered a call to Panel.createComponentsFromDescriptors(). That called Panel.setControlBar(myControlBar) as

[flexcoders] Bar Codes

2012-03-12 Thread Joe
I am working on an app for Android for Asset tracking. I want to scan barcodes, but I am having a problem with Zxing-2.0 not reading the 1D codes properly (at all). I saw another application SnapQR that accesses BarCode Scanner 4.0 from Google (also the Zxing app). that returns the result

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread claudiu ursica
You need to put your stuff inside controlBarContent array. C From: Dave Glasser dglas...@pobox.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 5:28 PM Subject: [flexcoders] ControlBar not visible in Flex 4.6   I

Re: [flexcoders] Webcam recording without flash/flex?

2012-03-12 Thread claudiu ursica
As far as I know JS does not have support of capturing camera. If somebody else knows different I would be happy to be proven wrong. Probably you can do the same with silverlight as with flash. C From: mulchand12345 mulchand12...@yahoo.in To:

Re: [flexcoders] ControlBar not visible in Flex 4.6

2012-03-12 Thread Dave Glasser
I'm using a subclass of mx.containers.Panel. There is no controlBarContent array. From: claudiu ursica the_bran...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, March 12, 2012 3:23 PM Subject: Re: [flexcoders] ControlBar

[flexcoders] Re: ControlBar not visible in Flex 4.6

2012-03-12 Thread claudiu
Sorry for the reply I hit the send to early in my email before actually reading the whole content. C --- In flexcoders@yahoogroups.com, Dave Glasser dglasser@... wrote: I'm using a subclass of mx.containers.Panel. There is no controlBarContent array.

[flexcoders] The apk is not properly signed - trying to get an app into the android market ?

2012-03-12 Thread luvfotography
Hi, I'm using the same certificate I used to get my FLEX 4.6 mobile app into the apple store. Apple accepted it, now when I try to upload and publish my apk into the 'Google Play' android market, it complains. Anything that I should look for? thanks,

[flexcoders] how pirnt code 128 ISBN numbers in AIR

2012-03-12 Thread j2me_soul
I have installed code 128 font on my computer. But the isbn code can't distinguished by the device. what should I do now?