Search found 31 matches: messy

Return to advanced search

Re: Bug in TBtnBmp

Enrico, Cristobal, The source code for Class TBtnBmp Method Paint() has been evolving along the years and actually is quite messy. So this morning I decided to reorganize it, to properly structure it and I have found this: If you replace Method Paint() with this code: METHOD Paint() ...
by Antonio Linares
Sun Jun 29, 2014 1:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16051

Re: xBrowse + OO Array

Marcelo, Have you tried to inherit your class to manage arrays from TDataBase and adjust whatever is needed ? (not sure if it will be too messy) CLASS TArrayData FROM TDataBase this way the browse will think that its using a TDataBase object. I agree with James, a generic Class TDataSource ...
by Antonio Linares
Wed Jun 04, 2014 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4799

Re: Coloring a line Solved. Now coloring an individual cell

Messy code: IF YOU NEED ANYTHING ELSE LET ME KNOW. DEFINE FONT oFont3 NAME "Ms Sans Serif" SIZE 2,1  DEFINE WINDOW oWnd TITLE "View Print Edit Reports" ;  COLOR CLR_WHITE, CLR_WHITE  if viewingMulti == ...
by hag
Fri Jan 14, 2011 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coloring a line Solved. Now coloring an individual cell
Replies: 15
Views: 4363

Re: Window Closing Question/Problem

Hello Peter: The above solution is a bit messy, but hey it works!! If anyone has an alternative solution please let me know. Why don't you try to do it under a MDI environment ? (map on a MDICHILD window) So Windows takes care of all closings. ...
by mmercado
Thu Apr 15, 2010 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window Closing Question/Problem
Replies: 11
Views: 2174

Re: Window Closing Question/Problem

Sorry Daniel, didnt see suggestion 3 - but just tried it and it worked!!

Think i will use your example as using a timer is a bit messy - thanks for your help

Pete
by PeterHarmes
Thu Apr 15, 2010 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window Closing Question/Problem
Replies: 11
Views: 2174

Re: Window Closing Question/Problem

... System works fine. The system must be getting confused by starting another window during the init of the first window. The above solution is a bit messy, but hey it works!! If anyone has an alternative solution please let me know. Thanks for your help Richard & Daniel Regards, Pete
by PeterHarmes
Thu Apr 15, 2010 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window Closing Question/Problem
Replies: 11
Views: 2174

Re: xBrowse new line for DBF ...

... Plus you have to add a new record to the DBF before you can edit it. Then if the user doesn't want it, then you have to delete it. This gets messy--you end up with a bunch of deleted records. Also it gets very complex validating and each cell--you can't use bounded controls like radios etc. ...
by Rimantas
Fri Oct 16, 2009 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 993

Re: xBrowse new line for DBF ...

... Plus you have to add a new record to the DBF before you can edit it. Then if the user doesn't want it, then you have to delete it. This gets messy--you end up with a bunch of deleted records. Also it gets very complex validating and each cell--you can't use bounded controls like radios etc. ...
by James Bott
Thu Oct 15, 2009 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 993

Richard, Finally we have not used Patrick's source code. It is quite messy and too complex. We have evolved the existing FiveWin Visual IDE, included with FWH, to make it functional. It is simple and very well structured. From Patrick's work, we just get some ...
by richard-service
Sat Nov 01, 2008 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Found Visual Fivewin include Source code
Replies: 3
Views: 1097

Richard, Finally we have not used Patrick's source code. It is quite messy and too complex. We have evolved the existing FiveWin Visual IDE, included with FWH, to make it functional. It is simple and very well structured. From Patrick's work, we just get some ...
by Antonio Linares
Sat Nov 01, 2008 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Found Visual Fivewin include Source code
Replies: 3
Views: 1097

... GET object, and the Harbour GET object behaves that way. You could modify Harbour Class TGet and change its behavior. But I warn you it is a messy code in Harbour. > Is it a Harbour restriction or choice? It is Clipper behavior, that was mimic in Harbour. But we are using an open source ...
by Antonio Linares
Wed Sep 10, 2008 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet Class
Replies: 7
Views: 1411

Antonio: Requested xBrowse enhancement

... you were up to). As mentioned, my changes to LKM's TCBrowse already handle this but took me quite a while to work out back then and the code is "messy" and it would seem to be a big job for me to make equivalent changes in xBrowse. This facility is extremely useful. (For me, vital). Are you able ...
by Colin Wisbey
Fri May 23, 2008 5:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Requested xBrowse enhancement
Replies: 7
Views: 1661

... block editing. I will email you the modified code. I have tried to put comments around all my modifications / additions which makes it a bit messy in a way, but hopefully makes it easier to see what I have done. My code includes modifications which you may or may not be interested in. The ...
by xProgrammer
Mon May 19, 2008 9:57 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Towards Supporting Blocks When Editing GETS
Replies: 5
Views: 1611

Roger,

You need to clean your code and properly organize it. Its quite messy.

Here you have the tooltips working:
http://www.hotshare.net/file/49309-7777820948.html
by Antonio Linares
Tue Apr 15, 2008 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RMChart tooltips work with xHarbour alone, but not xHb + FWH
Replies: 13
Views: 3839

Maurizio,

UEStudio provides it though we find it too complex and messy, so we built one for Harbour, simpler, that can be easily modified for xharbour
by Antonio Linares
Wed Jun 27, 2007 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create cTags file with UESTUDIO
Replies: 12
Views: 4846
PreviousNext

Return to advanced search