Re: Display mathematical formulas in Flex Mobile/Air

2017-12-08 Thread Maxim Solodovnik
Thanks for the link! On Fri, Dec 8, 2017 at 4:57 PM, chris_flex wrote: > hi Vincent, > > thanks... As we load external formulas we don't know I think that won't work > for us... I found http://www.fmath.info/ that seems fit for all cases... > > Christian > > > > -- > Sent from: http://apache-flex

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Maxim Solodovnik
ou be more specific ? Do > we have some mistake ? > > Thanks, Piotr > > > 2017-12-08 10:05 GMT+01:00 Maxim Solodovnik : > >> "100% Cross Platform" in description >> ... And Windows and MacOS in "Download on your Desktop" >> It is sad

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Maxim Solodovnik
"100% Cross Platform" in description ... And Windows and MacOS in "Download on your Desktop" It is sad On Fri, Dec 8, 2017 at 3:25 PM, Piotr Zarzycki wrote: > Hi Folks, > > I am pleased to announce that Moonshine 1.7.0 has been released at > http://moonshine-ide.com/ and on the App Store. >

Re: [ANNOUNCE] Apache Flex 4.16.1 Released!

2017-11-24 Thread Maxim Solodovnik
Is it going to be available as Maven artifact? On Fri, Nov 24, 2017 at 4:11 PM, Olaf Krueger wrote: > This is great Piotr! Thanks for doing all this work, I really appreciate > it! > > Olaf > > > > -- > Sent from: http://apache-flex-users.246.n4.nabble.com/ > -- WBR Maxim aka solomax

Re: Issue creating SDK with SDK Installer 3.3 on Windows 10

2017-11-21 Thread Maxim Solodovnik
Yes, it is Windows only On Wed, Nov 22, 2017 at 1:35 PM, Justin Mclean wrote: > Hi, > > I assume this is a windows only issue? I can’t recall ever having to > uninstall the installer on OSX - certainly didn’t for 3.3. > > Thanks, > Justin -- WBR Maxim aka solomax

Re: Compiling flex project using maven

2017-10-27 Thread Maxim Solodovnik
> > jpresso > http://repository.jspresso.org/maven2/ > true > > true > > For me this helped. Because the pom of compiler can be found at jspresso. > I hope it helps to y

Re: Compiling flex project using maven

2017-09-07 Thread Maxim Solodovnik
> true > > true > > For me this helped. Because the pom of compiler can be found at jspresso. > I hope it helps to you as well. > > > >

Re: Compiling flex project using maven

2017-04-19 Thread Maxim Solodovnik
Hello Chris, Maybe you can take a look at this tiny github project, and give me couple advice? Or maybe there is working example project available? On Mon, Apr 10, 2017 at 7:31 PM, Maxim Solodovnik wrote: > Maybe there is example project which I can clone and modify? > > On Sat, Apr 8

Re: Compiling flex project using maven

2017-04-10 Thread Maxim Solodovnik
Maybe there is example project which I can clone and modify? On Sat, Apr 8, 2017 at 11:07 AM, Maxim Solodovnik wrote: > Thanks a lot Chris, > > I have added additional repositories > But no luck so far: > > *mvn clean install -U* > [INFO] Scanning for projects...

Re: Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
automatically. You need to manually install the Java Cryptography Extension > from here [2]. > > Hope that helps … > > Chris > > [1] https://github.com/apache/flex-asjs/blob/develop/settings-template.xml > [2] http://www.oracle.com/technetwork/java/javase/downloads/jce8-downl

Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
Hello All, I'm trying to create my first project using this [1] guide Unfortunately it fails with following error: [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin net.flexmojos.oss:flexmojos-maven-plugin:7.1.0 or one of its d

Re: FlexJS RTMP video support

2017-01-13 Thread Maxim Solodovnik
> > On 12/6/16, 8:55 PM, "Maxim Solodovnik" wrote: > >>Hello All, >> >>I would like to try FlexJS. Is it supports playing RTMP video and capture >>audio/video from Microphone/Camera? > > > AFAIK, nobody has worked on RTMP support. Do you want to

FlexJS RTMP video support

2016-12-06 Thread Maxim Solodovnik
Hello All, I would like to try FlexJS. Is it supports playing RTMP video and capture audio/video from Microphone/Camera? -- WBR Maxim aka solomax

Re: Get mouse coordinates on high speed

2016-10-11 Thread Maxim Solodovnik
logic you want to support, > you can opt for a "Paint" approach and draw the vectors into a bitmap and > then forget about them, and/or retain your own vector list and somehow cut > off how far back you can undo. > > HTH, > -Alex > > On 10/6/16, 1:24 AM, "Maxim S

Re: Get mouse coordinates on high speed

2016-10-06 Thread Maxim Solodovnik
fter > each frame is painted (30-60 times per sec). You could attach the capturing > function directly to that event, just checking if the "capturing" variable > is true or false before proceed with the points.push. > > On Thu, Oct 6, 2016 at 10:03 AM, Maxim Solodovnik &

Re: Get mouse coordinates on high speed

2016-10-06 Thread Maxim Solodovnik
on redraws, and I really > do think your problem is right there on the fullscreen redraws: 60fps or > even 30fps should be more than enough to capture a signature. > > To confirm first, try first separating the areas, and see it that makes it > smoother :) > > On Thu, Oct 6,

Re: Get mouse coordinates on high speed

2016-10-06 Thread Maxim Solodovnik
t helps. > > Hope it works :) > > On Thu, Oct 6, 2016 at 5:49 AM, Maxim Solodovnik > wrote: > >> changing FPS to 60 doesn't help :( (originally it was 30) >> Final code for capturing events and drawing is the same as prototype code >> still got ugly, non-sm

Re: Get mouse coordinates on high speed

2016-10-05 Thread Maxim Solodovnik
reate browser quick start and double check On Thu, Oct 6, 2016 at 9:18 AM, Maxim Solodovnik wrote: > Hello, > > Thanks a lot for the quick answers, definitely flex is one of my > favorite communities :) > Here is example project: https://github.com/solomax/FlexSandbox > since it

Re: Get mouse coordinates on high speed

2016-10-05 Thread Maxim Solodovnik
Hello, Thanks a lot for the quick answers, definitely flex is one of my favorite communities :) Here is example project: https://github.com/solomax/FlexSandbox since it is desktop and tiny it looks not that bad In my main project the resulting line is not smooth at all :( I'll try to check the co

Get mouse coordinates on high speed

2016-10-05 Thread Maxim Solodovnik
Hello, Recently I got request to capture hand drawing from pen device using as3 (latest apache flex) unfortunately I got ungly results in case drawing is fast in case mouse/pen moves slowly I got smooth curve Is it possible to get mouse coordinates on higher frequency? -- WBR Maxim aka solomax

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
onmental I suppose, rather than a hard bug in > Flex. Have you reported it to Adobe and/or Mozilla ? > > Tom > > On 29/01/16 12:05, Maxim Solodovnik wrote: > >> here is one on the latest reports: >> >> https://crash-stats.mozilla.com/report/index/23831f11-4d71-4964-b8d5-

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
processed version on Mozilla's site, > which will have already looked at it and decided if it is a known issue or > not. > > Tom > > > On 29/01/16 09:49, Maxim Solodovnik wrote: > >> then examine it using winedbg (found no other way) >> > > -- WBR Maxim aka solomax

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
unning FireFox, or Flash, through WINE or something odd ? > > Tom > > > On 29/01/16 09:11, Maxim Solodovnik wrote: > >> WineDbg starting on minidump on pid 0001 >>plugin-container was running on #8 Intel Pentium Pro/II or AMD Athlon >> (58.9) CPUs on Windows ??? (0) >> > > -- WBR Maxim aka solomax

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
3e6) (0xfff8408c) 31 0xf3bb1510 in libxul.so (+0x59f50f) (0xfff8408c) 32 0xf51ac6cb XRE_InitChildProcess+0x45b() in libxul.so (0xfff8408c) 33 0xf776f97f (0xfff84b24) 34 0xfff8653e (0xfff8651c) WineDbg starting on pid 0001 On Fri, Jan 29, 2016 at 3:07 PM, Maxim Solodovnik wrote: > I h

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
I have no stack trace Only crash dump, can send it to you On Fri, Jan 29, 2016 at 3:06 PM, Tom Chiverton wrote: > I am afraid not. I got about 20 screen capture dialogues. > > I tried a few times. > > What is the stack trace ? > > Tom > > > On 29/01/16 08:37, Maxi

Re: Constant Flash player crash on linux

2016-01-29 Thread Maxim Solodovnik
Hello Tom, were you able to reproduce the issue? On Thu, Jan 28, 2016 at 3:23 PM, Maxim Solodovnik wrote: > Sure http://om.alteametasoft.com/cam/ > Thanks for the help > couple of reloads might be required :( > > On Thu, Jan 28, 2016 at 3:00 PM, Tom Chiverton wrote: > >

Re: Constant Flash player crash on linux

2016-01-28 Thread Maxim Solodovnik
Sure http://om.alteametasoft.com/cam/ Thanks for the help couple of reloads might be required :( On Thu, Jan 28, 2016 at 3:00 PM, Tom Chiverton wrote: > I have FF on Ubuntu 64bit here. > Do you have a .swf online I can test with ? > > Tom > > > On 28/01/16 08:43, M

Constant Flash player crash on linux

2016-01-28 Thread Maxim Solodovnik
Hello, I would like to ask for the help The below very simple code leads to Flash player crash on Ubuntu/Debian+FF Installing debug Flash player doesn't help How this can be fixed/workarounded? Mozilla FF 40.0.3 (i386 with debug player installed, also crashes on x86_64) Flex 4.15.0 Ubuntu 14.0

Re: Chat/Messaging

2016-01-25 Thread Maxim Solodovnik
BBB based on red5 (as well as OpenMeetings :)) red5 [1] also provides example chat application [2] [1] https://github.com/Red5/red5-server [2] https://github.com/Red5/red5-websocket-chat On Mon, Jan 25, 2016 at 4:00 PM, Christofer Dutz wrote: > And what about Apache Flex BlazeDS? It contains a

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-19 Thread Maxim Solodovnik
y option for me is to implement "ugly" solution: use wmode=direct, in case Linux+FF detected change veil opacity to be == 1 Thanks for help :) On Tue, Jan 19, 2016 at 12:15 PM, Alex Harui wrote: > > > On 1/18/16, 10:05 PM, "Maxim Solodovnik" wrote: > > >dis

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-18 Thread Maxim Solodovnik
for this? (Chrome works as expected) On Sat, Jan 16, 2016 at 1:13 PM, Alex Harui wrote: > > > On 1/15/16, 10:41 PM, "Maxim Solodovnik" wrote: > > >I tried the following: > > > >I open up jquery-ui dialog with another swf file asking for the > &

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-15 Thread Maxim Solodovnik
6 at 12:36 PM, Alex Harui wrote: > > > On 1/15/16, 10:01 PM, "Maxim Solodovnik" wrote: > > >I'm observing it in both Ubuntu 14.04.3 and Ubuntu 15.10 > >On 15.10 Flash Player version is "You have version 11,2,202,559 installed" > >

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-15 Thread Maxim Solodovnik
What player version are you using? Isn't Linux stuck on an old version or > are you running in a Windows-emulation? > > -Alex > > On 1/15/16, 9:53 PM, "Maxim Solodovnik" wrote: > > >Hello Alex, > > > >no this is not the same issue, unfortunately :(

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-15 Thread Maxim Solodovnik
quot; wrote: > > >Can you change wmode (e.g. from JavaScript) ? I suspect not as it's too > >late by the time Flash has started. > > > >Could you move the dialogue into the app and just read/write to the > >surrounding page ? > > > >Tom > > > >On 15/01/16 06:51, Maxim Solodovnik wrote: > >> Any additional ideas are highly appreciated > > > > -- WBR Maxim aka solomax

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-14 Thread Maxim Solodovnik
ditional ideas are highly appreciated On Thu, Jan 14, 2016 at 4:01 PM, Maxim Solodovnik wrote: > Thanks for the idea! > will try to invent something :) > > On Thu, Jan 14, 2016 at 3:53 PM, Tom Chiverton wrote: > >> On 14/01/16 09:39, Maxim Solodovnik wrote: >> >>> exa

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-14 Thread Maxim Solodovnik
Thanks for the idea! will try to invent something :) On Thu, Jan 14, 2016 at 3:53 PM, Tom Chiverton wrote: > On 14/01/16 09:39, Maxim Solodovnik wrote: > >> example of such workaround? >> > > Sorry, no, I've never used it, I was just thinking out loud. > > Tom > -- WBR Maxim aka solomax

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-14 Thread Maxim Solodovnik
l Flash file > that isn't opaque, asks for the permission, and then hands back to the main > app. > > Tom > > On 14/01/16 07:24, Maxim Solodovnik wrote: > >> Thanks for the answering Tom and sorry for the late response >> >> I have tried to find small and simpl

Re: Ubuntu FF Camera&Mic permissions dialog

2016-01-13 Thread Maxim Solodovnik
#x27;wmode='opaque'" is used Is there any chance to "tell" security dialog to show up in this mode? On Wed, Jan 13, 2016 at 7:10 PM, Tom Chiverton wrote: > On 13/01/16 11:43, Maxim Solodovnik wrote: > >> Today I find out "Camera&Mic permissions dialog&quo

Ubuntu FF Camera&Mic permissions dialog

2016-01-13 Thread Maxim Solodovnik
Hello All, Today I find out "Camera&Mic permissions dialog" is not being displayed in FF under Ubuntu (works in FF for MacOS X, and in Chrome) Maybe someone know how this can be fixed/workarounded? Thanks in advance for any hint -- WBR Maxim aka solomax

Re: Full Screen Mode

2015-10-07 Thread Maxim Solodovnik
you can check 'key code' if it is F11, handle it and return false (cancel bubble) On Wed, Oct 7, 2015 at 5:34 PM, Deepak MS wrote: > Hi there, > Right now when I hit F11 on the keyboard on any browser, the web > application goes into full screen mode. I am trying to give a button for > users wh

Re: [ENQUIRY] Some general feedback on our build system

2015-10-02 Thread Maxim Solodovnik
Q1: Have you ever built flex-sdk, flex-falcon, flex-asjs, ...? yes, I tried, but found it too tricky/time consuming Q2: Did you have any problems with this? yes, I was unable to finish the build due to too much additional configuration need to be done before the build Q3: If you were having probl

Re: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Maxim Solodovnik
s Http 307 responses for redirecting to > the individual login pages. > > Chris > > ________ > Von: Maxim Solodovnik > Gesendet: Freitag, 11. September 2015 11:24 > An: users@flex.apache.org > Betreff: Re: StageWebView not able to unders

Re: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Maxim Solodovnik
Hello Chris, I was able to auth against G+ using this code: http://stackoverflow.com/questions/10717919/how-to-integrate-google-in-a-flex-mobile-application (slightly modified) On Fri, Sep 11, 2015 at 3:10 PM, Christofer Dutz wrote: > Hi, > > > First of all ... this is probably more an AIR ques

Re: Welcome Joseph Labrecque as Apache Flex committer

2015-08-18 Thread Maxim Solodovnik
welcome :) On Tue, Aug 18, 2015 at 1:28 PM, Sugan Naicker wrote: > Congrats Joseph! > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Tuesday, August 18, 2015 6:53 AM > To: users@flex.apache.org > Subject: Re: Welcome Joseph Labrecque as Apache Flex committer >

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Maxim Solodovnik
Old version need to be uninstalled first On Mon, Jun 29, 2015 at 3:37 PM, Deepak MS wrote: > Tried to update to new installer, but getting this message(I already have > 3.1 installed on my machine): > "The application cannot be installed due to a certificate problem. The > certificate does not

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.0 is released

2015-02-02 Thread Maxim Solodovnik
Gmail->Sessings->Accounts->Send as Ensure you have account like this: Erik de Bruin Mail is sent through: mail-relay.apache.org Secured connection on port 465 using SSL On Tue, Feb 3, 2015 at 1:34 PM, Erik de Bruin wrote: > Help! > > I ca

Re: Apache Flex SDK Mavenizer: build the converter

2015-01-30 Thread Maxim Solodovnik
Hello Chris! How are you? :) Are there any news on flex without manual mavenizing? On Fri, Jan 30, 2015 at 5:46 PM, Christofer Dutz wrote: > I just added one more change to the mavenizer to produce a standalone > maven deployer version too. > > Also I re-checked the documentation in our Wiki an

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Maxim Solodovnik
ig.xml' as well? > > Yes, I know this stuff is all over the place, but there are good > reasons for that ;-) > > EdB > > > > On Fri, Jan 16, 2015 at 9:49 AM, Maxim Solodovnik > wrote: > > Hello Erik, > > > > I have translated installer to Russian

Re: [4.14] help wanted: localisation of Installer string

2015-01-16 Thread Maxim Solodovnik
Hello Erik, I have translated installer to Russian: ru_RU, was it dropped or maybe incomplete? On Fri, Jan 16, 2015 at 2:46 PM, Erik de Bruin wrote: > Hi, > > I need your help with the translation of the following string: > > "Note: the use of the FlatSpark skin and components requires embedded

Happy New Year!!!!

2014-12-31 Thread Maxim Solodovnik
Hello All, Happy New Year! Let all troubles stay in 2014 and upcoming year be full of love and happiness :) WBR, Maxim (from mobile, sorry for the typos)

Re: Question regarding SoundMixer.useSpeakerphoneForVoice in Mobile project

2014-12-14 Thread Maxim Solodovnik
Hello, I'm I doing something totally wrong? Or no-one ever work with sound on mobile devices? I can create quickstart it it helps to help me :) On Thu, Dec 11, 2014 at 12:36 PM, Maxim Solodovnik wrote: > > Hello, > > I'm trying to create mobile application with the abi

Question regarding SoundMixer.useSpeakerphoneForVoice in Mobile project

2014-12-10 Thread Maxim Solodovnik
Hello, I'm trying to create mobile application with the ability to switch between headphones/speakerphone. According to this [1] documentation it is possible. So I set SoundMixer.audioPlaybackMode to be VOICE [2] And trying to change SoundMixer.useSpeakerphoneForVoice = true/false; Unfortunately

Re: Turn on/off speaker in mobile application

2014-11-30 Thread Maxim Solodovnik
; i don’t know, if this is of any help (ios only): > > https://github.com/mateuszmackowiak/SoundExtension < > https://github.com/mateuszmackowiak/SoundExtension> > > Rgds., > > Sascha > > > Am 30.11.2014 um 13:31 schrieb Maxim Solodovnik : > > > > Is

Re: Turn on/off speaker in mobile application

2014-11-30 Thread Maxim Solodovnik
Is it not possible? Or the question is not clear? Or no-one knows? Maybe you can propose better place to ask this question? Thanks in advance! On Thu, Nov 27, 2014 at 8:14 PM, Maxim Solodovnik wrote: > Hello, > > Maybe someone knows is it possible to turn on/off speaker in mobile >

Turn on/off speaker in mobile application

2014-11-27 Thread Maxim Solodovnik
Hello, Maybe someone knows is it possible to turn on/off speaker in mobile application? Thanks in advance -- WBR Maxim aka solomax

Re: SVG background image in mobile application

2014-11-27 Thread Maxim Solodovnik
was able to resolve it using: Thanks a lot for the help! On Thu, Nov 27, 2014 at 10:38 AM, Maxim Solodovnik wrote: > Thanks a lot! > Will definitely use this tool! > Is using FXG is preferable to SVG? > > One more question: > I would like to place this background images on

Re: SVG background image in mobile application

2014-11-26 Thread Maxim Solodovnik
nstantiate > it. I have sent you a pull request [2] See if this works. > > Thanks, > Om > > P.S. I think the converter did a great job. Nice job, Sascha! > > [1] http://www.realcreation.com/S2F_Converter/ > [2] https://github.com/solomax/BgImageQuickStart/pull/1 > >

Re: SVG background image in mobile application

2014-11-26 Thread Maxim Solodovnik
; Om > > On Wed, Nov 26, 2014 at 10:48 AM, Maxim Solodovnik > wrote: > > > Hello All, > > > > I'm trying to add background image to my mobile view using following > > methods > > > > > http://stackoverflow.com/questions/10429334/how-to-add

SVG background image in mobile application

2014-11-26 Thread Maxim Solodovnik
Hello All, I'm trying to add background image to my mobile view using following methods http://stackoverflow.com/questions/10429334/how-to-add-a-background-image-to-a-flex-android-app http://stackoverflow.com/questions/13267481/adding-a-background-image-in-flex-4-6 seems to be almost the same The

Re: AW: AW: AW: AW: Showcase for IOs and Android skins?

2014-10-08 Thread Maxim Solodovnik
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

Re: Flex Installer Crashing After AIR 15 Runtime Update

2014-10-07 Thread Maxim Solodovnik
Hello Alex, Where "Install Apache Flex 3.2 " can be downloaded? (maybe beta?) On 8 October 2014 00:06, Alex Harui wrote: > On 10/7/14, 9:59 AM, "leejk" wrote: > > >After 3 or 4 more attempts, now it is always failing on the OSM

Re: AW: AW: AW: AW: Showcase for IOs and Android skins?

2014-10-05 Thread Maxim Solodovnik
d optional components Thanks in advance 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 yes w

Re: Rotated button

2014-10-01 Thread Maxim Solodovnik
> > /*tried add/remove skin class seems to have no effect*/ > > fontWeight: bold; } > > > > From: Maxim Solodovnik > Date: Wednesday, October 1, 2014 9:27 PM > To: aharui > Cc: "users@flex.apache.org" > Subject: Re: Rotated b

Re: Rotated button

2014-10-01 Thread Maxim Solodovnik
I can create quickstart on github if it can help On 2 October 2014 11:27, Maxim Solodovnik wrote: > tried like this: > > @font-face {font-family: myArial; > embedAsCFF: true;/*tried also *false* here*/

Re: Rotated button

2014-10-01 Thread Maxim Solodovnik
iscover, an AT&T 4G LTE smartphone. > > Maxim Solodovnik wrote: > > > doesn't work :( > Maybe IntellyJ config need to corrected somehow? (*.apk contains the font > but the rotated text is not displayed :( ) > > On 1 October 2014 23:16, Alex Harui wrote: > >

Re: Rotated button

2014-10-01 Thread Maxim Solodovnik
you probably have to either embed a bold font or set > the fontWeight back to "normal". > > -ALex > > On 10/1/14 8:14 AM, "Maxim Solodovnik" wrote: > > >Maybe someone have working example? > > > >On 1 October 2014 01:20, Maxim Solodo

Re: AW: AW: AW: AW: Showcase for IOs and Android skins?

2014-10-01 Thread Maxim Solodovnik
Am I right thinking these skins will be available out-of-the-box in the next Flex release? If yes when it will be released? If no is there any howto use them? (simple example project would be extremely helpful :) ) On 2 October 2014 05:31, OmPrakash Muppirala wrote: > On Wed, Oct 1, 2014 at 1:02

Re: Rotated button

2014-10-01 Thread Maxim Solodovnik
Maybe someone have working example? On 1 October 2014 01:20, Maxim Solodovnik wrote: > just double checked with this example: > http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c6a9f451212b87fe7e87-8000.html > (slightly modified) > > http://ns.adobe.com/mxml/2009&quo

Re: Dynamic Video adding

2014-09-30 Thread Maxim Solodovnik
Tue, Sep 30, 2014 at 11:03 AM, Maxim Solodovnik > wrote: > > > Maybe LEVEL_5_1 should not be used? > > > > On 28 September 2014 17:14, Maxim Solodovnik > wrote: > > > > > I just tried to switch off h264 and the issue gone, everything works

Re: Rotated button

2014-09-30 Thread Maxim Solodovnik
rial.ttf"); } .customStyle { fontFamily: myArial; fontSize: 14; skinClass: ClassReference("spark.skins.mobile.ButtonSkin"); } no luck :( On 1 October 2014 01:17, Maxim Solodovnik wrote: > not sure :( > folder only contain *.jar files > > > On 1 October 2014 01:12, Alex Ha

Re: Rotated button

2014-09-30 Thread Maxim Solodovnik
not sure :( folder only contain *.jar files On 1 October 2014 01:12, Alex Harui wrote: > I keep forgetting to ask folks: Have you installed the font embedding > libraries in your SDK? Do you have files in the SDK's > lib/external/optional folder? > > On 9/30/14 11:09 A

Re: Rotated button

2014-09-30 Thread Maxim Solodovnik
ate text, usually the font disappears. How exactly are you > embedding the font? > > Thanks, > Om > > On Tue, Sep 30, 2014 at 11:02 AM, Maxim Solodovnik > wrote: > > > Hello All, > > > > I'm trying to create rotated button as follows: > &

Re: Dynamic Video adding

2014-09-30 Thread Maxim Solodovnik
Maybe LEVEL_5_1 should not be used? On 28 September 2014 17:14, Maxim Solodovnik wrote: > I just tried to switch off h264 and the issue gone, everything works as > expected > So it seems like these 2 lines of code > videoStreamSettings = new H264VideoSt

Rotated button

2014-09-30 Thread Maxim Solodovnik
Hello All, I'm trying to create rotated button as follows: But see no text (both emulator and Android phone) button is created on View of Mobile project flex latest I tried to embed font, but with no luck Maybe anyone can help me to figure out what is wrong? Thanks in advance -- WBR Maxim ak

Re: Dynamic Video adding

2014-09-28 Thread Maxim Solodovnik
expected behavior? On 27 September 2014 01:13, Maxim Solodovnik wrote: > SGS3 is connected using USB cable Net connection via same home WiFi router > Actually I get "Connection successful" (in real application I do couple of > RPC calls and send video from phone to red5 which

Re: Dynamic Video adding

2014-09-26 Thread Maxim Solodovnik
pirala > > wrote: > > > > > I dint see anything obviously wrong with the code. I suspect if the > red5 > > > server is set up correctly. Has that server worked for you before > this? > > > > > > Thanks, > > > Om > > > On Sep 26, 2

Re: Dynamic Video adding

2014-09-26 Thread Maxim Solodovnik
rectly. Has that server worked for you before this? > > Thanks, > Om > On Sep 26, 2014 7:25 AM, "Maxim Solodovnik" wrote: > > > Hello Om, > > > > Were you able to take a look at it? > > Do you need any additional info? > > > > Thanks

Re: Dynamic Video adding

2014-09-26 Thread Maxim Solodovnik
Hello Om, Were you able to take a look at it? Do you need any additional info? Thanks in advance for your help! On 25 September 2014 11:51, Maxim Solodovnik wrote: > Not sure if it is important or not > Live streams are being created with these settings: > videoStreamSetti

Re: Dynamic Video adding

2014-09-24 Thread Maxim Solodovnik
); videoStreamSettings.setKeyFrameInterval(30); On 25 September 2014 01:18, Maxim Solodovnik wrote: > Here is quickstart: https://github.com/solomax/VideoQuickStart > Everything works in emulator > It also works with mp4 stream from here: > http://flash.flowplayer.org/plugins/streaming/rtmp.html > > but fails wit

Re: Dynamic Video adding

2014-09-24 Thread Maxim Solodovnik
On 25 September 2014 00:00, Maxim Solodovnik wrote: > Thanks for the answer! > I'll try to provide quickstart ASAP > > On 24 September 2014 23:46, OmPrakash Muppirala > wrote: > >> Yes, this is definitely the correct list to ask such questions. But it >> looks like a

Re: Dynamic Video adding

2014-09-24 Thread Maxim Solodovnik
an you try providing a very simple example that reproduces this issue? > > Thanks, > Om > On Sep 24, 2014 9:30 AM, "Maxim Solodovnik" wrote: > > > Is it correct list to ask questions like this? > > > > I have weird behavior described in previous post on r

Re: Dynamic Video adding

2014-09-24 Thread Maxim Solodovnik
Is it correct list to ask questions like this? I have weird behavior described in previous post on real device only (SGS3 Latest Android) everything works as expected in emulator Can anyone help me? On 16 September 2014 02:08, Maxim Solodovnik wrote: > Hello All, > > I'm trying

Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA?

2014-09-19 Thread Maxim Solodovnik
so what you think we should use weborb? we use php and > myql as backend > > On Fri, Sep 19, 2014 at 3:57 PM, Maxim Solodovnik > wrote: > > > Just have tried IntelliJ with Flex on Windows, debug working out of the > > box, no additional steps are required > > On Ubun

Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA?

2014-09-19 Thread Maxim Solodovnik
Just have tried IntelliJ with Flex on Windows, debug working out of the box, no additional steps are required On Ubuntu I was unable to set up debug flash player :( On 16 July 2014 19:04, Maxim Solodovnik wrote: > Thanks, will try to configure it one more time and will provide detai

Using Camera.setMode multiple times

2014-09-18 Thread Maxim Solodovnik
Hello All, I would like to change Camera mode according to user input I'm unable to do it (weird result: sometimes crash, sometimes no video) And this 2 links: 1) it shouldn't work: http://stackoverflow.com/questions/12389821/camera-crashs-after-multibel-use-of-setmode 2) It should work: http://he

Re: Couple of issues with website (flex.apache.org)

2014-09-15 Thread Maxim Solodovnik
sorry, haven't checked that first :( I was thinking it should be issue at INFRA On 16 September 2014 13:03, Justin Mclean wrote: > Hi, > > > Issue 1 (major) > > 1) Go to Community->Mailing Lists > > 2) click on Markmail > > link

Couple of issues with website (flex.apache.org)

2014-09-15 Thread Maxim Solodovnik
Hello All, not sure if it is right place to post this, but on flex.apache.org Issue 1 (major) 1) Go to Community->Mailing Lists 2) click on Markmail link Result: no such list 3) Open markmail 4) try to search any message posted to

Dynamic Video adding

2014-09-15 Thread Maxim Solodovnik
Hello All, I'm trying to add/remove Video objects to scrolling view dinamically in Mobile project. Here is the base markup ... skipped . ... skipped . and code: for (var i:int = 0; i < result.length; ++i) { if (broadcastId == result[i].broadCastId) { co

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-09-14 Thread Maxim Solodovnik
away now. > > But if you were talking about the Beer-Grabbing ... we're right on > schedule with that ;-) > > > Chris > > > -Ursprüngliche Nachricht- > Von: Maxim Solodovnik [mailto:solomax...@gmail.com] > Gesendet: Sonntag, 14. September 2014 20:24

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-09-14 Thread Maxim Solodovnik
Hello Chris! I've been silent too long :) Any news on this topic? On 21 July 2014 20:01, Maxim Solodovnik wrote: > Thanks, I will definitely buy you beer or two :) > Hopefully will be able to visit Budapest :) > > > On 21 July 2014 19:57, Christofer Dutz wrote: >

Re: Happy Programmers Day

2014-09-13 Thread Maxim Solodovnik
I wish I visit Cuba one day :) On 13 September 2014 23:19, reiern70 wrote: > Which amounts to never in Cuba :)) > > > Sent from Samsung Mobile > > Original message ---- > From: Maxim Solodovnik > Date:13/09/2014 6:14 PM (GMT+01:00) > To: d...@wicket.

Re: Happy Programmers Day

2014-09-13 Thread Maxim Solodovnik
It will be ~7 months in a row here in Siberia :))) On 13 September 2014 23:13, reiern70 wrote: > In my country of origin we celebrate the same every snowy day! > > > Sent from Samsung Mobile > > Original message ---- > From: Maxim Solodovnik > Date:13/09/2

Happy Programmers Day

2014-09-13 Thread Maxim Solodovnik
Hello All, Every 256th day of the year (today) is "Programmers Day" in Russia So I would like to congratulate everyone and "May the force be with you" :) -- WBR Maxim aka solomax

Re: New contributors file to recognise contributors in releases

2014-09-05 Thread Maxim Solodovnik
seems to be typo https://github.com/apache/flex-sdk/blob/develop/CONTRIBUTORS On 5 September 2014 14:56, Tom Chiverton wrote: > 404 > > Tom > > On 04/09/14 23:56, Justin Mclean wrote: > > Hi, > > > > We decide to add a contributors file to future releases listing everyne > who helped out with t

Re: AW: AW: AW: Showcase for IOs and Android skins?

2014-08-11 Thread Maxim Solodovnik
Is there any step-by-step how to for dummies? so I can also use the skins :) On 11 August 2014 17:50, Christofer Dutz wrote: > Oh, > > well I fixed some of the problems in the build and created a mobile.swc in > order to use the skins however I needed to duplicate the android4.css file > as oth

Re: Flexmojos 7.0.0 not working with 4.13.0.20140701

2014-07-29 Thread Maxim Solodovnik
not sure then, sorry :( On 29 July 2014 02:57, Gary Yang wrote: > Nope. > > there's only a blazeDS under > > http://repository.apache.org/content/groups/public/org/apache/flex/ > > > > > On Mon, Jul 28, 2014 at 12:16 PM, Maxim Solodovnik > wrote: >

Re: Flexmojos 7.0.0 not working with 4.13.0.20140701

2014-07-28 Thread Maxim Solodovnik
https://repository.apache.org/content/groups/public On 28 July 2014 23:14, Maxim Solodovnik wrote: > https://repository.apache.org/ > > > On 28 July 2014 22:53, Gary Yang wrote: > >> thanks Chris, is there a public Maven repository that serves Apache Flex >>

Re: Flexmojos 7.0.0 not working with 4.13.0.20140701

2014-07-28 Thread Maxim Solodovnik
https://repository.apache.org/ On 28 July 2014 22:53, Gary Yang wrote: > thanks Chris, is there a public Maven repository that serves Apache Flex so > that I don't need to mavenize it in Apache packages again? > > -Gary > > > On Mon, Jul 28, 2014 at 10:24 AM, Christofer Dutz < > christofer.d...

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-07-21 Thread Maxim Solodovnik
binaries > > Well expect all to be finished till before the ApacheCon or I'm screwed ;-) > > Chris > > > Von: Maxim Solodovnik > Gesendet: Montag, 21. Juli 2014 14:36 > An: users@flex.apache.org > Betreff: Re: AW: f

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-07-21 Thread Maxim Solodovnik
Thanks again Do you have any release roadmap? On 21 July 2014 19:33, Christofer Dutz wrote: > Yes ... Geee ... why didn't I see that ... sorry ... yes you have to use > 4.12.1.20140427 > > Chris > ____ > Von: Maxim Solodovnik >

  1   2   >