Hi.
Does anyone knows if is it possible to identify which keyboard was used to type last keys when there is more than one attached to the computer ?
Regards,
Maurício Faria
Search found 107 matches
- Fri Jan 31, 2020 7:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multiple keyboards and which one was typed
- Replies: 0
- Views: 942
- Wed Jan 08, 2020 5:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consulta acerca de TBitmap/Timage/Ximage
- Replies: 13
- Views: 2231
Re: Consulta acerca de TBitmap/Timage/Ximage
http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23229&p=124637&hilit=tzoomimage#p124637 Gracias Angel ! Según su ejemplo, escribí un método para la clase TImage: method FitRect() CLASS TImage local nW_Bmp := nBmpWidth( ::hBitmap ) local nH_Bmp := nBmpHeight( ::hBitmap ) l...
- Wed Jan 08, 2020 1:44 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consulta acerca de TBitmap/Timage/Ximage
- Replies: 13
- Views: 2231
Re: Consulta acerca de TBitmap/Timage/Ximage
If the image is smaller than the size of the control, the image is centered. If the image is larger than the control size, the image is reduced to fit the size of the control. If you wan the image to fit whether the image is smaller or larger please use oImage:FitRect() Hi. Is there an easy way t...
- Wed Jan 08, 2020 12:26 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como mejorar la calidad de las imágenes
- Replies: 15
- Views: 1905
Re: Como mejorar la calidad de las imágenes
And seems TImage does't suffer from this issue, only TXImage...
- Mon Dec 30, 2019 5:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como mejorar la calidad de las imágenes
- Replies: 15
- Views: 1905
Re: Como mejorar la calidad de las imágenes
nageswaragunupudi wrote:Add this setting
In the case of 2 color bitmaps (eg. black and white) we need to set lBmpTransparent to .F.
lBmpTransparent shouldn't be .F. by default ?
[[]]
Maurício Faria
- Mon Dec 30, 2019 5:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como mejorar la calidad de las imágenes
- Replies: 15
- Views: 1905
Re: Como mejorar la calidad de las imágenes
Add this setting oImage:lBmpTransparent := .f. In the case of 2 color bitmaps (eg. black and white) we need to set lBmpTransparent to .F. Hi, thanks. Better ! But still not as good as other apps, and worst in the bottom of the image: http://www.farmacia.net.br/PDP/PoorXImage2.jpg And specially ...
- Mon Dec 30, 2019 1:03 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Como mejorar la calidad de las imágenes
- Replies: 15
- Views: 1905
Re: Como mejorar la calidad de las imágenes
Hi. I have a similar problem with a gray BMP image captured from a scanner. The image seems a lot poorer on FW XImage than other image viewers that I tried. See the screen capture below: http://www.farmacia.net.br/PDP/PoorXImage.jpg You can download the BMP image from the below URL. http://www.farma...
- Tue Dec 24, 2019 1:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: tScan class
- Replies: 4
- Views: 1650
Re: tScan class
Hi. I am trying to use this with MinGw but no success. I think the problem is that the .lib is BCC format... Does anyone knows where can I find a .a version of the .lib file ? Or how can I build it ? Regards. Maurício Faria Hi, solved. Just found how to generate the .a ! http://forums.fivetechsuppo...
- Tue Dec 24, 2019 11:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: tScan class
- Replies: 4
- Views: 1650
Re: tScan class
Hi.
I am trying to use this with MinGw but no success.
I think the problem is that the .lib is BCC format...
Does anyone knows where can I find a .a version of the .lib file ?
Or how can I build it ?
Regards.
Maurício Faria
I am trying to use this with MinGw but no success.
I think the problem is that the .lib is BCC format...
Does anyone knows where can I find a .a version of the .lib file ?
Or how can I build it ?
Regards.
Maurício Faria
- Thu Nov 14, 2019 12:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse - Multiline
- Replies: 12
- Views: 1924
Re: xBrowse - Multiline
nageswaragunupudi wrote:Sorry, no.
Ok.
Not yet
Any chance in the near future ?
[[]] Maurício Faria
- Thu Nov 14, 2019 9:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse - Multiline
- Replies: 12
- Views: 1924
Re: xBrowse - Multiline
Hi !
Is it possible that each row dynamically have its own height based on its content ?
Like this:
Regards.
Is it possible that each row dynamically have its own height based on its content ?
Like this:
Regards.
- Tue May 29, 2018 10:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update a RICHEDIT position without focusing
- Replies: 5
- Views: 949
Re: Update a RICHEDIT position without focusing
@ 108,004 GET oTextType VAR cText OF oDlg SIZE 174,78 PIXEL MULTILINE oTextType:bGotFocus = { | o | o:SetSel( 0, 0 ), o:GoBottom() } Thanks ! It Works. But it introduces some overhead, it's like going around the block to get to the wall neighbor... And if the operator moves the cursor to ed...
- Mon May 28, 2018 9:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update a RICHEDIT position without focusing
- Replies: 5
- Views: 949
Re: Update a RICHEDIT position without focusing
Hi.cnavarro wrote:Ok, try with
end tell meCode: Select all
oRTF:GoToLine( oRTF:GetLineCount() )
I got exactly the same result: without focusing the RICHEDIT doesn't scroll and with focus it scrolls but the TMulitGet deletes what was typed...
- Mon May 28, 2018 6:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update a RICHEDIT position without focusing
- Replies: 5
- Views: 949
Update a RICHEDIT position without focusing
Hi. This is a chat like application. The top control, a RICHEDIT, is the chat "history" and the bottom one, a TMultiGet, is the operator typing control. If the other party types something before the operator finishes what he is typing, what the other party typed must be presented to the op...
- Thu May 24, 2018 10:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Group controls and move them together
- Replies: 2
- Views: 688