[flexcoders] need flex developer

2013-03-07 Thread Vivian Richard
Hello all, my group needs few flex developer with the following requirements: Eclipse, and 3+ Yrs., Flex, and 4+ Yrs., Java, and 5+ Yrs., Java/J2EE Technologies, and 5+ Yrs., Java Messaging Service (JMS) Spring and 5+ Yrs., Subversion (SVN), Unix Shell please feel free to send me your

Re: [flexcoders] Steve Jobs on Flash .......

2010-02-06 Thread Vivian Richard
I am also not sure if it is true or false. But if you ask me if this kind of statement is possible by Jobs then the answer is definitely. Please take a look at the video: http://www.youtube.com/watch?v=upzKj-1HaKw On Sat, Feb 6, 2010 at 7:37 AM, Tim Romano wrote:

Re: [flexcoders] Re: apply style in newly created component

2010-01-15 Thread Vivian Richard
Worked liked charm!!! I guess valdhor also suggested something like this in one of his initial mails. Thanks to all On Fri, Jan 15, 2010 at 12:45 PM, Amy wrote: > > > > > --- In flexcoders@yahoogroups.com , > "valdhor" wrote: > > > > Hm I don't use charts. > > > > Maybe you could t

Re: [flexcoders] Re: apply style in newly created component

2010-01-15 Thread Vivian Richard
; are in. When that event comes in, apply the style. > > > --- In flexcoders@yahoogroups.com , Vivian > Richard wrote: > > > > Actually I am trying to apply a very simple style to a chart. My chart is > > inside a > > canvas component and in a separate file. I wan

Re: [flexcoders] Re: apply style in newly created component

2010-01-15 Thread Vivian Richard
Actually I am trying to apply a very simple style to a chart. My chart is inside a canvas component and in a separate file. I want to add this chart containing canvas in dynamically. This component is like this:

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Vivian Richard
Yes, that is possible but you have to remember that each image you display > will be a subsequent request to the web server. If you embed the image, you > embed it once and use it a bunch of times without subsequent requests. > > > On Tue, Nov 17, 2009 at 12:54 PM, Vivian Richard wrot

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Vivian Richard
public var myGrassHopper:Class; > > > > public function set data(value:Object):void > > { > > // perform conditional logic here > > // don't know your code, so psuedo > > if ( butterfly ) > > { > > myImage.source = myButterfly; > > } > > > > if ( grassho

Re: [flexcoders] Re: LineSeries

2009-11-17 Thread Vivian Richard
etween the two > samples, you might be able to come up with a solution. If you get stuck, > please feel free to reach out. > > -TH > > --- In flexcoders@yahoogroups.com, Vivian Richard wrote: > > > > Liked your example. Sleek!!! By the way I am trying to write an > &g

Re: [flexcoders] How do You find Contracts

2009-11-16 Thread Vivian Richard
Dan it depends where u live. For example in Bay area, California - there are a lot of opportunity. If not contracting, there are a lot of full time openings. I have seen many job postings even in this mailing list. Regards On Mon, Nov 16, 2009 at 3:26 PM, Dan Pride wrote: > > > I k

Re: [flexcoders] Re: LineSeries

2009-11-16 Thread Vivian Richard
Liked your example. Sleek!!! By the way I am trying to write an itemrenderer for plot chart. Depending on the value of the plot item I want to show different icons in the plotted spot. These is an example of plot chart where you can embed an image but in that way you can only put same i

Re: [flexcoders] Chet Haase explains the graphics stack in Flash Player

2009-11-02 Thread Vivian Richard
You can ask this question directly to Chet. He is very prompt answering any question through his blog. Here is the link - http://graphics-geek.blogspot.com/ On Mon, Nov 2, 2009 at 2:43 PM, dorkie dork from dorktown < dorkiedorkfromdorkt...@gmail.com> wrote: > > > I'm looking for

Re: [flexcoders] EVENT metatag handler

2009-10-24 Thread Vivian Richard
m within your custom component. > > Vivian Richard wrote: > > > > >Thanks for the answer and also for the explanation. > >Regards > > > > On Sat, Oct 24, 2009 at 4:35 PM, Guy Morton wrote: > >> >> >> try addEventListener("drag

Re: [flexcoders] EVENT metatag handler

2009-10-24 Thread Vivian Richard
Thanks for the answer and also for the explanation. Regards On Sat, Oct 24, 2009 at 4:35 PM, Guy Morton wrote: > > > try addEventListener("dragEnd",startPanAndZoom); > > addEventListener expects a string containing the event name as its first > argument. > > > > On 25/10/2009, at 10

Re: [flexcoders] Adobe Flex Dashboard

2009-10-07 Thread Vivian Richard
ed. I even did a restart of > > > the machine and the settings are still there. Isn't it being retained > > > in some sort of file or something? > > SharedObject is a file on the computer and retains it's content after > > the application is shut down, or recompi

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Vivian Richard
e your inputs. In the meantime, let me dig through > this haystack for the needle. > > THanks, > > Angelo > > -- > *From:* Vivian Richard > *To:* flexcoders@yahoogroups.com > *Sent:* Wednesday, 7 October, 2009 0:02:22 > *Subject

Re: [flexcoders] Adobe Flex Dashboard

2009-10-06 Thread Vivian Richard
You can do this using SharedObject - I guess they are also using SharedObject somewhere. Please see this example here: http://livedocs.adobe.com/flex/3/html/help.html?content=lsos_5.html On Tue, Oct 6, 2009 at 8:44 AM, Angelo Anolin wrote: > > > Hi Flexcoders! > > I started da

Re: [flexcoders] Hot news! Adobe Opens iPhone to Flash Developers

2009-10-05 Thread Vivian Richard
Wow!!! Thanks for sharing the news. I also found this link in that news : http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/ On Mon, Oct 5, 2009 at 12:25 PM, oneworld95 wrote: > > > This Adobe press release suggests that developers can build Flash apps > (Fl

Re: [flexcoders] rotate button

2009-10-04 Thread Vivian Richard
Thanks Tracy. I have tried both ways and they work as long as you are not resizing the parent canvas. But my requirement is that the parent canvas needs to be resizable. In simple language all I am looking for is a vertical label at the left side of the parent canvas that will stay a

Re: [flexcoders] Re: Show ProgressBar upon loading Modules

2009-08-28 Thread Vivian Richard
Can I use moduleloader with httpservice? I have like 3 pods and they get populated by httpservice calls. I do want to show different loaders on each pod when the httpservice are being processed. What is the solution for me? Any idea? On Fri, Aug 28, 2009 at 8:30 AM, valdhor wrote:

Re: [flexcoders] multiple loader

2009-08-22 Thread Vivian Richard
Here is a link. But this guy did not put a comma Ph.D. so could definately be wrong ;-)). Here is his link: http://blazenewmedia.com/articles/multiple-ajax-loaders/ On Sat, Aug 22, 2009 at 12:37 PM, Fotis Chatzinikos wrote: > > > eh? Did you try having 3/4 loaders and making th

Re: [flexcoders] simple RSS reader can't read with one item

2009-08-15 Thread Vivian Richard
You solution works like "MAGIC". Thanks a lot... On Sat, Aug 15, 2009 at 3:07 AM, Wesley Acheson wrote: > > > I think its because it doesn't know if its an item or a collection > > try the following.  If its not this I can't help. > >   var f_Array:ArrayCollection = event.result.RDF.item as

Re: [flexcoders] Re: Java/Flex questions answered by James Ward

2009-08-14 Thread Vivian Richard
Please follow the instructions in the following link to post this question: http://www.jamesward.com/blog/ask-the-ria-cowboy/ On Fri, Aug 14, 2009 at 12:58 PM, ilikeflex wrote: > > > HI > > I am using Blazeds. At the start of my application i am making couple of > request to get the

Re: [flexcoders] Line chart with no axes

2009-08-06 Thread Vivian Richard
fer not having the chart re-layout to occupy the freed up space when an > axis is hidden). > > Thanks. > > On Thu, Aug 6, 2009 at 3:16 PM, Vivian Richard wrote: >> >> >> >> Try this code it does make the axis invisible: >> >> >> >> http

Re: [flexcoders] Line chart with no axes

2009-08-06 Thread Vivian Richard
rkaround for now is to leave the verticalAxisRenders property > unchanged, but set the visibility flag of each renderer instead. This means > the chart does not re-layout. > > Thanks. > > On Thu, Aug 6, 2009 at 2:38 PM, Vivian Richard wrote: >> >> >> >> Do

Re: [flexcoders] Line chart with no axes

2009-08-06 Thread Vivian Richard
   if (showLeftAxis && showRightAxis) >                   return [ leftAxisRenderer, rightAxisRenderer]; >             if (showLeftAxis && !showRightAxis) >                   return [ leftAxisRenderer ]; >             if (showRightAxis && !showLeftAxis) >            

Re: [flexcoders] Line chart with no axes

2009-08-06 Thread Vivian Richard
I guess you are adding an additional axis. As you know if you do not define your axis and put an id for it. The chart will add the default axis. Now do not do it that way declare both axis and then tie up the axis renderer with it. I guess that will resolve you issue. Here you can see the example:

Re: [flexcoders] Re: Flex Accordion Menu?

2009-08-04 Thread Vivian Richard
with children. I also set the verticalGap and the paddingTop to 0 on the > window shade to remove extra space. > > --- In flexcoders@yahoogroups.com, Vivian Richard wrote: >> >> See if this helps >> >> >> http://flexlib.googlecode.com/svn/trunk/examples/Windo

Re: [flexcoders] Flex Accordion Menu?

2009-08-03 Thread Vivian Richard
See if this helps http://flexlib.googlecode.com/svn/trunk/examples/WindowShade/WindowShade_Sample.swf On Mon, Aug 3, 2009 at 5:59 PM, Ben wrote: > > > I am creating a website in Flex, and one of the requirements is an accordion > like menu. See this image for what it needs to look like:

Re: [flexcoders] Re: this group isn't very good

2009-08-03 Thread Vivian Richard
Well, it is true that yahoo search is not as good as google. That is why I am using gmail. I am using this account for last 2 years and have all the email here. As of today I have 21000+ emails :-). I just use my email search to find old emails!!! On Mon, Aug 3, 2009 at 10:53 AM, Jason B wrote

Re: [flexcoders] AIR html component

2009-07-28 Thread Vivian Richard
Thanks Sam. I have also just seen your below reply on june 11th: -- You can access the HTML DOM of that page like this, and get whatever you want, just like you can in JS: var forms:* = browser.domWindow.d

Re: [flexcoders] Re: how to auto refresh datagrid using httpservice

2009-07-23 Thread Vivian Richard
Here is the code that will work for your need: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init()"> http://localhost:8080/real/test.jsp"/> On Thu, Jul 23, 2009 at 7:10 AM, postwick wrote: > > > I should have finished reading that bl

Re: [flexcoders] HELP PLS

2009-07-03 Thread Vivian Richard
http://www.adobe.com/devnet/flex/videotraining/ On Fri, Jul 3, 2009 at 8:21 AM, veerendra wrote: > > > I'm trying to learn Flex. > Can anyone guide me, where I can get the information about this. > I am beginner to Flex > Thanks in Advance. > >

Re: [flexcoders] Flying text or passing text??

2009-06-16 Thread Vivian Richard
Where can I view those examples? I have used move effect for canvas and panel. The way I used it was - I made the x or y coordinate of the moving element to some thing so that it is not visible at all and once some event is triggered I just move it in using move effect. Are you sugg

Re: [flexcoders] Application in Full Screen

2009-06-14 Thread Vivian Richard
I am using this but do not like it, because it will cover everything- even the task bar at the bottom of the screen!! Also will not show the native window chrome!!! To see those max, min, close button you will need to press escape button to make the window smaller and after that

Re: [flexcoders] Flex 4/Catalyst Now Available for Download on Adobe labs? [1 Attachment]

2009-06-01 Thread Vivian Richard
If any one out there is "smart" like me then you can even get a DVD which looks like this YAA BABY! :-)) On Mon, Jun 1, 2009 at 10:22 AM, Brad Bueche wrote: > > > LOL! > > I feel like the character Jeff Goldblum played in the Big Chill when he and > Glenn

Re: [flexcoders] chart "labelRotation" problem

2009-05-24 Thread Vivian Richard
Please see this link -- http://demo.quietlyscheming.com/ChartSampler/app.html In the Style folder see the Axis Labels example. You can also see the code. Regards On Sat, May 23, 2009 at 11:02 AM, Jake Churchill wrote: > > > It seems like I’ve gotten this worki

Re: [flexcoders] Are you using the Marshall Plan?

2009-05-06 Thread Vivian Richard
Matt just a question regarding your software development process- what exact methodology do you guys(you flex team) follow to develop the Flex platform? On Wed, May 6, 2009 at 1:23 PM, Matt Chotin wrote: > > > Are you building apps in a modular fashion where those modules need to >

Re: [flexcoders] 100,000 buttons

2009-05-05 Thread Vivian Richard
:- On Tue, May 5, 2009 at 7:18 AM, Paul Andrews wrote: > > > - Original Message - > From: "ew6014" > To: > Sent: Tuesday, May 05, 2009 12:18 PM > Subject: [flexcoders] 100,000 buttons > >> hi guys.. any idea why the browser screws up if i were to create 100,000 >> buttons like the

Re: [flexcoders] Re: flex builder 3 blazeds and spring

2009-05-03 Thread Vivian Richard
Please view this link, ,might help- http://coenraets.org/blog/2009/01/new-springblazeds-integration-test-drive/ On Fri, May 1, 2009 at 10:08 AM, duncmcm wrote: > > > Thanks Gregor > > Would you know of a good article to guide me through the steps of setting up > blazeds with flex

Re: [flexcoders] Re: Adobe's stimulus package!!!! FREE FLEX BUILDER!!!!

2009-04-09 Thread Vivian Richard
Well you can use it to learn Flex. You can use it to create a prototype of an application. Once you are an expert of Flex by using this trial version you can create your whole application using it. But when you are building it for deployment compile it with free SDK

Re: [flexcoders] datagrid cell

2009-03-15 Thread Vivian Richard
Thanks Tracy, actually what I need to do is - I want to populate a datagrid from a 2 dimensional array. suppose I have a 2D array which ar[][]. Now I want to manually put the content of the array in a datagrid. By the way I have already created columns by figuring out the wid

Re: [flexcoders] tree control finding patent node

2009-03-02 Thread Vivian Richard
thanks a lot!! On Mon, Mar 2, 2009 at 1:34 PM, Jim Hayes wrote: > This actually from a change event, but an itemClicked one is very > similar ... > (It presumes that you use xml as the dataprovider for the tree, and > listen for the event by adding 'change="onTreeChange(event)"' in your > tr

Re: [flexcoders] Re: Gumbo / Flex 4 release date estimate?

2009-02-21 Thread Vivian Richard
; expect to see something like that before the end of next quarter. > > Vivian Richard wrote: > >When the beta version of Flex Builder 4 will be released? > > > > > On Sat, Feb 21, 2009 at 1:26 AM, Cato Paus wrote: > > > How to handle the bugeting, we have the

Re: [flexcoders] Re: Gumbo / Flex 4 release date estimate?

2009-02-21 Thread Vivian Richard
When the beta version of Flex Builder 4 will be released? On Sat, Feb 21, 2009 at 1:26 AM, Cato Paus wrote: > How to handle the bugeting, we have the Upgrade Plan and Maintenance on > Flex builder and LCDS it works greeat each year we pay Adobe a sum, and > we always have the last software

Re: [flexcoders] How to set LCDS development enviroment in Eclipse?

2009-01-27 Thread Vivian Richard
also http://coenraets.org/blog/category/lcds/ On Tue, Jan 27, 2009 at 1:39 PM, Vivian Richard wrote: > check this link: > > http://coenraets.org/downloads/max2008/flex-dataservices-tutorial.pdf > > > > > > On Tue, Jan 27, 2009 at 1:25 PM, markflex2007 w

Re: [flexcoders] How to set LCDS development enviroment in Eclipse?

2009-01-27 Thread Vivian Richard
check this link: http://coenraets.org/downloads/max2008/flex-dataservices-tutorial.pdf On Tue, Jan 27, 2009 at 1:25 PM, markflex2007 wrote: > Hi, > > I try to use Eclipse to develop both Flex and Java codes and deploy > them to Tomcat 6 automatically. > > Please give me a idea. > > Tha

Re: [flexcoders] Re: Flex 3.3

2009-01-27 Thread Vivian Richard
Once it is released, if we download the current FB will it come with 3.3? On Tue, Jan 27, 2009 at 10:05 AM, Matt Chotin wrote: > We haven't shipped yet :-) still a few weeks away. > > On 1/27/09 10:03 AM, "Andres Serral" wrote: > > I´cant found the releases notes. > > __

Re: [flexcoders] flex builder student version

2009-01-22 Thread Vivian Richard
If it doesn't a reinstall of FB3 might help. > > 2009/1/22 Vivian Richard : > >> But Sam I am getting the water mark!!! Do you know why? >> I put the serial number on help->Manage Flex licenses and >> I thought it should take care of it. But it did not!!! >> &

Re: [flexcoders] flex builder student version

2009-01-21 Thread Vivian Richard
But Sam I am getting the water mark!!! Do you know why? I put the serial number on help->Manage Flex licenses and I thought it should take care of it. But it did not!!! On Wed, Jan 21, 2009 at 11:47 AM, Sam Lai wrote: > Yes - I've built an app using a student license from > flexregistration.com

Re: [flexcoders] Re: Looking for LCDS paging for server to datasource Example

2008-12-17 Thread Vivian Richard
Try this link http://coenraets.org/blog/category/lcds/ On Wed, Dec 17, 2008 at 12:35 PM, meteatamel wrote: > Hi Bonny, > > Here's a reply from Ed Solovey, one of our engineers in the LCDS team: > > The first thing you want to do is enable Server-to-data-source paging, > also referred to

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Vivian Richard
By the way this counting does not include charting, adv data grids. Am I right? On Tue, Dec 16, 2008 at 3:14 PM, Nate Beck wrote: > Yours is probably more accurate. :D > > On Tue, Dec 16, 2008 at 3:09 PM, Nate Beck wrote: >> >> I had the same idea... except using ruby: >> require 'find' >> di

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Vivian Richard
Please google search flex framework poster and you can download and view the poster with the class diagrams. Here is a link where you can see the posters on one of the fellow dev's wall: http://x-geom.net/blog/wp-content/uploads/2008/04/imag69.jpg By the way once you download

Re: [flexcoders] How to Connect flex To java...

2008-12-12 Thread Vivian Richard
Please go through this link : http://coenraets.org/blog/2008/11/my-max-lcdsblazeds-sessions-materials-available/ On Thu, Dec 11, 2008 at 11:37 PM, jayapalkasarla wrote: > i am using Tomcat web server(my Tomcat integrated with LCDS). > > can u Give the Folder Structure of my web applicat

Re: [flexcoders] move effect Flex live doc example does not work

2008-12-02 Thread Vivian Richard
Excellent! Thanks a lot On Tue, Dec 2, 2008 at 8:30 AM, Chet Haase <[EMAIL PROTECTED]> wrote: > > > I think the problem is that you named your application "move". 'move' is a > word that's already used in Flex (such as the move() function), so it runs > into problems when it tries to

Re: [flexcoders] Re: Chart datatips

2008-11-23 Thread Vivian Richard
if you are trying to get the charting source data then try "HitData" http://livedocs.adobe.com/flex/3/html/help.html?content=charts_eventsandeffects_03.html On Sun, Nov 23, 2008 at 2:48 AM, Sefi Ninio <[EMAIL PROTECTED]> wrote: > Hi Don, > > Thanks for the reply. > This isn't what I'm a

Re: [flexcoders] Re: JavaFX and Flex how do we compare?

2008-11-20 Thread Vivian Richard
Where can I see Catalyst demo video? On Thu, Nov 20, 2008 at 1:07 AM, rexguo123 <[EMAIL PROTECTED]> wrote: > I'd say that Flash Catalyst (previously Thermo) will play > a key role in bridging the gap between designers and developers. > I've been looking forward to a tool like this for years >

Re: [flexcoders] JavaFX and Flex how do we compare?

2008-11-19 Thread Vivian Richard
I have seen that some people have expressed that since Net Bean is free, it will eventually attract more developers than Flex. There are so many JAVA developers out there and I guess when they will come across to pick a RIA technology may be they will pick JavaFX. By the way got som

Re: [flexcoders] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread Vivian Richard
Thanks for pointing that out. Yes one sould be dpHierarchy and the other should be dpHierarchy1. But still my code does not work. The following solves the issue: http://www.adobe.com/2006/mxml";>

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Vivian Richard
OOPS, :-) On Tue, Nov 4, 2008 at 12:23 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Yes, hello, do the math. ;) > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Vivian Richar

Re: [flexcoders] Re: Flex developer and their hourly rate

2008-11-04 Thread Vivian Richard
But should not an independent consultant get more than the salary, since he/she does not get and benefits and also the employer does not have any obligations like the regular employee? On Tue, Nov 4, 2008 at 12:14 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > And understand, this is an

Re: [flexcoders] Re: AMFPHP tutorial

2008-10-17 Thread Vivian Richard
Wow Jonnie, simply outstanding! I can see that you have now a Flex version of WP. Really cool!! You rock Your tutorials are also very helpful. Regards, Viv. On Fri, Oct 17, 2008 at 3:10 AM, Jonnie Spratley <[EMAIL PROTECTED]> wrote: > Here are

Re: [flexcoders] AIR application installation error

2008-10-15 Thread Vivian Richard
Your hunch it right!!! Very little memory!! On Wed, Oct 15, 2008 at 1:09 PM, Jim Hayes <[EMAIL PROTECTED]> wrote: > That can be for all manner of reasons I'm afraid, there is a way that you > can log the installer in order to get more information. > > I don't have the details to hand, but i

Re: [flexcoders] Re: Flex poster and Lynda.com free trial

2008-09-30 Thread Vivian Richard
Hey Paul, Please take a look at Nathan's link. The posters do not come unless you request for it!!! You need your flex builder's serial number to request for it. Please go there and submit a request for it. By the way thanks Nathan. Regards, On Tue, Sep 30, 2008 at 8:34

Re: [flexcoders] Flex "scheduling framework"

2008-08-30 Thread Vivian Richard
I agree with you in the point that Flex team is over-burdened and kind of abandoned the frame work. But I can guarantee this framework cannot be obsolete in the sense that there is a great demand for it. If you take a look at old emails you will be able to see that there are many people

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-29 Thread Vivian Richard
at is missing. I > doubt I will have time to do anything, but maybe someone else in the > community can. > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Vivian Richard > Sent: Friday, August 29, 2008 8:14 PM > To: flexcoders@yahoogroups.co

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-29 Thread Vivian Richard
Wow Alex you definitely did spent a lot of time to write this email. Your time is really precious for the whole user group. I am sure you could come up with another excellent flex example if you would code during this time!!! :-) Alex please develop a good example of flex sc

Re: [flexcoders] Code Hints in Flex 4 Gumbo

2008-08-21 Thread Vivian Richard
Hey Sherif is charting working with flex 4 sdk? I know that charting is not part of SDK but I guess charts might appear with water marks on them. On Thu, Aug 21, 2008 at 1:58 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > I am using the latest SDK (Gumbo), just wondering if there is a w

Re: [flexcoders] how to swap two rows in a datagrid

2008-08-05 Thread Vivian Richard
Thanks Tim and Tracy. I guess I need to make it little clear as Tracy suggested. I want to select 2 rows and as I click a button those 2 rows will take each other's place. Now one more thing I want to do this in a TOUCHSCREEN monitor. Now the problem is how do I select 2 rows in a da

Re: [flexcoders] sending a text message from air/flex application

2008-08-02 Thread Vivian Richard
Thanks everyone. As Douglas mentioned, I actually do not need or expect any reply. Douglas what did you mean by server+middle ware. Can you send me some link where I can learn a little more about it. Thanks in advance On Sat, Aug 2, 2008 at 12:33 PM, Douglas Knudsen <[EMAIL PROTECTED

Re: [flexcoders] Re: Free Flex Gauge Component

2008-07-29 Thread Vivian Richard
Hey Thomas thanks for informing us about the update and as usual very good job!!! BTW I have a question - why it is still in .4 version? It looks it works perfect; if so then why not version 1.0? For everyone else if Thomas's email link (You can see it here

Re: [flexcoders] Gumbo

2008-07-21 Thread Vivian Richard
Wow!!! Great Gordon. I feel link suspend my project till Flex 4 comes out. :-)). Really liked Ely's demo. On Mon, Jul 21, 2008 at 1:07 PM, Gordon Smith <[EMAIL PROTECTED]> wrote: >Want to know what we've got cookin' for the next major release of Flex, > codenamed "Gumbo"? Take a loo

Re: [flexcoders] How do I position a custom tooltip?

2008-07-14 Thread Vivian Richard
Please take a look at the last example of this link: http://livedocs.adobe.com/flex/3/html/help.html?content=tooltips_4.html On Mon, Jul 14, 2008 at 2:43 PM, Jamie S <[EMAIL PROTECTED]> wrote: > try making an event handler for the toolTipShow event and > repositioning it within the handler.

Re: [flexcoders] Re: advanceddatagrid itemrenderer refering current column's data

2008-07-14 Thread Vivian Richard
Hey Alex could not find the background itemrenderer for ADG in your blog. Could you please send me the link? On Mon, Jul 14, 2008 at 6:09 PM, Vivian Richard <[EMAIL PROTECTED]> wrote: > > >Tel me try Amy, I will let you know. > >Alex I checked most of your

Re: [flexcoders] Re: advanceddatagrid itemrenderer refering current column's data

2008-07-14 Thread Vivian Richard
Tel me try Amy, I will let you know. Alex I checked most of your examples most likely have seen yours. I will try that one too an let you know my impression about it. On Mon, Jul 14, 2008 at 6:03 PM, Amy <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com ,

Re: [flexcoders] Re: advanceddatagrid itemrenderer refering current column's data

2008-07-14 Thread Vivian Richard
ng in ADG might be a better way to do this. > > Tracy > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Vivian Richard > *Sent:* Monday, July 14, 2008 7:42 PM > *To:* flexcoders@yahoogrou

Re: [flexcoders] Re: advanceddatagrid itemrenderer refering current column's data

2008-07-14 Thread Vivian Richard
Hey Amy great getting an email from you. Man I guess you paid google : every time I search anything regarding ADG you blog pops up. :-) Thanks for taking time to share that with us. As I found all your examples are addressing the whole row, I needed something for individual cells. I

Re: [flexcoders] remover water mark from Trial version

2008-07-02 Thread Vivian Richard
Thanks Rick, that would be too much to ask for. I guess only JESUS would do that for some one. :-))) On Wed, Jul 2, 2008 at 4:17 PM, Rick Winscot <[EMAIL PROTECTED]> wrote: >Have someone that owns Flex 3 Professional compile it for you… the > compiled output won't have the watermark.

Re: [flexcoders] remover water mark from Trial version

2008-07-02 Thread Vivian Richard
Wrong advices Since I have Flex 2, I guess I just need to upgrade it to 3, Instead of buying it 3 :-). Just kidding. Well I think that since the trial version is going to expire in 60 days there was no point of putting the water mark. On Wed, Jul 2, 2008 at 4:12 PM

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
ws > Explorer, correct? > > > > Tracy > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Vivian Richard > *Sent:* Wednesday, June 04, 2008 3:26 PM > > *To:* flexcoders@yahoogroups.com > *

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
lex Compiler > under Additional compiler Argument > do ("include the - sign that is before use") > -use-network= false > > - Original Message > From: Vivian Richard <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Wednesday, June

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
> > > ____ > > > > From: flexcoders@yahoogroups.com > [mailto:flexcoders@yahoogroups.com ] On > > Behalf Of Vivian Richard > > Sent: Wednesday, June 04, 2008 1:17 PM > > To: flexcoders@yahoogroups.com > > Subject: Re: [flexc

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
gt; > --- In flexcoders@yahoogroups.com , "Vivian > Richard" <[EMAIL PROTECTED]> wrote: > > > > Thanks Tracy and all. > > > > Actually it worked for me all the time. But now as I copied > > one of my project's source code and created a new project (with &g

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
coders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Vivian Richard > *Sent:* Wednesday, June 04, 2008 1:17 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] HTTP request sending from IDE(Flex Builder) > ERROR > > > > > >Thanks Tracy

Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
Thanks Tracy and all. Actually it worked for me all the time. But now as I copied one of my project's source code and created a new project (with exactly the same code) - this error is occurring but the old project works fine. That is why I was thinking may be the way the old projec

Re: [flexcoders] resizing unselected child of a container

2008-04-23 Thread Vivian Richard
Thanks Alex. You are right they do resize but after those children opens all the way and then in an instant resize. It looks really odd. That is why I guess I do need to do some refresh it so that the children resize before they are selected. Please suggest. On Wed, Apr 23, 2008 at 3:12

Re: [flexcoders] Cairngorm ServiceLocator

2008-04-22 Thread Vivian Richard
Hey Christophe, is it possible that you create some video tutorial of Prana? I guess that way developers will be able to adopt it faster. Just my 2 cents!!! On Tue, Apr 22, 2008 at 9:07 PM, Christophe Herreman <[EMAIL PROTECTED]> wrote: > Hi Eric, > > have you looked at the modified Cai

Re: [flexcoders] crossdomain where is the server root?

2008-04-22 Thread Vivian Richard
iction by proxying the data service > calls through the server, in many ways. > > > > Tracy > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Vivian Richard > *Sent:* Tuesday, April 22, 20

Re: [flexcoders] crossdomain where is the server root?

2008-04-21 Thread Vivian Richard
; > > > > Yes, stick it under ROOT. > > cheers, > > David > x54680 > > *"Vivian Richard" <[EMAIL PROTECTED]>* > Sent by: flexcoders@yahoogroups.com > > 04/20/2008 06:54 PM > > Please respond to > flexcoders@yaho

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-21 Thread Vivian Richard
The > graph displays the appropriate subsets, and a breakpoint in the filter > function indicates that it is doing its job. > > What's the problem? :) > > Douglas > > On Fri, Apr 18, 2008 at 10:27 AM, Vivian Richard <[EMAIL PROTECTED]> > wrote: > > >

Re: [flexcoders] crossdomain where is the server root?

2008-04-20 Thread Vivian Richard
Thanks for the emails. When I run tomcat and go to http://localhost:8080/ it will take me to the ROOT directory and there is an index.html file which is show on the browser. So does that mean my root is ROOT directory? By the way since I did not update the flash player, I did use the o

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-18 Thread Vivian Richard
M, Douglas McCarroll < [EMAIL PROTECTED]> wrote: > > Any suggestions? > > Yes. Show us the code where you are trying to do this. :) > > On Thu, Apr 17, 2008 at 9:13 PM, Vivian Richard <[EMAIL PROTECTED]> > wrote: > > > > > > > > >

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-17 Thread Vivian Richard
In my main application's creation complete event function I assigned one of my Modellocator's arraylist to its filter function. Then the event that triggers the filtering - that event's command calls arrayCollection.refresh() function. Unfortunately I do not see any filtering takin

Re: [flexcoders] Need help buying Flex licenses in US$ - Intl prices are highway robbery!

2008-04-16 Thread Vivian Richard
Hi Josh. Sounds weired. But I guess whoever was helping you mixed up with Australian dollar verses USD. I do not believe that there is any way that Australian will pay 90% more unless there are any Australian tax!!! On Wed, Apr 16, 2008 at 5:28 PM, Peter Connolly <[EMAIL PROTECTED]> wr

Re: [flexcoders] Cairngorm ModelLocator array filter...

2008-04-15 Thread Vivian Richard
Wow liked both the solutions. One is to make a copy and then add the filter function and the other one is to add the filer function in command. Great thanks. On Mon, Apr 14, 2008 at 3:26 PM, gabriel montagné < [EMAIL PROTECTED]> wrote: > On Mon, Apr 14, 2008 at 12:49 PM, hwo

Re: [flexcoders] Re: some one must know this!!! Please tell me!!!

2008-04-13 Thread Vivian Richard
Here comes the best part: it worked What Tracy suggested worked and I am no more stuck. Thanks Tracy. By the way is it really Tracy who is answering most of the questions? How come I never noticed that name. The name I see all the time is the mighty "ALEX". Not only that did not

Re: [flexcoders] Hi, there. Nice to meet you. I made somthing with FLEX

2008-04-07 Thread Vivian Richard
Looks very Attractive. But I was not able to see and content inside, just saw the interface. I do not know why I am not getting any content. May be you did not put any. Everything is good but I will suggest that when you resize the middle panel please use effect instead jumping to

Re: [flexcoders] Re: rss feed not working

2008-04-02 Thread Vivian Richard
thanks. Yes you are right, my code is more complicated. But since I am using Cairngorm, this is the way that I need to do it. In Cairngorm architecture you put all you HTTPServices in one file in mxml tags like: You instantiate and send the http request from another file where

Re: [flexcoders] Digital Clock

2008-03-04 Thread Vivian Richard
If you are using LED characters for the clock display then how do you make the " : " between the hour and minute characters blink to indicate that a second has passed? On Tue, Mar 4, 2008 at 10:40 PM, YOGESH JADHAV <[EMAIL PROTECTED]> wrote: > just assigning a label date.toString

Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Vivian Richard
So!!! How did you remove it. Please let me know!!! Thanks.. On Feb 16, 2008 3:03 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > never mind, i guess it is called whiteBox who woulda thought it would be > that easy. > > - Original Message > From: Sherif Abdou <[EMAIL PROTECTED]>

Re: [flexcoders] GOLD color for a bad chart

2008-02-09 Thread Vivian Richard
Thanks for the link. I guess in this page they are just using one yellow color which is closest to gold color. I have seen Ely's code where he used color combination which is more close to gold color. Here is the link: http://demo.quietlyscheming.com/ChartSampler/app

  1   2   >