View Issue Details

IDProjectCategoryView StatusLast Update
0000262Double CommanderGraphical user interfacepublic2014-01-14 22:52
Reporterdenis230 Assigned ToAlexx2000  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Target Version0.5.4Fixed in Version0.5.4 
Summary0000262: В форме 'Задать шаблон' убрать свернуть
DescriptionВ форме 'Задать шаблон':
- убрать кнопку 'свернуть'
TagsNo tags attached.
Attached Files
fFindDlg.lfm.patch (331 bytes)   
Index: fFindDlg.lfm
===================================================================
--- fFindDlg.lfm	(revision 4108)
+++ fFindDlg.lfm	(working copy)
@@ -3,6 +3,7 @@
   Height = 348
   Top = 116
   Width = 585
+  BorderIcons = [biSystemMenu, biMaximize]
   Caption = 'Find files'
   ClientHeight = 348
   ClientWidth = 585
fFindDlg.lfm.patch (331 bytes)   
Fixed in Revision4355,4416
Operating systemWindows
WidgetsetWin32
Architecture32-bit, 64-bit

Activities

Alexx2000

2011-11-21 23:01

administrator   ~0000166

В данном случае форма по идее обязана быть модальной, т.к. она должна блокировать родительское окно.

cobines

2011-11-21 23:18

administrator   ~0000167

Do you want to make the window modal?

denis230

2011-11-23 23:54

reporter   ~0000207

Готово, прошу проверить и залить в SVN

Скрипт:
прикрепил к заявке

Alexx2000

2011-11-24 13:56

administrator   ~0000211

>Do you want to make the window modal?

No, this window used by two ways:
1. As "Find files" dialog (non-modal)
2. As "Define template" dialog (modal) that called from select files dialog

In second way it must be modal to block select files dialog.

>Готово, прошу проверить и залить в SVN

Патч некорректный, т.к. данная форма является также диалогом поиска файлов.
Соответственно отключать кнопки надо в коде.

Issue History

Date Modified Username Field Change
2011-11-21 21:09 denis230 New Issue
2011-11-21 21:09 denis230 File Added: TC_Маска выбора_Задать шаблон.png
2011-11-21 23:01 Alexx2000 Note Added: 0000166
2011-11-21 23:18 cobines Note Added: 0000167
2011-11-23 23:52 denis230 File Added: fFindDlg.lfm.patch
2011-11-23 23:52 denis230 Summary В форме 'Задать шаблон' убрать модальность формы, свернуть => В форме 'Задать шаблон' убрать свернуть
2011-11-23 23:52 denis230 Description Updated
2011-11-23 23:54 denis230 Note Added: 0000207
2011-11-23 23:54 denis230 Assigned To => Alexx2000
2011-11-23 23:54 denis230 Status new => feedback
2011-11-24 13:56 Alexx2000 Note Added: 0000211
2012-03-10 14:39 Alexx2000 Fixed in Revision => 4355
2012-03-10 14:39 Alexx2000 Status feedback => resolved
2012-03-10 14:39 Alexx2000 Fixed in Version => 0.5.5
2012-03-10 14:39 Alexx2000 Resolution open => fixed
2012-03-10 14:40 Alexx2000 File Deleted: TC_Маска выбора_Задать шаблон.png
2012-03-17 17:46 Alexx2000 Fixed in Revision 4355 => 4355,4416
2012-03-17 17:46 Alexx2000 Fixed in Version 0.5.5 => 0.5.4
2012-03-17 17:46 Alexx2000 Target Version => 0.5.4
2014-01-14 22:52 Alexx2000 Status resolved => closed