Página 1 de 1

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Dom Jul 05, 2009 10:56 am
por Xailer
Please make a permanent fix.
TIA
Dionisis

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Dom Jul 05, 2009 11:48 am
por Xailer

I found this is a workaround for the problem of sbKEYCAPS, sbKEYINSERT and sbKEYNUMLOCK
------------------------------------------------------------ --------------------
METHOD Update( lOnlyTimer ) CLASS XStatusPanel
DEFAULT lOnlyTimer TO .F.
DO CASE
CASE ::nType == sbTEXT
IF ! lOnlyTimer
::SetText()
ENDIF
CASE ::nType == sbDATE
::SetText( DToC( Date() ) )
CASE ::nType == sbTIME
::SetText( Time() )
CASE ::nType == sbKEYCAPS
::SetText( IIf( GetKeyBoardState( VK_CAPITAL ) == 1, LT( XA_MSG_KEY_CAP -1 ), "" ) ) <<< Changed
CASE ::nType == sbKEYINSERT
::SetText( IIf( GetKeyBoardState( VK_INSERT ) == 1, LT( XA_MSG_KEY_INS -1 ), "" ) ) <<< Changed
CASE ::nType == sbKEYNUMLOCK
::SetText( IIf( GetKeyBoardState( VK_NUMLOCK ) == 1, LT( XA_MSG_KEY_NUM -1), "" ) ) <<< Changed
ENDCASE
------------------------------------------------------------ --------------------
Best Regards
Dionisis
Ο "Dionisis Divaris" <info@sgs-soft.gr> έγραψε στο μήνυμα news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
> Please make a permanent fix.
>
> TIA
> Dionisis
--

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Dom Jul 05, 2009 11:48 am
por Xailer

I found this is a workaround for the problem of sbKEYCAPS, sbKEYINSERT and sbKEYNUMLOCK
------------------------------------------------------------ --------------------
METHOD Update( lOnlyTimer ) CLASS XStatusPanel
DEFAULT lOnlyTimer TO .F.
DO CASE
CASE ::nType == sbTEXT
IF ! lOnlyTimer
::SetText()
ENDIF
CASE ::nType == sbDATE
::SetText( DToC( Date() ) )
CASE ::nType == sbTIME
::SetText( Time() )
CASE ::nType == sbKEYCAPS
::SetText( IIf( GetKeyBoardState( VK_CAPITAL ) == 1, LT( XA_MSG_KEY_CAP -1 ), "" ) ) <<< Changed
CASE ::nType == sbKEYINSERT
::SetText( IIf( GetKeyBoardState( VK_INSERT ) == 1, LT( XA_MSG_KEY_INS -1 ), "" ) ) <<< Changed
CASE ::nType == sbKEYNUMLOCK
::SetText( IIf( GetKeyBoardState( VK_NUMLOCK ) == 1, LT( XA_MSG_KEY_NUM -1), "" ) ) <<< Changed
ENDCASE
------------------------------------------------------------ --------------------
Best Regards
Dionisis
Ο "Dionisis Divaris" <info@sgs-soft.gr> έγραψε στο μήνυμα news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
> Please make a permanent fix.
>
> TIA
> Dionisis
--

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Dom Jul 12, 2009 2:56 pm
por ignacio
Dionisis,
Sorry but I tought this was already fixed. Please give a sample I can test
to see the problem. TIA.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
> Please make a permanent fix.
> TIA
> Dionisis
>

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Dom Jul 12, 2009 2:56 pm
por ignacio
Dionisis,
Sorry but I tought this was already fixed. Please give a sample I can test
to see the problem. TIA.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
> Please make a permanent fix.
> TIA
> Dionisis
>

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 4:55 pm
por Xailer
Ok Ignacio
Here a small sample , and a picture of what i get in status panels. By the
way when expected to have the doc for listview class , that is superb work
surely.
Best Regards
Dionisis
Ο "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> έγραψε στο μήνυμα
news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dionisis,
>
> Sorry but I tought this was already fixed. Please give a sample I can test
> to see the problem. TIA.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>> Please make a permanent fix.
>> TIA
>> Dionisis
>>
>
>
--

Attached files StatusPanel.rar (1.6 KB)Â

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 4:55 pm
por Xailer
Ok Ignacio
Here a small sample , and a picture of what i get in status panels. By the
way when expected to have the doc for listview class , that is superb work
surely.
Best Regards
Dionisis
Ο "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> έγραψε στο μήνυμα
news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Dionisis,
>
> Sorry but I tought this was already fixed. Please give a sample I can test
> to see the problem. TIA.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>> Please make a permanent fix.
>> TIA
>> Dionisis
>>
>
>
--

Attached files StatusPanel.rar (1.6 KB)Â

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 6:15 pm
por ignacio
Doinisis,
Here is working. Maybe you are not using the correct xailer.res (on
Xailerlib directory). I attach mine with this Email.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:[email=4a5b4ace@svctag-j7w3v3j....]4a5b4ace@svctag-j7w3v3j....[/email]
> Ok Ignacio
>
> Here a small sample , and a picture of what i get in status panels. By the
> way when expected to have the doc for listview class , that is superb work
> surely.
>
> Best Regards
> Dionisis
>
>
> Ï "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> Ýãñáøå óôï
> ìÞíõìá
> news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> Sorry but I tought this was already fixed. Please give a sample I can
>> test
>> to see the problem. TIA.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zuniga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
>> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>>> Please make a permanent fix.
>>> TIA
>>> Dionisis
>>>
>>
>>
>


Attached files xailer.rar (30.4 KB)Â

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 6:15 pm
por ignacio
Doinisis,
Here is working. Maybe you are not using the correct xailer.res (on
Xailerlib directory). I attach mine with this Email.
Regards,
--
Ignacio Ortiz de Zuniga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
news:[email=4a5b4ace@svctag-j7w3v3j....]4a5b4ace@svctag-j7w3v3j....[/email]
> Ok Ignacio
>
> Here a small sample , and a picture of what i get in status panels. By the
> way when expected to have the doc for listview class , that is superb work
> surely.
>
> Best Regards
> Dionisis
>
>
> Ï "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> Ýãñáøå óôï
> ìÞíõìá
> news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Dionisis,
>>
>> Sorry but I tought this was already fixed. Please give a sample I can
>> test
>> to see the problem. TIA.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zuniga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
>> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>>> Please make a permanent fix.
>>> TIA
>>> Dionisis
>>>
>>
>>
>


Attached files xailer.rar (30.4 KB)Â

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 6:17 pm
por ignacio
Dionisis,
The docs of TListView are already in Spanish. I hope they will also get
translated into English this week.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> escribió en el
mensaje news:[email=4a5b5d9a@svctag-j7w3v3j....]4a5b5d9a@svctag-j7w3v3j....[/email]
> Doinisis,
>
> Here is working. Maybe you are not using the correct xailer.res (on
> Xailerlib directory). I attach mine with this Email.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:[email=4a5b4ace@svctag-j7w3v3j....]4a5b4ace@svctag-j7w3v3j....[/email]
>> Ok Ignacio
>>
>> Here a small sample , and a picture of what i get in status panels. By
>> the
>> way when expected to have the doc for listview class , that is superb
>> work
>> surely.
>>
>> Best Regards
>> Dionisis
>>
>>
>> Ï "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> Ýãñáøå óôï
>> ìÞíõìá
>> news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> Sorry but I tought this was already fixed. Please give a sample I can
>>> test
>>> to see the problem. TIA.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zuniga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
>>> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>>>> Please make a permanent fix.
>>>> TIA
>>>> Dionisis
>>>>
>>>
>>>
>>
>
>
>

The problem with sbKEYCAPS,sbKEYINSERT ans sbKEYNUMLOCK still exists in new version

Publicado: Lun Jul 13, 2009 6:17 pm
por ignacio
Dionisis,
The docs of TListView are already in Spanish. I hope they will also get
translated into English this week.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> escribió en el
mensaje news:[email=4a5b5d9a@svctag-j7w3v3j....]4a5b5d9a@svctag-j7w3v3j....[/email]
> Doinisis,
>
> Here is working. Maybe you are not using the correct xailer.res (on
> Xailerlib directory). I attach mine with this Email.
>
> Regards,
>
> --
> Ignacio Ortiz de Zuniga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
> news:[email=4a5b4ace@svctag-j7w3v3j....]4a5b4ace@svctag-j7w3v3j....[/email]
>> Ok Ignacio
>>
>> Here a small sample , and a picture of what i get in status panels. By
>> the
>> way when expected to have the doc for listview class , that is superb
>> work
>> surely.
>>
>> Best Regards
>> Dionisis
>>
>>
>> Ï "Ignacio Ortiz de Zuniga" <NoNameToAvoidSpam@xailer.com> Ýãñáøå óôï
>> ìÞíõìá
>> news:4a59dd7c$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Dionisis,
>>>
>>> Sorry but I tought this was already fixed. Please give a sample I can
>>> test
>>> to see the problem. TIA.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zuniga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Dionisis Divaris" <info@sgs-soft.gr> escribio en el mensaje
>>> news:[email=4a506ab4@svctag-j7w3v3j....]4a506ab4@svctag-j7w3v3j....[/email]
>>>> Please make a permanent fix.
>>>> TIA
>>>> Dionisis
>>>>
>>>
>>>
>>
>
>
>