Search found 41 matches: slight

Return to advanced search

Re: MDI child window appearance

now i fixed the dialog it might work but there is still a slight flash when i change between tabs of the folder in the video it is not visible well https://i.postimg.cc/FRjyhjfx/v.gif #include "fivewin.ch"#include "constant.ch"Function ...
by Silvio.Falconi
Wed Dec 28, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4082

Problem With Folder on aDialog

...   Eval(oFolder:baction) ) When I tested the application on Windows 10 when I press a tab not only the dialog moves but has a slight flick how can I solve?
by Silvio.Falconi
Fri Nov 26, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With Folder on aDialog
Replies: 0
Views: 231

slight delay

... is a function where change the state of a button I think the function Cambia() not have errors but sometimes I saw a slight delay when the record is changed Sometimes I must press F5 more time to change the record the same happen when the use click double the function ...
by Silvio.Falconi
Mon May 31, 2021 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slight delay
Replies: 0
Views: 319

slight flicker with buttonbmp

if I change the image in a buttombmp I see a slight flicker when I step over it with the mouse could not fix this? https://i.postimg.cc/SRzzCxCv/BU.gif @ 520,780 BUTTONBMP oBtnGiorn; RESOURCE aImagesGiorno[ 1 ] ; PROMPT { || If( ...
by Silvio.Falconi
Wed Apr 08, 2020 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slight flicker with buttonbmp
Replies: 0
Views: 220

Re: New TprogressWheel

... the progress wheel in an application ? 3). Does this have any performance issues ( speed degradation for the process it is measuring ) ? Though slight, the progress bar, if not set to sample at a proper interval, can reduce the speed of operation. Massimo, you also presented a control, but it ...
by Silvio.Falconi
Tue Sep 10, 2019 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

Re: New TprogressWheel

... the progress wheel in an application ? 3). Does this have any performance issues ( speed degradation for the process it is measuring ) ? Though slight, the progress bar, if not set to sample at a proper interval, can reduce the speed of operation. Massimo, you also presented a control, but it ...
by TimStone
Tue Sep 10, 2019 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9464

Re: xImage question

Indeed, simpler (ahaha the answer was in the SOURCE key word). Nevertheless, it refused to work until I did this slight change to your otherwise elegant code:        REDEFINE BUTTON ID 504 OF oDlg WHEN nImage > 1 ACTION ( nImage--, oImage:REFRESH() )       REDEFINE ...
by ellano
Thu Sep 27, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage question
Replies: 6
Views: 1004

Re: Script Question

... is sending HL7 result messages back to the hospital main system. This app can have multiple "sites" and each site typically requires slight differences in the result message. What I've done is create a result.prg file with the basic info for a result message for each site. Then I ...
by Jeff Barnes
Fri Apr 20, 2018 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Script Question
Replies: 9
Views: 1515

Re: Extract Text

Thanks Robb. With some slight fine tuning (less than 5 minutes) it does exactly what i need :)

James, I couldn't look at the sample xmleader.prg as I don't seem to have that in my samples folder.
Maybe my FWH version didn't have that.
by Jeff Barnes
Wed Mar 16, 2016 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract Text
Replies: 6
Views: 1816

Re: Changing with and height of a window and a dialog

... takes around one or two seconds for this entry to be updated after we receive the WM_SETTINGCHANGE message. So we need to query this value after a slight delay. Here is a sample program which responds to rotation and also change in desktop/tablet mode (in case of windows 10 only). Incidentally, ...
by nageswaragunupudi
Sat Nov 07, 2015 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8877

Re: Print multiple images with defined sizes

FranciscoA wrote:I solved . I applied slight modifications to fit my needs.
Thanks Mr. Rao for your code.

Regards.


Please, post the final solution for all users
by sambomb
Mon Mar 30, 2015 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print multiple images with defined sizes
Replies: 8
Views: 1286

Re: Print multiple images with defined sizes

I solved . I applied slight modifications to fit my needs.
Thanks Mr. Rao for your code.

Regards.
by FranciscoA
Mon Mar 30, 2015 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print multiple images with defined sizes
Replies: 8
Views: 1286

Re: Record Lock problem

... record. If the same primary key already exists, then go back and generate another key and try saving again. Another possibility might be to add a slight delay after locking the primary key record, and actually reading it. I.E. lock it, wait, read it using oDBF:load(). Or use both ideas. You can ...
by Wanderson
Fri Aug 16, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3807

Re: Record Lock problem

... record. If the same primary key already exists, then go back and generate another key and try saving again. Another possibility might be to add a slight delay after locking the primary key record, and actually reading it. I.E. lock it, wait, read it using oDBF:load(). Or use both ideas. You can ...
by James Bott
Thu Aug 15, 2013 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3807

xBrowse PaintCell Suggested Change

... I have browses that determine color requirements "on the fly" at runtime. in order to make my programs work with xBrowse I made a slight change to the PaintCell method of TXBrwColumn to pass SELF with the evaluation of the color code block. Partial code from the method is below ...
by don lowenstein
Tue Mar 26, 2013 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse PaintCell Suggested Change
Replies: 0
Views: 437
Next

Return to advanced search