Search found 9 matches

by prikryl
Thu Aug 18, 2005 7:20 am
Forum: Plug-In Developers
Topic: The first dialog item is focused when list view is exited
Replies: 2
Views: 12964

Which FAR version? Any, which I have ever used. Including the latest alpha. What you mean be loses focuse - when tab is pressed? Any way. Tab. Mouse click on another control. Alt-<highlighted letter>. Arrows. etc. As an example see WinSCP plugin 1.4.1 and older. On session configuration dialog, sel...
by prikryl
Thu Aug 18, 2005 7:09 am
Forum: Plug-In Developers
Topic: CD to root when viewing file from search results
Replies: 3
Views: 14334

t-rex wrote:Which FAR version?
Any, which I have ever used. Including the latest alpha.
by prikryl
Wed Aug 17, 2005 9:28 pm
Forum: Plug-In Developers
Topic: CD to root when viewing file from search results
Replies: 3
Views: 14334

Re: CD to root when viewing file from search results

OK, that's all for today :-)
Thanks for the FAR!

Martin.
by prikryl
Wed Aug 17, 2005 9:23 pm
Forum: Plug-In Developers
Topic: CD to root when viewing file from search results
Replies: 3
Views: 14334

CD to root when viewing file from search results

Hello,

this is maybe feature, but causes me big troubles.

When "view" command is used from search results window, FAR sends first SetDirectory("\\") command to plugin. Does it have any purpose?

Martin.
by prikryl
Wed Aug 17, 2005 9:15 pm
Forum: Plug-In Developers
Topic: The first dialog item is focused when list view is exited
Replies: 2
Views: 12964

The first dialog item is focused when list view is exited

Hello,

I do not know if it is feature or bug:

When DI_LISTBOX dialog item loses focus, the focus is moved always to the first item on the dialog, despite the right tab order.

I'm using DialogEx(). I haven't tried that with Dialog().

Martin.
by prikryl
Wed Aug 17, 2005 9:10 pm
Forum: Plug-In Developers
Topic: File system cannot be closed from within FE_IDLE
Replies: 1
Views: 11561

File system cannot be closed from within FE_IDLE

Hello,

When in ProcessEvent(FE_IDLE), call to Control(FCTL_CLOSEPLUGIN) is ignored.

Martin.
by prikryl
Wed Aug 17, 2005 9:05 pm
Forum: Plug-In Developers
Topic: Possible bug plugin interface (Message)
Replies: 0
Views: 10883

Possible bug plugin interface (Message)

Hello,

When number of lines passed to API function Message is higher than number of lines that fits on screen, FAR uses titles of excess lines as button titles (instead of the actual titles from the end of the item array).

Martin.
by prikryl
Wed Aug 17, 2005 8:55 pm
Forum: Plug-In Developers
Topic: Meaning of DN_BTNCLICK's Param2 for DI_RADIOBUTTON
Replies: 0
Views: 11091

Meaning of DN_BTNCLICK's Param2 for DI_RADIOBUTTON

Hello, according to API manual the Param2 of DN_BTNCLICK message should contain "ID of the previously selected dialog item from a group of DI_RADIOBUTTON items" for radio buttons. However it seems that it contains 0/1 instead indicating, whether the button is being selected or deselected. ...
by prikryl
Wed Aug 17, 2005 8:47 pm
Forum: Plug-In Developers
Topic: Possible bug plugin interface (GetFindData)
Replies: 0
Views: 10475

Possible bug plugin interface (GetFindData)

Hello, I posting bug report that I've sent to support@farmanager.com almost two years ago. It seems that the issue is still present in the latest 1.70 alpha 6. I cannot confirm this on 100% as for some reasons I'm having difficulties debugging the alpha versions of FAR. However the symptoms are stil...