Flyspray:: Tue, 27 Dec 2011 04:30:40 +0400 Flyspray::Koda: Recently opened tasks http://koda.darkhost.ru/bugtrack/ FS#323: $UDS_ARROWKEYS not defined V@no Tue, 27 Dec 2011 04:30:40 +0400 The generated code is missing:
#include ]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=323 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=323
FS#322: access vilolation error wenyibing Fri, 21 Oct 2011 18:51:29 +0400 I'm using the latest version. My OS is Windows 7 64bit.]]> http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=322 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=322 FS#321: TAListView: code generation funny Chris Haslam Fri, 15 Jul 2011 22:45:12 +0400 $ListView1 = GUICtrlCreateListView("|", 128, 56, 257, 289, BitOR($GUI_SS_DEFAULT_LISTVIEW,$LVS_NOCOLUMNHEADER))


was generated by Koda, and does not work with 2 columns: the second column shows as blank.


$ListView1 = GUICtrlCreateListView(" | ", 128, 56, 257, 289, BitOR($GUI_SS_DEFAULT_LISTVIEW,$LVS_NOCOLUMNHEADER))


does work.

Koda then generated:


GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 0, 50)
GUICtrlSendMsg(-1, $LVM_SETCOLUMNWIDTH, 1, 200)


Apparently AutoIt needs a space before and after the |.

I consider this to be an AutoIt bug, but Koda is the servant of AutoIt, so ...

If AutoIt ever fixes this bug, Koda code generation will still be OK with "| ".]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=321 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=321
FS#320: Designer: How to keep Object Inspector on top Chris Haslam Thu, 14 Jul 2011 03:49:58 +0400
I would like to keep Object Inspector on top of the Form. When I am working on controls on the right-hand side, it can sit over the left side of the form. How do I do it? OI keeps getting under the Form.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=320 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=320
FS#319: Hint or Tooltip? Chris Haslam Fri, 08 Jul 2011 07:14:53 +0400
I think that Koda should use the same term as AutoIt.

Right now, the Treeview Styles dialog has a checkbox called //Hints (tooltips) show//.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=319 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=319
FS#318: TAMonthCal: Centering problem Chris Haslam Thu, 07 Jul 2011 09:04:43 +0400
It is likely that there are other cases where centering is a bit off, e.g. Align | Center Vertically in Window.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=318 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=318
FS#317: AU3 Import GuiCtrlSetData bug Chris Haslam Wed, 06 Jul 2011 19:28:05 +0400
The second shows the result of clicking on Process.

It appears that Koda did not process the GuiCtrlSetData.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=317 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=317
FS#316: Font size inconsistent for Courier New Chris Haslam Mon, 04 Jul 2011 16:16:27 +0400
This problem may be related to another. This dialog shows as designed if I change the font size to 8.5 points in AutoIt. Koda won't let me set the font size to 8.5.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=316 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=316
FS#315: Send to Back, Bring to Front: bug? Chris Haslam Mon, 04 Jul 2011 16:06:10 +0400 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=315 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=315 FS#314: File | Open: Split into two? Chris Haslam Sun, 03 Jul 2011 23:13:45 +0400 * File | Open Form
* File | Open Forms in Script

The filter on the first one would be *.kxf, and on the second *.au3

I realize that //Open Forms in Script// is not optimum, but I think it would be an improvement on the present situation. It could have a hint: //Open all forms referenced in a script//.]]>
http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=314 http://koda.darkhost.ru/bugtrack/index.php?do=details&task_id=314