Using flexJs 0.0.2, i can compile flex application to JS but is there any
tool or way to package it for window or mac? as we have "adt" in Flex
SDk4.14.1
-
Prashant
Sr. Product Specialist, Sungard
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/FlexJS-Desktop
Thanks for Update Alex, I am much excited about next FlexJS version.
@ Deepak,
I can configure FlexJs under FB4.6, also able to create new FlexJs project
but there is no code intelligence available,so just playing around examples.
I follow same steps that mentioned in link. If you are facing any
Hi,
I am not getting flexJS code hint under FlashBuilder4.6. So how can i build
AsDoc for FlexJS?
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-build-ASDoc-for-FlexJS-tp11413.html
Sent from the Apache Flex Users mailing list archive at Nabble.com
check with latest SDK installer.
On Wed, Oct 21, 2015 at 9:32 PM, Matthew Weir-2 [via Apache Flex Users] <
ml-node+s246n11364...@n4.nabble.com> wrote:
> Getting the following when trying to install 3.2.0 Windows .exe
>
> "The application cannot be installed due to a certificate problem. The
Please make sure you are not loading swf created using AS2 in AS3 enabled
project. If your tool generating SWF using AS2 then you can not load it
into AS3 project.
On Sun, Oct 11, 2015 at 3:35 PM, vijendra sainy [via Apache Flex Users] <
ml-node+s246n11300...@n4.nabble.com> wrote:
> Hi all,
Best way to achieve is that compile Flex SDK 4.14.1 with Flash Player 19
playerGlobal and AIR 19
On Wed, Oct 7, 2015 at 11:29 PM, Velocedge [via Apache Flex Users] <
ml-node+s246n11283...@n4.nabble.com> wrote:
> I've installed SDK 14.4.1 with AIR and Flash 17. Now, I'd like to use
> AIR and
You can dispatch F11 event as below:
stage.dispatchEvent(new KeyboardEvent(KeyboardEvent.KEY_UP , true , false,
0 , Keyboard.F11));
On Wed, Oct 7, 2015 at 4:54 PM, megharajdeepak [via Apache Flex Users] <
ml-node+s246n1127...@n4.nabble.com> wrote:
> Hi there,
> Right now when I hit F11 on t
You can check for "crossdomain" file or FlexContext class under BlazeDs.
These can help you to authenticate user.
On Mon, Sep 28, 2015 at 5:49 AM, Justin Magnan [via Apache Flex Users] <
ml-node+s246n11238...@n4.nabble.com> wrote:
> I am looking for ways to provide authentication and authoriz
Use bitmapData & Matrix class for any type of image editing related work.
These are lower level api so you have to do struggle.
On 22-Sep-2015 9:37 pm, "flexcf [via Apache Flex Users]" <
ml-node+s246n11211...@n4.nabble.com> wrote:
> What is the best API calls to use to say change the color of
You can use ExternalInterface.addCallback(). This function basically use
for calling Flex function from javascript.
you only need to call a javascript function and then java script will call
Flex function to load module.
On Fri, Sep 11, 2015 at 2:06 PM, mark goldin [via Apache Flex Users] <
ml-nod
Check your Flash Player settings under Project compiler properties.
On Fri, Sep 4, 2015 at 3:41 PM, cjacquel [via Apache Flex Users] <
ml-node+s246n11144...@n4.nabble.com> wrote:
> Hello,
>
> I use Flex SDK 3.6.A and Flex Builder 4.6, But I have a warning on these
> functions :
>
> i
You can use blow code to get application URL:
*Flex4 Application:*
FlexGlobals.topLevelApplication.url
URLUtil.getServerName(URL);
OR
URLUtil.getServerNameWithPort(URl)
*If Flex3 Application then use: This will work in Flex4 also*
var applicationURl:String = ExternalInterface.call("window.lo
Just download latest sdk binary installer and use ant tool for compiling.
On 01-Sep-2015 9:17 pm, "Maximich [via Apache Flex Users]" <
ml-node+s246n11109...@n4.nabble.com> wrote:
> Hi.
>
> I have several problems with the installation of SDK.
>
> 1. I can not download the SDK Installer from
>
yes you can call a function from JavaScript to Flex. using
ExternalInterface.addCallback("JAVAScript Func", FlexFunction);
you only need to add this line on creationcomplate of any component.
On Thu, Aug 27, 2015 at 11:30 PM, mark goldin [via Apache Flex Users] <
ml-node+s246n11070...@n4.nabb
yes you can change font of whole application. Just define a global
application style as below:
mx|Application
{
//Keep your styles here as font , color etc
}
On Fri, Aug 14, 2015 at 2:20 AM, mark goldin [via Apache Flex Users] <
ml-node+s246n10927...@n4.nabble.com> wrote:
> Is there a way
It is better & recommended to use spark libraries & component in Flex4 or
if you are developing app in Flex4 you should use spark component only.
This will improve the application response time.
On Fri, Aug 14, 2015 at 2:07 AM, Trevor Holman-3 [via Apache Flex Users] <
ml-node+s246n10926...@n
for supporting chinese, you need full set of chinese font.
On Fri, Aug 14, 2015 at 12:31 AM, mark goldin [via Apache Flex Users] <
ml-node+s246n10925...@n4.nabble.com> wrote:
> Practically non of Chinese translation is shown on the screen. The only
> place where Chinese is shown is a context
yes you can keep same name in different locales folder.
On Fri, Aug 14, 2015 at 12:21 AM, mark goldin [via Apache Flex Users] <
ml-node+s246n10924...@n4.nabble.com> wrote:
> Can I have multiple resource modules available at the runtime? Maybe that
> be changed but I do have them with the same
best way to get values is , just extends the DataGrid and use on submit
loop through over all item of dataprovider and access the each column
itemrendere using listItems property. As below
for(var i:int ; i < dataprovider length ; i++)
{
var itemRender:Object = listItems[i][CoulmIndex] as Cus
Please check your embedded font has support for - Bold , Italic ,
BoldItalic type of styles
If your font does not support same style as label required then it will
show blank.
On Fri, Jul 17, 2015 at 10:45 AM, megharajdeepak [via Apache Flex Users] <
ml-node+s246n10793...@n4.nabble.com> wrote:
It is very serious concern.
On Thu, Jul 16, 2015 at 11:54 AM, Bilog, Francisco L. [via Apache Flex
Users] wrote:
> Guys what's apache take on this
>
>
> https://www.yahoo.com/tech/what-is-adobe-flash-and-how-can-you-get-rid-of-124087958879.html
>
>
>
> --
> This email was Virus checked by UTM 9.
Use proper type casting of repeater current item as (deRep.currentItem as
XML)
On Wed, Jul 15, 2015 at 12:43 AM, kamcknig [via Apache Flex Users] <
ml-node+s246n10754...@n4.nabble.com> wrote:
> I'm trying to get some databinding working and it keeps throwing warnings.
>
> I have the following
check for URLLoader & FileReference for file reading from client computer.
CSV parsing code , you can search on google.
On Sat, Jul 4, 2015 at 3:26 AM, modjklist [via Apache Flex Users] <
ml-node+s246n1070...@n4.nabble.com> wrote:
> Looking for recommendations to read a text file in Flex web
Yes you can achieve this. Check for selenium flex api. You can directly
lauch flex appp from java
On 02-Jul-2015 7:03 pm, "modjklist [via Apache Flex Users]" <
ml-node+s246n1069...@n4.nabble.com> wrote:
> Regarding Flex for desktop web app, I'd like to make an application that
> can be launche
Use *popup.addEventListener("OKTODELETE"**, deleteThisRecords). *your
issue will be resolved.
On Sun, Jun 28, 2015 at 10:49 PM, Scott Matheson [via Apache Flex Users] <
ml-node+s246n10675...@n4.nabble.com> wrote:
>
> Hi
>
>I have a grid with an itemRender, I want to centre the popup in
what do you want to achieve?
On Fri, Jun 19, 2015 at 6:33 PM, mark goldin [via Apache Flex Users] <
ml-node+s246n10627...@n4.nabble.com> wrote:
> How can I access an owner (which is datagrid) property
> from AdvancedDataGridColumn?
>
> Thanks
>
>
> --
> If you rep
check the "requestTimeout" property for remote object.
On Wed, Jun 17, 2015 at 6:42 PM, jfb [via Apache Flex Users] <
ml-node+s246n1060...@n4.nabble.com> wrote:
> Hi All,
> Here is the code for remote Object call using ColdFusion:
>
> source="{cfcPath}" showBusyCursor="true" concurr
Check for Flex Charts library, this contains almost all types of chart. You
can also customized these as per your requirements.
On Tue, Jun 9, 2015 at 11:34 PM, olegkon [via Apache Flex Users] <
ml-node+s246n10537...@n4.nabble.com> wrote:
> -- Forwarded message --
> From: "Ole
Why are you refreshing arraycollection after this a['prop2'] = 'third' .
Ideally if collection refresh should only used with sorting, filtering &
with view cursor. remove arr.refresh() and make your class bindable and
check again.
On Mon, Jun 8, 2015 at 11:35 AM, DavidM [via Apache Flex Users] <
Make your value object class as bindable.
On Apr 29, 2015 8:54 PM, "mark goldin [via Apache Flex Users]" <
ml-node+s246n1022...@n4.nabble.com> wrote:
> Here is my datagrid definition:
>
> http://ns.adobe.com/mxml/2009";
> xmlns:mx="library://ns.adobe.com/flex/mx">
>
>
>
>
>
>
>
> pad
use SWFLoader for loading external application.
On Fri, Apr 24, 2015 at 3:29 AM, jfb [via Apache Flex Users] <
ml-node+s246n10161...@n4.nabble.com> wrote:
> Hi All,
> Trying to organize an app in flex 3 before migrate to the new SDK. I have
> an issue:
> I have a module as:
>
> private functi
Hi,
I am interested in remote work. below is one application link that i have
developed in Flex -AIR.
http://www.guitarpracticedperfectly.com/index.php/guitar-tutor-lesson-software
On Sat, Apr 11, 2015 at 6:11 PM, Subscriptions [via Apache Flex Users] <
ml-node+s246n10053...@n4.nabble.com
directly download the binary version.
On Fri, Feb 6, 2015 at 3:33 PM, rshibley [via Apache Flex Users] <
ml-node+s246n9544...@n4.nabble.com> wrote:
> Flex SDK Download keeps failing. Tried from home and Office.
>
>
> Version 3.1.0 (windows)
> Using Locale: en_US
> Fetched the SDK download mir
Hi,
Please mail your work requirement at - prashaku...@gmail.com .
On Fri, Jan 23, 2015 at 3:45 PM, chrismatheson [via Apache Flex Users] <
ml-node+s246n9460...@n4.nabble.com> wrote:
> Hi,
>
> Im not sure on the etiquette for the list, but we have some flex work that
> were looking for supp
i have experience in flex project automation testing wit selenium.
On Fri, Jan 23, 2015 at 4:23 PM, Prashant Kumar
wrote:
> Hi,
>
> Please mail your work requirement at - prashaku...@gmail.com .
>
> On Fri, Jan 23, 2015 at 3:45 PM, chrismatheson [via Apache Flex Users] <
> ml-node+s246n9460
did you use [Bindable] in your dataprovider class defination? if now please
use it. otherwise ObjectProxy class.
On Fri, Jan 9, 2015 at 7:35 AM, DavidM [via Apache Flex Users] <
ml-node+s246n936...@n4.nabble.com> wrote:
> Seeing very strange behavior with Spark Datagrid when adding / removing
you can check "OpenFilre" XMPP messaging server. use rtmp based messaging.
On Tue, Dec 30, 2014 at 10:47 PM, chris_d_k [via Apache Flex Users] <
ml-node+s246n9305...@n4.nabble.com> wrote:
> With BlazeDS on the server, we want to create a game in which clients can
> play against each other,
Do not use stop propagation in headerrenderer. Stop in parent or custom
component.
On Dec 10, 2014 3:02 PM, "Deepak MS [via Apache Flex Users]" <
ml-node+s246n9055...@n4.nabble.com> wrote:
> Hey guys,
> I have a Datagrid with first column being a custom itemrenderer with a
> check box, a box(t
Hi,
do not use "dataField" with "labelFunction". "labelFunction" should work
perfectly in your case. If this is not working use "itemRenderer".
On Tue, Dec 9, 2014 at 6:17 AM, CodeGirl [via Apache Flex Users] <
ml-node+s246n9022...@n4.nabble.com> wrote:
> I have a datagrid with a datagrid
please check that your loading swf should be created with Action Script3.
If the loading swf have different version then you will get null loader
content.
On Tue, Dec 2, 2014 at 5:07 AM, Jerry Hamby [via Apache Flex Users] <
ml-node+s246n8928...@n4.nabble.com> wrote:
> I have in my Flex app
Check for textflow
On Dec 1, 2014 8:11 PM, "chris_d_k [via Apache Flex Users]" <
ml-node+s246n8917...@n4.nabble.com> wrote:
> I just want to display a text with some bold or colored words in an
> itemRenderer. What is the best way (performance, ...) to achive this?
>
> Best regards
>
> Christi
do not create model locator object after class declaration. Use below
getInstance() to create model locator object.
like this:
private static var _instance:ModelLocator;
public static function getInstance():ModelLocator
{
if(! _instance)
}
On Fri, Nov 14, 2014 at 12:58 AM, mark goldin [via Ap
sorry for incomplete reply. below is exact code.
private static var _instance:ModelLocator;
public static function getInstance():ModelLocator
{
if(! _instance)
return new ModelLocator();
else
return _instance;
}
On Fri, Nov 14, 2014 at 10:57 AM, Prashant Kumar
wrote:
> do not create model lo
check for OSMF library
On Fri, Nov 7, 2014 at 2:19 AM, Jonas [via Apache Flex Users] <
ml-node+s246n8614...@n4.nabble.com> wrote:
> Hello,
>
> I'm currently testing the Spark VideoPlayer on iPad and I'm only able to
> play flv.
>
> Is this normal?
> Where can find information about it?
>
> Th
Create a custom component extending UIComponent and override the
updateDisplayList method and use your code inside that method.
On Mon, Nov 3, 2014 at 11:08 PM, mark goldin [via Apache Flex Users] <
ml-node+s246n8571...@n4.nabble.com> wrote:
> Is it possible? I need to draw a line on the bac
if you want to display xml attribute on Tree node then use labelFiled =
@
On Tue, Oct 28, 2014 at 11:42 PM, mark goldin [via Apache Flex Users] <
ml-node+s246n8535...@n4.nabble.com> wrote:
> I need to show data in the Tree control. The xml comes down transformed
> into a hierarchical structur
I have used successfully Flex13 with AIR14. I will very this at my end and
let you.
On Tue, Oct 28, 2014 at 2:10 PM, jeffbonasso [via Apache Flex Users] <
ml-node+s246n8518...@n4.nabble.com> wrote:
> I used the Flex Installer and have Flex 13.0 with AIR 15.0 overlaid. I
> have an existing app
Hi,
i have checked the slides, these are impressive. I am a regular follower of
FlexJS update and also checked most of the demos. But recently i saw one
update as FlexJS0.0.2(woth JBurg). could you please provide more details on
it?
--
View this message in context:
http://apache-flex-users.23
48 matches
Mail list logo