Search found 24 matches: rewritten

Return to advanced search

Re: Checkbox text disappears

Thank you for the suggestion. I'm rather concerned that coding which worked fine for 15 years suddenly needs to be rewritten to make checkboxes and radio boxes start working again. This is a lot of additional code. I have many places where I reuse radio buttons and checkboxes throughout ...
by TimStone
Wed Oct 26, 2022 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears
Replies: 8
Views: 361

Re: Simulate header report with oprn:Box

... the cursor (the hand) is not on the object but it is moved somewhere else not allowing you to draw "as Christ commands" someone had also rewritten the class for the ruler which now works very well and not the bullshit of ER that when you move the mouse you do not understand in which position ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 877

How to convert snippet for TCBrowse into XBrowse

What's the equivalent function to allow the logic below to be applied to an xBrowse? I only know for sure oBrw:DrawSelect() can be rewritten as oBrw:refreshCurrent().      uVar := eval(oBrw:aColumns[2]:bData)     if oBrw:lEditCol( 2, @uVar, "@!",,CLR_BLACK,CLR_WHITE ...
by hua
Tue Jun 28, 2016 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert snippet for TCBrowse into XBrowse
Replies: 1
Views: 482

Re: Bloated EXEs

... way. You save 250 KB No, I haven't deleted anything. I just try to reduce the EXE size that has increased a lot lately. And I'm already using a rewritten TGet (since years) so the problem is not (only) xbrowse. That was only a sample of what probably is the root of the problem. Another big module ...
by Enrico Maria Giordano
Sat May 28, 2016 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs
Replies: 12
Views: 1733

Re: 15.10 Browse problem

... the value of duedate. I tried using oLbx:aCols[10] := IIF( .... ) but that led to an error when centering headers at runtime. How should this be rewritten And one other thing. The Row and Col line styles end at the last row of data using my setup in the earlier provided code. However, if I simply ...
by TimStone
Fri Jan 08, 2016 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8430

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... for FOR LOOPs, :=, +=, -=, -, +, when involving declared variables and numeric values. Optimized WHILE .T. loops. The underlying ITEM API has been rewritten (source/vm/fastitem.c) and is far faster and consumes much less memory. Much extended Expression Optimizer produces faster code for common ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: RGB and Gradient Rel. 4.1 UPDATE

Hello, I finished the new release of the RGB-tool ( a better logic and handling than the old release ) The RGB-tool is completely rewritten. It can handle all possible color-selections and shows the result as numeric or RGB-value. Because of NON transparent using DIAGONAL, I only used square ...
by ukoenig
Wed Feb 04, 2015 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RGB and Gradient Rel. 4.2 UPDATE
Replies: 18
Views: 6881

Re: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.1

New Update 3.1 now You can create Your own tables, because Array changed to DBF. Complete rewritten with many new functions. Download : http://www.pflegeplus.com/fw_downloads/ascview3.zip http://www.pflegeplus.com/pictures/AView1.jpg http://www.pflegeplus.com/pictures/AView2.jpg ...
by ukoenig
Sun Jul 14, 2013 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5492

Function of FiveWin and with my same name

... was always first on the list, before the FiveWin now just because I changed the name of project was well. For example, the alert function I had rewritten it and worked according to my source, now operates the original alert.
by Eroni
Thu Apr 04, 2013 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1895

Re: ListBox and Xbrowse errors with array and bitmaps

Silvio, I got it working (completely rewritten). Another nice Sample for me. With this Solution, You can also define, if You want to < Clean > the Arraylist, before a NO-Image is displayed. In this case only 1 NO-Image will be visible. ...
by ukoenig
Tue Aug 14, 2012 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox and Xbrowse errors with array and bitmaps
Replies: 11
Views: 2863

Message-Paint Update 3.1 ( DOWNLOAD )

Hello, I finished the Message-painter to make it possible, to center Messages on a Dialog. MyMsgbox.prg ( from Ramesh ) is rewritten. The new PRG is included. What*s new : 1. any Message-Brush 2. optional centered to Dialog or Window 3. Font-Size and Color-selection ( "Arial" ...
by ukoenig
Thu Jul 19, 2012 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message-Paint Update 3.1 ( DOWNLOAD )
Replies: 8
Views: 2003

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... There are tons of improvements and feature additions which is difficult to document in details. Also http://hbide.vouch.info is rewritten to show up current version. Please feel free to download and experiment. It has all the new interface plus many new goodies.
by Pritpal Bedi
Sat Jul 09, 2011 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99111

Re: Calculate position

Marco, Your rewritten Sample ( hoping, it is what You are looking for ) it is very short now : Resize and Move the Dialog and get the needed Values : < Dialog-Top, Left, Hight and Width > for Fields < nTop, nLeft, nHeight ...
by ukoenig
Fri Jul 08, 2011 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate position
Replies: 25
Views: 7208

Re: Comments and requests about TWBrowse

Marco,

There is a little flickering in your sample and in this (rewritten by me) there are other problems that I am not able to resolve.


What other problems are you having?

James
by James Bott
Wed Jul 28, 2010 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Comments and requests about TWBrowse

... you that I tested your samples It's a valid solution except for a little visual effect There is a little flickering in your sample and in this (rewritten by me) there are other problems that I am not able to resolve. This is the only one working solution at the moment. In my opinion to load ...
by MarcoBoschi
Wed Jul 28, 2010 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764
Next

Return to advanced search