Author Topic: B6: Slick Error in List-Clipboards  (Read 2166 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
B6: Slick Error in List-Clipboards
« on: October 01, 2014, 12:59:55 AM »

Ok, so in the "Search" box of List-clipboards, type Shift+Ctrl+V
(Yes, this is wierd).


This opens the alternate list-clipboards UI.
Pick an item, click VIEW.
Hit "Copy", and you get the error below.




Also, the "Search:" edit box doesn't support normal keyboard commands.
Home, End and Del do nothing.


---------------------------
Slick-C Error
---------------------------
dlgman.ex 2506 _dmDoLetter(V)   p_window_id: 527   p_object: OI_COMMAND_BUTTON   p_name: b4


file=clipbd.ex offset=12505
---------------------------
OK   
---------------------------





 
 This property or method is not allowed on this object clipbd.ex 12505 clipbd:put_in_box(442)   p_window_id: 442   p_object: OI_LIST_BOX   p_name: _sellist clipbd.ex 11893 clipbd:(4,,4)   p_window_id: 10   p_object: OI_EDITOR   p_name: sellist2.ex 5902 _sellist_form._sellistok.lbutton_up()   p_window_id: 509   p_object: OI_COMMAND_BUTTON   p_name: b4 clipbd.ex 10665 old_list_clipboards()   p_window_id: 173   p_object: OI_TEXT_BOX   p_name: ctl_filter tbclipbd.ex 174 list_clipboards()   p_window_id: 173   p_object: OI_TEXT_BOX   p_name: ctl_filter 
« Last Edit: October 01, 2014, 01:03:33 AM by jporkkahtc »

Clark

  • Moderator
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: B6: Slick Error in List-Clipboards
« Reply #1 on: October 01, 2014, 01:54:34 AM »
Stack reproduced. Should be easy to fix.

The current implementation of the keys Home, End, and Del was intentional. They all operate on the list. The intent was for them to work like a combo box....BUT the combo box doesn't work like this. This will be changed. The same problem with the Home and End keys is in the Files tool window. Ctrl+Home and Ctrl+End should work on the list and the Del key should only work when in the list.