Author Topic: Form designer listbox stack.  (Read 2367 times)

Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Form designer listbox stack.
« on: August 27, 2017, 12:11:30 AM »
This is reproducible using beta 1 I think it is, build date July 31.
Create a new form - macros -> new form.  Make it a toolwindow, borderless.  Click on listbox control in the properties window, then click on the form to try and place a listbox and the following occurs.


Quote
Invalid number argument
dlgeditv.ex 13901 dlgeditv:_create_control(383,bblistbox,0,120,300,150,150)   p_window_id: 383   p_object: OI_FORM   p_name: xbar1
dlgeditv.ex 12124 dlgeditv:_decreate_control(1)   p_window_id: 383   p_object: OI_FORM   p_name: xbar1
dlgeditv.ex 10312 _ainh_dlg_edit.lbutton_down()   p_window_id: 83   p_object: OI_EDITOR   p_name:

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: Form designer listbox stack.
« Reply #1 on: August 28, 2017, 01:41:47 PM »
Reproduced. We will look into this

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: Form designer listbox stack.
« Reply #2 on: August 28, 2017, 09:50:20 PM »
Fixed for beta 3

Thanks for finding this. The dialog editor was totally broken. No way to add any controls. Problem due to names of pictures being changed. The underlying code expected the names of the controls and picture names to match.