Flyspray:: Flyspray::Koda: Recently opened tasks http://koda.darkhost.ru/bugtrack/ 2010-08-25T15:46:17Z FS#139: add a option 'set caption also set name' 2010-08-25T15:46:17Z 2010-08-25T07:44:42Z

add a option ‘set caption also set name’,set name do nothing with caption.

or add a right menu ‘set caption as form name’ to property list.

         thanks!
thesnow http://koda.darkhost.ru/bugtrack/:139
FS#138: Label size corrupted when opening saved form 2010-08-18T13:32:29Z 2010-08-18T13:32:29Z

*
Description
*
The size for label controls is correctly saved on the .kxf file. However, when the file is opened with Koda, the label size is reset so that the it has the same size as the text inside the label. This happens regardless of the values of the “resizing” properties.

*
How to reproduce:
***************** 1 - Create a new form
2 - Insert a label
3 - Modify the label’s width and/or height
4 - Save the form
5 - Close the form
6 - Open .kxf file with a text editor: the width and height of the label will have the correct values
7 - Open .kxf file with Koda: the width and height of the label will have been reset to their original values, instead of having the saved values

Luciano Scilletta http://koda.darkhost.ru/bugtrack/:138
FS#137: 1.7.3.0 "copy to clipboard" not work 2010-08-03T16:08:19Z 2010-08-03T16:08:19Z

1.7.3.0 “copy to clipboard” not work

Roger_Tang http://koda.darkhost.ru/bugtrack/:137
FS#136: Use array names 2010-07-14T16:17:24Z 2010-07-14T15:18:57Z

Please add the ability to use array names in the Object Inspector for the control names: ControlName[Index]

OmYcroN http://koda.darkhost.ru/bugtrack/:136
FS#135: French translation for koda_1.7.2.9 2010-06-30T15:46:27Z 2010-06-30T02:11:22Z

This is the French translation for koda_1.7.2.9.

Thierry http://koda.darkhost.ru/bugtrack/:135
FS#134: AV when selecting non-existent recent file 2010-06-29T10:29:28Z 2010-06-29T10:07:34Z

AV when selecting non-existent recent file

Admin http://koda.darkhost.ru/bugtrack/:134
FS#133: Problems with Toolbar Configuration 2010-06-14T14:52:01Z 2010-06-14T14:52:01Z

Version 1.7.2.8

Customize Toolbar:
1. Add “NewPage” or “NewButton” to a Toolbar (e.g. Standard Toolbar or User Toolbar n” will not show the Icons

2.
**Problem with showing User Toolbar3**

Szenario__:
a. User Toolbar 1 is configure well User Toolbar 2 is not configure User Toolbar 3 is configure “Apply” Button Result: User Toolbar 1 is shown, User Toolbar 3 is not shown! a1. User Toolbar 1 is configure well User Toolbar 2 is not configure User Toolbar 3 is configure After “Apply” Button User Toolbar 2 is setting up “Apply” Button Result: All Toolbars will shown b. User Toolbar 1 is configure well User Toolbar 2 is configure well User Toolbar 3 is configure “Apply” Button Result: User Toolbar 3 will not be shown!

Spence http://koda.darkhost.ru/bugtrack/:133
FS#132: No control of context menu is generated in AU3 code 2010-05-31T16:30:24Z 2010-05-31T01:54:53Z

None of the context menu appears in the generated AU3 code (I mean GUICtrlCreateContextMenu etc.)

======KXF======:

<?xml version="1.0" encoding="windows-1251"?>
<object type="TAForm" name="frmDrop">
	<properties>
		<property name="Left" vt="Int16">1084</property>
		<property name="Top" vt="Int16">754</property>
		<property name="Width" vt="Int8">104</property>
		<property name="Height" vt="Int16">130</property>
		<property name="Caption" vt="String">monVert 3.00</property>
		<property name="Color" vt="Ident">clBtnFace</property>
		<property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
		<property name="Font.Color" vt="Ident">clWindowText</property>
		<property name="Font.Height" vt="Int8">-11</property>
		<property name="Font.Name" vt="String">MS Sans Serif</property>
		<property name="Font.Style" vt="Set"/>
		<property name="OldCreateOrder" vt="False">False</property>
		<property name="Visible" vt="True">True</property>
		<property name="Style" vt="Int32">-1798701056</property>
		<property name="ExStyle" vt="Int16">392</property>
		<property name="Version" vt="String">1.04</property>
		<property name="Description" vt="String">A standard Windows Form.</property>
		<property name="FormOptOnEvent" vt="False">False</property>
		<property name="FormOptExpVars" vt="False">False</property>
		<property name="FormOptPopulate" vt="False">False</property>
		<property name="FormOptVarsForSet" vt="False">False</property>
		<property name="FormOptIndentChar" vt="Int8">0</property>
		<property name="FormOptIndentCount" vt="Int8">1</property>
		<property name="FormOptIndentInit" vt="Int8">0</property>
		<property name="FormOptVarScope" vt="Int8">0</property>
		<property name="Resizing" vt="Set"/>
		<property name="PixelsPerInch" vt="Int8">96</property>
		<property name="TextHeight" vt="Int8">13</property>
	</properties>
	<components>
		<object type="TAContextMenu" name="ctxMnu">
			<properties>
				<property name="Left" vt="Int8">0</property>
				<property name="Top" vt="Int8">0</property>
				<property name="Width" vt="Int8">28</property>
				<property name="Height" vt="Int8">28</property>
				<property name="WrappedName" vt="String">PopupMenu1</property>
			</properties>
			<components/>
		</object>
		<object type="TPopupMenu" name="PopupMenu1">
			<properties/>
			<components>
				<object type="TAMenuItem" name="ctxMain">
					<properties>
						<property name="Caption" vt="UTF8String">Otw?rz okno g??wne</property>
						<property name="OnClick" vt="String">ctxMainClick</property>
					</properties>
					<components/>
				</object>
				<object type="TAMenuItem" name="ctxExit">
					<properties>
						<property name="Caption" vt="String">Koniec</property>
						<property name="OnClick" vt="String">ctxExitClick</property>
					</properties>
					<components/>
				</object>
			</components>
		</object>
	</components>
</object>

=====AU3=====:

#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=monvert-gui-drop.kxf
$frmDrop = GUICreate("monVert 3.00", 97, 97, 1084, 754, -1, BitOR($WS_EX_TOOLWINDOW,$WS_EX_TOPMOST,$WS_EX_WINDOWEDGE))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd
monter.FM http://koda.darkhost.ru/bugtrack/:132
FS#131: Unable to insert embedded IE control 2010-05-04T17:48:12Z 2010-05-02T20:05:27Z

In version 1.7.2.8 when I try to add an embedded IE control (Shell.Explorer.2) to a form Koda shows error:
‘Call to DllRegisterServer failed in "shdocvw.dll"'

As consequence no AU3 code is generated for the control - although it shows on the form - and all attempts to open the definition file afterward fail with the same error message, so the only remaining option is to open KXF file as XML and remove the control manually.

Especially confusing is the fact that Koda wants to call DllRegisterServer at all. Why is it necessary? The DLL is already registered on the system, otherwise the control wouldn’t appear in the Koda’s object browser.

ND http://koda.darkhost.ru/bugtrack/:131
FS#130: Langage file 1.7.2.8b247 French 2010-04-19T10:08:22Z 2010-04-19T00:39:23Z

This is the French langage file for version 1.7.2.8b247.

Thierry http://koda.darkhost.ru/bugtrack/:130