View Issue Details

IDProjectCategoryView StatusLast Update
0003349PluginsNetBoxpublic2016-11-17 13:18
Reporterpepak Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.0 
Summary0003349: OpenW fails to handle Info.OpenFrom == OPEN_SHORTCUT
DescriptionSee http://bugs.farmanager.com/view.php?id=3313

When attempting to open a NetBox panel using PanelControl(PANEL_ACTIVE, FCTL_SETPANELDIRECTORY, ...), the command will fail because NetBox doesn't respond to Info.OpenFrom == OPEN_SHORTCUT in its OpenW function. This prevents Named Folders Lite from executing stored bookmarks pointing to NetBox. The solution simply involves adding the same code for OPEN_SHORTCUT as is already being used for OPEN_DISKMENU.
Steps To Reproduce1) Install Named Folders Lite: http://plugring.farmanager.com/plugin.php?pid=959&l=en
2) Open NetBox panel.
3) Store bookmark to the NetBox panel in NFL: cd::book
4) Open any other panel.
5) Try to restore NetBox panel: cd:book
6) NetBox panel should open.
Additional InformationTested with NetBox 2.4.0.438
TagsNo tags attached.

Activities

zg

2016-11-13 19:33

developer   bugnote:0015012

NetBox responds:
lua:panel.SetPanelDirectory(nil,1,{Param=[[ftp://anonymous:anonymous%00example.com@gcc.gnu.org/pub]];PluginId=win.Uuid("42e4aeb1-a230-44f4-b33c-f195bb654931")})
works for me.

pepak

2016-11-13 19:51

reporter   bugnote:0015013

Not for me. It works if the plugin's panel has already been opened, but that's not what I am trying to solve.

zg

2016-11-13 20:33

developer   bugnote:0015014

no. for me works when on both panels local disks.

pepak

2016-11-17 13:18

reporter   bugnote:0015023

I understand now where the misunderstanding lies: I am *not* trying to open a panel for a host - I am trying to open the host list of NetBox (what I would get if I simply select NetBox in the drive menu), particularly some dubdirectory of it. Opening host panels works (well, almost - I am getting "Not implemented. Code: 3015" on my test FTP, but I do get a reaction from NetBox), but opening host list does not.

Issue History

Date Modified Username Field Change
2016-11-13 18:47 pepak New Issue
2016-11-13 19:33 zg Note Added: 0015012
2016-11-13 19:51 pepak Note Added: 0015013
2016-11-13 20:33 zg Note Added: 0015014
2016-11-17 13:18 pepak Note Added: 0015023