Re: [flexcoders] Regarding jsp and mxml page

2005-09-22 Thread Pushkar Phatak



Bikram,
there is a filenotfound exceptopn...
from your mail 
Exception java.io.FileNotFoundException 
D:\Tomcat 5.0\webapps\flex\AWSLogistics\biki.mxml (View stack trace)

can you check if the mxml file still exists in the correct location?! 
hopefull y that will get youstarted
pushkar

On 9/22/05, Bikram Sahu [EMAIL PROTECTED] wrote:

hi,

 recently i have face a problem that previously i was running a mxml page inside a jsp page but since last 3 days i am getting the error that

Requested page cannot be displayed  An unexpected error occurred that prevented 
/flex/AWSLogistics/AWSLogistics.jsp from being displayed.  

Technical Information:
HTTP Status Code: 500Servlet Name: jspException java.io.FileNotFoundException 
D:\Tomcat 5.0\webapps\flex\AWSLogistics\biki.mxml (View stack trace)

i have not changed any thing on the previously nor now why i am getting when this application is still running in other team members Pc but it is giving problem to me any one tell me the solution


-Original Message-From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com]On Behalf Of Nithya RSent: Thursday, September 22, 2005 11:26 AM
To: flexcodersSubject: [flexcoders] titile window headerSymantec Mail Security for Microsoft Exchange has detected a violation.Sender : Nithya RSubject : [flexcoders] titile window header
Action on email from prohibited Domain: The email message with [flexcoders] titile window header was blocked and is quarantinedWarning :IF THIS IS A GENUINE MESSAGE PLEASE RETRANSMIT A CLEAN VERSION FROM DIFFRENT DOMAIN.
ID:CIC::SYQ9e4bdd9d --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



-- www.pushkar.netMy World, Your View! 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Transferring events and variable values between 2 Panels (separate MXMLs) in the same application.

2005-09-22 Thread Pushkar Phatak



Tracy
thanks . works beautifully. 
regards
Pushkar
On 9/21/05, Tracy Spratt [EMAIL PROTECTED] wrote:


Yes, see this example:

http://www.cflex.net/showfiledetails.cfm?ObjectID=159

The short of it is that you access sub-component scoped things through the subcomponent id, and you reference things in the parent or higher scope by using parentDocument, or 
mx.core.Application.application, or by passing a reference to a scope into a subcomponent and using that reference.

For example from component P1, assuming P2 has an id="myP2":
mx.core.Application.application.myP2.myVarInP2 = myVarInP1; //up to the main app, then down into myP2


Tracy





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Pushkar PhatakSent: Wednesday, September 21, 2005 4:53 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Transferring events and variable values between 2 Panels (separate MXMLs) in the same application.




Hello all,



I have a simple setup. Application A.mxml has 2 panels, P1.mxml and P2.mxml



P1 has all the controls.



P2 has the values generated because of the controls in P1 (e.g. if there is a numberical stepper in P1, i can ge tthe value of the numberical stepper in P2).. somethign very similat to the flexstyle explorer if you will. 
http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html(which, btw , i am hoping the code is released for)




Now, since P1 and P2 are separate mxml files, is there a way to transfer the value and information from P1 to P2 
? 



I am a total dodo with events, looks like.. cant seem to make a simple thing to work, but if you have a small tutorial to do this simple job, please mail me the pointers. If not, can someone please get me started on this? Also, does this *have* to events, since they are in the same name space, cant i just pick the value from the name space somehow?1 




I know i shoudl know how to do this by now, but i dont. :( please help.



Thanks in advance



Pushkar
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




-- www.pushkar.netMy World, Your View! 






--
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex Licensing / Pricing / handling

2005-09-20 Thread Pushkar Phatak



Alex,
Do you know how many concurrent sessions you are planning to have? that is a more critical number. 
Also how big is each transaction or the nature of transaction, i.e. is it local to the browser or is it making a large number of server calls ? 

If you troll through the mailing list, you will find more details (search for 'flex performance' and you should see something) but answering those questions shoudl get you started down a reasonable path.
MM people are also very helpful in getting the details. 

Pushkar


On 9/20/05, Alex  Alex [EMAIL PROTECTED] wrote:
Hello all and especially MM people,I was told to post a message here about specific license needs.
I am currently about to launch a website developed in FLEX. I cannotreveal what exactly this site does, as its unique to date.I will be getting about 2000 logins a day and I need to know anestimate of what hardware I will be needing and consequently how many
FLEX licenses etc...I really do appreciate your time as I need to proceed in purchasingthese licenses.Note the use if of course commercial.Thank you again,Alexander Tsoukias
 Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~---Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/
-- www.pushkar.netMy World, Your View! 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Re: HTTPService problems with SSL when using IE

2005-09-13 Thread Pushkar Phatak



hey,
we are also running into similar issues.. works on every browser (FF / Opera / netscape) except IE. 
did you find a solution yet viraf?! 

thanks
pushkar

On 6/22/05, viraf_bankwalla [EMAIL PROTECTED] wrote:
The swf is being served over https.Also, if I type in the URL withthe params the data is returned correctly.I am not sure what the
problem is but suspect that it is related to HTTPS/FLEX/IE.- viraf--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED]
wrote: Is your SWF being served over HTTPS as well?If your SWF isserved over HTTP but the web service is at HTTPS you will need acrossdomain.xml file on your HTTPS server to get the player to connect.Of course
if Firefox is working correctly in the same config it doesn't seemlike that would be the problem. We have seen IE bugs with HTTPS that's usually related to bugs in
the app server.Check your app server support pages and see ifanything jumps out. Matt  From: 
flexcoders@yahoogroups.com[mailto:flexcoders@yahoogroups.com] On Behalf Of cennis22 Sent: Tuesday, June 21, 2005 5:34 AM
 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: HTTPService problems with SSL when usingIE I am having the exact same problem...different circumstances
though. I am trying to connect to my HTTPS .NET web services on IIS5 W2Kwhich work fine in Firefox but not in IE!! Heres the killer that mightlead to something , it only works on my IE on my computer but not any
 single other person that trys to connect to the shared server. I can communicate fine when I change the url from https to http. Iam also choosing not to use the Flex Proxy for performance reasons.
 Do I need to create a policy file to access HTTPS services? - cennis  http://www.mail- 
archive.com/flexcoders@yahoogroups.com/msg08704.html --- In flexcoders@yahoogroups.com, viraf_bankwalla [EMAIL PROTECTED] wrote:
  Thanks - I had not seen this - however do not believe that thisis  the same problem.   I am using BEA Weblogic (will be using OAS in production).Also,  the flex application appears to load fine.It issues two POST
  requests during startup.I am getting the data for one of the  requests.It is the second request for which IE does not appearto  be receiving the data.   - viraf
   --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED]  wrote:   Did you see this thread?
   http://www.mail-  archive.com/flexcoders@yahoogroups.com/msg08704.html  
   Matt  From: 
flexcoders@yahoogroups.com  [mailto:flexcoders@yahoogroups.com] On   Behalf Of viraf_bankwalla   Sent: Monday, June 20, 2005 7:58 AM
   To: flexcoders@yahoogroups.com   Subject: [flexcoders] HTTPService problems with SSL when usingIE
 Hi, I have a flex application that works fine when I use http.I have  now   switched to serving the application from https.The
application   appears to be failing with IE.It works fine with Firefox. Anyone had problems with IE and Flex in SSL mode using  HTTPService.I   am NOT using the proxy.Things appear to function if I enable
 the   proxy - not sure why I need it.Maybe someone could explain.My   preference would be NOT to use the proxy.   Thanks.
 - viraf  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]?  subject=Unsubscribe *Your use of Yahoo! Groups is subject to the Yahoo!
Terms of   Service http://docs.yahoo.com/info/terms/ . 
 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]
?subject=Unsubscribe * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ .
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/
-- www.pushkar.netMy World, Your View! 






--
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



  Visit your group "flexcoders" on the web.
  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] Additional Code generated in the jsp

2005-04-07 Thread Pushkar Phatak



Hello,I was formatting the the output for an application. 
The MXML file is embedded in the body /body tags as shown below

body bgcolor=#33 %@ taglib uri=FlexTagLib prefix=mm % mm:mxml source=Main.mxml//body

The resulting generated code at run time is this.. (end of the mail for more questions
table width='100%' height='100%' cellspacing='0' cellpadding='0'trtd valign='top'
script language='_javascript_' charset='utf-8' src='/samples/flex-internal?action="">/script
noscript
object classid='clsid:D27CDB6E-AE6D-11cf-96B8-44455354' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0' width='100%' height='400'
id='Main.mxml.swf'

  param name='flashvars' value='versionChecked=true'
  param name='src' value='Main.mxml.swf'
  embed pluginspage='http://www.macromedia.com/go/getflashplayer' width='100%' height='400'
flashvars='versionChecked=true'
src='Main.mxml.swf'
name='Main.mxml.swf'
  /
/object
/noscript
script language='_javascript_' charset='utf-8'
document.write(object classid='' codebase='' width='100%' height='400');
document.write(id='Main.mxml.swf');
document.write();
document.write(  param name='flashvars' value='historyUrl=%2Fsamples%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid= + lc_id +versionChecked=true');
document.write(  param name='src' value='Main.mxml.swf');
document.write(  embed pluginspage='http://www.macromedia.com/go/getflashplayer' width='100%' height='400');
document.write(flashvars='historyUrl=%2Fsamples%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid= + lc_id +versionChecked=true');
document.write(src='');
document.write(name='Main.mxml.swf');
document.write(  /);
document.write(/object);
/script
script language='_javascript_' charset='utf-8'
document.write(briframe src='' name='_history' frameborder='0' scrolling='no' width='22' height='0'/iframe/br);
/script
/td/tr/tableWhat I dont get is why is there an additioanl iframe generated with the object? (red)The formatting gets killed because of that. I know its probably not a big thing but it would help to know 1. Why the code is being generated2. Can i stop it from generating, if so how3. If i cant stop it from generating, is it possible to somehow hide it?ThanksPushkar







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.










Re: [flexcoders] Additional Code generated in the jsp

2005-04-07 Thread Pushkar Phatak



Thanks Tony,
the moment I sent the email I figured it was the history manager.
But hmm.. there hsoudl be a setting somewhere to make the width 0 pixels..
i use FireFox + Adblock for rendering the app so i ca nactually make out that there are 2 different 'flash' type objects. 

:)
pushkar

On Apr 7, 2005 1:22 PM, Anthony Merryfield [EMAIL PROTECTED] wrote:

Hiya,

1. The iframe is what Flex uses to get the HistoryManager to work. It shouldn't mess up your layout as it is set to be 0 pixels high - not sure why MM chose a width of 22 though?!
2. Good question - I guess if you aren't using HistoryManager then there should be a way to stop the code being generated?
3. See 1 :)

Tony.-- www.pushkar.netMy World, Your View!







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.










Re: [flexcoders] Additional Code generated in the jsp

2005-04-07 Thread Pushkar Phatak



Thanks! :) That does help! 

pushkar

On Apr 7, 2005 1:33 PM, Abdul Qabiz [EMAIL PROTECTED] wrote:
Hi,Right, iframe is used for History Management purpose...If you don't want extra code to be generated, you can just request swffile...by using your own object/embed tags...object ..param name=movie value=yourapp.mxml.swf /...embed src="" //object-abdulFrom: Anthony Merryfield [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 07, 2005 10:52 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Additional Code generated in the jspHiya,1. The iframe is what Flex uses to get the HistoryManager to work. Itshouldn't mess up your layout as it is set to be 0 pixels high - not surewhy MM chose a width of 22 though?!2. Good question - I guess if you aren't using HistoryManager then thereshould be a way to stop the code being generated?3. See 1 :)Tony. -Original Message----- From: Pushkar Phatak [mailto:[EMAIL PROTECTED]] Sent: 07 April 2005 18:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] Additional Code generated in the jsp Hello, I was formatting the the output for an application. The MXML file is embedded in the body /body tags as shown below body bgcolor=#33%@ taglib uri=FlexTagLib prefix=mm %mm:mxml source=Main.mxml/ /body The resulting generated code at run time is this.. (end of themail for more questions table width='100%' height='100%' cellspacing='0'cellpadding='0'trtd valign='top' script language='_javascript_' charset='utf-8'src=''/script noscript object classid=''codebase='' width='100%' height='400' id='Main.mxml.swf'  param name='flashvars' value='versionChecked=true' param name='src' value='Main.mxml.swf' embed pluginspage='http://www.macromedia.com/go/getflashplayer'width='100%' height='400' flashvars='versionChecked=true' src='' name='Main.mxml.swf' / /object /noscript script language='_javascript_' charset='utf-8' document.write(objectclassid=''codebase='' width='100%' height='400'); document.write(id='Main.mxml.swf'); document.write(); document.write(param name='flashvars'value='historyUrl=%2Fsamples%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid= + lc_id +versionChecked=true'); document.write(param name='src' value='Main.mxml.swf'); document.write(embedpluginspage='http://www.macromedia.com/go/getflashplayer' width='100%'height='400'); document.write(flashvars='historyUrl=%2Fsamples%2Fflex%2Dinternal%3Faction%3Dhistory%5Fhtmllconid= + lc_id +versionChecked=true'); document.write(src=''); document.write(name='Main.mxml.swf'); document.write(/); document.write(/object); /script script language='_javascript_' charset='utf-8' document.write(briframesrc='' name='_history'frameborder='0' scrolling='no' width='22' height='0'/iframe/br); /script /td/tr/table What I dont get is why is there an additioanl iframe generated withthe object? (red) The formatting gets killed because of that. I know its probably nota big thing but it would help to know 1. Why the code is being generated 2. Can i stop it from generating, if so how 3. If i cant stop it from generating, is it possible to somehow hideit? Thanks Pushkar This communication together with any attachments transmitted with it(this E-Mail) is intended only for the use of the addressee and maycontain information which is privileged and confidential. If the reader ofthis E-Mail is not the intended recipient or the employee or agentresponsible for delivering it to the intended recipient you are herebynotified that any use, dissemination, forwarding, printing or copying ofthis E-Mail is strictly prohibited. Addressees should check this E-mail forviruses. The Company makes no representations as regards the absence ofviruses in this E-Mail. If you have received this E-Mail in error pleasenotify our IT Service Desk immediately by e-mail at [EMAIL PROTECTED]Please then immediately delete, erase or otherwise destroy this E-Mail andany copies of it. Any opinions expressed in this E-Mail are those of the author and donot necessarily constitute the views of the Company. Nothing in this E-Mailshall bind the Company in any contract or obligation. For the purposes of this E-Mail the Company means The CarphoneWarehouse Group Plc and/or any of its subsidiaries. Please feel free to visit our website: http://www.carphonewarehouse.com or http://www.phonehouse.com The Carphone Warehouse Group Plc (Registered in England No. 3253714)1 Portal Way, London W3 6RS 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]?subject=Unsubscribe * Your use of Yahoo! Groups is subject to the Yahoo! Terms ofService http://docs.yahoo.com/info/terms/ .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 

Re: [flexcoders] Flex 1.5 price

2005-03-31 Thread Pushkar Phatak

damn.
either this is too good for an april fools joke, 
or as russel peters said, 
somebody gonna get-a-hurt real bad 
:)
pushkar

-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] xml as input for a datagrid

2005-03-29 Thread Pushkar Phatak

Jeroen,
May be you can take a look at the classic flexexplorer version of the
datagrid. That probably has what you are looking for.

http://flexapps.macromedia.com/flex15/explorer/explorer.mxml

Pushkar

On Tue, 29 Mar 2005 17:04:57 +0200, Jeroen De Vos
[EMAIL PROTECTED] wrote:
  
  
 
 Hi guys, 
 
   
 
 My data comes wrapped in an xml object. 
 
 Can I easily put the data in a datagrid? 
 
   
 
 Thanks, 
 
 Jeroen. 
 
   
 
   
 
  
 
 Jeroen De Vos 
  Gemeentelijk Havenbedrijf Antwerpen 
  C/ICT - AMARIS 
   
 
   
 
 Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het
 Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke
 informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of
 telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen
 en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te
 verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf
 Antwerpen is op geen enkele manier verantwoordelijk voor fouten of
 onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk
 Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of
 indirecte schade, verlies of ongemak veroorzaakt als gevolg van een
 onnauwkeurigheid of fout in deze e-mail. 
 
 English Translation: This e-mail and all attached files are official
 documents of Antwerp Port Authority and may contain confidential or personal
 information. If you have received this e-mail in error, you are asked to
 inform the sender by e-mail or telephone immediately, and to remove it from
 your system without reading or reproducing it or passing it on to other
 parties. Antwerp Port Authority is in no way responsible for any errors or
 inaccuracies in the contents of this e-mail, nor can it be held liable for
 any direct or indirect loss, damage or inconvenience arising from any such
 errors or inaccuracies. [GHA#Disclaimer] 
  
 Yahoo! Groups Sponsor
 ADVERTISEMENT
  
  
  
  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. 


-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] code 2 my blog

2005-03-29 Thread Pushkar Phatak

Clint,
Thanks.
This helps a lot!! 
regards
Pushkar


On Tue, 29 Mar 2005 10:43:20 -0600, Clint Tredway [EMAIL PROTECTED] wrote:
 
 I have posted the code to my blog on the blog...
 
 I changed the UI this morning to use cellrenderers and made it flow a
 bit better... The only thing missing is a true admin for the blog... I
 will add that in the next few days...
 
 I hope some learn something from it and I can learn from others
 looking at it as well...
 
 This blog shows how to use Cairngorm and how to use cell renderers to
 change how the grids display data. It also shows how to use shared
 objects to store data on the client (user info when leaving a
 comment)
 
 enjoy,
 Clint
 --
 My Blog
 http://www.clinttredway.com
 
 Are you diabetic?
 http://www.diabetesforums.com
 
 
 Yahoo! Groups Links
 
 
 
 
 


-- 
www.pushkar.net
My World, Your View!


 
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] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak

Hello all,

Quick question. Are there any updates about flex being ported to .Net
natively? We are running into some clients who really like flex but
dont want to drop the current  .Net  infrastructure.

Any thoughts / suggestions? 

Thanks
Pushkar


 
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/
 





Re: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak

That is awesome indeed. 
cairgorm is very  helpful, and we are using parts of the websiervices
thing.. i guess i want to make life *dead simple* from an integration
perspective. Too much laziness on our part i think.

Thanks again Robert! 

:)
pushkar




On Thu, 24 Mar 2005 19:29:53 +0200, Robert Stuttaford
[EMAIL PROTECTED] wrote:
 
 You could use web services! Works like a bomb. If using cairngorm, a rewrite
 to Remote Objects when Flex 2.0 ships is a matter of changing Services.mxml.
 
 If you want remoting but don't want to wait for 2.0, you could use FlashORB
 Remoting .NET 1.5 in the mean time (or forever, possibly)
 
 -Original Message-
 From: Pushkar Phatak [mailto:[EMAIL PROTECTED]
 Sent: 24 March 2005 07:26 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex on .Net? Any progress?
 
 Hello all,
 
 Quick question. Are there any updates about flex being ported to .Net
 natively? We are running into some clients who really like flex but
 dont want to drop the current  .Net  infrastructure.
 
 Any thoughts / suggestions?
 
 Thanks
 Pushkar
 
 Yahoo! Groups Links
 
 
 Yahoo! Groups Links
 
 
 
 
 


-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] flex on tomcat?

2005-03-24 Thread Pushkar Phatak

Jason, 
have you checked the install documentation. 
very simply put, the rendering file is an XML. At compile time, the
xml (in this case an MXML) is compiled into a flash (.swf) file. 
You can use this file to deploy the app, assuming al other magic you
did to get data , send data etc is also on the server.
Not sure if you can get a business case outside the macromedia or
iteraiontwo websites though.
Helps?!
Let meknow
pushkar



On Tue, 22 Mar 2005 12:16:52 +1100 (EST), jason davey
[EMAIL PROTECTED] wrote:
 
 Can someone please direct me to a good resource for a
 non-tech to understand this technology. I need to
 understand how to pack the flex app and get it to an
 isp...
 
 thanks in advance
 
 jason
 
 Find local movie times and trailers on Yahoo! Movies.
 http://au.movies.yahoo.com
 
 
 Yahoo! Groups Links
 
 
 
 
 


-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak

Kris,
Yes, that is indeed true.  the 'mixed' environment doesnt really go
away fully.

May be we just have to wait for a native .Net flex app?

Pushkar

On Thu, 24 Mar 2005 15:39:06 -0500, Kristopher Schultz
[EMAIL PROTECTED] wrote:
 I understand that .NET web services could be accessed easily enough, but how
 does that solve Pushkar's dilemma? Wouldn't his client still have to expand
 their infrastructure to support a J2EE app server? That could be expensive,
 not to mention a hard sell from if the client is doing their own admin. Am I
 missing something?
  
 Kris
  
 -- 
  
 Kristopher Schultz
 Developer
  
 Resource Interactive
 p: 614.410.2123
 www.resource.com
  
 
 
 From: Robert Stuttaford [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, March 24, 2005 12:30 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex on .Net? Any progress?
 
 You could use web services! Works like a bomb. If using cairngorm, a rewrite
 to Remote Objects when Flex 2.0 ships is a matter of changing Services.mxml.
 
 If you want remoting but don't want to wait for 2.0, you could use FlashORB
 Remoting .NET 1.5 in the mean time (or forever, possibly)
 
 
 Yahoo! Groups Sponsor
 ADVERTISEMENT
 
 
 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. 


-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] ComboBox Background color - how to change?

2005-03-22 Thread Pushkar Phatak

try somethign like this Antony

mx:ComboBox  dataProvider={mycolor} width=100 cornerRadius=0 
borderThickness=1 borderStyle=solid dropShadow=false
borderColor=#CC  themeColor=#FF6600 height=20
fillColors=[0xff,0xff] text=Select a Color
change=mySelectedColor=event.target.selectedItem selectedIndex=0
/

Hope this helps
Pushkar

On Tue, 22 Mar 2005 12:04:15 -, Anthony Merryfield
[EMAIL PROTECTED] wrote:
  
 
 Hello, 
 
 How do you go about changing the default color of the ComboBox? The gradient
 in the background sticks out a bit too much... 
 
 Cheers, 
 
 Tony. 
  
  This communication together with any attachments transmitted with it (this
 E-Mail) is intended only for the use of the addressee and may contain
 information which is privileged and confidential. If the reader of this
 E-Mail is not the intended recipient or the employee or agent responsible
 for delivering it to the intended recipient you are hereby notified that any
 use, dissemination, forwarding, printing or copying of this E-Mail is
 strictly prohibited. Addressees should check this E-mail for viruses. The
 Company makes no representations as regards the absence of viruses in this
 E-Mail. If you have received this E-Mail in error please notify our ISe
 Response Team immediately by telephone on +44 (0)20 8896 5828 or via e-mail
 at [EMAIL PROTECTED] Please then immediately delete, erase or otherwise
 destroy this E-Mail and any copies of it.
  
  Any opinions expressed in this E-Mail are those of the author and do not
 necessarily constitute the views of the Company. Nothing in this E-Mail
 shall bind the Company in any contract or obligation.
  
  For the purposes of this E-Mail the Company means The Carphone Warehouse
 Group Plc and/or any of its subsidiaries.
  
  Please feel free to visit our website: http:// www.carphonewarehouse.com or
 http://www.phonehouse.com
  
  The Carphone Warehouse Group Plc (Registered in England No. 3253714) 1
 Portal Way, London W3 6RS
  
  
  Yahoo! Groups Sponsor 
  
  ADVERTISEMENT
  
  
  
  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. 


-- 
www.pushkar.net
My World, Your View!


 
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/
 





Re: [flexcoders] ComboBox Background color - how to change?

2005-03-22 Thread Pushkar Phatak

Anthony,
look for the fill-colors and selected-fill-colors property. You can
apply these properties to the style for the application.

I dont know if it will work though but you can try that may be?! 

pushkar



On Tue, 22 Mar 2005 13:48:08 -, Anthony Merryfield
[EMAIL PROTECTED] wrote:
 
 Thanks Pushkar,
 
 That's useful to know about, it looks alot better, is there any way to do 
 fillColors=[0xff,0xff] in a stylesheet so it is applied application 
 wide?
 
 T
 
 -Original Message-
 From: Pushkar Phatak [mailto:[EMAIL PROTECTED]
 Sent: 22 March 2005 12:36
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] ComboBox Background color - how to change?
 
 try somethign like this Antony
 
 mx:ComboBox  dataProvider={mycolor} width=100 cornerRadius=0 
 borderThickness=1 borderStyle=solid dropShadow=false
 borderColor=#CC  themeColor=#FF6600 height=20
 fillColors=[0xff,0xff] text=Select a Color
 change=mySelectedColor=event.target.selectedItem selectedIndex=0
 /
 
 Hope this helps
 Pushkar
 
 On Tue, 22 Mar 2005 12:04:15 -, Anthony Merryfield
 [EMAIL PROTECTED] wrote:
 
 
  Hello,
 
  How do you go about changing the default color of the ComboBox? The gradient
  in the background sticks out a bit too much...
 
  Cheers,
 
  Tony.
 
   This communication together with any attachments transmitted with it (this
  E-Mail) is intended only for the use of the addressee and may contain
  information which is privileged and confidential. If the reader of this
  E-Mail is not the intended recipient or the employee or agent responsible
  for delivering it to the intended recipient you are hereby notified that any
  use, dissemination, forwarding, printing or copying of this E-Mail is
  strictly prohibited. Addressees should check this E-mail for viruses. The
  Company makes no representations as regards the absence of viruses in this
  E-Mail. If you have received this E-Mail in error please notify our ISe
  Response Team immediately by telephone on +44 (0)20 8896 5828 or via e-mail
  at [EMAIL PROTECTED] Please then immediately delete, erase or otherwise
  destroy this E-Mail and any copies of it.
 
   Any opinions expressed in this E-Mail are those of the author and do not
  necessarily constitute the views of the Company. Nothing in this E-Mail
  shall bind the Company in any contract or obligation.
 
   For the purposes of this E-Mail the Company means The Carphone Warehouse
  Group Plc and/or any of its subsidiaries.
 
   Please feel free to visit our website: http:// www.carphonewarehouse.com or
  http://www.phonehouse.com
 
   The Carphone Warehouse Group Plc (Registered in England No. 3253714) 1
  Portal Way, London W3 6RS
 
 
   Yahoo! Groups Sponsor
 
   ADVERTISEMENT
 
 
   
   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.
 
 --
 www.pushkar.net
 My World, Your View!
 
 Yahoo! Groups Links
 
 
 This communication together with any attachments transmitted with it (this 
 E-Mail) is intended only for the use of the addressee and may contain 
 information which is privileged and confidential.  If the reader of this 
 E-Mail is not the intended recipient or the employee or agent responsible for 
 delivering it to the intended recipient you are hereby notified that any use, 
 dissemination, forwarding, printing or copying of this E-Mail is strictly 
 prohibited.  Addressees should check this E-mail for viruses.  The Company 
 makes no representations as regards the absence of viruses in this E-Mail.  
 If you have received this E-Mail in error please notify our ISe Response Team 
 immediately by telephone on +44 (0)20 8896 5828 or via e-mail at [EMAIL 
 PROTECTED]  Please then immediately delete, erase or otherwise destroy this 
 E-Mail and any copies of it.
 
 Any opinions expressed in this E-Mail are those of the author and do not 
 necessarily constitute the views of the Company.  Nothing in this E-Mail 
 shall bind the Company in any contract or obligation.
 
 For the purposes of this E-Mail the Company means The Carphone Warehouse 
 Group Plc and/or any of its subsidiaries.
 
 Please feel free to visit our website:  http:// www.carphonewarehouse.com or 
 http://www.phonehouse.com
 
 The Carphone Warehouse Group Plc (Registered in England No. 3253714) 1 Portal 
 Way, London W3 6RS
 
 Yahoo! Groups Links
 
 
 
 
 


-- 
www.pushkar.net
My World, Your View!


 
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/