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: 12330
  • 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 20860 - 20889 of 165743   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20860 Parekh, Shweta - BLS ...
shweta_parekh Send Email
Sep 1, 2005
6:42 pm
Hi, I am getting errors (It is not a known type or a property of mx.containers.TabNavigator) when I am trying to run my Flex application on BEA Weblogic 8.1 on...
20861 Michel Bertrand
michel.bertrand@... Send Email
Sep 1, 2005
6:43 pm
Hello ! I'm doing a bechmarket regarding Cairngorm and Struts features, so does anybody know if and when the Cairngorm project will support: - Error Handling -...
20862 delaquae Send Email Sep 1, 2005
6:54 pm
I need to be able to call a function when a specific cell in a DataGrid has been changed and would like to know the best way to accomplish this?...
20863 delaquae Send Email Sep 1, 2005
7:08 pm
I have not had any luck setting the background alpha on a Tree component. I would like the tree background to reflect the Panel background in which it...
20864 parinda_b_patel Send Email Sep 1, 2005
8:00 pm
You will need to write your own MXML or ActionScript to perform that. There is no ready to use tool in order to do that. ... want to...
20865 parinda_b_patel Send Email Sep 1, 2005
8:00 pm
Can anybody help ?...
20866 parinda_b_patel Send Email Sep 1, 2005
8:00 pm
It looks like its context-path issue. ... application on ... I have ... and I ... followed ... ...
20867 Jeremy Rottman
jarottman Send Email
Sep 1, 2005
8:08 pm
I am not sure where to begin. My app structure is folder based start with index.mxml/application.cfm on the top teir. Then I move into folders that I can...
20868 Steven Webster
swebsteratit... Send Email
Sep 1, 2005
8:09 pm
Hey Michel, - Error Handling What would you require exactly; remember we're not "in JVM" so the responsibility to throw errors is different. What would you be...
20869 cruegger2000 Send Email Sep 1, 2005
8:12 pm
I want to have a form on the client side that accepts a list of items of the same type/meaning, for example people's names. I would then send a value object to...
20870 nostra72@...
nostra72 Send Email
Sep 1, 2005
8:19 pm
Is using a shared object the best way to say store someone's password so that nobody else can get to it? Also are there examples of programs where a user can...
20871 Manish Jethani
manish_jethani Send Email
Sep 1, 2005
8:22 pm
... I think you're looking for the cellEdit event. Manish...
20872 Mercer, Dustin
james_d_mercer Send Email
Sep 1, 2005
9:23 pm
You have to set the namespace property (xmlns:xxx) on either the app or the instantiated control. I.E. Option 1: <mx:Application...
20873 pilby1 Send Email Sep 1, 2005
9:23 pm
I noticed that in the html page that FlexBuilder generates, there are the following flashvars variables: - historyUrl - lconid What would be the consequence of...
20874 heybluez Send Email Sep 1, 2005
9:42 pm
This is great! Thanks! ... replacement ... jump. We ... just for ... easily ... http://www.mail-archive.com/flexcoders%40yahoogroups.com...
20875 Jeff Krueger
powellbullfrog Send Email
Sep 1, 2005
9:56 pm
Hello, I would like direct all the flex log info to a specific file. In the flex-config.xml file in the logging section there is the setup for file logging....
20876 Dennis Baldwin
flashcfm Send Email
Sep 1, 2005
10:22 pm
If you decide to use a SharedObject then be sure to utilize some level of encryption. Check out http://www.db75.com/blog/archives/000103.html for a basic...
20877 k631go2 Send Email Sep 1, 2005
11:28 pm
Based on the example in the livedocs: http://livedocs.macromedia.com/flex/15/flex_docs_en/00000619.htm I would like to be able to remove the colored boxes...
20878 Andrew Spaulding
achillesflex Send Email
Sep 1, 2005
11:39 pm
Better still, take a look at AScrypt, cryptography class library set which covers the following encryption algorithms: Base8, Base64, Goauld, LZW, GUID, RC4,...
20879 Andrew Spaulding
achillesflex Send Email
Sep 1, 2005
11:42 pm
Option 3 also works like this ;-) without giving the namespace a reference: <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> <AddSale...
20880 Matt Horn
danger4242 Send Email
Sep 2, 2005
2:51 am
If you remove the historyUrl, users can no longer use the browser's back and forward buttons to navigate through their Flex app. This flashvar is necessary for...
20881 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:23 am
That seems like a bug, the reason it's pulling the exponent is probably because of that hyphen after the e, it parsed the number incorrectly as -4 and -12....
20882 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:24 am
Any object you receive back from a RemoteObject should work in any system you want (like the Reflection API). But it's going to be the AS object, it won't...
20883 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:29 am
These are all the XML files that he had. Matt ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf...
20884 Sreejith Unnikrishnan
sreejithunni Send Email
Sep 2, 2005
4:34 am
Thank you very much....
20885 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:40 am
I don't think Tree or the Lists support alpha for their background. I might be wrong but it's what I remember...sorry. Matt ________________________________ ...
20886 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:43 am
Easiest way might be to componentize the FormItem. Then you give the FormItem its own id but the IDs inside all can be the same. Matt ...
20887 Matt Chotin
m_chotin Send Email
Sep 2, 2005
4:47 am
Rough sketch maybe... you would want to add a reference to the canvas itself as part of your drag source data. So instead of just relying on the format that...
20888 Prasad Dhananjaya
prasad@... Send Email
Sep 2, 2005
6:20 am
Hi All, I want to draw some dots on the canvas(which are going to use as codinates) and I did it. But when I move scrollbar(vScrollbar or HScrollbar) these...
20889 Alberto Albericio Sal...
alberto@... Send Email
Sep 2, 2005
7:00 am
Ok, thanks all... it seems I will have to deal with AS hehe ... -- Alberto Albericio Salvador Aura S.A. Seguros Departamento Informática...
Messages 20860 - 20889 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