Search found 2371 matches: move

Return to advanced search

Re: Transparent Png on MDI Parent

... oLogo:CoorsUpdate() oLogo:Hide() nX := oWnd:oWndClient:nWidth() - oLogo:nWidth() nY := oWnd:oWndClient:nHeight() - oLogo:nHeight() oLogo:Move( nY,nX,oLogo:nWidth(),oLogo:nHeight(),.t. ) oLogo:Show() return NIL
by byron.hopp
Fri May 10, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 199

Transparent Png on MDI Parent

... when I display it in an image editor it shows a checkered gray background. How can I make this transparent using @ Say Image. On Resize I move it so it always is in the lower right hand corner of the window. But I get the checkered background, not so pretty.
by byron.hopp
Wed May 08, 2024 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 199

Re: how to change the size of an xbrowse in runtime

... you understand https://i.postimg.cc/3w4GsbSF/io.png then if I pressed "age" the checkbox must be first, that is, it must move to the first place and consequently the box must be before the other the test #include 'fivewin.ch'#include 'xbrowse.ch'#include 'constant.ch' #define ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

Re: TCWeb - filemanager with mod harbour

New function " move - copy " ready

Image
by Otto
Sat Apr 27, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 5
Views: 704

Re: records on xbrowse

... ) This works only for oDbf. Using oBrw:nLen or oBrw:KeyCount() works for all datasources. ok but the button are not refreshed , only when I move the mouse into obrw for a sample WHEN ( oBrw:nDataRows <= oBrw:nLen ) not work WHEN ( oBrw:nDataRows >= oBrw:nLen ) not work oBrw:nDataRows ...
by Silvio.Falconi
Tue Mar 26, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1744

Re: Another for Btnbmp

... a transparent dotted rectangle must be formed and not a black rectangle Furthermore it is aesthetically ugly to look at How can I eliminate the movement of the button? when I move the mouse over a btnbmp control the button must change color without shrinking and without making the typical movement ...
by Silvio.Falconi
Sat Mar 23, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 5144

Splitter and Resize window

I want that when the end user resizes the oWnd window, the splitter should move to the left when the window is widened the splitter must go to the right and the second explorer must have the dimensions as I have drawn them in the figure below https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 251

Re: Problemas para pasarme a FWH24.02 con BCC77

José, this is the correct bcc32.cfg. You don't need to change anything if you move the compiler in another directory.

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro
by Enrico Maria Giordano
Thu Mar 14, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problemas para pasarme a FWH24.02 con BCC77
Replies: 4
Views: 279

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else  ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 331

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... that Original CLASS TTaskPanel() Layout are   DATA   nTopMargin      INIT 16 but i just show Technic how to get Event, when Collaps, and "move" Panels to new Position where i start from TOP = 0 in my Layout it is up to you to change Layout like SPACE between TTaskPanel()   yPos +=aPanels[n]:nHeight ...
by Jimmy
Wed Feb 28, 2024 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 518

Tbtnbmp effect Urllink

when you move the mouse over


Image


sent the modification to Antonio Linares
by Silvio.Falconi
Wed Feb 28, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tbtnbmp effect Urllink
Replies: 0
Views: 73

Re: Create a Panel width a text

...     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you 3 x Lines when EMPTY(cMessage) --- to "move" and "resize" TTaskPanel()      //refresh all Panels ?      for n= 1 to Len( oExbar:aPanels )         // move Panel to new ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3243

Re: Create a Panel width a text

...     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you 3 x Lines when EMPTY(cMessage) --- to "move" and "resize" TTaskPanel()      //refresh all Panels ?      for n= 1 to Len( oExbar:aPanels )         // move Panel to new ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3243

Re: Count xbrowse records

... in Xbrowse to calculate how many records are visible in xbrowse? I explain to you: at the bottom of the Xbrowse I want to insert two buttons to move the records and I want them to be activated only if the record count exceeds the actual display of the Xbrowse @ 148, 320  BTNBMP aBtnBrow[1] ...
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 261

Re: Google Graph extra graphic ? (Navaro)

... where they are now, but I don't see the difference of the problem before with resolution. For the Xbrowse : PROG = Arduino program item MOV = Move servo motor TMP = Temperature sensor value NUM = Program number (steps 1 to xxx that the robot is doing) cronologic sequence SER0 - SER2 (will ...
by Marc Venken
Thu Feb 22, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2933
Next

Return to advanced search