Search found 149 matches: natter

Return to advanced search

Re: Unknown PickColor()

hi Natter,
Natter wrote:Yes, I see. It just appears in the example as a public function, which is why I asked :?

it "seems" me that Function PickColor() is not used any more (old Sample)
now we have CLASS Class TPickerColor() as Silvio say
by Jimmy
Mon Aug 28, 2023 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unknown PickColor()
Replies: 6
Views: 381

Re: Program is frozen

Natter,

It sounds like a memory leak. Check to make sure you have ended all vars at the end of routines.

James
by James Bott
Thu Jun 15, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 504

Re: Program is frozen

hi Natter, what OS :?: Local or Network :?: is FW App UniCode or ANSI :?: "normal" i would use Debugger to "see" what is going on as Antonio say you can put FWLOG into your MAIM and look which Step are working ...
by Jimmy
Wed Jun 07, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 504

Re: How to set Brush size?

Dear Master Rao & Natter, I got an idea now. Thank you so much, https://i.postimg.cc/Z5jg41fR/1683392368481.jpg Image brushes DEFINE BRUSH oBrush FILE/RESOURCE <imageflle/resource> RESIZE / STRETCHoWnd:SetBrush( ...
by dutch
Sat May 06, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Brush size?
Replies: 4
Views: 259

Re: How to set Brush size?

Dear Natter, May I have a example, if you could? I would like to get the BRUSH background as this picture (not full client screen, left top and bottom area). https://i.postimg.cc/KvrVc26h/1683365520661.jpg DEFINE ...
by dutch
Sat May 06, 2023 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Brush size?
Replies: 4
Views: 259

Re: Unstable screenshot acquisition

Dear Natter,

Try with:
Code: Select all  Expand view
 FW_SENDKEY(VK_SNAPSHOT, 1 )
  syswait(0.5)
  FW_SENDKEY(VK_SNAPSHOT)


or

Code: Select all  Expand view
 FW_SENDKEY(VK_SNAPSHOT)
  syswait(0.5)
  FW_SENDKEY(VK_SNAPSHOT, 0 )
by Antonio Linares
Wed Apr 19, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unstable screenshot acquisition
Replies: 4
Views: 466

Re: Cell font

Natter:

Look FWH\Samples\xbfntclr.prg
by Cgallegoa
Mon Apr 03, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cell font
Replies: 5
Views: 352

Re: Owner of the object

hi Natter, Here I need the owner of the oVScroll object. perhaps this Method can help METHOD GetScrollbarObj( oSelf, lVScroll ) CLASS TGridLOCAL oObj, cTitle := ""LOCAL hWnd := 0   DEFAULT oSelf := SELF   DEFAULT ...
by Jimmy
Thu Mar 02, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Owner of the object
Replies: 7
Views: 367

Re: Owner of the object

Hi Natter: #include "FiveWin.ch"STATIC oWndSTATIC oSay1, oSay2, cTit1:="", cTit2:=""Function Main()   LOCAL oBtn1, oBtn2, oChk1, lChk1 := .F., oChk2, lChk2 := .F., aResp := {}  ...
by Cgallegoa
Wed Mar 01, 2023 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Owner of the object
Replies: 7
Views: 367

Re: oWebView:Eval() in a loop

Dear Natter
What browser are you using?
It is the download server for Fivetech contributions. No one has had any problems. There are already 13 downloads of that file
If when downloading it warns you that the file may be dangerous, ignore the message and download it.
by cnavarro
Fri Feb 17, 2023 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWebView:Eval() in a loop
Replies: 6
Views: 442

Re: Full page loading

Dear Natter,

<body onload="myFunction()">

https://www.w3schools.com/jsref/event_onload.asp
by Antonio Linares
Thu Feb 02, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full page loading
Replies: 1
Views: 210

Re: Gluing bitmaps

Error description: Error BASE/1004 No exported method: SHOWPHOTOPRINTINGWIZARD
Args:
[ 1] = U
[ 2] = O WIA.Vector

Stack Calls
===========
Called from: => SHOWPHOTOPRINTINGWIZARD( 0 )
Called from: natter.prg => MAIN( 26 )
by Antonio Linares
Wed Dec 14, 2022 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1438

Re: Gluing bitmaps

Error description: (DOS Error -2147352567) WINOLE/1007 The system cannot find the file specified.
(0x80070002): WIA.CommonDialog.1
Args:
[ 1] = O WIA.Vector

Stack Calls
===========
Called from: => TOLEAUTO:SHOWPHOTOPRINTINGWIZARD( 0 )
Called from: natter.prg => MAIN( 26 )
by Antonio Linares
Wed Dec 14, 2022 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1438

Re: Gluing bitmaps

Dear Natter, Please recompile FWH\source\classes\image.prg using this dll.ch. Please update FWH\include\dll.ch: // Copyright FiveTech 1993-2022#ifndef _DLL_CH#define _DLL_CH#ifndef _C_TYPES   #define _C_TYPES   #define VOID ...
by Antonio Linares
Wed Dec 14, 2022 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1438

Re: Gluing bitmaps

Dear Natter,

static hLib must be declared before any code above
by Antonio Linares
Wed Dec 14, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1438
PreviousNext

Return to advanced search