hi,
OK found out that it run on HMG3.5 which have "Original" LIB
i must have "change" something ...
Code: Select all
// Label / HyperLink / Image Click .....................
// Original
IF HiWord( wParam ) == STN_DBLCLK .AND. ( _HMG_SYSDATA[ 1 ] [ i ] = "LABEL" .OR. _HMG_SYSDATA[ 1 ] [ i ] = "IMAGE" )
// Jimmy 24.11.2020
*IF HiWord( wParam ) == STN_CLICKED .AND. ( _HMG_SYSDATA[ 1 ] [ i ] = "LABEL" .OR. _HMG_SYSDATA[ 1 ] [ i ] = "IMAGE" )
OK, sorry it is my own "BUG" from other Project
---
in that Project i want 1st. Click on LABEL "just" to setfocus to be able to "move" OR "edit" LABEL
so i have to find other Solution and use "Original" Code in HMG LIB