Hi there,
With iOS 7, there was status bar issue:
https://issues.apache.org/jira/browse/FLEX-33860
It works fine. But when I add a application skinClass, it is failing.
I'm trying to add a simple background image using skinClass at application
level:
http://ns.adobe.com/mxml/2009";
xmln
Nice, thanks.
On Wed, Oct 8, 2014 at 2:00 PM, jude wrote:
> He could also use \d for digit characters:
>
> /new Date\(\d+\)/g
>
> I use the offline version of this, http://www.regexr.com/, whenever I have
> to work with RegExp. The online version seems pretty nice as well. Here is
> the saved ve
He could also use \d for digit characters:
/new Date\(\d+\)/g
I use the offline version of this, http://www.regexr.com/, whenever I have
to work with RegExp. The online version seems pretty nice as well. Here is
the saved version of the above RegEx, http://regexr.com/39lo3.
For 0 or more digits
Thanks, Tom, will follow.
On Wed, Oct 8, 2014 at 10:50 AM, Tom Chiverton wrote:
> You may need to escape the brackets too
> /new Date\([0-9]+\)/
>
> Tom
>
>
> On 08/10/14 16:45, Tom Chiverton wrote:
>
>> That's handy, [0-9]+ means at least one number :-)
>>
>> Tom
>>
>> On 08/10/14 16:43, mark g
You may need to escape the brackets too
/new Date\([0-9]+\)/
Tom
On 08/10/14 16:45, Tom Chiverton wrote:
That's handy, [0-9]+ means at least one number :-)
Tom
On 08/10/14 16:43, mark goldin wrote:
What I was saying by is that I dont know how many numbers are
going to
sent to Date func
That's handy, [0-9]+ means at least one number :-)
Tom
On 08/10/14 16:43, mark goldin wrote:
What I was saying by is that I dont know how many numbers are going to
sent to Date function.
On Wed, Oct 8, 2014 at 10:39 AM, Tom Chiverton wrote:
You could just add speech marks to the end of
What I was saying by is that I dont know how many numbers are going to
sent to Date function.
On Wed, Oct 8, 2014 at 10:39 AM, Tom Chiverton wrote:
> You could just add speech marks to the end of the string if it matches
> /new Date([0-9]+)/ ? Or at the to be matched too ?
>
> Tom
>
>
You could just add speech marks to the end of the string if it matches
/new Date([0-9]+)/ ? Or at the to be matched too ?
Tom
On 08/10/14 16:32, mark goldin wrote:
I need to come up with a regex that would do the following:
source: new Date(1234567890 .123456)
result: "new Date(12345
I need to come up with a regex that would do the following:
source: new Date(1234567890 .123456)
result: "new Date(1234567890 .123456)"
Thanks for the help.
I guess I am missing repositories and pluginRepositories like things. I
don't know what should be added in this section. Can someone confirm below
default things will work or not?
flex-mojos-repository
http://repository.sonatype.org/content/groups/flexgroup
On 08/10/14 11:23, Gautam Pandey wrote:
Fai
lure to find com.adobe.flash:playerglobal:swc:11.1 in
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution wi
ll not be reattempted until the update interval of central has elapsed or
updates are forced
I don't know much
Thanks a lot for the detailed instructions!
Everything works as expected!
On 6 October 2014 03:26, OmPrakash Muppirala wrote:
> On Wed, Oct 1, 2014 at 7:24 PM, Maxim Solodovnik
> wrote:
>
> > Am I right thinking these skins will be available out-of-the-box in the
> > next Flex release?
> > If y
Hi,
I am in process to evaluate the migration of Flex SDK from 4.0 to 4.6 or
4.13.
I am trying to build small poc project using FDK 4.13. I did follow the
steps given at
https://cwiki.apache.org/confluence/display/FLEX/Building+Flex+applications+with+Maven
but I am getting errors. I am using FD
Hi,
installer work fine now with Air 15.0.0.302, but the target-player in the
air-config.xml and airmobile-config.xml is 14.0.
It's normal ... ?
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/how-to-correctly-merge-flexsdk-with-latest-air-sdk-beta-tp8135p8335
hi list
installer now work fine.
Thanx!
:)
Jaco
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/how-to-correctly-merge-flexsdk-with-latest-air-sdk-beta-tp8135p8334.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.
15 matches
Mail list logo