Clean the project. Try overriding some other function
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of malik_robinson
Sent: Friday, January 23, 2009 6:06 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TreeItemRenderer giving me problems
Hi,
I am getti
I take it back. When I code it right, that does work.
But it results in the popup being hidden when I roll off the day, even
though I am still over the popup.
Great idea though, thanks!
Tracy Spratt
Lariat Services
Flex development bandwidth available
___
That was a good idea, and I tried it, but it seems that even with
mouseEnabled="false' on the pop-up, rolling over it registers a rollOut
on the dayComponent, which starts the loop. I am looking into the
rollOver property alex mentioned.
Tracy Spratt
Lariat Services
Flex development bandwid
I also experience this though it only happens about 5% of the time for me.
I'm debugging my Flex app running in the standalone Flash Player 10.
* Usually, my flex app takes a couple of seconds to launch once the
workspace has finished building.
* About 20% of the time, the flash player window co
I having been having a very difficult time debugging AIR programs.
2/3 of the time, the app will load but the debugger will not connect
unless I quit FlexBuilder.
--- In flexcoders@yahoogroups.com, John McCormack wrote:
>
> If the SWF takes a long time to build you will see that.
> I sometimes
Hi,
I am getting an error trying to create my own TreeItemRenderer. I get an
error saying "Error: 1023 Incompatible override". This is a compile time
error. It points to my override function at least in FlexBuilder.
My renderer is just a skeleton as of now but this error is preventing me
from goi
I guess nobody knows? I submitted a bug report to Adobe.
J
--- In flexcoders@yahoogroups.com, "flexaustin" wrote:
>
> Is this just for bitmaps/bitmapdata objects or does this limit include
> the Flash player stage as well, as I am not trying to create a
> bitmapdata object. I am simply trying t
Well, I don't know for sure if this is the issue, but an HBox is not an
IFocusManagerComponent and thus probably doesn't get focus handled correctly.
Editable renderers should implement IFocusManagerComponent.
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of Ke
--- In flexcoders@yahoogroups.com, "Bill" wrote:
>
> Where would I call that function?
styleFunctions, when present, just get called automatically by the ADG
itself. Do a search on styleFunction in the Help.
HTH;
Amy
- Original Message -
From: Fotis Chatzinikos
To: flexcoders@yahoogroups.com
Sent: Friday, January 23, 2009 9:18 PM
Subject: Re: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work
(www.dacoders.com)
Do not do that :-p (from a 2G iphone user)
LOL, too late, it w
I was able to get it working in one case using "itemUpdated." I had to
change the ArrayCollection to public, and then set the handler:
[Bindable]
public var colors:ArrayCollection = new ArrayCollection([
{color:"Red", display: true},
{color:"Blue", display: true},
{color:"Green", d
Do not do that :-p (from a 2G iphone user)
On Fri, Jan 23, 2009 at 10:47 PM, Paul Andrews wrote:
> - Original Message -
> From: "Amy"
> >
> To: >
> Sent: Friday, January 23, 2009 8:36 PM
> Subject: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work
> (www.dacoders.com)
>
Where would I call that function?
--- In flexcoders@yahoogroups.com, "Amy" wrote:
>
> --- In flexcoders@yahoogroups.com, "Bill" wrote:
> >
> > is there any way to apply a styleFunction to a Grouping Field, so
> that,
> > for instance, the row is a different color based on which level
of
> >
- Original Message -
From: "Amy"
To:
Sent: Friday, January 23, 2009 8:36 PM
Subject: [flexcoders] Re: New Web 2.0 Company looking for Chalnging work
(www.dacoders.com)
snip
> I think that flexJobs is failing, because it seems to queue up posts
> for weeks at a time and then they all go
--- In flexcoders@yahoogroups.com, "Paul Andrews" wrote:
>
> So, should we all be submitting adverts here? ;-)
>
> I'll prepare my 2GB PDF right now..
>
I think that flexJobs is failing, because it seems to queue up posts
for weeks at a time and then they all go out in a "batch." This means
I set break points on the method that launches the pop up. The break point
never hits.
I delete a schedule, pop up closes. I then try to delete another schedule and
the schedule is deleted, I see the confirmation result (alert) and the window
does not close and the breakpoint never stops the c
I have a datagrid that needs to be turned around (Columns as Rows and
Rows as Columns). I am sending flex a structured array from
ColdFusion. Much help would be appreciated. Thanks
If the SWF takes a long time to build you will see that.
I sometimes got that when it couldn't find the debugger, but not recently.
It's sometimes slow waiting for something to be loaded/decoded, or even
when waiting at a breakpoint.
Because the two programs don't run independently IE may show no
My app contains a subclassed AdvancedDataGrid, with a few custom
itemRenderers and headerRenderers. When I look at it using qtp, I can
see the AdvancedDataGrid, but I can't reach into individual cells. The
only object qtp detects there is Flash itself -- it doesn't even see
the ADG. Between cel
Click should be just as good, but usually the code looks like:
Click="data.someProperty = displayCheckBox.selected" because data is the
arraycollection item you are editing. If the data objects are not [bindable],
then you further have to call arrayCollection.itemUpdated() to force a
collectio
Hi Alex,
Thanks for the suggestion. I was already trying to set the value using
the click-handler, but even using change, I still am not having any luck:
change="cbSelected = displayCheckBox.selected;"
(The data-binding is somewhat indirect: the checkbox sits inside a
HBox, which I've given a "c
Hi Flex Coders,
I have been taken over one project started by some other programmer,
The project asks user to login and after user logs in , different custom
MXML Components are loaded. Thats the bigger picture what the project
needs to do.
The way this project was organized that the developer cr
The event should have a relatedObject property that is “rollInto”
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of Haykel BEN JEMIA
Sent: Friday, January 23, 2009 12:07 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] removePopUp on rollout, but not if
If there aren't going to me more than a few dozen funds you can use repeater
and avoid recycling. Otherwise, you'll have to live with recycling and add
other data like when it changed last so you can determine whether to color it
or not.
From: flexcoders@yahoogroups.com [mailto:flexcod...@yaho
More likely, the shared code problem as described in the modules presentation
on my blog. It can be the very same bits, but in a different appdomain and
then you'll see problems like this.
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf
Of Maciek Sakrejda
Sent:
Have a drink, then set break points on the method that pops up the dialog to
make sure it is in fact being re-launched on close and examine the call stack
to see why. Once we know why it will be easier to suggest fixes.
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Beh
I'm running into an odd problem with the Flex Builder debugger. About
4/5ths of the times that I click the debug button I get a nice, white IE
page. It has the loading icon down at the bottom and aside from that,
nothing. When I click stop in flex builder the page goes away and when I
click disc
--- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote:
>
> Yeak, setting flags works, so problem solved, but I'd like to hear any
> other suggestions.
Could you set mouseEnabled to false on the popup?
DG editing is session and row-based by default. Data isn't written back to the
data object until you change cells, and notifications are blocked until you
change rows.
For click-based cells like checkbox, I usually add a change handler that sets
the field right away.
From: flexcoders@yahoogro
Personally, a single post about a new Flex company or opportunity or
product does not bother me, and is sometimes useful. And I am now
putting a little marketing note in my signature these days!
We shoud point out to the OP that the yahoogroups "flexjobs" is
specially intended for such use.
T
First, please use a descriptive subject for all posts. "need help" is
just noise, 99% of posts need help. Many of us use the subject to
decide whether or not we can help with a post.
Now, are you having trouble with drag and drop? What trouble? How far
have you gotten, what is and is not wo
I don't have a business to promote. :-(
I feel left out.
From: "Paul Andrews"
Sent: Friday, January 23, 2009 8:57 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work
(www.dacoders.com)
So, should w
That's why we don't outsource.
From: Fotis Chatzinikos
Sent: Friday, January 23, 2009 8:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work
(www.dacoders.com)
Yap, this is the advantage of outso
Any code to test this behavior?
Haykel Ben Jemia
Allmas
Web & RIA Development
http://www.allmas-tn.com
On Fri, Jan 23, 2009 at 3:52 PM, Eric Dunn wrote:
> Any suggestions on how to stay out of this hole. I am using a button
> with a click and not using KEY_UP or KEY_DOWN or ENTER. This th
well that was not my idea behind this posting , I was like to be part of some
experience team .its very clear this group is specifically for flex developers
-s
From: Paul Andrews
To: flexcoders@yahoogroups.com
Sent: Friday, January 23, 2009 8:56:31 AM
Subject:
So, should we all be submitting adverts here? ;-)
I'll prepare my 2GB PDF right now..
Yap, this is the advantage of outsourcing in India, or elsewere...
The cons? Many... If you ever tried it you know all the problems involved,
and usually from prior experience, there are many...
On Fri, Jan 23, 2009 at 6:49 PM, Wally Kolcz wrote:
> Ahhh, good point. Damn me and my American a
This can also happen when you link against a certain class, but the
version of that class supplied at runtime has changed. E.g.,
1. you build module foo.swf against application bar.swf with
load-externs
2. your module uses class Baz from bar.swf
3. you rebuild bar.swf, changing Baz slightly
4. wit
Ahhh, good point. Damn me and my American attitude... lol
From: Fotis Chatzinikos
Sent: Friday, January 23, 2009 8:46 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work
(www.dacoders.com)
Wally, h
Wally, hourly rate depends on the country the developers are based...
In some countries 12$ will get you fine for a month or more... :-)
On Fri, Jan 23, 2009 at 6:39 PM, Wally Kolcz wrote:
>"Social-Networking, Real Estate, E-Learning Applications, E-Commerce,
> Financial Applications and Re
"Social-Networking,
Real Estate, E-Learning Applications, E-Commerce, Financial
Applications and Real Time Communication Applications as Live
Audio/Video Streaming and Broadcasting for E-Learning or Business
Meetings, Instant Messengers and Web Phone"...wow, that a very broad scope
Hi all,
I'm trying to detect changes in an ArrayCollection which is bound to a
DataGrid with some editable components. For some reason, however, the
event only seems to fire when the focus is change. For example, I
check a check-box, and nothing happens. When I then click somewhere
outside of the
My impression is that this meeting will be about how the open source
Flex SDK 'works'. If anyone here is interested in contributing to the
SDK, or has input on making the open source SDK more successful, this
is the place to go.
The meeting is open, free and it will cool to hear people's t
Yup ,I cant say about us but here now every developer guy is calling him as
flex guy ;)
From: Jon Bradley
To: flexcoders@yahoogroups.com
Sent: Friday, January 23, 2009 8:23:01 AM
Subject: Re: [flexcoders] New Web 2.0 Company looking for Chalnging work
(www.
On Jan 23, 2009, at 11:16 AM, Sajid Hussain wrote:
please review our company profile looking for favorable response
as we are start up with tough time
Hour Rate : $12+ US
... no wonder a lot of developers are having a tough time finding
work in the US (not all, but a lot).
- j
Hey guys,
I'm creating a fairly sizable, modular application which is great, I really
love modules. One problem I am having is how to go about structuring my
projects, right down to the folder structure.
Can anyone share their insight into how they structure their applications,
whats the norm an
I'm confused where the error is occurring, several questions:
- Is the "Mac-app-converter" giving you an error or is your FileUploader
class giving it?
- What is the FileUploader class in your code below, what's it doing?
- What application are you using to convert the files on the Mac and what is
Your problem is with the style declaration:
body { margin: 0px; overflow:hidden }
Removing this style declaration makes it centered again.
--- In flexcoders@yahoogroups.com, "brucewhealton" wrote:
>
> Hello all,
> I've run into a rather strange situation with a website where I
> am pla
--- In flexcoders@yahoogroups.com, João wrote:
>
> Hi,
>
> it seems that currently a DataGrid only supports one itemEditor
> simultaneously, applied to one cell. We are currently in need to
have
> one item editor for each cell in one line.
>
> In our application it makes complete sense that the
--- In flexcoders@yahoogroups.com, "ilikeflex" wrote:
>
> Few months back i have the same requirement. I created function
>
> getUniqueElements(workListErrorFlag,"flag").
>
> This function takes the XMLList and the xml node name for which you
> want the unique elements.In your case it should be
--- In flexcoders@yahoogroups.com, "ilikeflex" wrote:
>
> Hi
>
> I have customized Tree Control using TreeItemRenderer. I want to
show
> disclosureClosedIcon and disclosureOpenIcon after the label. By
> default these icons are displayed before the label. In the
> updateDisplayList method of T
Any suggestions on how to stay out of this hole. I am using a button with a
click and not using KEY_UP or KEY_DOWN or ENTER. This thing is driving me to
drinking...
Eric W Dunn
Adaption Technologies
281-465-3326
ed...@adpt-tech.com
- Original Message -
From: "Alex Harui"
To: f
I was wondering if anyone could help me here..
We have a site that is SSL encrypted, and I embed a flex app inside
the html of it.
When I launch the app, it gives a popup (only in IE) saying a secure
site is requesting non secure information. However, the only images I
request are requested by t
Few months back i have the same requirement. I created function
getUniqueElements(workListErrorFlag,"flag").
This function takes the XMLList and the xml node name for which you
want the unique elements.In your case it should be "filter" .It may
be possible that you have to make some small chnag
Hello all,
I've run into a rather strange situation with a website where I
am placing some flex applications, the swf files. I've done this
before without any problems. I've taken a Flex output, the
application and opened in Dreamweaver and then selected Template>Apply
Template, and the tem
Hi Madhu,
What do you mean by child property?
What does the child property need to do with all the modules?
What are the effects to the last module when you made modifications to
the 1st module?
--- In flexcoders@yahoogroups.com, "madhu_bmk" wrote:
>
> Hi Every One
>
>
> In my application am
If you want to do some modification to the first modules then you
have to create different module loader for different modules. You
cannot manipulate all the modules with the same module loder.
--- In flexcoders@yahoogroups.com, "madhu_bmk" wrote:
>
> Hi Every One
>
>
> In my application a
Hi Every One
In my application am using ModuleLoder to load multiple no of
modules, ok no problem with loading, its working cool and loading
all the modules, but the child property is not handling all the
modules. it just handling the last module only
if am trying to do any modifications to my f
Hi,
Flash player version: 9.
OS: Ubuntu 8.0.4
Browser: FF 3
I am working on a custom player for flv videos and I am noticing this
strange behavior on Linux. When internet connection is lost, the
NetStatusEvent.NET_STATUS event does not appear to triggered at all.
I am basically listening for a
hi all..
i need a help in adobe flex 3..
requirement:
i have a datechooser.. in which i can select dates.. this is in
built in it..
now i need to drag n select some dates n save it in an array..
i have made a custom component of selecting multiple dates from a
datechooser without using
Check the names of the objects you are using... have you got an object
named the same as a class (different case is what usually catches people
out) and then used the classname rather than the object name when
passing a parameter?
If it genuinely is a class cast between same types, it looks lik
Erm
TypeError: Error #1034: Type Coercion failed: cannot convert
Tools.dal.dataObjects::dataoutsourcedmod...@9f82091 to
Tools.dal.dataObjects.dataOutsourcedModels
Done all the basic checks (classname, package, constructor). There are no
two objects of the same name . Anyone else seen Flex do
On Wednesday 21 Jan 2009, Richard Rodseth wrote:
> flexbuilder. But I need the datavisualization classes. Is it OK to copy
> datavisualization.swc to the libs folder of my 3.2 SDK? It looks as though
> there is also stuff in dataviz stuff in locales. Anything else?
Yes, it'll work fine.
There are
On Thursday 22 Jan 2009, lehaianh1986 wrote:
> var systray:SystemTrayIcon = NativeApplication.nativeApplication.icon;
> systray.addEventListener(ScreenMouseEvent.CLICK,function(event:Event):void{
> stage.nativeWindow.visible = true;
> });
>
> but it error. The message is "TypeError: Error #1009:
Hi
I have a Flex-app MP3 uploader, which works fine in Windows-OS. But
when I 'convert' some MP3 files in Mac using some Mac-app-converter,
it says "File not supported" (custom err msg).
Is it something to do with the file-extension, when converted in
Mac-based-app? M not sure.
How do I overcome
Nice idea - thanks :)
>
> Could you use a static Dictionary on the itemRenderer class, with the
> key being the UID?
>
> That way you can get the old% value regardless of whether you're in
> the same renderer instance?
>
>
>
we have never had a problem with modules, there are no singletons,
controllers and models cascade through the display tree (with the ability
overwrite these references anywhere down the display tree) and modules are
just new children on the display tree.
it is not a framework in the sense of cairng
Yes sorry - I was scant with the details because I know people don't read
long posts.
I'm just using a standard array for the dp rather than an ArrayCollection
and I am overwriting the array each time. Eventually I think that each
bundle may have completely different items (they are actually funds
At the moment not sure - my test data only has the same 4 items in, but I
think it's going to vary.
On Thu, Jan 22, 2009 at 6:34 PM, Tracy Spratt wrote:
>How many items? This might be easier with Repeater.
>
>
>
> Tracy Spratt
> Lariat Services
>
> Flex development bandwidth available
> -
Yes, doing that already - thanks :)
On Thu, Jan 22, 2009 at 4:45 PM, ross_w_henderson wrote:
> Hi.
>
> Are you updating super.data in your set data function?
>
> If you aren't, give this a try:
>
> public override function set data(value:Object):void
> {
> super.data = value;
> if(value == null
Johannes, does slide Slide work well with modules as this project is
modular?
On Fri, Jan 23, 2009 at 7:46 AM, Johannes Nel wrote:
> kind of off topic now.
>
> i would actually look at slide, even for an existing app (if it uses
> viewstacks and states) for navigation. it makes life much much e
Hey Matt,
This sounds like it could be pretty interesting! But is there any guidance on
what questions are off limits, area's to focus on, etc, as I think a lot of
people will come wanting to talk about AIR / Flash Player rather than the SDK
strictly.
Gk.
Gregor Kiddie
Senior Developer
I had the same problem with a component I developed and the only solution I
found was to track rollOver and rollOut on both components (in your case for
the day and the popUp). For every component I set a flag to true on
rollOver. On rollOut I set it to false then only if both flags are false I
rem
73 matches
Mail list logo