Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 14304 - 14333 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14304 wesflex73 Offline Send Email May 1, 2005
10:47 am
I am sure there is an easy answer for this but I have tried a few things and not sure where to go from here. I have a list that is populated from an array in a...
14305 Jeff Tapper
jefftappernyc Offline Send Email
May 1, 2005
11:46 am
Heres a quick answer from my undercafineated brain <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> ...
14306 Darron J. Schall
darronschall Offline Send Email
May 1, 2005
12:50 pm
... Just change the line in the loop to: states.removeItemAt(delState[i]-i); Everytime you remove an item, all of the indexes need to be shifted left 1. If...
14307 dilsedil4u Offline Send Email May 1, 2005
2:18 pm
I am new to flex, i have the flex builder software and Jrun server, i installed jrun first and Flexbuilder next, but when i start the jrun server the...
14308 david.aaron@...
zog_dev Offline Send Email
May 1, 2005
3:30 pm
Have you considered de-incrementing the loop? Take the last one first then the compression would not change the lesser values. I think this might be more...
14309 m.everett@...
redletters07... Offline Send Email
May 1, 2005
4:38 pm
The original message was received at 2005-05-01 11:34:42 -0500 from postoffice.local [10.0.0.1] ... <m.everett@...> ... <<< 550 5.1.1 unknown or...
14310 Darron J. Schall
darronschall Offline Send Email
May 1, 2005
5:24 pm
... If you're really worried about the efficiency you shouldn't use removeItemAt, but rather just call: states.splice( index, 1 ); That will delete a single...
14311 Wes Leonardo
wesflex73 Offline Send Email
May 2, 2005
12:11 am
Thanks all for your help. I went with the states.removeItemAt(delState[i]-i); solution since it was the quickest to implement. I did have to add...
14312 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:25 am
When you say not all the changes percolate what do you mean? Calling invalidate() on a container should normally cause everything to update layout-wise. _____...
14313 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:34 am
Have you checked the RestaurantFinder tutorial on Christophe's blog (http://www.coenraets.com/ <http://www.coenraets.com/> )? I'd start checking out your...
14314 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:39 am
You're going to need to set up another system since every DataGrid is going to update to the last result that fired. <mx:Script> Function getProducts(propId,...
14315 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:43 am
Yep, HTTPService supports event.call the same as RemoteObject. Matt _____ From: flexcoders@yahoogroups.com [mailto:jruud@...] Sent: Friday, April 29,...
14316 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:44 am
What is the problem here? The DataGrid isn't as wide as you want? Set your width and height to 100% and maybe set your margins down to 0 if those extra ...
14317 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:46 am
That's not going to return source though, it will end up compiling the application and returning the html wrapper for the swf. I think you should look into...
14318 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:46 am
CSS is eventually translated into calls to setStyle so there isn't much of a difference there. Matt _____ From: flexcoders@yahoogroups.com...
14319 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:47 am
Check out christophe's demo here: http://www.coenraets.com/viewarticle.jsp?articleId=90 <http://www.coenraets.com/viewarticle.jsp?articleId=90> Matt _____ ...
14320 Matt Chotin
m_chotin Offline Send Email
May 2, 2005
3:49 am
You can file a bug report here: http://www.macromedia.com/go/wish <http://www.macromedia.com/go/wish> . Most of these you can workaround by dropping into...
14321 nithya karthik
nithya_pbk Offline Send Email
May 2, 2005
6:10 am
hai! I want some change to occur in a datagrid on double click of an image in the Tile.. The datagrid and the tile are in seperate Mxml files,they are...
14322 prasad
pv_rprasad Offline Send Email
May 2, 2005
8:18 am
hi, i am trying to create a menu dynamically using a xml file obtained from a web service. my code snippet looks some thing like this. <mx:WebService...
14323 Rick Bullotta
RBullotta Offline Send Email
May 2, 2005
11:58 am
Hi, Matt! What about the encoding topic? Known issue? ________________________________ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...
14324 Yokota Satoshi
sato-shi@... Send Email
May 2, 2005
12:15 pm
Hi Matt, Oops, I lapsed. So, if I want to change styles dynamically, I can use StyleManager. And if I want to change styles without changing the source code, I...
14325 Yokota Satoshi
sato-shi@... Send Email
May 2, 2005
12:24 pm
Hello, I'm using Cairngorm framework, and I use a lot of RemoteObjects. So, the flex-config.xml file is large in size. I really want to split up...
14326 Dirk Eismann
richinternet_de Offline Send Email
May 2, 2005
12:31 pm
Hi, if you open your Flex server's web.xml file you'll find an entry that configures the RemoteObject gateway. There you can define the location where the...
14327 david_gal-reyniez
dgalregniez Offline Send Email
May 2, 2005
1:02 pm
Hi everybody, I try to create a function allowing me to open all the branches of my tree. Problems i face with are : 1. I open only the first branch 2. The...
14328 Dzafer
dzafer_s Offline Send Email
May 2, 2005
1:17 pm
Hi there, Try this : Var setUpURL= "mypage.cfm"; getURL("javascript:open('" + setUpURL + ...
14329 Jeff Tapper
jefftappernyc Offline Send Email
May 2, 2005
1:29 pm
David - I put together a function for this a few months ago, hope this helps. function openTree(t:mx.controls.Tree) { var i:Number=0; ar...
14330 b.devis@...
devis_balsemin Offline Send Email
May 2, 2005
1:59 pm
Hi, it's possibile i call this TitleWindow, the ppv value is dispaly? Sorry, i wish that the value is "selected", in this way my end user write a new value...
14331 Rick Schmitty
flexcode@... Send Email
May 2, 2005
2:25 pm
Hi all! I'm trying out the AdvancedTabNavigator and ran into some problems when using Cold Fusion I have AdvancedComponentSet-0_1.swc in my user_classes...
14332 David Terry
stridergax Offline Send Email
May 2, 2005
3:16 pm
Hello, I am trying to center my application, but can't seem to make it work. <?xml version="1.0" encoding="utf-8"?> <mx:Application...
14333 Gordon Smith
gsmithsf Offline Send Email
May 2, 2005
3:29 pm
If you just want to set the styles once when the application starts, using CSS is best practice; it's fast and it decouples the styles from the code so that...
Messages 14304 - 14333 of 165211   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