Search found 126 matches: consistent

Return to advanced search

Re: Small correction in TBTNBMP Class to paint Disabled BtnText

... which is GLR_GRAY. When :lDisColor is set to .F., then the user specified :nClrDisText (by default :nClrText) is used. This convention is consistent with :lDisColors and :nClrTextDis used in TGet. We suggest obtn:lDisColor or oget:lDisColors be set to .f. when it is required to paint with ...
by nageswaragunupudi
Thu Jan 15, 2015 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small correction in TBTNBMP Class to paint Disabled BtnText
Replies: 2
Views: 467

Re: New Opportunity to try Visual Studio with FWH

Antonio, Visual Studio 2013 has been constantly updated throughout 2014 which is consistent with their previous policies. They were building a 2014 version but the new availability and features made a 2015 version seem wise. This is a Preview, just like Windows ...
by TimStone
Tue Nov 18, 2014 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Opportunity to try Visual Studio with FWH
Replies: 28
Views: 6070

BTNBMP Question

... so I'm trying a new one. I moving a lot of existing FUNCTION code into classes, as METHODs to be far more efficient. In doing so, I'm seeing a consistent behavior. Please consider the following two sections of a METHOD. The ::invnum is a field in a database object which is opened within the ...
by TimStone
Wed Oct 29, 2014 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP Question
Replies: 2
Views: 542

Re: Next target: EasyReport !!! :-)

... is more productive. EasyReport was developed for a commercial billing system and for such software ER works perfectly. It is easy to get a consistent look-and-feel and easier management. In the reportxxx.vrd file which you can handle like an ini file you define [FONTS], [Colors], [Infos] ...
by Otto
Tue Jul 15, 2014 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Next target: EasyReport !!! :-)
Replies: 61
Views: 15514

Re: Help on strings.prg translations

Antonio,

To be consistent with the other translations, the English one should probably be changed from:

"Modify DBF struct"

To:

"Modify DBF structure"

Yes, it is a tiny change, but it is consistent.

James
by James Bott
Fri May 23, 2014 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help on strings.prg translations
Replies: 11
Views: 2101

Re: Calculator revisited

OK ... I took MsgCalc and re-did the layout a bit to be more conforming to my program ... so it's consistent with the existing fonts / brush etc. I will work OK ... One quick question. I have a bitmap within a get ... no problem. However, would it be possible to put 2 bitmaps ...
by TimStone
Fri May 23, 2014 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 19224

Re: xBrowse ERROR

... But the database class already does this in it's Close method so you can just do this: oDBF:close() Actually, to be consistent with standard naming (polymorphism) it technically should be: oDBF:end() But our TDatabase class doesn't have an End() method so we have ...
by James Bott
Thu Mar 13, 2014 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2322

Re: Release bitmaps in xbrowse

Nages, Please disregard my previous comment: Nages, also, to be consistent it seems that there should be an TXBrowse:End() method (even if it just calls the Destroy() method). It came to me that the container object (window or dialog) is calling the destroy() ...
by James Bott
Thu Feb 20, 2014 2:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release bitmaps in xbrowse
Replies: 4
Views: 758

Re: Release bitmaps in xbrowse

... I don't see that all the column objects are being destroyed (ended). I must be missing something--perhaps Nages can explain. Nages, also, to be consistent it seems that there should be an TXBrowse:End() method (even if it just calls the Destroy() method). I am using FWH 13.04 with xHarbour. ...
by James Bott
Wed Feb 19, 2014 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release bitmaps in xbrowse
Replies: 4
Views: 758

Re: FastReport Error: Workspace not used.

Here is my code for generating a temp filename. You may want to change the name from tempFile() to GetTempFile() to be more consistent with other FW functions. You may also want to default to the Windows temp directory instead of the current directory. I used the prefix "AAA" ...
by James Bott
Mon Jan 27, 2014 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport Error: Workspace not used.
Replies: 6
Views: 1102

Re: Folders appearance

... can also set the values for the selected, mouse over selected, etc. if you want. This overrides the defaults. Its nice because it keeps my screens consistent in appearance across buttonbars, xbrowse, and now tabs. Tim
by TimStone
Wed Jan 08, 2014 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders appearance
Replies: 9
Views: 2248

Re: Folders appearance

... which one was in focus, and which ones the mouse was pointing to. All I really wanted to do was to change the background color of the tab to be consistent with the headers of the xbrowse controls and the color of the button bar without losing the mouse point and in focus highlights. Unfortunately ...
by TimStone
Wed Jan 08, 2014 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folders appearance
Replies: 9
Views: 2248

Re: Empezando con ADO

... or setup any separate or 3rd party 'run-time' or Ole providers with the distribution of their application. The Ms ADO class provides a consistent set of methods for data manipulation.. basically code the database and table calls once and you can with little or no code changes, change ...
by Rick Lipkin
Fri Sep 20, 2013 12:59 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 18576

Re: Tree with Win7 look

Antonio,
Actually, I haven't seen in other applications. But I want my application have a consistent interface, so I think it could be a good idea this behaviour.

Thanks,
by José Luis Sánchez
Sat Sep 07, 2013 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tree with Win7 look
Replies: 5
Views: 1105

Re: XBrowse y Grupo de Columnas

... is taken as the line color of the header. Please check if this works in version 12.03. If not, you may change your xbrowse.prg. This change is consistent with present versions. bClrHeader es un array de 3 posibles colores como minimo. En mi version es usado para crear : bClrHeader is an array ...
by cnavarro
Wed Aug 21, 2013 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9840
PreviousNext

Return to advanced search