If you can get the renderer to emit a custom event that contained the
data that might work.
Tracy
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of evert_dennis
Sent: Thursday, February 01, 2007 9:57 AM
To: flexcoders@yahoogroups.com
S
Are you updating the whole DataProvider? If so, then you will need to
store the selectedItems array and re-set it after the dataProvider is
changed.
If you are updating the individual nodes using the api, then the tree
will not close/initialize.
Tracy
Are you only doing Flex projects or have you tried to create a Java project
with Flex files included within?
On 2/1/07, Jeffry Houser <[EMAIL PROTECTED]> wrote:
Flex Builder 2.01 has been working fine for me on Eclipse 3.1.
( I assumed it was supported, but I could be wrong )
At 01:20 PM 2/1/
New Flex projects work fine. the error only occurs on Java projects.
On 2/1/07, Daniel Wabyick <[EMAIL PROTECTED]> wrote:
Not positive, but I don't think Eclipse 2.0.1 is officially supported in
3.1 You may need 3.2.
-D
Rich Tretola wrote:
>
> I upgraded my Flex Builder 2 plugin on Eclip
Is it possible to modify the wrapper html file itself when compiling on
the server using FDS (web tier compiler)? We were able to modify the
wrapper file when just using flex builder to create our swf's, but once
we switched to DataServices we can't get it to pick up our changes. Has
anybody done t
Flex Builder 2.01 has been working fine for me on Eclipse 3.1.
( I assumed it was supported, but I could be wrong )
At 01:20 PM 2/1/2007, you wrote:
>Not positive, but I don't think Eclipse 2.0.1 is officially supported in
>3.1 You may need 3.2.
>
>-D
>
>Rich Tretola wrote:
> >
> > I upgra
I guess the reason is in following line of PopUpManagerImpl.as:
line 574: IUIComponent(o.owner).setVisible(true, true);
Second parameter says do not dispatch "show" event... I wonder why is
it this way...
Maybe someone who understands this behavior will read these lines someday.
R.
On 2/1/07,
Hi all,
I am interested in building an interactive application (a catalog) for
my dissertation using Flex 2. The application would be completely
self-contained within a DVD. Can I do this with Flex 2? If not, can
someone suggest an alternative? Thanks for all your help.
sooby77
Matt
I'm located in Dayto Ohio. See my "tracert" below. This has been
going on consistently for at least 2 months, if not more.
-
---
1 7 ms 7 ms 7 ms *
2 9 ms 9 ms 8 ms dist1-vlan5
Not positive, but I don't think Eclipse 2.0.1 is officially supported in
3.1 You may need 3.2.
-D
Rich Tretola wrote:
>
> I upgraded my Flex Builder 2 plugin on Eclipse today (Eclipse 3.1 on
> Win XP) to 2.0.1 and I am now getting an error when trying to open any
> of my projects which were
I am finding that ASDoc (2.01) is ignoring bindable properties in mxml
files
public var myProperty:String
gets documented
[Bindable]
public var myBindableProperty:String
does not
set/get pairs are also affected
Hi everyone,
I cannot help you Roman to solve your problem, but I am able to
CONFIRM your bug( "feature") with FlexEvent.SHOW event not dispatched
from popUp window instance in modal mode if it is being shown for the
second and for the next time and so on.
In the attached sample application try t
Mikhail Shevchuk wrote:
> Is there any shell to play with Action Script 3 like ipython for python or
> smth. like that ?
> That would be extremely useful for rapid development.
See:
http://www.mozilla.org/projects/tamarin/
Adobe's released the ActionScript 3 virtual machine to the Mozilla
pr
heres the psd
http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.psd
On 2/1/07, dorkie dork from dorktown <[EMAIL PROTECTED]>
wrote:
heres my image:
http://judahfrangipane.com/blog/wp-content/themes/default/bin/images/kubrickheader_mask.png
i'm loading it
My question si simple. Can I create an empty folder in a tree.
Imagine I get a data like this.
Can I associate the bracket Folder to a folder and the bracket Item to
an Item. ?
Dude- you freaking rock. I have been stumped on that one for a
while... figures its something that blindingly simple. Thanks a million.
Ben
--- In flexcoders@yahoogroups.com, Doug McCune <[EMAIL PROTECTED]> wrote:
>
> Just stick a call to graphics.clear() before you call
> graphics.beginGradient
Anybody has a clue?
--- In flexcoders@yahoogroups.com, "tvikatos" <[EMAIL PROTECTED]> wrote:
>
> Loading a module from a module does not work for me.
> A->B->C
> When B tries to load C (using ModuleManager) the factory returns null,
> although all types seem setup correctly.
> However if I do
> A-
Figured it out :P variableRowHeight="true", it's working fine now :-)
Jay Proulx
[EMAIL PROTECTED]
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Proulx, Jason (EX22748)
Sent: February 1, 2007 11:57 AM
To: flexcoders@yahoogroups.com
Hi, everyone.
I've modified my previous example (if anyone saw it). Now I'm using
following approach to handle pop ups:
The pop up itself PopUpWindow.mxml:
http://www.adobe.com/2006/mxml";
layout="vertical"
horizontalAlign="center"
width="400"
height="300"
Just stick a call to graphics.clear() before you call
graphics.beginGradientFill(). I tested that and it should get it to
work. Got to make sure you're drawing from a clean slate.
Doug
ben.clinkinbeard wrote:
Hello, I have created a simple subclass of Canvas that allows rounded
corners and a
Hey All,
I don't remember encountering this issue before. I have a List
component with a custom item renderer, which includes an image loaded
dynamically at runtime. I want my List component to display all items
all the time, and I need to resize it depending on the number of items
that get l
Hi guys,
I have made a post in similar vein to this one, and had a couple
comments. I agree that when possible, using managed associations and
individual destinations for each side of the association is a best
approach. However I'm running into issues with the "hierarchical
values" approach you m
Where are you located? We've made some changes to get adobe.com faster
actually, but have noticed some slowdowns on certain things. I was
recently told we're serving close to 600 Mbs right now, especially since
Lightroom just launched, so we push out a fair amount of data :-)
Matt
___
--- In flexcoders@yahoogroups.com, "Douglas Knudsen" <[EMAIL PROTECTED]> wrote:
>
> you need a EmployeeVO CFC with matching properties and the full array of
> mutators and accessors.
Actually, you don't. If you want to save a lot of typing and do it the KISS
(keep it simple,
stupid) way, you
I have a rest service where I send it the request as xml and the
response comes back as xml, does someone have a simple example I could
look at as I'm having issues.
cheers,
Grant
...
> b l u e t u b e i n t e r a c t i v e.
.: grant davies
.: 404.428
Is there any way to force the sort direction arrows on a DataGridColumn
to be displayed? What I need to do is save the direction a column has
been sorted and then when the user reloads the app I have to set the
grid up just like they last left it.
I can easily enough sort the data correctly on
I upgraded my Flex Builder 2 plugin on Eclipse today (Eclipse 3.1 on Win XP)
to 2.0.1 and I am now getting an error when trying to open any of my
projects which were defined as java projects. Here is the error:
"A problem occurred while opening this project. Try quitting and restarting
the appl
Why have the Adobe.com servers been so Slow and Erratic over the last
couple months? Any time I go there for Flex info, I always have to
Refresh at least once. I've asked around, but no one seems to know.
If you would use the following class it is ;)
Greetz Erik
package fly.flex.containers
{
import mx.containers.FormItem;
import mx.core.EdgeMetrics;
import mx.core.UIComponent;
import mx.core.mx_internal;
import mx.styles.CSSStyleDeclaration;
import mx.styles.StyleManager;
[Style(name="labelAli
Try this:
mx.utils.URLUtil.getServerName
(mx.core.Application.application.url);
I would create a handler for your HttpService result and then do the
following:
public function onResultHttpService(event:Event):void{
myTree.dataProvider= event.lastResult;
myTree.validateNow();
myTree.selectedIndex=0;
I had asked the original question here:
http://tech.groups.yahoo.com/group/flexcoders/message/62626
And received several helpful responses involving the ArrayElementType
metadata tag. This works for the case of dealing with types of
objects in arrays, but doesn't resolve the more general questio
Thanks for the huge amount of advises. ;)
As it appeared the hole thing was in method hidePopUp of PopUpWindow.
We do removePopUp there and after it focus of course changes and this
pop-up fires focusOut. in focusOutHandler we call the very same
hidePopUp. But, it isn't popped up now. So the only
I will, hopfully, have a JAWS upgrade coming soon. I am using IE and the
wmode is set to window.
JAWS is finding the movie and even reading the name and description strings
set for a button in the movie. It seems to not be able to find any of the
imported components. I think I have an architectur
is changing the wsdl propery of the web service enough ? or should I
use the "loadwsdl" method as well?
When I'm, repating the action (in logout login case) - should I logout
or disconnect the service before resetting the wsdl?
Thanks
editable="false" on DataGrid or on DataGridColumn if it's the single column
you don't want to edit.
R.
On 2/1/07, wifi19 <[EMAIL PROTECTED]> wrote:
hie
how can i do to get cell clic on a datagrid without edit this cell
thank!
awesome work
oh and go gators! :)
DK
On 1/31/07, Dave Wolf <[EMAIL PROTECTED]> wrote:
Thanks! We have some awesome guys here who make all the magic happen.
Yes indeed we did.
--
Dave Wolf
Cynergy Systems, Inc.
Adobe Flex Alliance Partner
http://www.cynergysystems.com
http://www.cynergysys
hie
how can i do to get cell clic on a datagrid without edit this cell
thank!
Assuming the locations are all in some data structure, i'd say keep that
structure and just iterate through each item and draw them on a single
canvas using the Graphics class/object. Then register a mouse listener for
the entire canvas and calculate which container you clicked on based on the
x
Hello, I have created a simple subclass of Canvas that allows rounded
corners and a gradient background, but its position is not being
updated correctly. When binding its width to the width of a child
textfield, it only sizes correctly when the width increases. When the
child textfield's width decr
I've got a repeater which is creating objects based on how many items
are in the HorizontalList. For the sake of this example lets say
there are 6 items. When I roll over an itemRenderer in the list I am
passing data to that object based on which itemRenderer you are rolled
over using event.itemR
Hello folks,
I'm trying to put about 10,000 to 15,000 rectangles
in a stage.
And I'd like to know what could be the best way to do this..
Of course, I can just draw everything on the stage,
without having to make instances of a class,
which defines the way to draw them.
Yet the thing is tha
Absolutly awesome, great work!
Dimitrios Gianninas
RIA Developer
Optimal Payments Inc.
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian
Dunphy
Sent: Wednesday, January 31, 2007 10:26 AM
To: flexcoders@yahoogroups.com
Subject: Re:
Hi,
As the structure seems to be the place to specify all the
web service elements, can anyone please tell me how this would work
where we could have the situation of optional data?
For example if there was a web service which accepted a number of
previous addresses (say 3) but you only had 2 ad
I am trying to use Maven2 with the maven-flex2-plugin to build and
deploy the CairngormStore for Flex 2.
Has anyone had any success with using Maven with a Cairngorm based
Flex project?
-john
In Flex is there a way to determine if a user has made any input to any
control on a page without having to check each individual control? My
app. makes use of several TabNavigators with several tabs in each and I
would like a way to tell which tabs have changes, if any, when the user
clicks S
Is there any shell to play with Action Script 3 like ipython for python or
smth. like that ?
That would be extremely useful for rapid development.
--
A vivid and creative mind characterizes you.
I've written a small view-switching component that is based on
: .
It's set up so that if a child UIComponent is added to it at runtime
(eg: via in an ), a new is
automatically added to the instance.
The added state is also supplied with an eventListener for the
"enterState" event, such that
6.0 is really buggy. I recommend 6.1 or 7.0/7.1. 8.0 is also out but
not quite "proven" yet.
Other things to look for:
1) don't use anything except wmode=window in the HTML object params.
2) You need to use IE
If those don't help, send me a link and I'll take a look.
AWK
> -Original Mes
Hi,
I'm sure this is excruciatingly simple but i couldn't find an answer (I must
be searching with the wrong keywords).
I have a Panel.
Inside it is a Text component, and a Repeater underneath that (...repeating
a CheckBox) .
All works fine.
I want to set the "maxHeight" of the Panel to 200px,
thanks for the feedback. We are thinking of some type of object stored and
passed with
every HTTP service call. just not quite sure how to do it. I will pass this
along to my
programmers.
Thank you all for the great help. I can't tell you how much I appreciate
it.
One note. I mentioned the command line debugger in my initial post. I
got this working in linux (Ubuntu 6.10). I had to manually install the
flashplayer executable from the Adobe website (I couldn't find it in the
SDK) an
I haven't seen this specific issue, but I also haven't tried to do it. I
have seen issues with Cntrl+Click in firefox not being able to make mulitple
selections in list components and also wheel mouse functionality not
working. I believe these are all WMODE issues that have not yet been
resolved
bump
--- In flexcoders@yahoogroups.com, "cheftimbob" <[EMAIL PROTECTED]> wrote:
>
> I have an application that uses and IFrame to display images and word
> docs as well as PDFs.
>
> If I right click on the application somewhere, not on the IFrame, and
> select the settings menu, there applicati
Ely over at QuietlyScheming.com just created a SuperImage component
which I believe fixes the issue you're experiencing.
http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/
Cheers,
Brian
On 2/1/07, maikelsibb
Jason
Everything is going fine with my MXNA here.
Kind of problem (if could be a problem) it's in fact of the guys at Cy. Sys.
had pinged again some old post. This happens.
Best.
On 2/1/07, Jason Hawryluk <[EMAIL PROTECTED]> wrote:
4 pages of Cynergy Systems Blog posts (old ones mind you)
On Thursday 01 Feb 2007, Stembert Olivier (BIL) wrote:
> package
> {
> class Test
> {
> }
> }
>
> var var1 : String;
>
> public function dummy():void{}
..
> I don't understand why I got the compilation error since I have only one
> declaration with the public attribute.
> duly sig
On Wednesday 31 Jan 2007, Mike Chambers wrote:
> I think the scenario you described below would be possible without
> having to launch an EXE
Well, yes, if mailto: HREF's are supported, but we may also want to fire up
VoIP interface apps etc. etc.
> (although I would have to think about the pul
Agreed. I'm struggling to find real-world examples of using FDS + JAVA.
There's plenty of 1 datagrid - 1 form examples, but nothing more
meaningful.
Steve
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of benjidudu
Sent: 01 February 2007 09:01
To
On Wednesday 31 Jan 2007, Ted Patrick wrote:
> simplistic but if the login response was that there was 'no user', you
> could prompt the user to 'register', then 'login', then 'getUsers'. It
Maybe you are just picking bad examples of what you are trying to do with
parsing error messages, but best
I've got a HBox with number(about 10) of images (375x200). For some
reason the images are flickering. It's really anoying.
I'm changing they x-property and let the moveEffect handle the rest,
for some reason it really looks weird.
Tom and Jeff, thank you very much. It works without a glitch.
Is this documented somewhere? I looked for it for a while without
finding it.
This brings me to the FDS documentation. I think the Flex
documentation is very well done and detailed. But the FDS
documentation is quite the opposite. It se
101 - 162 of 162 matches
Mail list logo