Search found 155 matches: natter

Return to advanced search

Re: right-clicking on the TMenuItem

Sorry Natter, it was the only idea that occurred to me at the time. Comment what you would do differently, PLS. // C:\FWH\SAMPLES\NATTER3.PRG#include "Fivewin.ch"STATIC cName1FUNCTION Main()   LOCAL ...
by karinha
Thu Nov 21, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 258

Re: emulate CTRL+V

Natter:

Natter wrote:How to emulate CTRL+V ?


It is advisable to indicate the destination of the emulation, Dlg or Get

Code: Select all  Expand view  RUN

oDlg:PostMsg(WM_KEYDOWN,ASC("V"),0)
 


I hope these can help you

With best regards
by Armando
Sun Nov 17, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 263

Re: Open a network folder

Natter, see if this example helps. Your question is very confusing. Natter, vea si este ejemplo ayuda. Tu pregunta es muy confusa. // C:\FWH\SAMPLES\ABRIRPAS.PRG#include "FiveWin.ch"STATIC oWndFUNCTION Main()  ...
by karinha
Tue Nov 12, 2024 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a network folder
Replies: 10
Views: 416

Re: Copy file by mask

So it doesn't work Natter?
¿Entonces no funciona Natter?

Code: Select all  Expand view  RUN

REM NATTER.BAT

ECHO ON
CLS

COPY C:\TMP\*.TXT C:\TESTE3\ /Y

DIR C:\TESTE3

Echo .
Echo * PERFECT *
 


Regards, saludos.
by karinha
Thu Nov 07, 2024 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

Re: Memory error

... size of each image is very huge and both together may not be fitting in the memory. Then this should probably work with 64 bits application. Mr. Natter Can you please provide this information for each jpg? aImage := FW_ReadImage( nil, cJpeg )? aImage[3], aImage[4]   ...
by nageswaragunupudi
Sat Oct 12, 2024 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory error
Replies: 6
Views: 266

Re: Contour points

hi Natter,

write me a Email to : Auge_Ohr AT web.de
and i will send you "skincode" app to generate Array for aRegion of Bitmap
by Jimmy
Fri Jun 14, 2024 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Contour points
Replies: 7
Views: 641

Re: FWH 24.02 new Class TWebView2

... to use webview.dll. I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ? Hola Natter. Para no usar la webview.dll cambia en el codigo esta linea: local oWebView := TWebView():New() Por esta otra linea: local oWebView ...
by csincuir
Sat Mar 16, 2024 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 3763

Re: "Save As" dialog box

you can test if it is a File or Folder which are select Yes, this is only a workaround. Mr. Natter expects that the user should not be able to select a file. In other words, the OK button to be grayed out so that the user can not select if the cursor is on a file, but ...
by nageswaragunupudi
Sun Jan 28, 2024 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 2806

Re: FWH or harbour function support CRC?

Dear Antonio, Mr.Rao, Natter

Right value => 0x8811

I show some test tools below:
Image
by richard-service
Fri Jan 12, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 2421

Re: Excell to xbrowse ?

... Then insert the dim array into the xBrowse Thank you very much for your reply, Natter. I guess I didn't explain my problem. I have a file opened in Microsoft Excel and I marked some of it and copied it to the clipboard. Can I paste ...
by Horizon
Mon Nov 20, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excell to xbrowse ?
Replies: 5
Views: 697

Re: Search in RichEdit 5

hi Natter, i "think" that "commdlg_FindReplace" also work with RTF Problem : Fivewin have "only" CLASS TDlgFind ( c:\fwh\source\classes\dlgfind.prg ) --- have "begin" to re-write HMG ...
by Jimmy
Fri Oct 27, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 341

Re: Video from the site to a file

hi Natter,

as i say try VLC and open "Network-Stream" -> IP + Filename
if it "play" than change "Output" of VLC to FILE
by Jimmy
Sun Oct 01, 2023 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 951

Re: Video from the site to a file

hi Natter, *.MP4 File which you see under F12 IS the Video File. you can try to download file ... but most they send you only "frame-by-frame" of *.MP4 this Way they avoid that People can download hole Video Files ...
by Jimmy
Sun Oct 01, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 951

Re: TFileXLS

Thanks Natter.
by oliveiros junior
Fri Sep 29, 2023 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 626

Re: TFileXLS

Hi Natter,

Enter text, by programming, with a line break.

regards
by oliveiros junior
Fri Sep 29, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFileXLS
Replies: 4
Views: 626
Next

Return to advanced search