Editor text and combobox

  1. #1

    Editor text and combobox

    I wonder if you can do that. Imagine this
    scenario: we have a text editor and a combobox with
    a number of fields.
    I can put the cursor at a point in the text to edit and
    select an item from combobox and this is inserted into
    the point of the editor?

    Greetings and thanks
  2. #2
    Hi,

    When you choose a ComboBox's items, TextField will lost a focus. So, you need to save current cursor position. I'd suggest you to use KeyUp event to save it.

    Related info about cursor.
    http://forums.ext.net/showthread.php?12956

Similar Threads

  1. Replies: 4
    Last Post: Dec 14, 2012, 10:49 AM
  2. Replies: 1
    Last Post: Sep 24, 2011, 10:52 PM
  3. [CLOSED] ComboBox Editor in Grid reverts selected to VALUE , not TEXT
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 10, 2011, 3:00 PM
  4. Replies: 1
    Last Post: Jul 30, 2009, 6:33 AM
  5. ComboBox in GP Editor - Display Text Vs Value
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Apr 15, 2009, 4:47 PM

Posting Permissions