View Issue Details

IDProjectCategoryView StatusLast Update
0003016Far ManagerPlugins API.Dialogpublic2015-07-01 15:17
ReporterJohnDoe Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.0 
Summary0003016: DN_RESIZECONSOLE приходит дважды
DescriptionПри изменении размеров консоли событие DN_RESIZECONSOLE чаще всего приходит дважды.
Steps To Reproducelocal F = far.Flags
local c = 0
Event { group="DialogEvent";
  action=function(Event,Param)
    if Param.Msg==F.DN_RESIZECONSOLE and Event==F.DE_DLGPROCINIT then
      c = c + 1
      far.Message(c)
    end
  end
}
Additional Informationhttp://forum.farmanager.com/viewtopic.php?p=130927#p130927
TagsNo tags attached.
Build

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-07-01 15:17 JohnDoe New Issue