Search found 2374 matches: move

Return to advanced search

Re: WebUI

The applications I developed have already started to move to the web!
by ssbbs
Tue May 28, 2024 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebUI
Replies: 10
Views: 454

Re: DivMasterJS

... posts. But DivMasterJS has the purpose of working with the <div> elements. I have only linked your image for demonstration. You see, I can move, zoom, and group the <div> elements. It serves a slightly different purpose. Best regards, Otto https://mybergland.com/fwforum/divmasterdemo.gif
by Otto
Mon May 27, 2024 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DivMasterJS
Replies: 3
Views: 136

xbrowse bitmap sort

Image

I wish move the sort bitmap before the name of column

on xbrowse I made

WITH OBJECT oBrw
:AddBitmap( { "SOR_TUP","SOR_TDW" } )
by Silvio.Falconi
Thu May 23, 2024 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bitmap sort
Replies: 0
Views: 64

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: 430

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: 430

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: 557

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: 759

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: 1840

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: 5577

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: 262

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: 349

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: 461

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: 646

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: 80

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: 3539
Next

Return to advanced search