inputField.setStyle("focusThickness", 5);
On 20/01/2014 10:24, Sumudu Chinthaka wrote:
Hi All
Is there any way to set focusThickness of a TextInput from ActionScript
Best Regards
Sumudu
I want my Macromedia back..
On 27/03/2014 13:49, Alain Ekambi wrote:
With no offense with the people working at Adobe on this list.
But how a company can be this stupid ?
http://blogs.adobe.com/digitalmarketing/web-experience/adobe-experience-manager-mobile-app-announcement/
> Am I missing something?
In FlashBuilder you can right click any method, property, event, etc.. and
select:
References -> Project
or
References -> File
And it will list all the references, you can click them and it will jump to
them. Super handy in large projects and I use tha
> Also, most of them had never heard about Adobe Flex as a mobile app tool.
>
This says it all IMO.
On 27/03/2014 18:23, Cadu Alves wrote:
Alain,
I'm new here and also new working with Flex and AIR (~3 months of work in
my first app).
I've been working as a web developer for about 10 years. A
Is there a specific reason your application is sized to 100% of the user's
screen? From what I understand you have the main application fill the whole
screen but only a small portion (search box) is visible. If that is the case,
start your main app minimized and remove it from the taskbar (visib
In that case you can still go for the workflow I described. I'm doing exactly
that with two applications I'm working on.
For the sidebar, you could dynamically resize it depending on its state.
Again, I'm doing exactly that with 2 apps which both have a notifications
system. The notification w
> The other part of the problem is that when the text appears and you focus on
> the component, the key blinking cursor appears at the position where the end
> of the text would be if it where hidden using "*". In fact, when you select
> the text, the blue selection appears to select from the beg
At least 4.6, but it may actually always have been like that. And only with
the Halo framework.
regards,
Peter
On 10/06/2014 19:18, storo84 wrote:
Hello Peter,
Great workaround. When did you start noticing this bug?
Regards,
S
--
View this message in context:
http://apache-flex-users
This (super annoying) bug has been around for ages and Adobe doesn't care one
bit.
https://bugbase.adobe.com/index.cfm?event=bug&id=3555180
https://forums.adobe.com/message/5294196
Over the years, the bug has been reported several times and closed (in the
bugbase) without a fix every single t
Not that I know of.
You have to unpin the app from the taskbar and pin it again.
On 1/07/2014 8:16, Patil, Virat wrote:
Does anyone have workaround for it?
-Original Message-
From: Peter Ginneberge [mailto:p.ginnebe...@gmail.com]
Sent: Tuesday, July 01, 2014 12:32 AM
To: users
t needs to be done manually if I am not wrong. Can we do it
progamattically.?
-Original Message-----
From: Peter Ginneberge [mailto:p.ginnebe...@gmail.com]
Sent: Tuesday, July 01, 2014 5:00 PM
To: users@flex.apache.org
Subject: Re: Air Application - Update Icon on Quick Launch
Not that I kn
on wrote:
You could mangle them to be correct as part of the update process then ?
Tom
On 01/07/14 13:44, Peter Ginneberge wrote:
They're just shortcuts in a hidden folder:
C:\Users\[USER]\AppData\Roaming\Microsoft\Internet Explorer\Quick
Launch\User Pinned\TaskBar
On 1/07/2014 13:59, Tom Chi
Desktop
On 16/09/2014 23:11, Subscriptions wrote:
Hi All,
I was wondering which platforms most Flex developers are creating apps for? So
i thought i'd try and find out with a straw poll.
So are you primarily making apps for the desktop, mobile devices or
browsers?
My own answer is "all
File.nativePath should only really be used for display (e.g. in a tooltip,
etc..). Use File.url to actually load the file.
event.currentTarget is preferred as event.target doesn't always refer to the
component that the event was assigned to.
Then you should also cast the selectedItem to the
Look into something like Assembla for source control, time management, bug
tickets, communication, etc..
https://www.assembla.com/home
https://www.assembla.com/workspaces?page=overview
regards,
Peter
- Original Message -
From: "Carlos Cruz"
To:
Sent: Tuesday, May 07, 2013 3:13 AM
Su
I once was in love with everything Macromedia, including JRUN and ColdFusion.
When Adobe took over, it broke my heart. I've never been in love with Adobe,
never have, never will.
regards,
Peter
- Original Message -
From: "Alain Ekambi"
To:
Sent: Thursday, May 16, 2013 1:24 AM
Subje
I've always used Flash to generate font swf's.
Haven't really checked if they look different compared to using ttf's directly on the latests SDK's, but shouldn't be too hard to do
so.
regards,
Peter
- Original Message -
From: "Ben Smeets"
To:
Sent: Wednesday, August 21, 2013 8:14 P
IMO, amf (remoting) is the way to go, simply because you get to send back and forth typed objects (DTO's, VO's) and no need to
convert from one format to another (json to ActionScript, ActionScript to json, xml to ActionScript, ActionScript to xml etc..).
regards,
Peter
- Original Message
There's definately an SDK (or flash player?) related bug regarding trace().
With some SDK's, tracing special characters works fine in others it doesn't
(using the same FlashBuilder version).
var chars:String = "éàçè";
trace(" - characters: ", chars);
SDK 4.1:
// Constole output
- characters
An often overlooked "feature" of MXML components (extending UIComponent) is that they have a data property that can be used for
pretty much anything.
// where MyClass is MXML
var instance:MyClass = new MyClass();
instance.data = {prop:"value"};
In MyClass you can either override the "data" gett
On 20/04/2015 0:37, OmPrakash Muppirala wrote:
As far as Flash goes, it still works with Chrome (on all OSes including
Linux) via Google's new PPAPI interface.
Until you need it to do both local and network connections or for instance
require local files to communicate with javascript.
P
Use the built in JSON parser to convert json formatted strings to AS objects:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/JSON.html
On 7/05/2015 0:26, pctechtv wrote:
Hi can anyone suggest any sites or tutorials that show how to use JSON as the
data fo Data Providers and
If I'm not mistaken, adding the Halo.swc to the "theme" compiler arguments
will get rid of those warnings:
-theme=${flexsdk}/frameworks/themes/Halo/halo.swc
or
-theme+=${flexsdk}/frameworks/themes/Halo/halo.swc
Note the "=" vs "+=".
And of course "${flexsdk}" needs to point to your Flex SD
On 28/06/2015 20:24, Scott Matheson wrote:
Thomas
i tried popup.addEventListener("OKTODELETE", deleteThisRecords)
all seems to be working, must have been a type-o
That's why you use static constants rather than string literals.
popup.addEventListener(CustomEvent.EVEN
Save the app arguments to a SharedObject (aka Flash cookie).
Use the Updater "isFirstRun" property to check for a "first run after an
update". If so, use the last saved arguments from the SharedObject.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.ht
I'm afraid I disagree. Unless you have proof - other than you just saying it -
I really doubt spark improves response time.
Here's my take on it..
The default spark theme is fugly, so you'll have to come up with your own
skins if you want your app to look somewhat decent.
Spark in general
You can not auto update (AIR update API) a Captive Runtime AIR application.
http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
And in case that matters, the installer is no longer cross platform.
regards,
Peter
On 18/08/2015 10:04, vijendra sainy wrote:
Ca
Right, but you mean it's a PITA :)
On 18/08/2015 10:42, OmPrakash Muppirala wrote:
On Tue, Aug 18, 2015 at 1:30 AM, Peter Ginneberge
wrote:
You can not auto update (AIR update API) a Captive Runtime AIR application.
You can still auto-update a captive runtime AIR application, it is
:30 AM, Peter Ginneberge
wrote:
You can not auto update (AIR update API) a Captive Runtime AIR application.
You can still auto-update a captive runtime AIR application, it is only a
bit involved.
http://www.adobe.com/devnet/air/articles/updating-air-apps-native-installer.html
Thanks,
Om
> My problem will be solved if I can find some tool which wrap Adobe AIR and
> My app in single unit. When we run this unit it will check for Abode AIR in
> the machine and if it does not find it will first install Adobe AIR and
> then my app. That all for me.
I've done this before, although it'
30 matches
Mail list logo