[jira] [Commented] (FLEX-13423) DateChooser selectedRanges gives selectedRange start+1 day [if selectedRanges.rangeStart is same as selectableRange.rangeStart]

2013-06-09 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13678955#comment-13678955 ] Justin Mclean commented on FLEX-13423: -- Unable to reproduce in develop branch. Can

Re: Build failed in Jenkins: flex-sdk_mustella #146

2013-06-09 Thread Alex Harui
OK, fixed a few more. Please sync and run again and see where we end up. If there are no bitmap compare failures, see if you can kick off a –failures run. One failure is complaining about a missing locale. You may need to run the other.locales target (or whatever it is called). -Alex From:

Jenkins build is back to normal : flex-sdk #77

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk/77/changes

Re: Build failed in Jenkins: flex-sdk_mustella #146

2013-06-09 Thread OmPrakash Muppirala
On Sat, Jun 8, 2013 at 11:37 PM, Alex Harui aha...@adobe.com wrote: OK, fixed a few more. Please sync and run again and see where we end up. If there are no bitmap compare failures, see if you can kick off a –failures run. Just did that. One failure is complaining about a missing

Build failed in Jenkins: flex-sdk_release #34

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_release/34/changes Changes: [jmclean] Fixed RTE in tests. It may be that the code in Divider box is incorrect and it confusing no dividers (= no of children-1) and number of children. [jmclean] Corrected spacing. [jmclean] Fix file case issue.

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-09 Thread Maxime Cowez
Alex, the mxml for my test case looks like this with minimal attributes: fx:declarations rs:Alert id=alert title=myTitle text=myMessage close=handleAlertClose(event)/ /fx:declarations s:Button label=show alert click=alert.open()/ For a demo of more attributes, have a look at

Build failed in Jenkins: flex-sdk_mustella #147

2013-06-09 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/147/changes Changes: [jmclean] Fixed RTE in tests. It may be that the code in Divider box is incorrect and it confusing no dividers (= no of children-1) and number of children. [jmclean] Corrected spacing. [jmclean] Fix file case issue.

online docs

2013-06-09 Thread Lee Burrows
Looks like the online docs (http://flex.apache.org/asdoc/index.html) are incomplete - eg: no spark.skins.mobile package Presumably, JIRA is not the place to report this? -- Lee Burrows ActionScripter

Re: spark.components.Callout

2013-06-09 Thread Fritze Marcus
I made a version of the callout. Currently, I am not at my computer, but please search the JIRA for a issue callout for web. As far as I know, it's added to the sdk as experimental component. It should be available as a component in sdk 4.10. Marcus Fritze Am 09.06.2013 um 13:38 schrieb Lee

Re: Flex app using images

2013-06-09 Thread Deepak MS
h.. Any thoughts on this? :-) On Thu, Jun 6, 2013 at 11:12 AM, Deepak MS megharajdee...@gmail.com wrote: Hi there, Just wanted to check if we can built an app in flex by using sliced images(all the screens of the app) from a UI design done in Photoshop(or any UI editing tool), without

Re: online docs

2013-06-09 Thread Nicholas Kwiatkowski
JIRA would be the place to report it. Report it against 4.10 (or whatever the most current version is), because it still seems that that class is missing from the most current build. -Nick On Sun, Jun 9, 2013 at 9:06 AM, Lee Burrows subscripti...@leeburrows.comwrote: Looks like the online

Jenkins build is back to normal : flex-sdk_asdoc #28

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/flex-sdk_asdoc/28/changes

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-09 Thread Carlos Rovira
Hi Maxime, very cool alert spark implementation. I was navigating the source code and have mainly a question about buttons. The eligible buttons in your version are 3 (commit, discard and cancel). In mx alert we have different options (Ok, Cancel, Yes, No). I Think is the only point I miss. Have

[jira] [Created] (FLEX-33586) Packages missing from online asdocs

2013-06-09 Thread Lee Burrows (JIRA)
Lee Burrows created FLEX-33586: -- Summary: Packages missing from online asdocs Key: FLEX-33586 URL: https://issues.apache.org/jira/browse/FLEX-33586 Project: Apache Flex Issue Type:

Build failed in Jenkins: flex-sdk_mustella #148

2013-06-09 Thread flex . mustella
See http://localhost:8080/job/flex-sdk_mustella/148/changes Changes: [jmclean] Fix issue with multi select and ctrl clicking on start and or of date ranges. [bigosmallm] Script to follow up a normal mustella run with -failures is now active -- Started

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-09 Thread Alex Harui
On 6/9/13 1:45 PM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Hi Maxime, very cool alert spark implementation. I was navigating the source code and have mainly a question about buttons. The eligible buttons in your version are 3 (commit, discard and cancel). In mx alert we have