Search found 29 matches: intermittent

Return to advanced search

xbrowse bchange -> display box

changing records from an xbrowse I want to display an intermittent black square on a jpg image to display the printing coordinates for a coupon

Image

example
Image

any test sample pls ?
by Silvio.Falconi
Wed Mar 16, 2022 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 623

Re: intermittent color

yes good I knew you would find the right solution, as far as graphics are concerned you are good for image Umbrella run good for another services not run but this depends on the image which is too large and does not have a defined outline I was what I have been looking for for a long time: the user...
by Silvio.Falconi
Mon Mar 30, 2020 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

Re: intermittent color

Silvio, try this #include "fivewin.ch"// now the btnbmp has the color yellow with :SetColor(CLR_RED,CLR_YELLOW)// but I would like to flash for a few seconds in different colors // to make it display and say to the end user "I am here" FUNCTION MAIN()local oDlg, oFont, aB...
by ukoenig
Mon Mar 30, 2020 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

Re: intermittent color

Uwe, Please try this test #include "fivewin.ch"function Test()   local oDlg, oFont, aBtn[ 3 ]   local nRow, nCol, n   local ntype:="01"   local date1 :=date()   local date2 :=date()   local cImage1:= "c:\work\fwh\bitmaps\alphabmp\world.bmp&quo...
by Silvio.Falconi
Sun Mar 29, 2020 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

Re: intermittent color

no I wish simulate the old clipper comand * do you remember ?
by Silvio.Falconi
Sun Mar 29, 2020 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

Re: intermittent color

Silvio, but I would like to flash for a few seconds in different colors to make it display and say to the end user "I am here" what do You think about painting only a colored border with a defined pensize and transparent-level instead of changing the buttoncolor I think that looks better. ...
by ukoenig
Sat Mar 28, 2020 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

intermittent color

how can I create an intermittent color for a btnbmp https://i.postimg.cc/t424NxKG/cerca.png See the image ? now the btnbmp has the color yellow with :SetColor(CLR_RED,CLR_YELLOW) but I would like to flash for a few seconds ...
by Silvio.Falconi
Sat Mar 28, 2020 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

Re: Print Preview problem

dtussman

If you would like to globally turn off the previewer thumbnails .. add this to the top of your program .. this may solve your intermittent problem by not showing the thumbnails at all ....
Code: Select all  Expand view

TPreview():lListViewHide := .T.
 


Rick Lipkin
by Rick Lipkin
Sat Jan 07, 2017 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Preview problem
Replies: 6
Views: 1901

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

>>1) Suggest leave oCol:lAutoSave as default .F. If left as .f., then user can't immediately key-in? What's the alternative method? No If lFastEdit is true, then the user can enter the get by pressing any key. In fact lAutoSave is not very safe. When lAutoSave is false ( default ), any value ...
by nageswaragunupudi
Thu May 12, 2016 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

... as default .F. If left as .f., then user can't immediately key-in? What's the alternative method? >>2) Since you say this is an intermittent error, it can take a lot of time for us to figure out why and when this error could arise. >>We'll try and if you can help us under ...
by hua
Thu May 12, 2016 4:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

1) Suggest leave oCol:lAutoSave as default .F.
2) Since you say this is an intermittent error, it can take a lot of time for us to figure out why and when this error could arise.
We'll try and if you can help us under what situation the error is coming that would be halpful
by nageswaragunupudi
Thu May 12, 2016 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

Yes oCol:lAutoSave = .T.
I think the column's data type is character
by hua
Thu May 12, 2016 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

Re: xBrowse intermittent "message not found: NIL:NLASTKEY error

May I know
Did you sent oCol:lAutoSave to .T. ?
What is the data type of that column?
by nageswaragunupudi
Wed May 11, 2016 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

xBrowse intermittent "message not found: NIL:NLASTKEY error

I'm using FWH11.08. Intermittently the error below will appear. Where do I start looking to prevent this kind of error occuring?

Image

TIA
--
hua
by hua
Wed May 11, 2016 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
Replies: 5
Views: 762

Error: 15.10

With code that has not changed since August of 2014: Built using FWH 15.10 and xHarbour ( .com ) I am getting an intermittent error showng Symbol item expected hb_vmDO() . It occurs when performing a lot of database reads/saves with a multi-dimensional array of data. The main code ...
by TimStone
Mon Dec 28, 2015 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: 15.10
Replies: 7
Views: 1173
Next

Return to advanced search