Search found 19 matches: consistant

Return to advanced search

Re: Windows Metro UI

... time relaxing. Please look at these screens – both have the same information. Yes, it's always important to have a clear concept and a good and consistant design, but there are other companies, e.g. Apple, who have done this job (much) better than Microsoft.
by frose
Tue Mar 20, 2012 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 19706

New FTDN June/Junio 2010 (FWH 10.6)

... :-) * New: Class TXBrowse new DATA lF2KeyToEdit INIT .f. In the default mode, Enter key triggers edit and F2 key has no action. This behavior is consistant with the traditional behavior of XBrowse prior to version 10.5. If Excel style edit is required, you may set oBrw:lEnter2Edit := .f. and ...
by Antonio Linares
Wed Jun 23, 2010 6:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2010 (FWH 10.6)
Replies: 3
Views: 3521

Re: Button Bars on Folders

... mixed within, they will now see all of the button controls at the top of the dialog ( folder ) in which they are working, and the buttons will be consistant throughout a rather massive program. Tim
by TimStone
Fri Sep 18, 2009 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bars on Folders
Replies: 3
Views: 582

Re: Suggested Bitmap size

Thanks for the input. I want to eliminate text buttons and go to button bars on all my dialogs. Its rather easy to do, and I want to be consistant throughout. I made a list of all the buttons I use, and some are repetitive. In the manual I intend to have pictures of all the buttons with a ...
by TimStone
Thu Sep 03, 2009 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggested Bitmap size
Replies: 6
Views: 1405

... sent records I turn the row 'red' based on the value of 'address_error'. This is not a perfect solution and the return code of Smtp is not always consistant .. and I found I could NOT put my lFail in the Failure() method .. was too inconsistant there .. For now I have a work around .. not perfect ...
by Rick Lipkin
Mon Oct 06, 2008 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping SMTP e-mail error
Replies: 43
Views: 7642

... The SetColor() did not work with me. If we are going to add color to the parameters I suggest we add both foreground and background colors to be consistant with other classes. Can a Panel have text on it? If not, there is no usage for a TextColor. ;-) Patrick
by Patrick Mast
Mon Sep 15, 2008 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPanel with User Color Setting
Replies: 6
Views: 1020

... always set the color using setColor(). If we are going to add color to the parameters I suggest we add both foreground and background colors to be consistant with other classes. METHOD New( nTop, nLeft, nBottom, nRight, oWnd, nClrText, nClrPane ) CLASS TPanel DEFAULT nTop := 0, nLeft ...
by James Bott
Mon Sep 15, 2008 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPanel with User Color Setting
Replies: 6
Views: 1020

Clipper Errors

... the processor with an Intell CPU, and seeing that everything was perfect. We swapped back and forth several times, and the results were totally consistant. We then left the Intel chips in, and never had another problem. Thereafter, whenever we have someone with Cyrix chips, they just call the ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65297

New FTDN August / Agosto 2008 (8.08)

... to the browse. (b) If the data object has defined methods 'KeyNo', 'KeyGoTo', 'KeyCount', these methods are used for browse navigation consistant with SetRDD and SetADO methods. Revised TDataBase class maps these methods to OrdKeyNo, OrdKeyGoTo and OrdKeyCount. In case of DataClasses ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4723

Mr James First I gave a command which is consistant with Fivewin syntax. When you desired it differently, I gave a command which does what I understood your requirement to be, though not consistant with Fivewin syntax. From your latest post I ...
by nageswaragunupudi
Tue Aug 12, 2008 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

NageswaraRao, I must add that this is very confusing: You can write: @ 1,10 XBUTTON 'Test' // consistant with FWin usage but not @ 1,10 XBUTTON PROMPT 'Test' // different from FWin usage. But you can also write: @ 1,10 xbutton oBtn prompt 'Test' And you cannot write: @ ...
by James Bott
Tue Aug 12, 2008 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

... to my original problem. I cannot write: @ 1,1, button action msgInfo( cWhatever ) Even though I can write: redefine get var cVar You mention consistant FW syntax, but with a button you must include the object name, but with a GET you don't have to. James
by James Bott
Tue Aug 12, 2008 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

... cannot do this: @ 1,10 xbutton prompt "XButton" > Yes. You can not write like this, but you can write : @ 1, 10 XBUTTON "XButton" This usage is consistant with the usual FWH syntax. But if you want to write either 1) @ 1,10 XBUTTON oBtn PROMPT 'XButton' or 2) @ 1,10 XBUTTON PROMPT "XButton" ...
by nageswaragunupudi
Tue Aug 12, 2008 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preprossesor xcommand problem
Replies: 14
Views: 2720

... from TControl which inherits from TWindow, yet I do not see the Destroy() method being called by any of those classes' End() method. To be consistant with all the other classes, the End() method should be the one that ends the object. James
by James Bott
Wed Jul 23, 2008 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clear tImage
Replies: 13
Views: 2266

Resource Editing

... all the same height, text static controls were also the same height, and vertical and horizontal fields were aligned. It is also easy to maintain consistant vertical spacing between controls. The end result was nicer. 2) I actually found extra resources that didn't need to be in the file ... 3) ...
by TimStone
Wed Jan 09, 2008 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX development update
Replies: 28
Views: 5591
Next

Return to advanced search