Search found 131 matches: wnd

Return to advanced search

Splitter and Resize window

... On Init I have https://i.postimg.cc/8k4L6VKh/1.png If I iconize the window and then call the window I have a wrong wnd https://i.postimg.cc/zvGbjVtT/2.png and when I put maximized the wnd I have https://i.postimg.cc/mgtnnjz5/g.jpg ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 242

EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Hi, all I often get this error but not always. I can't figure out what triggers it, maybe the copy process that loses synchronism with the range of cells involved in the copy? Could the situation be improved with the 64-bit fwh version? Thank you Application =========== Path and name: d:\Zephir\NwCo...
by mauri.menabue
Mon Jul 31, 2023 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 250

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

Jimmy wrote:hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:

splitter ok but it must be hide
by Silvio.Falconi
Fri Feb 17, 2023 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 188

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:
by Jimmy
Fri Feb 17, 2023 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 188

a Main wnd with two ScrollPanel +buttonbar+msgbar

I wish create a window with two srollpanel https://i.postimg.cc/mgR0KQv1/gg.jpg The first scrollpanel ( a left) is ok . the second ScrollPanel ( at right) I not see the scroll ( because I not Know the right position) Can you help me pls ? the test #include "fivewin.ch"REQUE...
by Silvio.Falconi
Fri Feb 17, 2023 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 188

Re: MDI child window appearance

Dear Silvio, Here you have the EXE: https://github.com/FiveTechSoft/FWH_tools/blob/master/skin3.exe Please execute it from FWH\samples Application =========== Path and name: C:\Work\errori\child_wnd_style\skin3 (1).exe (32 bits) Size: 4,913,152 bytes Compiler version: Harbour 3.2.0dev (...
by Silvio.Falconi
Wed Dec 28, 2022 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4129

Re: How to set up a child window inside a main window

... try to use oWndChild:aMinMaxInfo to restrict the child dimensions ok But for a sample If I move on left and on top I can set the position of child wnd  if ::oWinTest:nLeft < 1               ::oWinTest:Move(::oWinTest:nTop, 10 )    //ok            Endif          if  ::oWinTest:nTop < ...
by Silvio.Falconi
Fri Nov 11, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 448

Re: Logo on MDI window.

...  oWnd:bResized := { || SetLogo( oLogo, oWnd ) }   return nil yes, I 'm making the same corrections!!! only I have the wnd child under the obarright also and I must press two #include "FiveWin.ch"  #define colore1  nRgb( 245,244,234)  //sfondo ...
by Silvio.Falconi
Thu Nov 10, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 889

Re: TO Cristobal : Message position

... posted on the forum >How can you know what I have based on to develop that class? because it is the same , c5tooltip of Paco of Canal5 use a Wnd ( CLASS TToast FROM TWindow as CLASS TC5Tip FROM TWindow), if you did a class from the beginning you would have done a control (object) and not ...
by Silvio.Falconi
Wed Jun 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Cristobal : Message position
Replies: 4
Views: 784

Qué se ejecuta al cerrar una ventana MDI - BOTONES W10

... ventana y quiero actualizar la barra de botones de la ventana que recibe el foco, no sé que se ejecuta. He probado con llamar la función asi : oWnd:bGotFocus:= { ||  DbSelectArea(xAreaProveedor), Actualiza_barra_2020()  }  Desgraciadamente no se ejecuta cuando la ventana ...
by JESUS MARIN
Wed Nov 11, 2020 7:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué se ejecuta al cerrar una ventana MDI - BOTONES W10
Replies: 4
Views: 564

Re: How to implement GETACTIVE()?

hi Enrico try this code whit 2 gets of different type does not work #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    LOCAL cVr1 := SPACE( 30 )    LOCAL nVr2 := 100    DEFINE DIALOG oDlg    @ 1, 1 GET cVr1 VALID IF( empty(GETACTIVE( oDlg ):VarGet(...
by mauri.menabue
Wed Oct 28, 2020 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement GETACTIVE()?
Replies: 31
Views: 2282

MariaDB problem with large Table

hi all I try Maria10.prg sample for testing large tables, over 1.000.000 of records but arise after the query end this error in xbrowse : Application =========== Path and name: c:\fwh\samples\maria10.exe (32 bits) Size: 4,166,656 bytes Compiler version: Harbour 3.2.0dev (r1904111533) FiveWin version...
by mauri.menabue
Sat Jan 11, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB problem with large Table
Replies: 4
Views: 1117

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... basada en GDI+. No está disponible para algunos compiladores como xhb.com Comando: <nRow>, <nCol> WHEELMETER <oMeter> ; [ <wnd: OF, DIALOG, WINDOW> <oWnd> ] [ <pos: POS, POSITION> <nPos> ] ; [ RANGE <min>, <max> ] ; [ INNERCOLOR <nColorInner> ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

New FTDN September/Septiembre 2019 (FWH 19.09)

... completely based on GDI+. (not available for some compilers like xhb.com) Command: <nRow>, <nCol> WHEELMETER <oMeter> ; [ <wnd: OF, DIALOG, WINDOW> <oWnd> ] [ <pos: POS, POSITION> <nPos> ] ; [ RANGE <min>, <max> ] ; [ INNERCOLOR <nColorInner> ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: User defined Windows captions

... inside a window It is A GDIPLUS-solution calculated : zoomlevel of images, top / left space, space between images On top I displayed the new wnd-size and the calculated zoom-factor It works as well for horizontal and vertical zoom. The used window-system-images are added at the bottom http://www.pflegeplus.com/IMAGES/Adjust1.jpg ...
by ukoenig
Mon May 13, 2019 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: User defined Windows captions
Replies: 25
Views: 4385
Next

Return to advanced search

cron