Search found 2374 matches: move

Return to advanced search

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

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

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

Re: FW_SaveImage

... problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 539

Re: link error

i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 724

Re: link error

thanks for reply. i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my ...
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 724

Re: Problem with tget numeric

... the user types a number for example 1 and then presses the decimal point the procedure must put up to two numbers after the decimal point and then move on to the other get type @ 70, 20 GET aGet[1] VAR nTop OF oDlg SIZE 28, 12 PIXEL FONT oFont ; picture "@Z 99.99" UPDATE RIGHTTOLEFT If ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1577

Re: Monitor function error

... area for the primary display monitor, excluding the taskbar and other docked bars from the work area of the screen. What are your values if you move the taskbar to the left or right? Best regards, Otto
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 559

FWH functions and mod harbour

Hello friends,

How can one use FIVEWIN functions, for example from the shellapi.prg

DLL32 FUNCTION or static HB_FUNC() in mod harbour?

Which functions are used in harbour to move a file or an entire directory?

Best regards,
Otto
by Otto
Mon Jan 08, 2024 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH functions and mod harbour
Replies: 1
Views: 653

file ID in the Windows file system

... ID, which is a more permanent reference to a file. The File ID is unique on the volume on which the file resides. This means even if the file is moved or renamed on the same volume, it will retain the same File ID. This is particularly useful for tracking files in more complex operations and ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 716

Re: Question about deleting files and the trash

... Recylebin Note : you must use "full-Path" If pFrom is set to a file name without a full path, deleting the file with FO_DELETE does not move it to the Recycle Bin, even if the FOF_ALLOWUNDO flag is set. You must provide a full path to delete the file to the Recycle Bin. https://learn.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
by Jimmy
Wed Jan 03, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1277

Re: Question about deleting files and the trash

hi,

i´m not sure if there is a simple API Call. i use SHFile() Operation like Explorer

when set Flag FOF_ALLOWUNDO it will move deleted Files into Recycle-bin
have a look at https://forums.fivetechsupport.com/viewtopic.php?t=42417
by Jimmy
Thu Dec 21, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1277

Back after 10 years due to illness [ Javier Lloris ]

... I am one of those who started with Fivewin 1.0 and even before with FiveMenu, I think I remember that it was called that. Unfortunately, when I moved house, some friends came to help with the move and I made a total mistake by throwing away many things that I now realize I need, even if it is ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 488

Re: Small buttonbar at x,y

Perhaps I resolve with

oBar:Move( oBrw:nbottom+1, oBrw:nLeft )

when I change from one menu to another there is a flashing throughout the dialog and the xbrowse watch this video

Image
by Silvio.Falconi
Wed Dec 06, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 769

Re: Convert a print to Rtf or doc

... the preview - web browser - ready, take on additional work? I don't see a future for separate systems. What I see is that it's high time for us to move towards the web. Only a few desktop versions are being updated anymore. Most customers then switch to web applications. I think we should collaborate ...
by Otto
Thu Nov 30, 2023 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3782
PreviousNext

Return to advanced search