Re: [flexcoders] Help me name this eclipse feature so I can log a bug

2009-10-15 Thread primo411
I don't think this is a bug, I will explain you why: ALT+LEFT/RIGHT is the shortcut for history navigation, ALT+LEFT brings you back to were you were. If you want to move word by word, try: CTRL+LEFT/RIGHT If you want to go to the beginning or the end of the line, just use the begin and end keys

Re: [flexcoders] Help me to start with flex

2009-07-05 Thread Nancy Gill
Try this: http://www.adobe.com/devnet/flex/videotraining/ Nancy Gill Adobe Community Expert - Original Message - From: Ramkumar To: flexcoders@yahoogroups.com Sent: Saturday, July 04, 2009 10:07 AM Subject: [flexcoders] Help me to start with flex Hi I am new to

RE: [flexcoders] help me - sent request to automatically search

2009-04-07 Thread Tracy Spratt
Does that site expose an API? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of btc132 Sent: Tuesday, April 07, 2009 11:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] help me

Re: [flexcoders] Help Me

2008-10-01 Thread Manu Dhanda
Follow the link for your answer: http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html And please use a more related subject to the post. It will help in searching the solution for this sort of problems in future for beginners. -Manu. NATA RAJAN wrote: Hi friends How to place

Re: [flexcoders] Help me

2008-08-04 Thread jitendra jain
Use itemEditEnd Event of DataGrid instead of FocusOut event.  Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Original Message From: poorni_agile [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, August 4, 2008 4:57:26 PM Subject: [flexcoders] Help

RE: [flexcoders] Help me

2008-08-04 Thread Gordon Smith
Hi, Poornima. It's considered bad etiquette to post to this group with unrevealing subjects such as Help me. In the future, you should use a subject such as Problem using labelFunction on DataGridColumn which will help readers quickly determine whether they might know the answer. Many people

Re: [flexcoders] Help me sort out my reporting needs...

2008-06-30 Thread Richard Rodseth
I've only looked at AlivePDF briefly, but like the Flex print job, you can point it at a component you want added to the PDF. So I would imagine you'd create a separate print layout view that you may or may not make visible to the user. And pagination is up to you. By the way, I believe that with

Re: [flexcoders] help me

2008-06-25 Thread Paul Andrews
Raj, If everyone had a subject line like yours, the forums would be a complete mess. Before worrying about why flex isn't displaying your data, query your server using a browser to check what data you're getting back. Alternatively check out the debugger to try and see what data you're

RE: [flexcoders] Help me understand custom drag/drop events

2008-06-13 Thread Alex Harui
Event properties should be thought of as read-only. Drag/Drop events are dispatched by the DragManager so to alter what gets dispatched would probably require a custom DragManager which isn't officially supported. I suppose you could intercept and re-dispatch events using capture phase,

RE: [flexcoders] Help me understand how to manipulate dataProviders

2008-05-23 Thread Tracy Spratt
Let me say this again, very clearly: Do not use the index of the datagrid to identify records in the database. Suppose someone deletes record 3 from the DB? The keys will then be 0,1,2,4,5... When you put that in a data grid you will have: Key DGIndex 0 0 1 1 2

RE: [flexcoders] Help me understand the datagrid

2008-05-20 Thread Alex Harui
relevant code snippets would help. Generally, .as files in a mx:script tag are part of the outerDocument if they are public methods. I assume the main app is called Product_Maintenance? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Help me understand the datagrid

2008-05-20 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, May 20, 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Help me understand the datagrid relevant code snippets would help. Generally, .as files in a mx:script tag are part

RE: [flexcoders] Help me find the cool Flex2 - Amazon dataminer

2007-01-29 Thread Christian Weibell
I’ve seen more than one of these. Here is one: http://www.flowser.com/us/flowserST.html _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneproofdk Sent: Thursday, January 25, 2007 11:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help me

Re: [flexcoders] Help me find the Amazon book spider example

2007-01-28 Thread Shannon Hicks
Are you talking about the SpringGraph component? http://www.adobe.com/cfusion/exchange/index.cfm?view=sn610#view=sn611viewName=Flex%20Extensionloc=en_usauthorid=71967431page=0scrollPos=0subcatid=0snid=sn611itemnumber=11extid=1048510catid=0 Shan oneproofdk wrote: A few weeks ago (as far as I

RE: [flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread Merrill, Jason
This isn't quite the same link, but it is a Flex app that uses Amazon's webservices API: http://d-p.com/Internet-Development-Services/ria/amazon.cfm For how to do, You can start reading here: http://jeff.mxdj.com/using_amazons_itemsearch_webservice_from_flex.htm

Re: [flexcoders] Help me find the Amazon book spider example

2007-01-26 Thread Doug McCune
That uses the SpringGraph component that you can get off of Adobe Exchange. It's an amazing component, by far the most impressive one I've seen posted to the exchange. Doug oneproofdk wrote: A few weeks ago (as far as I remember) I saw a cool Flex2 app, that would take a search string for a

Re: [flexcoders] Help me

2006-08-29 Thread Tom Chiverton
On Monday 28 August 2006 12:22, flexdeveloper wrote: Iam new to flex, i want to choose Flex career, where should i start and how can i get assistance Head on over to the developers Flex pages on Adobe and get reading :-) http://www.macromedia.com/devnet/flex/ -- Tom Chiverton Helping to

Re: [flexcoders] Help me

2006-08-29 Thread Abdul Qabiz
Sri,I would suggest focussing on ActionScript, general web programming skills, RIA patterns Knowing Flex alone might not make a good career, you gotta learn about many other related things(web standards, HTTP, web technologies etc) while using Flex as tool/language of your choice to solve

Re: [flexcoders] help me

2006-06-07 Thread DIBYADYUTI CHAKRABORTY
bewriteIDEs and Text Editors Flex provides an XML schema to enable IDEs that support XML with code coloring, code hinting, etc., including IntelliJ IDEA, Borland JBuilder, and Altova xmlspy. You can also use code editors such as VI and emacs with Flex.but i can'f find it this schema! Any s

Re: [flexcoders] help me

2006-06-06 Thread Antoine Malpel
You need to tell if you allready have the remote Object coded... in JSP ? DIBYADYUTI CHAKRABORTY a crit: i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and

Re: [flexcoders] help me

2006-06-06 Thread Devis
with Flex. but i can'f find it this schema! Any suggestion pls Devis - Original Message - From: Antoine Malpel To: flexcoders@yahoogroups.com Sent: Tuesday, June 06, 2006 3:30 PM Subject: Re: [flexcoders] help me You need to tell if you allready have the remote

RE: [flexcoders] help me, please, to make things clear

2005-03-01 Thread devis
Thak's for your help, now code work without warning. Devs -Original Message- From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Date: Tue, 1 Mar 2005 05:58:26 -0800 Subject: RE: [flexcoders] help me, please, to make things clear You're casting the wrong thing here

Re: [flexcoders] help me, please, to make things clear

2005-03-01 Thread [EMAIL PROTECTED]
Hi Matt, i have made your correct but flex throws always this worning flex correct: mx:Binding source={PfVO(vopf[0].stagione.cdc_stag)==undefined ?'':PfVO(vopf[0].stagione.cdc_stag)} destination=cdc_art.text / warning Changes to unknown property, stagione, will not be detected ?? but code

RE: [flexcoders] help me, please, to make things clear

2005-03-01 Thread Matt Chotin
@yahoogroups.com Subject: Re: [flexcoders] help me, please, to make things clear Hi Matt, i have made your correct but flex throws always this worning flex correct: mx:Binding source={PfVO(vopf[0].stagione.cdc_stag)==undefined ?'':PfVO(vopf[0].stagione.cdc_stag)} destination=cdc_art.text / warning Changes