Search found 30 matches: looses

Return to advanced search

Re: Disabled buttons at oBar not greyed out after using FWH1912

Hi Rao,
Yes, using GDIP clause will always make it work but the image it produce looses the sharpness, becomes a bit blurry

Image
by hua
Fri Sep 15, 2023 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 796

Update a RICHEDIT position without focusing

... control is to put focus on it, but, since the operator is typing, the focus needs to go back to the TMultiGet control. But when the TMultiGet looses focus and gets it again, the typed text becomes marked, and, when the operator keeps typing, it is deleted... How do I update the RICHEDIT control ...
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

Re: Virtual Keyboard

... work fine :-) The solution would be not to use real buttons and use painted buttons (simulated buttons) on the dialog. This way the GET does not looses the focus
by Antonio Linares
Tue Nov 08, 2016 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual Keyboard
Replies: 20
Views: 4121

Re: Virtual Keyboard

... nX:=2, oGet[2]:oGet:buffer := buffer } oGet[2]:bLostFocus:={|| buffer := oGet[2]:oGet:buffer } the problem comes from the fact that the GET looses the focus when the button is pressed
by Antonio Linares
Tue Nov 08, 2016 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual Keyboard
Replies: 20
Views: 4121

Re: Virtual Keyboard

Manfred,

When the button is pressed, the GET looses the focus and the numeric value changes. We can't stop that as we use a standard Harbour GET from FWH Class TGet

so the only solution that I see it is as James proposed
by Antonio Linares
Tue Nov 08, 2016 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual Keyboard
Replies: 20
Views: 4121

Re: OT: Windows 10 - stop upgrade

... the same conditions as a customer. 2) My main computer is a laptop and whenever it comes out of sleep mode, or hibernation mode, or boots up, it looses all the touchpad settings. It then takes about 8-10 mouse clicks to reset the touchpad. For me anyhow, the computer is totally unusable when ...
by James Bott
Mon Jun 27, 2016 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4716

test using fw_unicode

... test does not work I copy and paste some chinese characters like these 机器加工时间测量表 or I type some character using chinese keyboard When get object looses focus all chinese characters disappear and appear a list of ?????? Any hints? King regards Marco #include "fivewin.ch"ANNOUNCE RDDSYSFUNCTION ...
by MarcoBoschi
Fri Oct 30, 2015 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: test using fw_unicode
Replies: 32
Views: 3893

Re: refresh a get with when

... The point is that bChange is fired when control's internal buffer changes, but that change is not taken into the VAR's value until the COMBOBOX looses focus. Just test it in the original form, navigating using <Tab>. Assign() does the trick: copies the controls value into the var.
by Carlos Mora
Wed Sep 23, 2015 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a get with when
Replies: 10
Views: 2872

Re: Close ADO-connection

Rick, Ideally, if your app looses a connection, the app should save the recordset locally, then update the database when a connection is re-established. ADO has built-in capabilities to save and restore recordsets. Persisting Data http://msdn.microsoft.com/en-us/library/windows/desktop/ms675273(v=vs.85).aspx ...
by James Bott
Thu Aug 01, 2013 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: EDIT_GET_BUTTON when xbrowsing an oTree

Rick; Right. The line must have focus for the button to display. Once the line looses focus, the button is gone. That's ok and it makes sense to me. I'm using EDIT_GET_BUTTON as nEditType browsing arrays and it works as expected. My problem is when browsing this ...
by reinaldocrespo
Wed Nov 28, 2012 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDIT_GET_BUTTON when xbrowsing an oTree
Replies: 11
Views: 2459

Re: Bug in modal dialog

It seems, that in a nomodal-dialog the first control looses the background color!?
by byte-one
Mon Dec 05, 2011 12:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in modal dialog
Replies: 9
Views: 1423

New FTDN November/Noviembre 2011 (FWH 11.11)

... values of aCols will be shown as rows inside the cell of the first column. * Fix: GoNextCtrl and GoPrevCtr methods in Window.prg: When a control looses focus, focus does not go to next/previous control having TABSTOP style if the next control does not have TABSTOP style in case of controls on ...
by Antonio Linares
Thu Nov 24, 2011 9:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2011 (FWH 11.11)
Replies: 0
Views: 1560

Dialog NOWAIT does not go to background

Hi.

When a dialog is activated with the NOWAIT clause, it always stays on the foreground even if it looses focus. How can I make the dialog go to the background when it looses focus?

Thank you,


Reinaldo.
by reinaldocrespo
Thu Jun 30, 2011 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog NOWAIT does not go to background
Replies: 5
Views: 1200

Re: Is there a codeblock for changing active window

... isn't the active window any more. But I can't do that with bLostFocus, because, for example, by clicking the ribbon-menu the mdi-child already looses focus but is still the active window. Thanks anyway for your suggestion, maybe it's a start...
by gkuhnert
Fri Jul 09, 2010 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there a codeblock for changing active window
Replies: 9
Views: 1531

Re: Finding out an Edit field has been updated

Hua,

> tried that. Always giving me .f.

Have you tried it once the GET looses the focus ?
by Antonio Linares
Fri Mar 19, 2010 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding out an Edit field has been updated
Replies: 6
Views: 826
Next

Return to advanced search