Re: [flexcoders] Flex programming issue

2013-03-01 Thread Tunde Majolagbe


Hello,
I hope you find this useful :
                               
        
                    
                   
                                          
               
                                     
                                                                  
                            
                   
               
                            .
                            .
                            .
                          

 Best of luck.


Warm Regards
Tunde Majolagbe
+2348028320370,  +23418782170.
 
*Exchange a Dollar, we still have ONE each, exchange an idea, we have TWO each.
*Calm Down!!!  It’s just a mirage, like other worries it will soon fade away.   



 From: Jake Churchill 
To: flexcoders@yahoogroups.com 
Sent: Friday, 1 March 2013, 19:15
Subject: Re: [flexcoders] Flex programming issue
 

  
There's an itemRenderer and itemEditor.  If you want to use the same, you say 
editable=true and there's another property rendererIsEditor=true (or might be 
editorIsRenderer - I always get it mixed up)

Try that.

-Jake



On Fri, Mar 1, 2013 at 4:41 AM, devchetu  wrote:

 
>  
>I am developing flex based application & struck in mid of project. I need 
>professional help.
>
>I had one data grid in which one column I used item render for date field, but 
>I do not have any idea how to make date field editable.
>For this i used 
>editable = true 
>but it doesn't work. i am looking for solution if any one have any idea pleas 
>share.
>
>

 

Re: [flexcoders] Re: Flex alternatives

2012-01-12 Thread Tunde Majolagbe


Hi All,



someone said adobe will not support flex in 5 to 10 years time and hence it 
poses a threat to flex developers. 
I beg to deffer because we need to clearly distinct a vendor from her products. 
A vendor changes focus to another phase of technology 
does not mean the vendor will outrightly discard her old and stable 
products.Its discouraging though that flex will not practically evolve to a 
better 
framework if adobe denies support in the nearest future but the consolation is 
the relative strength,robustness and stability of the framework when compared 
with other RIAs

If technologies like cobol, powerbuilder,Vb6, classic ASP (though not RIAs) are 
still existing in the industry even though they are no longer in vogue
i dont see a framework that is rich, stable ,platform independent and shows 
cross browser compatibility  face out in the market at all.
Look, i cant imagine a standard browser (in existence or still to come) that 
will deny compatibility with flash and yet expect to be widely used?
No browser vendor will shoot herself on the leg by taking such a weak strategy.

If you see a possible end for flex, what would you say of silverlight? (lol) 
Yet silverlight users are optimistic that Microsoft will find 
a way to integrate the framework to all other browsers 

The advent of RIAs addresses a critical need that is so significant, it saves 
you from the hassles of html/JS/CSS in the areas of presentation consistency 
across browsers and business security (though .swf files can be decompiled but 
its not a piece of cake) and i strongly believe flex is the most powerful RIA 
in the market, i cant even compare zkoss with it.
Such frameworks are not abandoned, they come to stay !!!

 

 
Warm Regards
Tunde Majolagbe
+2348028320370, 018782170.
 
*Exchange a Dollar, we still have ONE each, exchange an idea, we have TWO each.
*Calm Down!!!  It’s just a mirage, like other worries it will soon fade away.   



 From: Alex Harui 
To: "flexcoders@yahoogroups.com"  
Sent: Thursday, 12 January 2012, 16:19
Subject: Re: [flexcoders] Re: Flex alternatives
 

  
I’ve never used COBOL, but I haven’t heard anyone say they really liked working 
in with it.  That’s not true for Flex so even if it gets marginalized because 
it always remains locked to ActionScript and FlashPlayer, it may not be the 
subject of cursing.

I’m not in disagreement that in the long term, the advantages of 
Flex/ActionScript/FlashPlayer will be diminished by advances in the HTML/CSS/JS 
stack.  That’s why Adobe has made a major strategic shift to become the tooling 
leader in the HTML stack.  But that doesn’t mean that you should stop using 
Flex/ActionScript/FlashPlayer right now.

Many folks who work with HTML/CSS/JS, even using the many libraries and 
development methodologies available for it, still feel like the Flex paradigm 
is superior.  Apparently, even Google agrees because they are trying to create 
their own version of that paradigm with DART.  While translated code is never 
as good, the productivity advantages of a better paradigm have been pretty much 
proven to be worth it, otherwise, Flex wouldn’t have been that successful 
either since MXML isn’t as efficient as pure ActionScript, and Google wouldn’t 
have invested so much in writing their website logic in Java and/or Google 
Closure and/or DART.

There is general support in the Apache Flex project for exploring ways of using 
the Flex paradigm to create HTML5 apps.  Those working on the project are 
motivated to future-proof their investment in Flex.  I don’t see any technical 
issue blocking us from translating the paradigm to HTML5, and I invite all 
those who like the Flex paradigm to participate.  But at the same time, there 
is lots of work to be done, lots of solutions to be built, and lots of money to 
be made on the Flex/AS/FP stack while we wait for the HTML5 stack to deliver on 
its promises.


On 1/12/12 3:37 PM, "Ron G"  wrote:



> 
> 
>   
>
>I think you make my point for me by comparing the future of Flex to COBOL. 
>Yes, it's still around, but we all wish it wasn't and curse it everytime we 
>have to deal with it. As you say, "it is hard to get out." So, yes, I still 
>have projects written in Flex that will undoubtedly continue to run for years 
>to come. But, it's hardly a justification for continuing to develop in 
>COBOL...er, uh, I mean Flex.
>
>As you say, "the need for Flash in the browser will likely diminish". Again, 
>you help make my point against using Flex or FlashBuilder. I find it amusing 
>that some have suggested that Flex and FlashBuilder could be retooled to 
>render HTML5 pages. It confounds me as to why I would want to write MXML and 
>AS3 so it can be translated to HTML and JS. If that is the desired end 
>product, then I suggest developers just develop in HTML and JS to begin wit

Re: [flexcoders] Using Flex Cairnghorm microachitecture with .net class library

2011-11-16 Thread Tunde Majolagbe
Fixed this !

I simply put my .net dll in my web-orb bin folder 

not in the root.
The generated flex code from web orb reads the 

.net dll from the bin folder not the root.

I believe this will help someone someday. 


 
Warm Regards
Tunde Majolagbe
+2348028320370, 018782170.
 
*Exchange a Dollar, we still have ONE each, exchange an idea, we have TWO each.
*Calm Down!!!  It’s just a mirage, like other worries it will soon fade away.   



From: Tunde Majolagbe 
To: "flexcoders@yahoogroups.com" 
Cc: tunde clasi 
Sent: Friday, 4 November 2011, 7:17
Subject: [flexcoders] Using Flex Cairnghorm microachitecture with .net class 
library


  


Hello All,
Has anyone used cairnghorm micro framework to write scripts that retrieves data 
from dot net dll. 

I cant connect my flex cairnghorm side with my dotnet code even after 
generating the required cairnghorm action script 

from the web orb console 

is there something wrong with my config file or  are my not setting a compiler 
parameter ?
[which is  " -services "services-config.xml" -locale en_US" ]

What can i be doing wrong?
 
Warm Regards
Tunde Majolagbe
+2348028320370, 018782170.
 
*Exchange a Dollar, we still have ONE each, exchange an idea, we have TWO each.
*Calm Down!!!  It’s just a mirage, like other worries it will soon fade away.   
 

[flexcoders] Using Flex Cairnghorm microachitecture with .net class library

2011-11-04 Thread Tunde Majolagbe


Hello All,
Has anyone used cairnghorm micro framework to write scripts that retrieves data 
from dot net dll. 

I cant connect my flex cairnghorm side with my dotnet code even after 
generating the required cairnghorm action script 

from the web orb console 

is there something wrong with my config file or  are my not setting a compiler 
parameter ?
[which is  " -services "services-config.xml" -locale en_US" ]

What can i be doing wrong?

 
Warm Regards
Tunde Majolagbe
+2348028320370, 018782170.
 
*Exchange a Dollar, we still have ONE each, exchange an idea, we have TWO each.
*Calm Down!!!  It’s just a mirage, like other worries it will soon fade away.   

Re: [flexcoders] HTTPService post to return an image?

2011-11-03 Thread Tunde Majolagbe

Hello 

You cant send raw binaries via a http api 
two things i suggest you may do

1) convert your binary data  to hexadecimal (hex) Xters at the server site  and 
send it across the web as hex data then reconvert your  hex data to binaries on 
the browser.

2) Save the image on a path on the server, obtain the url to the path of the 
image
    return the url with httpservice (as a string offcourse) and set as 
imagepath to your image control.  


All the best !



Warm RegardsTunde Majolagbe+2348028320370, 018782170. *Exchange a Dollar, we 
still have ONE each, exchange an idea, we have TWO each.*Calm Down!!!  It’s 
just a mirage, like other worries it will soon fade away.   

--- On Tue, 1/11/11, method_air  wrote:

From: method_air 
Subject: [flexcoders] HTTPService post to return an image?
To: flexcoders@yahoogroups.com
Date: Tuesday, 1 November, 2011, 19:03
















 



  



  
  
  Is it possible to return an image object using HTTPService?



The fault method executes when I attempt to do this:



var http:HTTPService = new HTTPService();

http.url = "myScript.ashx";

http.method = "POST";

http.resultFormat = "object";



Should URLLoader be used instead?



Cheers,



Philip