which container for a terminal like app?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default which container for a terminal like app?

    hi,
    i am completely new to this flex thing but at a first sight i really like it.
    i'd like to develop a terminal like app in flex2 for the presentation tier of
    my java code. do you know any useful (built in) container or text output mode
    for this kind of behavior?
    or do you have any suggessions how could i start to create a new one with
    exact char positioning and handling of various keypresses?
    i would appreciate any comments.
    regards,
    andras

    agelanyi Guest

  2. Similar Questions and Discussions

    1. Container
      Can someone explain what the Container object is, and how it it related to data binding? I can't find any reference for it anywhere. Mike
    2. Controls container
      Hi. I'm creating a .NET server component that inherit from Table (WebControls) class. It's a container that implement this html architecture...
    3. Cannot connect to Terminal Server via Terminal Services Manager after upgrade to Windows Server 2003
      The following error is displayed in the Terminal Services Manager on our domain controller (DC-01) when trying to connect to Terminal Services on...
    4. Container Field
      I have 2 files in FMP 6.0. 1 is a subject file with names, addresses, etc...; with a unique number for each person. 2 is a photofile with...
    5. Scrollable Container
      Is it possible to create a Panel with a vertical scrollbar? Thanks Rob
  3. #2

    Default Re: which container for a terminal like app?

    I do not know what you mean when you say, "terminal like ...kind of behavior ".

    Or, to be honest, what you mean by "exact char positioning".

    Can you give us some more detail?

    Tracy
    ntsiii Guest

  4. #3

    Default Re: which container for a terminal like app?

    i would like to build a character terminal frontend. fo this i need something
    like a matrix of characters. (eg. tell the char at 10th line 2nd row to change
    color and handle almost all kind of keypresses.)
    later it would be good to extend the features to support full ansi, vt100
    standards.

    agelanyi Guest

  5. #4

    Default Re: which container for a terminal like app?

    Ahh, I see, you really mean "terminal"! Using an RIA to simulate a
    character-based UI, what an interesting idea.

    I am sorry but i don't have many suggestions. This is definitely counter to
    the direction of usual RIA thinking.

    If you used a TextArea control with a fixed-pitch font, you could probably use
    the selection manager methods to manipulate individual characters successfully.

    Good luck!

    Tracy

    ntsiii Guest

  6. #5

    Default Re: which container for a terminal like app?

    yes, i want to build some legacy support on flex that is definitely not the ria way. :)
    anyway, thanks for your suggession!
    agelanyi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139