Página 1 de 1
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 11:24 am
por Giuseppe Bogetti
Hi,
I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
Pressing the CTRL + click works OK
Pressing the SHIFT + click does not work ( see attached image ). The
clicked row is drawn with a focus rect but no selection is made.
I've also tried to use the OnClickEvent of browser to perform selection but
without success.
Any hint ?
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
--
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 1:13 pm
por ignacio
Giuseppe,
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 1:13 pm
por InvalidAccount
Giuseppe,
Put this on any part of your code and see if it fixes the problem:
CLASS TArrayBrowse FROM XArrayBrowse
PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
ENDCLASS
This should help in case your problem is with TArrayBrowse controls.
Regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
> Hi,
>
> I'm trying to use an array browser with nMarqueeStyle set to bmHIGHLROWMS
>
> Pressing the CTRL + click works OK
>
> Pressing the SHIFT + click does not work ( see attached image ). The
> clicked row is drawn with a focus rect but no selection is made.
>
> I've also tried to use the OnClickEvent of browser to perform selection
> but
> without success.
>
> Any hint ?
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 3:03 pm
por Giuseppe Bogetti
In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 3:03 pm
por Giuseppe Bogetti
In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
scritto:
Ignacio,
Fixed. Thank you !
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy
> Giuseppe,
>
> Put this on any part of your code and see if it fixes the problem:
>
> CLASS TArrayBrowse FROM XArrayBrowse
> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
> ENDCLASS
>
> This should help in case your problem is with TArrayBrowse controls.
>
> Regards,
>
> "Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
>> Hi,
>>
>> I'm trying to use an array browser with nMarqueeStyle set to
bmHIGHLROWMS
>>
>> Pressing the CTRL + click works OK
>>
>> Pressing the SHIFT + click does not work ( see attached image ). The
>> clicked row is drawn with a focus rect but no selection is made.
>>
>> I've also tried to use the OnClickEvent of browser to perform selection
>> but
>> without success.
>>
>> Any hint ?
>>
>> --
>> Best regards,
>>
>> Giuseppe Bogetti
>> B.G. Soft
>> Cuneo - Italy
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 4:04 pm
por ignacio
Giusepe,
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:[email=
1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]
1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy
Browser Mutiple Selection
Publicado: Mar Oct 25, 2005 4:04 pm
por InvalidAccount
Giusepe,
Thank you. Do not forget to erase those lines on next Xailer release.
Regards,
"Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
news:[email=
1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...]
1oe4oy1sfqx8d.gtfy58rvovaz.dlg@40tude.net...[/email]
> In data Tue, 25 Oct 2005 13:13:32 +0200, Ignacio Ortiz de Zúñiga ha
> scritto:
>
> Ignacio,
>
> Fixed. Thank you !
>
> --
> Best regards,
>
> Giuseppe Bogetti
> B.G. Soft
> Cuneo - Italy
>
>> Giuseppe,
>>
>> Put this on any part of your code and see if it fixes the problem:
>>
>> CLASS TArrayBrowse FROM XArrayBrowse
>> PROPERTY nArrayAt INIT 1 WRITE INLINE ::nKeyNo := ::FnArrayAt := Value
>> ENDCLASS
>>
>> This should help in case your problem is with TArrayBrowse controls.
>>
>> Regards,
>>
>> "Giuseppe Bogetti" <
orangesocks@bgsoft.it> escribió en el mensaje
>> news:1r24k5g4afyp0$.1gjcj8g2dvp07$[email=.
dlg@40tude.net...].
dlg@40tude.net...[/email]
>>> Hi,
>>>
>>> I'm trying to use an array browser with nMarqueeStyle set to
> bmHIGHLROWMS
>>>
>>> Pressing the CTRL + click works OK
>>>
>>> Pressing the SHIFT + click does not work ( see attached image ). The
>>> clicked row is drawn with a focus rect but no selection is made.
>>>
>>> I've also tried to use the OnClickEvent of browser to perform selection
>>> but
>>> without success.
>>>
>>> Any hint ?
>>>
>>> --
>>> Best regards,
>>>
>>> Giuseppe Bogetti
>>> B.G. Soft
>>> Cuneo - Italy