Search found 650 matches: moving

Return to advanced search

Re: Moving the dialog

Dear Yuri, when a window, dialog or control is painted, FWH evals oWnd:bPainted if defined from METHOD Paint() CLASS TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ::cPS, Self )      endif ::cPS is initialized from METHOD _BeginPaint() ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

1. How can I find out that part of the window is shifted behind the screen ?
2. How can I find out that the window update is caused by moving it to the screen ?
by Natter
Mon Oct 23, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

> if the xBrowser is small, everything is fine

what do you mean with "small" ?
by Antonio Linares
Sun Oct 22, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

No, xBrowser is simple - array, 10000 rows, 20 columns (if the xBrowser is small, everything is fine)
by Natter
Sun Oct 22, 2023 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

that should not slow down the painting...

Is the xbrowse very complex ? I mean the data you show, calculations, etc
by Antonio Linares
Sun Oct 22, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

For example, there is a main window (full screen). I open a TDialog (about 90% of the area of the main window).
xBrowse is located on this TDialog (about 90% of the TDialog area).
by Natter
Sun Oct 22, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: Moving the dialog

How many controls do you use in the dialog ?
by Antonio Linares
Sat Oct 21, 2023 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Moving the dialog

Hi, If, when moving the dialog with the mouse, part of this dialog turned out to be a screen, then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog). ...
by Natter
Sat Oct 21, 2023 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 524

Re: FOXPRO GET PICTURE "@m Printer, File"

shrifw wrote:Dear Rao Sir ,

This is working but AFTER ENTER Key the cursor/focus is not moving to the next GET. To move cursor I am pressing TAB key. Could you please help on this.


Thanks
Shridhar

Ok. I will check this and get back to you.
by nageswaragunupudi
Mon Aug 07, 2023 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1546

Re: FOXPRO GET PICTURE "@m Printer, File"

Dear Rao Sir ,

This is working but AFTER ENTER Key the cursor/focus is not moving to the next GET. To move cursor I am pressing TAB key. Could you please help on this.


Thanks
Shridhar
by shrifw
Mon Aug 07, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOXPRO GET PICTURE "@m Printer, File"
Replies: 15
Views: 1546

Re: FW_SetUnicode( .T. ) 2-Byte characters

... Keyboard Pro' for this purpose. We are going to look into and solve the issue. Good to know. This may take some time. I suggest you to postpone moving to Unicode for a few days, till we make this work perfectly. No problem, enough other problems (challenges) left when switching from xHarbour.com/DE850 ...
by frose
Fri Jun 23, 2023 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2497

Re: FW_SetUnicode( .T. ) 2-Byte characters

... from Google. I noticed the same issues. We are going to look into and solve the issue. This may take some time. I suggest you to postpone moving to Unicode for a few days, till we make this work perfectly. Meanwhile you can help me by 1. Let me know if the multiline Get @ r,c, GET ctext ...
by nageswaragunupudi
Thu Jun 22, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2497

Re: Fivewin and ADO

... ) ? At the time of creation, both return the same column object. But at runtime, user can shuffle the columns as he likes by hiding some columns, moving / swapping some columns. So, when we need to refer to the 'n'th column as at the time of creation, oBrw:aCols[ n ] may point to a different column. ...
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 4215

Re: Connection to XPlane Flight Simulator

... to the flight simulator “X-Plane” This could be used to develop an external program for: virtual instructor, flight recording, flight analyzer, moving map, instructor console, and other applications. The simulator is: https://www.x-plane.com/ I have tested it with x-plane 11, but ...
by alvaro533
Wed Jun 07, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1116

Re: MariaDb delete

... other post. I have now and you are right my point becomes out of context. The good thing about that thread is that we can see how to slowly start moving to SQL until we become experts. That was my experience. I know many people ask --why? and the question is valid when your app manages smaller ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 427
PreviousNext

Return to advanced search