Flex pirates

flexp5.jpg

This is the name of our team, we are group of people working for relyon softech with Adobe Flex as our RIA and UI technology to develop WEB based TAX products.And guess what we are just doing fine.

Recently we gave a name to the team as FLEX Pirates, and a logo was designed by our BOSS with our suggestions.It came out good, it is given below.

Flex Pirates

Flex Pirates

Enjoy my Blog.

22 Responses to “Flex pirates”

  1. RAJESH Says:

    hi kumar this is awsome and congrats and best of luck

  2. jaya Says:

    hi kumar this is good, nice logo and nice work with blog, very usefull blog of flex .

  3. Lawrence Says:

    Hey KumarGANDHI,tis looks good with a motive of sharin ur knowledge ,keep it up!

  4. kumargandhi Says:

    hi friends,
    thanks to u all , and keep in touch to make this blog a success..

    regards
    kumar gandhi

  5. Geet Kartikeya Says:

    Kumar,

    Thanks for the blog.

  6. kumargandhi Says:

    hi Geet,

    your welcome.
    regards,
    kumar.

  7. madhu Says:

    Hi Kumar i really wonder by seeing ur blog keep it up.. i am getting one doubt regarding flex.. and also i am new to flex. i want to put progress bar while opening each forms in my applications.. so plz tell me how to do?.. thank u in advance

  8. kumargandhi Says:

    Hi,
    the progress bar is used to show the progress of uploading or downloading [in terms of size or time], but here in opening a form [a view in the same App i suppose] showing the progress bar is the requirement and this can be done but there are two categories

    1. showing the progress while loading the View [TitleWindow or others] component
    as a compiled [.swf], as seperate view in to the App.,this can be achived by reading the file [.swf] properties and mentioning them in properties of the ProgressBar.Good Examples are present at the Flex Help.

    2.Loading the view from the same App [No external file uploading] and this can be achived like showing the progress for few seconds before pop up the view [PopUpManagers].

    Hope this will solve your Query !.[Comment for new Queries]

  9. Manvitha Says:

    Hi kumar,
    I just saw ur blogs.Its very helpful.I am getting one error in my FLex project.

    I am using logout button in my flex project.At the time of login i am creating one token.When i click logout i am deleting the token.If i relogin with the same username and password old values are not coming .I have written code for token generation in .net service.When i relogin old values are not coming

  10. kumargandhi Says:

    Hi
    thanks at first sight , about your Error , I didn’t get what is Token , if iam not wrong i think you want to store some data [like instances of the user like cookies] on the client system then for this we can go for shared objects in Flex,They are similar to Browser Cookies.
    I have made a post on SharedObjects in my blog ,just search it.Comment me if ur not clear.

    regards,
    kumar.

  11. Manas Says:

    Carry on , Good work.

  12. kumargandhi Says:

    Thank you sir.

  13. mike Says:

    Kumar, could you email me please at above website…thanks.

  14. Rajneesh Says:

    Hi kumar..
    Good effort…

    can you tell me how to use flex with web services devloped and deployed using apache axis2/java.

  15. Rushikesh Says:

    Hi Kumar,
    It’s nice to see you guys posting solutions for flex developers. Let me tell you it is really very helpful.
    Me too working in flex for last 8 months and its really awesome working in it.

    thanks once again

  16. uday Says:

    create a facility for a user to select a college name from a list of colleges( using combo box& we have to take at the max 3 colleges). as as soon as he select a college name the departments of that college must be displayed (CSE,ECE,MECHANICAL) .When User selects any branch and year he is presented with two options either he can see faculty information and student information .After viewing student information if he wants see marks of students create a facility for user to view the marks as well as performance in graph .
    so , kindly send me this source code as soon as possible in a day . I need it very urgently.
    thankin you
    yours sincerely
    uday

  17. rayudu Says:

    it is nice

  18. rayudu Says:

    it is nice

    iam new to flex

  19. kanchan Says:

    My flex application is with ruby on rails. I want to block F5 key in flex application can u pliz help me?

    • kumargandhi Says:

      Hi,
      to capture the keyboard keys trigger we can use the KeyboardEvent Event Class.Check the Below example.

      this.addEventListener(KeyboardEvent.KEY_UP,fnEnterKeyHandler);
      //function handler
      private function fnEnterKeyHandler(event:KeyboardEvent):void
      {
      if(event.keyCode==Keyboard.F5)
      {
      //F5 key press ,can add your code..
      }
      }

      hope this helps you.
      regards,
      kumar.

  20. Toton Says:

    Hi,

    Presently I am creating a treeview control where based on user input it will search the input text in tree view,expand that node & you can select that text.

    Example:

    Animal

    mamal
    cat
    dog
    man
    Insect
    ant,
    spider

    Now user type at, then output result will be like below either

    Animal
    mamal
    cat (display at as bold)
    Insect(single node)

    or
    Animal
    mamal
    cat(display at as bold)
    dog
    man
    Insect(Collapse node)

    Could any of you please tell us how can I do it?
    Please help.Any solution is welcome.

    Regards,
    Toton

Leave a Reply