Search found 58 matches: maurício

Return to advanced search

Re: Browse and lower case keys

Maurício:

Code: Select all  Expand view
cKey:= CHR( nKey )


Regards, saludos.
by karinha
Wed Mar 30, 2022 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 240

Re: Browse and lower case keys

nageswaragunupudi wrote:GetKeyState( VK_SHIFT ) --> Shift key is pressed

Hi.
This does not work when "CAPS LOCK" is turned off and no SHIFT pressed.
Do you know how do I know CAPS LOCK state ?

[[]] Maurício Ventura Faria
by concentra
Wed Mar 30, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 240

Re: Browse and lower case keys

... the browse, this code is the same for A and a . It always returns the upper case code, and I need to know if the lower case one was typed... [[]] Maurício Ventura Faria P.S. Vai Corinthians!
by concentra
Wed Mar 30, 2022 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 240

Browse and lower case keys

Hi.

In browses, scan codes from upper and lower case keys seems to be the same...
While in a browse, in a bKeyDown function, how do I know if the user typed a lower or upper case letter ?

Regards.
Maurício Ventura Faria
by concentra
Wed Mar 30, 2022 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse and lower case keys
Replies: 5
Views: 240

Multiple keyboards and which one was typed

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
by concentra
Fri Jan 31, 2020 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple keyboards and which one was typed
Replies: 0
Views: 224

Re: Consulta acerca de TBitmap/Timage/Ximage

... nZoom      nZoom := ( nH_Wnd / nH_Bmp )   endif   ::Zoom( nZoom )   ::Refresh()   ::ScrollAdjust()return nil  [[]] Maurício Faria
by concentra
Wed Jan 08, 2020 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta acerca de TBitmap/Timage/Ximage
Replies: 13
Views: 2351

Re: Consulta acerca de TBitmap/Timage/Ximage

... whether the image is smaller or larger please use oImage:FitRect()  Hi. Is there an easy way to auto fit a TImage ( not a TXImage )? [[]] Maurício Faria
by concentra
Wed Jan 08, 2020 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta acerca de TBitmap/Timage/Ximage
Replies: 13
Views: 2351

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
by concentra
Mon Dec 30, 2019 5:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como mejorar la calidad de las imágenes
Replies: 15
Views: 2527

Re: Como mejorar la calidad de las imágenes

... Don't know it there is any importance, but its not a 2 colors image, its a 256 one ( 8 bit depth ). And its a 150 dpi image. [[]] Maurício Faria
by concentra
Mon Dec 30, 2019 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como mejorar la calidad de las imágenes
Replies: 15
Views: 2527

Re: Como mejorar la calidad de las imágenes

... oWnd:bKeyDown, oWnd:bInit,,,,,,,,,,, oWnd:bLButtonUp, .F. )   oImage:End()Return nil  Does anyone have any clue ? Regards, Maurício Faria
by concentra
Mon Dec 30, 2019 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como mejorar la calidad de las imágenes
Replies: 15
Views: 2527

Re: tScan class

... 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.fivetechsupport.com/viewtopic.php?f=6&t=38204&p=228248 Regards, ...
by concentra
Tue Dec 24, 2019 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScan class
Replies: 4
Views: 1547

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
by concentra
Tue Dec 24, 2019 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScan class
Replies: 4
Views: 1547

Re: xBrowse - Multiline

nageswaragunupudi wrote:Sorry, no.


Ok.

Not yet


Any chance in the near future ?

[[]] Maurício Faria
by concentra
Thu Nov 14, 2019 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Multiline
Replies: 12
Views: 1641

Update a RICHEDIT position without focusing

... the RICHEDIT control position without putting focus on it ? In the sample, if you keep typing while changing focus the text is deleted. Regards, Maurício Faria #include "fivewin.ch"#include "richedit.ch"function Main()   local oWnd   DEFINE WINDOW oWnd FROM 1,1 TO ...
by concentra
Mon May 28, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 857

Group controls and move them together

Hi.

I it possible to group a set of controls and move them together on a dialog ?
Like defining a group of ( say + button + get ) and move them together on the dialog in only one command ?

Regards.

Maurício Faria
by concentra
Thu May 17, 2018 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group controls and move them together
Replies: 2
Views: 581
Next

Return to advanced search