Is this newsletter dead ?

2021-10-05 Thread Julien Desquenne
Sorry for asking like that, but is this newsletter dead ? Does it exist some active forums for flex ? Thanks for advices

Re: Is this newsletter dead ?

2021-10-05 Thread Piotr Zarzycki
Hi Julien, It's not dead for sure. Lot's of committers are more active in Apache Royale, but Flex is still alive ;) Thanks, Piotr wt., 5 paź 2021 o 09:46 Julien Desquenne napisał(a): > Sorry for asking like that, but is this newsletter dead ? > > Does it exist some active forums for flex ? > >

Re: Is this newsletter dead ?

2021-10-05 Thread Julien Desquenne
Hello Piotr, Thanks for your answer. I need to compile the mobile theme, I have several errors. I asked here for help, but no answers. Do you think it is the good place to ask, or do you know somewhere else ? Do you think I can ask in apache royale mailing list ? Thanks Le 05/10/2021 à 09:

Re: Re : Please help me to compile the mobile theme

2021-10-05 Thread Piotr Zarzycki
Julien, You are trying to build framework cause you some custom implementation of mobiletheme ? I'm curious what's the purpose. Thanks, Piotr śr., 22 wrz 2021 o 19:36 Julien Desquenne napisał(a): > Hello, > > > I solved a problem, but new problem appeared. Please help me. > > > 1) I've copied

Re: Is this newsletter dead ?

2021-10-05 Thread Piotr Zarzycki
I'm not sure whether Flex related question is for Apache Royale forum - probably not. wt., 5 paź 2021 o 09:59 Julien Desquenne napisał(a): > Hello Piotr, > > Thanks for your answer. > > I need to compile the mobile theme, I have several errors. > > I asked here for help, but no answers. > > Do y

Re: Re : Please help me to compile the mobile theme

2021-10-05 Thread Julien Desquenne
I'm working on a Flex mobile application with last apache flex sdk. I need to use a custom skin for the TextInput, but if I do this, the "softKeyboardType" don't work. I need to force numeric input in some cases. So I guess, my only way to do both (softkeyboardtype + modify textinput skin) i

Re: Please help me to compile the mobile theme

2021-10-05 Thread Harbs
Why do you need to rebuild the framework for a custom theme? There’s not enough information here to understand what you’re doing. > On Oct 5, 2021, at 11:14 AM, Julien Desquenne wrote: > > I'm working on a Flex mobile application with last apache flex sdk. > > I need to use a custom skin for t

Re: Please help me to compile the mobile theme

2021-10-05 Thread Julien Desquenne
Hello, thanks for your answer I simply to try to modify the mobile theme in " 4.16.1\frameworks\projects\mobiletheme  " and then, I try to build it, in order to use it in my application. When i try to build it, I have compilation errors : -- D:\4.16.1\frameworks\projects\mobileth

Re: Please help me to compile the mobile theme

2021-10-05 Thread Julien Desquenne
I achieved to compile the mobile theme ! I started from the last git sources of apache flex, instead of last sdk 4.16.1 and everything builds successfully. After a full build, I can only build the mobile theme Now, I test if I achieve what I need with my custom mobile theme. --