Search found 78 matches: coordinate

Return to advanced search

Position of Window CENTER ?

... 010 BUTTON oButton_Start PROMPT "&OK" SIZE 100, 64 PIXEL OF oASKFORM ACTION ...   ACTIVATE WINDOW oASKFORM CENTER when ask for for Coordinate   nTop0    := oParent:nTop   nLeft0   := oParent:nLeft   nWidth0  := oParent:nWidth   nHeight0 := oParent:nHeight   nTop     := oObj:nTop  ...
by Jimmy
Sun Nov 13, 2022 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of Window CENTER ?
Replies: 10
Views: 494

Re: DWM ( Desktop Windows Manager ) Sample Code

... Programmer --- but it does not work the Way i want ... :( DwmEnableBlurBehindWindow(Hwnd, lhRgn ) will affect hole Window (Hwnd) regradeless which Coordinate i use for CreateRectRgn() DwmExtendFrameIntoClientArea( Hwnd, L2Bin(-1), L2Bin(-1), L2Bin(-1), L2Bin(-1) ) seems not to have any Effect on ...
by Jimmy
Tue Aug 30, 2022 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DWM ( Desktop Windows Manager ) Sample Code
Replies: 10
Views: 908

about RESIZE

...  nRight := oWnd:nRight give me {0,0,600,800 } :shock: but i have use CENTER when using   oWnd:CoorsUpdate() before i got "real" Coordinate Request : when MENU is "activate" is it possible to "include" :CoorsUpdate() :idea: --- so i still search for a \SAMPLE ...
by Jimmy
Wed Jul 27, 2022 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Save from Image -> go to print

I spent the last month finding the coordinates to print pixels on a plate model for the Italian lottery https://i.postimg.cc/gkXdsWXr/ok.png but this applies to a model, Is it possible to save an x, y coordinate by pressing ...
by Silvio.Falconi
Thu Jun 30, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save from Image -> go to print
Replies: 0
Views: 246

Re: colorize xbrowse on specific col/row

... And then adopt the GenClrBlock(...) to your requirements (particularly deriving xCol from nCol ) Thanks Rao your test run ok but I have specific coordinates and I wanted to translate the position also in other columns that are not described in the array for example to explain to you in the xbrowse ...
by Silvio.Falconi
Wed Jun 01, 2022 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 435

Re: Coordinate grid

Please review FWH\samples\design.prg
by Antonio Linares
Fri May 06, 2022 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinate grid
Replies: 1
Views: 218

Coordinate grid

Hi,

Is it possible to show a coordinate grid on the window ?
by Natter
Thu May 05, 2022 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinate grid
Replies: 1
Views: 218

Re: Listbox to xBrowse

The conversion is done so far.
I still have to coordinate the colors. I might do a setup

Image

And the before the screenshot

Image
by Otto
Fri Sep 25, 2020 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox to xBrowse
Replies: 8
Views: 881

more Newbie Question

... :?: how can i get rid of DOS BOX when start my GUI App ( Appsys ) :?: --- Question : DEFINE WINDOW vs. DEFINE DIALOG not sure about difference :?: Coordinate like this with "." and decimal :?: @12.5, 1.0 BUTTON "open" ; Object as Parameter vs. PUBLIC this crash LOCAL oForm...MENU ...
by Jimmy
Sun Dec 22, 2019 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more Newbie Question
Replies: 1
Views: 414

Re: MaskRegion()

... / CombineRgn() but i can't figure out what is different. both HB_FUNC are working but the Result of HB_FUNC is different ... it is like Coordinate Top -> Bottom (have try it) or left goes right ... have no Idea :cry: --- i have add in FivEdit LIB Folder to c:\harbour\lib\win\bcc while ...
by Jimmy
Fri Dec 20, 2019 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MaskRegion()
Replies: 11
Views: 1428

Re: A possible MULTIBROWSE of one DBF ? ( test incl. )

... oDBF1:use() oDBF2 := TDatabase():New(,"cFilename") oDBF2:use() ... Then use oDBF1:bSkip:= {...} to coordinate movements between two browses. James
by James Bott
Mon Aug 26, 2019 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible MULTIBROWSE of one DBF ? ( test incl. )
Replies: 2
Views: 768

Re: FW_DrawImage with negative coordinates

The problem are not the 4 images, the problem is FW_DrawImage with negative coordinate... I was thinking to use the new methods FW_LoadImage and FW_DrawImage in my new control, TImage uses FreeImage, TXImage uses FW_DrawImage The workaround I found is use FW_LoadImage ...
by AntoninoP
Tue Apr 17, 2018 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DrawImage with negative coordinates
Replies: 6
Views: 865

RC2PRG

Dear Friend, I hope someone can help me I'm trying the rc2prg utility (.\samples) it run good only the coordinates of x and y are bad I mean the functions : Function xCo(c,x) Function yCo(c,x) you can find them on bottom of file rc2prg For a sample : if I compile a rc I see ...
by Silvio.Falconi
Thu Apr 05, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC2PRG
Replies: 0
Views: 483

Re: Folderex on Folderex Coordinate

Thanks Mr. Rao

Regards
by Mulyadi
Tue Apr 03, 2018 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex on Folderex Coordinate
Replies: 4
Views: 852

Re: Folderex on Folderex Coordinate

@ r,c .... SIZE w,h PIXEL when oDlg:lTruePixel == .T.

is the same as

@ r/2, c/2 .... SIZE w/2, h/2 PIXEL when oDlg:lTruePixel == .F.
by nageswaragunupudi
Tue Apr 03, 2018 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex on Folderex Coordinate
Replies: 4
Views: 852
Next

Return to advanced search