ke an intelligent person would. :)
On Sep 7, 2007, at 3:41 PM, Tom Lee <[EMAIL PROTECTED]> wrote:
Hi guys,
I'd like to pass the entire data object from a DataGrid ItemRenderer
to a method in my controller, when the row is clicked. The controller
method requires an object of a speci
Hi guys,
I'd like to pass the entire data object from a DataGrid ItemRenderer
to a method in my controller, when the row is clicked. The controller
method requires an object of a specific type. I have filled the
DataGrid dataprovider with strongly typed objects, but when I access
them vi
Just wanted to give this a bump - anybody else encountered this?
_
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Lee
Sent: Monday, January 08, 2007 6:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TextArea Scrollbar doesn't update onMouse
Hi guys,
Just wondering if any of you have found a workaround to update the thumb
position of a TextArea's Scrollbar when the onMouseWheel event is fired. It
doesn't seem to update on its own (I happen to think it should) and when you
click the thumb after using your mouse wheel, the TextArea'
I’ve been using a custom formatter that extends mx.formatters.DateFormatter.
Here’s the code:
package tl.formatters
{
import mx.formatters.DateFormatter;
public class DateFormatter extends mx.formatters.DateFormatter()
{
super();
}
s%40yahoogroups.com> ups.com,
"Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> Can anyone point me to a list of Flex framework bug fixes for the 2.0.1
> release? I'm interested to know if there have been enhancements to
the web
> service stack, especially related to .Net web services.
>
>
>
> Thanks,
>
>
>
> -tom
>
Can anyone point me to a list of Flex framework bug fixes for the 2.0.1
release? I'm interested to know if there have been enhancements to the web
service stack, especially related to .Net web services.
Thanks,
-tom
For everyone's benefit: I found the solution to this problem at
http://rantworld.blogs.com/flashlit/2006/08/styling_flex_te.html
Ironically, I found it by accident while Googling for something else. :-)
_
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf O
Jason,
Have you found a solution for this issue? I can't seem to make this work
either, although I used to do this all the time in Flash.
Thanks,
-tom
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason
Sent: Thursday, August 03, 2006 10:1
Hi Thiru,
I haven't used the Flex/Ajax bridge. However, I have done a lot of work
with Flash/JavaScript communication. One thing I've learned is that if you
make multiple calls too rapidly, they have a tendency to fail at random in
certain browsers. If possible, I would suggest that you comb
if this is out of left field (and wrong), as I haven't read
> through the rest of the thread, but is it the case that dataChange is
> fired during scrolling because the item renderers are reused by the
> list control with different items in the dataProvider?
>
> Cheers,
>
If this is completely not helpful to your situation due to my lack of
reading the thread I apologize. I am walking out the door so here is
hoping this is useful :)
Ben
--- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com,
"Tom Lee" <[EMAIL PROTECTED]> wrote:
&
Ben,
Did you ever find a satisfactory answer to this? I'm facing the same issue.
Thanks,
-tom
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of ben.clinkinbeard
Sent: Thursday, July 20, 2006 11:59 AM
To: flexcoders@yahoogroups.com
Subject: [flex
Thanks for the reply - Yeah, I meant stopPropagation(), apologies. If I
understand you correctly, you're saying that because events go through a
top-down (parent-to-child) capture phase before they bubble up, it would be
possible for someone to mistakenly add a capture-phase listener to the
event.
I have to take issue with a few of your points. If implemented correctly,
custom events can be very powerful and more flexible than other options.
"Bubbling has very few real-life applications outside of low-level
mouse and keyboard events."
Mouse and keyboard events make for a lot of real-life
Hi guys,
I have a custom component which is basically an Accordion
where every pane contains a TileList which uses a ComboBox for the item
renderer. In the Accordion, I have an array which will hold the data from
the selected ComboBoxes (each ComboBox has a unique integer in its data
I figure Adobe Labs would be a great
middle ground for this sort of thing – Put the fixes out there for the
early adopters (with the appropriate warnings) and then make official releases
less often. After all, it’s not like these fixes are Player revisions.
From: flexcoders@y
Title: Re: [flexcoders] Embedding fonts at runtime
Just wondering, is [Embed] directive
compile-time, or run-time?
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte
Sent: Wednesday, August 30, 2006
2:43 PM
To: flexcoders@yahoogroups
ython and some examples of
these patterns. I will clean them up and post them to my blog.
Cheers,
Ted Patrick
Flex Evangelist
Adobe Systems Incorporated
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Lee
Sent: Wednesday, August 23, 2006
/06, Tom Lee
<[EMAIL PROTECTED]> wrote:
Hi guys,
By default, the width of a column in a TileList
component is equal to the width of the first item in that column. This is
weird, because if any subsequent item is wider, it gets clipped. Does
anyone know of a way to make the
Hi guys,
By default, the width of a column in a TileList component is
equal to the width of the first item in that column. This is weird, because if
any subsequent item is wider, it gets clipped. Does anyone know of a way to
make the column width fit the widest item?
Thanks!!
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Lee
Sent: Wednesday, August 23, 2006
9:22 AM
To: flexcoders@yahoogroups.com
Subject: RE: [Junk E-Mail - LOW]
[flexcoders] Re: Choice of backend systems - which provides
I'm sure someone al
Sometimes it's not obvious from debugging that the lack of a crossdomain.xml
file is at issue. Perhaps you could list some common symptoms of malformed
or non-existent crossdomain.xml files?
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ted Pat
Several of these posts now have seemed to indicate environments where the
Flex developer has the capability to manipulate the server side to their
liking. Yes, you can squeeze a lot of performance out of any transport
method if you can manipulate it as you see fit. I wonder if that scenario
is ty
> One key enterprise objection to using AMF is the lack of AMF clients for
> integration.
> Would non-flash clients for AMF and Messaging help?
I can understand why it would be difficult to shell out $20K per proc for
something that is solely for the Flash platform. That's almost as much as S
I can vouch for that statement, from my own personal experience. If you're
working with large amounts of data, the lag is quite unacceptable.
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Claus Wahlers
Sent: Thursday, August 24, 2006 1:00 PM
To
>> I’d like to hear the first
story that changing webservices by AMF increased the user experience
significantly and sealed a certain business proposition.
I was developing a Flash front-end for an
existing .Net application. The Flash app used web services, whereas the
.Net app was
rovides
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
> Do I think I should have to be making 10 sequential web service
calls? No.
> But then again, I don't develop web services.
>
Which is an interesting loop back to my initial reply to t
I'm sure someone already pointed this out, but network latency is also a
factor. AMF is a compressed format, so it can load faster and in that sense
make your app more responsive. With XML web services, the tags themselves
add a degree of overhead. There are schemes for compressing web services
In my world, 300 milliseconds does matter. 10 sequential calls and you have
3 seconds of latency, which is definitely in the realm of something the end
user would notice.
Sometimes the end user is a key decision maker comparing two apps
side-by-side and making a judgment call as to which one will
I finally managed
to make
> > something very elegant and scalable. Obviously this isnt for the
fainthearted
> > and you might have to unlearn somethings from the VS world (as I
did) to deal
> > with the Flex logic.
> >
> > If anyone is stuck, give me a shout..
>
u can't do this:
namespace def = myXML.namespaceDeclarations()[0];
use namespace def;
If someone figures out an easier and/or more flexible way I am
definitely all ears though.
Ben
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> I've been debat
eard
Sent: Wednesday, August 16, 2006 3:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: XML parser chokes on un-typed xmlns
Don't get me started on default namespaces in Flex/AS3... :)
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
/tempuri.org/";;
use namespace temp;
trace("Node B from myXML2: " + myXML2..b);
HTH,
Ben
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> Thanks, Ben - I've seen this before (I believe you directed me to
this page
> on a p
s] Re: XML
parser chokes on un-typed xmlns
http://www.returnundefined.com/2006/07/dealing-with-default-namespaces-in-flex-2as3/
Ben
http://www.returnundefined.com/
--- In flexcoders@yahoogroups.com,
"Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
>
>
Ben
http://www.returnundefined.com/
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
>
>
>
> I am having some difficulty parsing .Net web service results. The
problem
> lies in the fact that Flex's XML parser doesn't like un-t
Hi everyone,
I am having some difficulty parsing .Net web service
results. The problem lies in the fact that Flex’s XML parser doesn’t
like un-typed xmlns declarations of the type found by default in .Net web
services. Try the following:
with this code?
>
> For your second example, if you wrap the lines other than the import
> inside of a function it should work.
>
> HTH,
> Ben
>
> --- In flexcoders@yahoogroups.com, "Tom Lee" wrote:
> >
> > I can't figure this out for t
@yahoogroups.com
Subject: [flexcoders] Re: WebService - What's wrong with this code?
For your second example, if you wrap the lines other than the import
inside of a function it should work.
HTH,
Ben
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> I ca
I can’t figure this out for the life of me – I’m
following other people’s examples, but still getting errors. This
must be something obvious… Here’s my code (I’ve removed the
actual WSDL url):
And here’s my error:
e request is being sent but nothing is being returned
then you can pursue the service and verify that its not hanging or
doing something wrong.
It's kind of hard to recommend other ideas without seeing your code,
but I totally understand why you can't post it.
-- James
--- In
e doing?
There are alot of cool bro's on this site that will help but we will
need a starting point.
cya,
Rich
--- In flexcoders@yahoogroups.com, "Tom Lee" <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
>
>
>
> I'm having some trouble with a WebService ca
Hi guys,
I’m having some trouble with a WebService call and can’t
seem to pinpoint the trouble. The WSDL loads fine, but any calls to the
web service result in nothing. No fault, no result, not even the busy
cursor (even though I’ve got showBusyCursor=”true”). Anyone
have any sugge
44 matches
Mail list logo