Search:

Type: Posts; User: dlorde

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    2,971

    [SOLVED] Re: selection end and start

    The source component is the component you want to convert the co-ordinates from (e.g. editor pane view). The destination component is the component you want to convert the co-ordinates to (e.g. main...
  2. Replies
    13
    Views
    2,971

    [SOLVED] Re: selection end and start

    Er, the first argument should be the source component and the last argument should be the destination component - the JSplitPane is not the editor pane view component - but why would you want to...
  3. Replies
    13
    Views
    2,971

    [SOLVED] Re: selection end and start

    The selection start & end gives you the character position in the text, not a screen location. To get a screen location, use the modelToView(..) method, which will give you the location in the...
Results 1 to 3 of 3