Antonio Linares wrote:D.
F11 and F12 implemented this way:
SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } )
SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) } )
Updated EXE and PRG:
https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip
<?xml version="1.0" encoding="utf-8" ?>
<start>
<UTF_encoded>Š</UTF_encoded>
</start>
bpd2000 wrote:Antonio Linares wrote:D.
F11 and F12 implemented this way:
SetKey( VK_F12, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 2 ]:SetFocus(),) } )
SetKey( VK_F11, { || If( oWnd:oWndActive != nil, oWnd:oWndActive:aControls[ 1 ]:SetFocus(),) } )
Updated EXE and PRG:
https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip
PIM can generate unicode file like
- Code: Select all Expand view
<?xml version="1.0" encoding="utf-8" ?>
<start>
<UTF_encoded>Š</UTF_encoded>
</start>
FWExplorer wrote:Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.
Also, inline editing - fine, but it should also work with a double-click on an existing node.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 77 guests