View Issue Details

IDProjectCategoryView StatusLast Update
0003067PluginsLuaMacro / Macro Browserpublic2015-09-05 12:52
ReporterJohnDoe Assigned Toshmuel  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Summary0003067: LuaFAR: far.SubscribeDialogDrawEvents не срабатывает в момент Msg==F.DN_INITDIALOG and Event==F.DE_DLGPROCINIT
DescriptionВ момент DE_DLGPROCEND всё работает нормально.
Steps To Reproducelocal F = far.Flags
Event {
  group="DialogEvent";
  action=function(Event,param)
    if Event==F.DE_DLGPROCINIT and param.Msg==F.DN_INITDIALOG then
      far.SubscribeDialogDrawEvents()
    elseif param.Msg==F.DN_CTLCOLORDLGITEM then
      mf.beep()
    end
  end;
}
Additional Informationhttp://forum.farmanager.com/viewtopic.php?p=132042#p132042
TagsNo tags attached.

Activities

shmuel

2015-09-04 18:55

developer   bugnote:0013827

LuaFAR build 525.

JohnDoe

2015-09-05 11:51

updater   bugnote:0013831

Порядок, теперь срабатывает во всех DE_*

Issue History

Date Modified Username Field Change
2015-08-19 12:00 JohnDoe New Issue
2015-09-04 18:55 shmuel Note Added: 0013827
2015-09-04 18:55 shmuel Assigned To => shmuel
2015-09-04 18:55 shmuel Status new => feedback
2015-09-05 11:51 JohnDoe Note Added: 0013831
2015-09-05 11:51 JohnDoe Status feedback => assigned
2015-09-05 12:52 shmuel Status assigned => closed
2015-09-05 12:52 shmuel Resolution open => fixed