Search found 40 matches: affects

Return to advanced search

New FTDN April/Abril 2016 (FWH 16.04)

... DATA nHeadDividerStyle ( init value NIL ) Initially a simple implementation in this version. The style applies to both Header and Footer and affects FLAT style browses only ( :lFlatStyle == .t. ) Permitted values are NIL (default behavior) or LINESTYLE_NONE only. When set to LINESTYLE_NONE ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7729

Re: Windows 10 style menus

... to FW 16.2 and everything looks great! The menu default font is now Windows 10 standard. The menu color still has to be specified, but at least it affects the entire menu line. The top app in the image below is Windows' Notepad and the bottom one is my test program. I like the new Win 10 look. ...
by James Bott
Tue Mar 15, 2016 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 style menus
Replies: 14
Views: 4857

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

... to do with buffer/dispbegin(). One of the things I need to do when screen is rotated is change the dialog/window position and size. This also affects bPainted. If i modify tDialog with bOnRotate and I check screenwidth() and screenheight() in bOnRotate it returns correct sizes.
by Gale FORd
Fri Nov 06, 2015 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8962

Re: controls on dialog init/not init

Hi Antonino, may be the difference is related to the font setup that in turns affects the dialog's coordinates system. It is easy to try: just change dialog font and you'll see how dialog changes it's size. Just try that in a Resource Editor like PellesC, it will ...
by Carlos Mora
Wed Jul 01, 2015 10:23 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: controls on dialog init/not init
Replies: 4
Views: 1638

Re: Windows 10

... ) is with Cortana. Many of us are finding that it works sometimes and not others. We all know that sometimes a change in one part of the program affects other parts in ways we didn't expect, and I think that is the case here. All my programming tools run fine in it and there is no speed degradation. ...
by TimStone
Wed Jun 03, 2015 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10167

New FTDN March/Marzo 2015 (FWH 15.03)

... in the project. This makes it impossible to selectively set the feature to newly created dialogs in an existing project. Now TRUEPIXEL clause affects only the dialog created with the clause and does not disturb other dialogs. However if FW_SetTruePixel( .t. ) is set to .T., then the setting ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7409

Re: Major problems with FWH 13.09 / xHb ...

... is resolved by the Server. If not client receives records including deleted records and client filters out the deleted records. In some cases this affects performance. Without this filter, results of AdsKeyNo() and AdsKeyCount() are not accurate. This also causes unexpected record positioning in ...
by nageswaragunupudi
Wed Nov 20, 2013 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Major problems with FWH 13.09 / xHb ...
Replies: 6
Views: 2694

Re: TDataRow and ADO questions

... TDataRow():New( "CUST" ) -----> oRec := TDataRow():New( oRs) You are right. Also by an oversight there is a bug in datarow.prg. This affects appending new record in ADO. Please make this correction in datarow.prg and use. Line 355: Instead of ::AddNew() Substitute oRs:AddNew()
by nageswaragunupudi
Mon Jun 10, 2013 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDataRow and ADO questions
Replies: 48
Views: 11610

Re: Crash from FWSavePreviewToPDF

I wish changes that affects UI such as this is disabled by default. That way, whatever changes need to be dealt with can be done at a later time without having to postpone linking in latest FWH to resolve whatever bugs that might exist.
by hua
Tue Jul 12, 2011 1:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash from FWSavePreviewToPDF
Replies: 34
Views: 8031

Re: Codejock Calendar Samples?

... Optionally the user may "turn-on" the automatic refresh option. In that case, the xbrowse autorefreshes anytime a notification that affects the census is received. As you see here, there is no disk-read-write-buffering of any kind. The polling is for messages not the actual table. ...
by reinaldocrespo
Fri Jan 21, 2011 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46756

Re: Time Conversion

... )  I made some tests with SET DECIMAL, this setting has no influence on the calculation. SET DECIMALS only affects the output on the screen, but only if SET FIXED is ON. IF SET FIXED is OFF, SET DECIMALS is ignored.
by StefanHaupt
Tue Oct 26, 2010 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Time Conversion
Replies: 13
Views: 2738

Re: Round Function

... default should be 2, although SET DECIMALS without a value specified sets it to 0. It also notes that you need SET FIXED ON. These two settings affects on screen display - ? and QOut() and the standard say / get system. It has no bearing on the precision of numbers (other than certain advanced ...
by xProgrammer
Thu Feb 18, 2010 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Round Function
Replies: 8
Views: 1364

New FTDN December/Diciembre 2009 (9.12)

... * Enhancement: Class TGet DATA lDisColors has been changed into a CLASSDATA, so now if one single instance of a TGet modifies lDisColors, it affects all the application GETs. Many thanks to William! * Enhancement: Class TXBrowse removed some not needed logical checkings, i.e.: "if lTransparent ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2588

Re: Wrong Alpha-Button-Painting in Ribbonbar FW 9.07 ?

Uwe,

Looks great!

I notice that with the last two groups the right and bottom of the background is not transparent. Is this a bug? I wonder why it only affects two groups?

James
by James Bott
Wed Aug 12, 2009 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defined Group-Colors for Ribbonbar FW 9.07
Replies: 25
Views: 6626

Re: How to monitor a network directory?

... busy with higher priority tasks. 2. Some networking problem that is making the connection to the ECR slow 3. Some form of buffering / caching that affects the ECR but not the IPAQs 4. Is the code operating in the same way on the ECR and the IPAQs I'm not sure why a 4 second delay is an issue here ...
by xProgrammer
Sat Jun 27, 2009 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to monitor a network directory?
Replies: 17
Views: 4487
PreviousNext

Return to advanced search