Re: Example apps for new components

2013-05-22 Thread Tom Chiverton
Is the easiest way to get these new components into a project to just copy their source into the project, rather than (trying to) build the SDK ? Tom On 21/05/2013 18:27, OmPrakash Muppirala wrote: Great! Thanks for volunteering to help out. [1] https://fisheye6.atlassian.com/browse/~br=dev

Debugging swc's

2013-05-22 Thread Raj U. Shaikh
Hi, I wanted to know is there any debugger available to pause a runtime application and tweak properties(mostly of type xmls) values. Where application are built by custom swc's and I wanted to play with these swc where source code is not available. Basically, As a team we develop flex componen

Re: Debugging swc's

2013-05-22 Thread Simon Gladman
Have you looked at Code Orchestra? http://codeorchestra.com/ Simon _ +44 (0) 7973 669691 sglad...@gmail.com http://flexmonkey.blogspot.com/ On 22 May 2013, at 10:23, "Raj U. Shaikh" wrote: > Hi, > I wanted to know is there any debugger available to pause a runtime >

Re: Debugging swc's

2013-05-22 Thread Alexander Doroshko
I don't now how to do that with Flash Builder, but if you configure your SWC project in IntelliJ IDEA you'll be able to debug your SWC code running in any remote application (if that remote app is compiled with debug info and based on debuggable version of your SWC). In IntelliJ IDEA project yo

Re: Debugging swc's

2013-05-22 Thread Tom Chiverton
On 22/05/2013 11:32, Alexander Doroshko wrote: I don't now how to do that with Flash Builder, It's basically the same. Tom

[Uriana Framework] Back to work

2013-05-22 Thread Carlos Velasco
Hi, I have been out for holidays these days, and so Uriana development was delayed. I will be back to work in 3-4 days and as I have been disconnected I was wondering if any of you have started playing with Uriana these days.

RE: CameraUI

2013-05-22 Thread Jesse Hellyer
Guys - I posted this bug over a week ago, haven't had any contact on it since. Did I do something wrong? I've sunk weeks of my time into trying to get the CameraUI to work quickly - I even used the standard Camera implementation to save snapshots from the video camera, but those were w

Re: CameraUI

2013-05-22 Thread Tom Chiverton
The code isn't a standalone file I can just quickly compile to check (it's just a View), which may be why no one has got around to it yet. It'd also be useful to have your app's XML configuration file in case the issue is there. Tom On 22/05/2013 13:43, Jesse Hellyer wrote: Guys -

RE: CameraUI

2013-05-22 Thread Jesse Hellyer
Issue updated on flex issues board with .MXML and .XML files for easy compiling. https://issues.apache.org/jira/browse/FLEX-33558 - Jesse -Original Message- From: Tom Chiverton [mailto:t...@extravision.com] Sent: Wednesday, May 22, 2013 8:52 AM To: users@flex.apache.org Subject: Re: Cam

A ?, Is it possible and if so any pointers, to creating an 'active' background in a Flex Mobile application...

2013-05-22 Thread Greg Huddleston
5/22/13 @ 11 am PT Hi to the group, (First if this is wrong forum for this ?, please let me know proper one). Developing a mobile app using latest apache flex, works great. I want to display some status info on every screen as a 'background' vs duplication on every view (which logically seems

Re: A ?, Is it possible and if so any pointers, to creating an 'active' background in a Flex Mobile application...

2013-05-22 Thread Jonathan Campos
That is actually fairly easy. The issue is you are probably starting with ViewNavigator or TabbedViewNavigator. Start with Application and then add a navigator as a child. Then you can have some control on what goes on behind the navigator. J On Wed, May 22, 2013 at 1:11 PM, Greg Huddleston wrot

Re: Example apps for new components

2013-05-22 Thread OmPrakash Muppirala
That might work. Although, I think there was a recent change to IList that might cause issues. It would be better if sample apps can be written with the full sdk thereby eliminating the chance of missing something. Thanks, Om On Wed, May 22, 2013 at 2:20 AM, Tom Chiverton wrote: > Is the easi

textLayout: Error: configuration variable 'static-link-runtime-shared-libraries' expected 1 argument(s), got 0.

2013-05-22 Thread Daryl Williams
Hi Folks, I am trying to build apache flex 4.9.1 on OS X 10.8.3 and keep getting the following error: textLayout: [compc] [compc] command line [compc] Error: configuration variable 'static-link-runtime-shared-libraries' expected 1 argument(s), got 0. [compc] [compc] BUIL

Re: textLayout: Error: configuration variable 'static-link-runtime-shared-libraries' expected 1 argument(s), got 0.

2013-05-22 Thread Justin Mclean
Hi, It looks like the issue may be related to TLF have you checked out the TLF repo? If so what is the TLF directories name? Did you set up a TLF_HOME environment variable? And perhaps a silly question but have you switched to the develop branch? Thanks, Justin

Re: Encountering an allegedly fixed SDK bug

2013-05-22 Thread Michael Baird
Here is the stack trace [1] I'm working on a simple sample, but so far have been unsuccessful in recreating it outside my application. [1] http://pastebin.com/JdvrixTa On Tue, May 21, 2013 at 8:49 PM, Alex Harui wrote: > And provide a stack trace as well, please. > > On 5/21/13 5:35 PM, "Just

Re: Encountering an allegedly fixed SDK bug

2013-05-22 Thread Alex Harui
The stack trace indicates you are using Adobe Flex 4.1, and you are getting a slightly different error. But it does look like a bug in the code. The code seems to be assuming there are rows of data. I think the error might occur if there are no rows. -Alex On 5/22/13 7:13 PM, "Michael Baird"