[flexcoders] A Simple RSS Reader using Cairngorm

2007-08-27 Thread indy_nagpal
I've released a simple RSS Reader that uses Cairngorm 2.2. The
application is available at:
http://nagpals.com/blog/index.cfm/2007/8/28/cairngorm-rss-reader

A few months back I had also released another simple application -- a
Cairngorm-based Contact Manager
(http://nagpals.com/blog/index.cfm/2007/2/23/A-simple-contact-manager--a-Flexbas\
ed-Cairngorm-application).

The key idea behind such simple applications is that they shows the
consistency and repeatability of code in applications using Cairngorm.
They help in learning the basics of Cairngorm. If you are just
starting to work with Cairngorm, following through the code of such
applications helps in seeing the patterns that Cairngorm applications
follow.

I'll hope to do some documentation around the the application some
time soon. But till then, have a play!

Cheers

Indy



[flexcoders] A simple, Cairngorm-based application available for download

2007-02-22 Thread indy_nagpal
Hi!

I've posted a simple Flex-based contact manager application on my blog
today. It uses Cairngorm 2.0.

I wrote the application a few months back to get my head around the
basic concepts of Cairngorm.

If you are interested, you can get it at: 
http://nagpals.com/blog/default.cfm/2007/2/23/A-simple-contact-manager--\
a-Flexbased-Cairngorm-application

Regards

Indy







[flexcoders] Re: ComboBox itemRenderer scrolling Bug?

2006-06-21 Thread indy_nagpal
Hi Brendon... I came across exactly the same weirdness when using an
itemrenderer that displayed different images in a datagrid column
based on specific values. 

No matter what I do, I continue to get the same weird behaviour where
if you scroll down, the values in the rendered column start moving
around...

I picked up the example code from:
http://www.iepl.net/dataGridItemRendererSample/dgItemRendererSample.html
and reduced the height of the datagrid so that scrolling is required.
And this weird behaviour occurs there as well.

This unexpected behaviour is not listed as a known issue at
http://labs.adobe.com/wiki/index.php/Flex:Known_Issues#Item_Renderers.

So I don't know if it is bug or it is something that all of us are
doing incorrectly.

Indy
--- In flexcoders@yahoogroups.com, Brendan Meutzner [EMAIL PROTECTED]
wrote:

 Sorry if this is a repost, but i didn't see it showing up after being
 posted this morning..
 
 
 
 Hi All,
 
 I came across some funky behaviour when using a ComboBox as an
 itemRenderer for a DataGrid.  I've  posted the issue at
 http://www.visualconcepts.ca/flex2/comboboxrenderer/Tester.html.  To
 replicated just change one of the combobox items, and then move your
 mouse above and below the datagrid.  For additional funkiness, go
 focus on one of the numbers (NumericStepper renderer used) and move
 the mouse above and below the datagrid to see them disappear as the
 rows are redrawn... interesting...
 
 Brendan








 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: How to configure MXML schema in Eclipse + OxygenXML 6?

2005-05-26 Thread indy_nagpal
Got it going!

I was going astray while setting the User Specified Setting. I
somehow had the Key value set to Schema Location rather than
Namespace Name. Once I corrected that everything is sweet.

So my settings now are:

URI:[Path to]mxml.xsd
Key Type:   Namespace Name
Key:http://www.macromedia.com/2003/mxml

For others who try this, turn on the Properties view if don't
already have it on. This shows all the properties that a given MXML
tag can take.

Cheers

Indy

--- In flexcoders@yahoogroups.com, indy_nagpal [EMAIL PROTECTED] wrote:
 Hi Dimitrios:
 
 I followed your advise and can now get MXML files to open up okay
 (color-coded, etc). However, tag insight/auto completion do not seem
 to be working fully. I seem to get tag insight only for those tags
 that have been used before in the file. E.g., if mx:HBox has been
 used in the file, and I place my cursor after the line where this has
 been used, I can see tag insight for mx:HBox.
 
 Have you faced this before. Any help would be much appreciated.
 
 Thanks
 
 Indy
 
 
 --- In flexcoders@yahoogroups.com, r0main [EMAIL PROTECTED] wrote:
  Thanks a lot... It works that way...
  Now, for 100% free, I can edit MXML files and also can edit flex .as
  files with MTASC::: ByeBye flexBuilder :-)
  
  Ciao, r0main
  
  --- In flexcoders@yahoogroups.com, Dimitrios Gianninas
  [EMAIL PROTECTED] wrote:
   Hi r0main,

   Here is what I did in Eclipse 3.1M7:

   Schema setup:
   Goto Preferences  Web  XML  XML Catalog. From there I created a
 User
   Specified Entry pointing to the MXML schema file with Flex 1.5.

   Association:
   Goto Preferences  Editors  Content Types. Under XML add
*.mxml.

   Apply and Save... next time you open a MXML file... voila!
   I tried exactly what you did and it didn't work, so after fiddling
   around, I discovered the above.

   Dimitrios Jimmy Gianninas
   RIA Developer
   Optimal Payments Inc.

   
 _  
   
   From: r0main [mailto:[EMAIL PROTECTED] 
   Sent: Thursday, May 19, 2005 5:15 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Re: How to configure MXML schema in Eclipse +
   OxygenXML 6?
   
   
   Dimitrios,
   Which editor did you associate to *.mxml files ?
   I've got a file main.mxml, and tried XML Editor, XML Source
Page
   Editor, Standalone Structured Source Editor, on it: Nothing good
   happens... But if I rename it main.xml that works perfectly...
   
   r0main
   
   --- In flexcoders@yahoogroups.com, r0main [EMAIL PROTECTED]
 wrote:
Hello Dimitrios,
I'm looking forward to find a valid MXML editor into
eclipse... I've
downloaded erverything... I can see the XML editor is here, I've
associated MXML file to it... It opens it as an XML file, but says
the document is empty, while the source tab shows the mxml
file...
Any idea ?

Ciao, r0main

--- In flexcoders@yahoogroups.com, Dimitrios Gianninas
[EMAIL PROTECTED] wrote:
 Not sure if anyone uses it, but I started using Eclipse Web
Tools
   for
 MXML editing. You can specify the MXML schema and works it
   wonderfully
 so far.
  
 http://www.eclipse.org/webtools/index.html
  
 Dimitrios Jimmy Gianninas
 RIA Developer
 Optimal Payments Inc.
  
 
   _  
 
 From: Andrew Muller [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, May 18, 2005 8:55 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] How to configure MXML schema in
 Eclipse +
 OxygenXML 6?
 
 
 Hans
 
 Apologies if this appears twice.
 
 I buggerised around for a while and found success if I used the
 following settings (totally non scientific/documented settings,
   might
 be a better way):
 
 In Window/Preferences/oXygen/Editor/Tag Insight/Default I
 added the
 following:
 
 Namespace: Any
 Root local name: Any
 File name: Any
 Schema type: XML Schema
 Schema URI: file location of XSD file
 
 I then moved this entry to the top of the list, have been
using it
   for
 about a day and it seems to work for me so far without
having any
 noticable side effect on other file types.
 
 HTH
 
 Andrew
 
 Andrew Muller
 Partner, RocketBoots
 http://www.rocketboots.com.au
 
 On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote:
   Has anyone successfully set up tag insight with Eclipse
and the
   new
 version
  of OxygenXML.  I had no trouble with OxygenXML 5.1, but can't
   seem to
 get
  tag insight working with 6.0.  Thanks! 
   
   Yahoo! Groups Links
   
  To visit your group on the web, go to:
  http://groups.yahoo.com/group/flexcoders/

  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]

  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service

[flexcoders] Re: How to configure MXML schema in Eclipse + OxygenXML 6?

2005-05-25 Thread indy_nagpal
Hi Dimitrios:

I followed your advise and can now get MXML files to open up okay
(color-coded, etc). However, tag insight/auto completion do not seem
to be working fully. I seem to get tag insight only for those tags
that have been used before in the file. E.g., if mx:HBox has been
used in the file, and I place my cursor after the line where this has
been used, I can see tag insight for mx:HBox.

Have you faced this before. Any help would be much appreciated.

Thanks

Indy


--- In flexcoders@yahoogroups.com, r0main [EMAIL PROTECTED] wrote:
 Thanks a lot... It works that way...
 Now, for 100% free, I can edit MXML files and also can edit flex .as
 files with MTASC::: ByeBye flexBuilder :-)
 
 Ciao, r0main
 
 --- In flexcoders@yahoogroups.com, Dimitrios Gianninas
 [EMAIL PROTECTED] wrote:
  Hi r0main,
   
  Here is what I did in Eclipse 3.1M7:
   
  Schema setup:
  Goto Preferences  Web  XML  XML Catalog. From there I created a
User
  Specified Entry pointing to the MXML schema file with Flex 1.5.
   
  Association:
  Goto Preferences  Editors  Content Types. Under XML add *.mxml.
   
  Apply and Save... next time you open a MXML file... voila!
  I tried exactly what you did and it didn't work, so after fiddling
  around, I discovered the above.
   
  Dimitrios Jimmy Gianninas
  RIA Developer
  Optimal Payments Inc.
   
  
_  
  
  From: r0main [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, May 19, 2005 5:15 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Re: How to configure MXML schema in Eclipse +
  OxygenXML 6?
  
  
  Dimitrios,
  Which editor did you associate to *.mxml files ?
  I've got a file main.mxml, and tried XML Editor, XML Source Page
  Editor, Standalone Structured Source Editor, on it: Nothing good
  happens... But if I rename it main.xml that works perfectly...
  
  r0main
  
  --- In flexcoders@yahoogroups.com, r0main [EMAIL PROTECTED]
wrote:
   Hello Dimitrios,
   I'm looking forward to find a valid MXML editor into eclipse... I've
   downloaded erverything... I can see the XML editor is here, I've
   associated MXML file to it... It opens it as an XML file, but says
   the document is empty, while the source tab shows the mxml file...
   Any idea ?
   
   Ciao, r0main
   
   --- In flexcoders@yahoogroups.com, Dimitrios Gianninas
   [EMAIL PROTECTED] wrote:
Not sure if anyone uses it, but I started using Eclipse Web Tools
  for
MXML editing. You can specify the MXML schema and works it
  wonderfully
so far.
 
http://www.eclipse.org/webtools/index.html
 
Dimitrios Jimmy Gianninas
RIA Developer
Optimal Payments Inc.
 

  _  

From: Andrew Muller [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 18, 2005 8:55 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to configure MXML schema in
Eclipse +
OxygenXML 6?


Hans

Apologies if this appears twice.

I buggerised around for a while and found success if I used the
following settings (totally non scientific/documented settings,
  might
be a better way):

In Window/Preferences/oXygen/Editor/Tag Insight/Default I
added the
following:

Namespace: Any
Root local name: Any
File name: Any
Schema type: XML Schema
Schema URI: file location of XSD file

I then moved this entry to the top of the list, have been using it
  for
about a day and it seems to work for me so far without having any
noticable side effect on other file types.

HTH

Andrew

Andrew Muller
Partner, RocketBoots
http://www.rocketboots.com.au

On 5/19/05, Hans Omli [EMAIL PROTECTED] wrote:
  Has anyone successfully set up tag insight with Eclipse and the
  new
version
 of OxygenXML.  I had no trouble with OxygenXML 5.1, but can't
  seem to
get
 tag insight working with 6.0.  Thanks! 
  
  Yahoo! Groups Links
  
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
   
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service.


  _  

Yahoo! Groups Links


*  To visit your group on the web, go to:
  http://groups.yahoo.com/group/flexcoders/

*  To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
   
mailto:[EMAIL PROTECTED] 

*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service http://docs.yahoo.com/info/terms/ . 




table width=800 cellpadding=4 cellspacing=10 border=0tr
   bgcolor=BDBDBDtd valign=top width=400font face=verdana size=2
   color=FFbAVIS IMPORTANT/b/font/tdtd valign=top
   width=400font face=verdana size=2
   color=FFbWARNING/b/font/td/trtrtd valign=top
   width=400p