Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12329
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 164983 - 165012 of 165743   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
164983 [p e r c e p t i c o n]
percepticon Send Email
Mar 20, 2012
11:17 pm
Hello All, I'm trying to add a preview of a swf to my display like thus: systemManager.topLevelSystemManager.addChildToSandboxRoot("toolTipChildren", ...
164984 Uber_Nick Send Email Mar 21, 2012
1:32 am
I have to refute the idea that bindings have ever been problematic. The way bindings work are very, very simple. When a variable is declared bindable, an...
164985 Uber_Nick Send Email Mar 21, 2012
1:35 am
Hi Rich, I'd answer your question if I could, but haven't worked much with Flex on mobile devices. Re-post your question as a new thread and hopefully a few...
164986 Uber_Nick Send Email Mar 21, 2012
2:05 am
Nope, no difference with one vs two-way Bindings. I discovered this problem with DropDownLists that had one-way bindings and used the change event to update...
164987 Grant Davies
verbalgsx Send Email
Mar 21, 2012
2:44 am
HI Rich.. 1) you'd have to have an event handler listen for the pinch gesture and then scale your grid based on how much you want it to scale/shrink ...
164988 Alex Harui
alex_harui Send Email
Mar 21, 2012
3:52 am
What is the registration point (0,0) of the preview? Is it a bitmap or something else? On 3/20/12 4:16 PM, "[p e r c e p t i c o n]" <percepticon@...>...
164989 Alex Harui
alex_harui Send Email
Mar 21, 2012
7:29 am
So is this intermittent or just never works in this configuration? Are there console warning about not being able to detect changes? Can you make a 20-line...
164990 bu4fred Send Email Mar 21, 2012
12:25 pm
I'm committed to using a spark container because I need to use the spark states model. I would like to create my own component that would automatically scroll...
164991 Uber_Nick Send Email Mar 21, 2012
3:09 pm
It's been happening with all configurations, but intermittently. I've had 0 success reproducing it at will, even though myself and multiple users have come...
164992 Alex Harui
alex_harui Send Email
Mar 21, 2012
4:13 pm
I see duplicate dataprovider entries which might confuse which selectedIndex to use. They key is to make sure binding events are getting dispatched. You might...
164993 Alex Harui
alex_harui Send Email
Mar 21, 2012
4:28 pm
I would think a SkinnableContainer’s skin can have a Scroller around its contentGroup On 3/20/12 5:47 PM, "bu4fred" <fred.sells@...> wrote: I'm...
164994 sony antony
pow_like_me143 Send Email
Mar 22, 2012
3:49 am
Hello all.. Is there any calendar component available to use it in mobile applications. Regards, Sony...
164995 Richard Albrecht
hawkcode2 Send Email
Mar 22, 2012
7:31 pm
Hi, I'm creating an app for the association I work for. We want the app to be free for our members but have some features disabled for non-members. I would...
164996 Richard Albrecht
hawkcode2 Send Email
Mar 22, 2012
11:12 pm
Thanks, that did work as far as zooming, but... When you zoom, you don't have the ability to pan and though the font gets bigger, the columns in the grid do...
164997 maneeshas1989 Send Email Mar 23, 2012
12:46 pm
Hii, How to display a tree view in flex?nodes will be in the form of + and -. Get the tree nodes from the external xml file. Thanks in Advance....
164998 dorkie dork from dork...
dorkiedorkfromdorktow... Send Email
Mar 23, 2012
2:50 pm
You can use MiniInspector to get that type of information. ...
164999 saurabh rawat
rawatsaurabh Send Email
Mar 23, 2012
5:13 pm
Hi, Can we access sqlite database from android from the action script.Rgds,Saurabh                                 ...
165000 Davidson, Jerry
jerry62712 Send Email
Mar 23, 2012
7:52 pm
I want to change the visible property to a control in a component. Where would I do that? It doesn't seem to work in a script tag at the top of the component...
165001 nagaofthesea Send Email Mar 24, 2012
11:00 pm
Howdy All- PROBLEM: Strange URLLoader.load() behavior: sometimes it works; sometimes it doesn't. Can't step through airglobal.swc to see what's wrong. ...
165002 nagaofthesea Send Email Mar 24, 2012
11:20 pm
Hi Jerry- I use Cairngorm. I would specify a property in a bindable final MyModel like so: public var labelVisible:Boolean; MyModel is then referenced as a...
165003 Alex Harui
alex_harui Send Email
Mar 25, 2012
3:33 am
Maybe you are adding listeners to the wrong thing? Because you should get those events when it does work. On 3/24/12 4:00 PM, "nagaofthesea&quot;...
165004 claudiu ursica
the_braniak Send Email
Mar 25, 2012
9:11 am
Can you paste the whole class? I did experience issues with Sound.load() this week , so I went and load the sounds via URLLoader. I found it odd at least sound...
165005 eugene_se@...
eugene_se Send Email
Mar 25, 2012
9:34 pm
The problem occurs when I'm dragging an object from one AIR window to another AIR window and the drag is not accepted by the target window. isDragging remains...
165006 nagaofthesea Send Email Mar 26, 2012
6:49 am
Howdy Alex- Yes, everything works as expected when it does work including all the calls with the listeners. In the projects it does NOT work all fails...
165007 Wouter Schreuders
syllogism Send Email
Mar 26, 2012
12:26 pm
great! thanks this is a super handy class On 23 March 2012 16:50, dorkie dork from dorktown <...
165008 Wouter Schreuders
syllogism Send Email
Mar 26, 2012
12:26 pm
Is there any way to exlude this code being compiled into the release version?...
165009 Alex Harui
alex_harui Send Email
Mar 26, 2012
2:35 pm
Use a network monitor and see what is going on underneath. On 3/25/12 11:49 PM, "nagaofthesea&quot; <nagaofthesea@...> wrote: Howdy Alex- Yes, everything...
165010 rid_b80 Send Email Mar 26, 2012
11:38 pm
Hi, Im just wondering how do you append child to XML in flex 4.6. It seems that when I create a project using the flex 4.6 the append child method no longer...
165011 anas naeem
maverick_0601 Send Email
Mar 27, 2012
3:38 pm
Hello guys Hope every one is doing great. i am a bit new to Text Layout Framework although developing in flex since flex 4 , now my issue is that i want to...
165012 Davidson, Jerry
jerry62712 Send Email
Mar 27, 2012
3:38 pm
In debug mode of Flex (4.5) I have a variable that shows up in the variable view, but doesn't exist in the function I'm stepping through. Further, one that...
Messages 164983 - 165012 of 165743   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help