Rob,
the dashboard on your blog page isnt loading btw..
Thijs
Op 4-mrt-2006, om 7:37 heeft Rob Rusher het volgende geschreven:
> Sergio,
>
> I did a presentation at MAX last year on building a dashboard. The
> preso is
> based on Flex 1.5 but it can at least get you started.
>
> http://www.r
I am wondering if there is any Flex (or related technology)
conferences coming up in 2006.
I have seen RIA Conference by SYS-Con (http://riaconference.com/).
Flash Forward is in September, 2006 in Austin. Will there be any Flex
related stuff during this conference?
I see some AS3 being presente
It sounds like you are asking why
myXML.some-node
doesn't give you what you wan. The answer
is that it is actually a subtraction:
myXML.some - node
This isn't a bug; it's just how the . and
- operators work in AS3 and E4X. When a node name isn't a legal AS3 identif
There are drawing APIs like beginFill(), drawRect(), etc. that you can
use to draw the squares. Check out the Graphics class.
- Gordon
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of andrewstuartblah
Sent: Saturday, March 04, 2006 1:14 PM
To: fl
Yes, but that's not what the code I commented on was doing.
It was doing
new Date("2006", "03",
"22");
I was simply trying to point out that it would be more
efficient to do
new Date(2006, 3, 22);
rather than having "2006" coerce to 2006,
"03" coerce to 3, and "22
You want to use the name of the variable that
you used to embed the resource.
[Embed(“foo.swf”)]
public var symbol1:Class;
More here:
http://livedocs.macromedia.com/flex/20beta1/docs/0791.html
I’m not sure how much is working in B1 (e.g., the example code in
there i
Forgive me the typo below, I meant “for
an application developed with Flex 2.0”, of course.
From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephane B.
Sent: Saturday, March 04, 2006
1:02 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2.0
Since hyphen is minus in the language
there’s no way that we can support it in an e4x _expression_. You’ll
have to use the bracket notation for it. This is something that won’t
change.
Matt
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of C
Did you restart the server? I’m
assuming this is 1.5 since you said you edited flex-config.xml?
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mi Shikha
Sent: Saturday, March 04, 2006
2:39 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders]
Hi, we shipped the haloclassic theme in
the themes folder. So you just need to get that thing loaded and hopefully it
will work. I don’t know how tested it is right now…
Matt
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stephane B.
Se
Hi Matt,If the XML is external and I have the icons embeded in the SWF, How could I reference the icons in the external XML?I was trying a lot of ways but I couldn't get the icons displayed in the menu items.
Could you say me if that is possible to accomplish or I'm trying something that we can
Hi,I was playing with the new AS3 E4X and trying to access the following kind of XML node:Hi!I can't access this kind of node due to the middle "-" char. This problem happens in old AS2 XML object too.
In both XML objects (old AS2 and new AS3) we can reach the node using the following notation (
I have whitelisted the webservice with its given end point. When I send the request on button click, I get this messagejava.lang.RuntimeException:You are not allowed to access the endpoint http://localhost/etc-etc/etcetc via this proxy. The URL is not in the endpoint list for the service.I adde
Hello
I'd like the background of my application to be a checkerboard /
chessboard pattern.
Can anyone suggest an easy programmtic way to do this?
I'd like to avoid using bitmaps but i'll do it if need be.
Thanks
Andrew
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcod
Hello everyone,
Is there any safe way to use the Flex 1.5 default skin and
theme (Halo) for an
application developed with Flex 1.5?
Thank for your time.
Stephane B.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Searc
I'm sure it's doing slightly more than an implicit coercion, when you do something like:
new Date("Mar 10 20:00 2006");
;-)
Peter
On 3/4/06, Gordon Smith <[EMAIL PROTECTED]> wrote:
Sure, it's perfectly happy to coerce a
string like "2006" to the number 2006. But if you
The integration comes in the fact that the flash player inherits the
HTTP stack of the underlying browser. What that means is that any
data service call, whether , or
make calls on the same HTTP Session containing the
same j_sessionid cookie value. That might seem quite simple on the
face of it
Gordon may be able to answer this better
but I thought I saw him say that we were firing that event too early in beta 1
and were fixing things to only do it after the children were actually created.
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf
This is 1.5? And chkBusyValue is an
object in your class? You probably need a Delegate for the busyValueLabelFunc
col.labelFunction =
mx.utils.Delegate(this, busyValueLabelFunc)
As for when you send it through a remote
object, you’ll either need to convert it on the server-side
I don’t think we allow invalid XML
in the e4x stuff at least. You can try using the flash.xml.XMLDocument class
which is the legacy XML object, I suppose it may do what you want.
Matt
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel
Sorry, that might actually be for the background color of the header.
You may want to use the headerStyle to define the actual text color.
I'm not sure of the exact syntax, try making a named style and then
putting the color in it.
Matt
-Original Message-
From: flexcoders@yahoogroups.com
Check out the headerColors style.
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of andrewstuartblah
Sent: Saturday, March 04, 2006 2:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2 - how do I set the color of the header on a
grid?
I believe that the Menu expects any icons to be already loaded, it won't
load icons dynamically. So what you have is correct only if you've
embedded those images in the SWF. Actually you'd probably need to
specify the embedded name.
I'm not sure Menu will support loading images on its own...
Th
Yes, the one that has the loader control
in it. The point is you need to make sure that the first application you load
has the DragManager linked into it. Maybe do a static var in the Application?
private static var dm:DragManager;
I don’t think _lockroot will do
anything for yo
Title: Message
Hmm, I think this might be though to do,
it’s an interesting use-case. I think maybe you’re going to need
to do something custom. Like give each column a cell renderer that looks at a
certain property on the item that it’s viewing and determines if it
should show the edit
Where did you store the RemoteObject instances? It may be that you
can't delete them, but you just have to set them to null.
Matt
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sn197412
Sent: Friday, March 03, 2006 8:28 AM
To: flexcoders@yahoog
I'm confused, you want to clear those inputs, but when you call the
service you want them filled again? The result handler will fire again
when the next result is returned and everything will fill in, right?
I'm not sure I understand what piece you're missing here.
Matt
-Original Message
If you call Alert.show you’ll get
the Alert instance back. You should be able to then set its width and height.
Matt
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Deepak Verma
Sent: Thursday, March 02, 2006 9:41
PM
To: flexcoders@yahoog
random thoughts...in no way construed to be a instigation.
Is using FORM or BASIC really an integration of Flex and J2EE though?
Seems to be no different then HTML, does one claim that HTML and J2EE
integrate well? Hmm...just some thoughts. Now, if you use the
setusernamepassword() in Flex,
http://weblogs.macromedia.com/cantrell/: : ) Scott
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
The proxy doesn't have anything to do with images so you don't need to
mess around there.
If your SWF is served from the network and the image is served from the
network I believe Flex should let you load the image. The problem is if
the SWF is running as local or the image is served as local.
M
Tracy,
Yep this is definately coming out from us as Carson said. I'll post
here when its been published. I've been thinking a lot about it
recently. I think its really important to show it from a Flex login
form also. Its such an awesome example of how well Flex just
seamlessly integrates into
hi all
i have
http://www.macromedia.com/2005/mxml" xmlns="*">
where __tool's creationPolicy is set to none
then in a function is do this
__tool.createComponentsFromDescriptors(true); to create this child
and in __tool's creationCompleteEvent i
Hi
Can someone guide me to secure my jms adapter for some particular
domain in FES 2.0? I have created an application that is using
messaging service and I don't want to access that service by other
application with different domain and hosted on same machine. Can we
use something like whitelist t
I added a DataGridColumn to my grid using the following code * var col:DataGridColumn; col = new DataGridColumn(); col.headerText = "Busy Value"; col.columnName = "busyValue"; col.labelFunction = busyValueLabelFunc;selectedFieldsGrid.addColumnAt(4,co
Hi guys,
I am trying to load images into my app where the user specifies the
url of the image. I believe I'm getting a sandbox violation since the
urls aren't known at compile-time. I want to edit flex-config.xml to
allow the app to access any image on the web. How should I do this?
I tried putti
Hello,
I can't work out how to set the header color on a grid.
It seems that the header text has the same color as the text of the
rows in the grid.
But I want to have a different color for the header text.
Any help appreciated.
Thanks
Andrew Stuart
--
Flexcoders Mailing List
FAQ: http:
Hi all,
I was wondering if you can parse unterminated XML elements in flex
2.0 beta. For example I want to parse the following
string "" into a XMLNode. I keep getting this
error "XML parser failure: Unterminated element". In flash 8, I can
successfully parse unterminated XML, A flash 8 ex
Hi all,
I was wondering if you can parse unterminated XML elements in flex 2.0 beta. For example I want to parse the following string "" into a XMLNode. I keep getting this error "XML parser failure: Unterminated element". In flash 8, I can successfully parse unterminated XML, A flash 8 exa
Sure. There are a few simple diagrams and explanations in a tutorial at:
http://www.ultrashock.com/tutorials/flashmx2004/v2a-01.php
Bill Lane
--- In flexcoders@yahoogroups.com, "Dmitry Miller" <[EMAIL PROTECTED]> wrote:
>
> Bill, hi
>
> You have mentioned a diagram for AS2. Do you happen to h
I am not using Flex, I am mostly curious what I would have to do to my existing Flash actionscript code when AS3 is out for Flash.Gordon Smith <[EMAIL PROTECTED]> wrote:Whoa not only is there no eval(), there's no _target, no _level0, and no _global! Plus, yo
Thanks to all. It's good to know I'm on the right track. Obviously
there is a lot to get a handle on for a Flex newbie. The link for the
book is particularly appreciated (208 pages that should keep me out of
trouble for a while).
Bill Lane
--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EM
I was thinking about something like that for my
projects, long to see the component released.
A good job,
Street
--- jeremy lu <[EMAIL PROTECTED]> wrote:
> the component will be released in swc format afer I
> finished the project and
> got time to refurbish the code, about a month later,
> will
Thanks a lot Tracy...ur code did the job :)
--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> There is a working example of drag drop within the same tree in the
> archives. Search on the subject "Drag and Drop in Tree Componet"
(yes,
> sp)
>
> Tracy
>
> -Ori
44 matches
Mail list logo