Search found 34 matches: intentional

Return to advanced search

xbrowse bseek and autosort

Hello

Bseek is only evaluated when autosort is set (method setrdd)

If we do not use the autosort feature , and just use csortorder for a column, bseek is not evaluated

is it an intentional behaviour ?

Richard
by Richard Chidiak
Thu Jul 15, 2010 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bseek and autosort
Replies: 1
Views: 409

Re: XBrowse Array as MULTILINE

This is not bug. The code was intentional. Multiline Get does not have a picture clause. When a picture clause is specified by programmer XBrowse understands that the programmer does not want Multiline edit. Once you specify oBrw:nDataLines ...
by fraxzi
Fri Jun 25, 2010 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Array as MULTILINE
Replies: 17
Views: 4309

Re: XBrowse Array as MULTILINE

This is not bug. The code was intentional. Multiline Get does not have a picture clause. When a picture clause is specified by programmer XBrowse understands that the programmer does not want Multiline edit. Once you specify oBrw:nDataLines ...
by nageswaragunupudi
Fri Jun 25, 2010 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Array as MULTILINE
Replies: 17
Views: 4309

Re: New FWH 10.1

... relation to the BMP-Position. It is cleary shown on Buttons with big Height. There is allways the same Distance from Top or Bottom. Yes, this is intentional. What's wrong in the current behavior? Now the captions are aligned. Before they were a sort of wave. Anyway, I can change it but I need ...
by Enrico Maria Giordano
Wed Jan 27, 2010 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.1
Replies: 18
Views: 4722

Re: xBrowse: error in SameArrayStruct(..) function

It was not an error. I think it was intentional. If the new array that is being substituted has more columns than the present array, it does not affect the browse in any way.
by nageswaragunupudi
Mon Apr 20, 2009 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: error in SameArrayStruct(..) function
Replies: 4
Views: 632

Re: cResToStr help needed

... not checking for wrong returned values! You are assuming that everything will be found, which can not be the case. Hi Antonio and Vailton, It is intentional, only to simplify my code, but lets go, here is the full code, that doesn´t work: HB_FUNC( CRESTOSTR ){   HRSRC  hRes = FindResource( ...
by toninhofwi
Fri Apr 17, 2009 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cResToStr working function
Replies: 8
Views: 1160

Corel.PRG - EMF bug - Solved (perhaps)

... ::hDCOut, -::nXoffset, -::nYoffset ) endif By commenting those lines, the problem gets cured, but it seems to be intentional. Why the offsets should be considered only if Preview is disabled ? Antonio ? Hi, Davide
by Davide
Sat Nov 22, 2008 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Corel.PRG - EMF bug
Replies: 5
Views: 1103

... time xbrowse was first published, bStrData is supposed to evaluate to a character value only and that will remain like that in future also. It is intentional that if the codeblock evaluates to any other datatype, it results in a runtime error, pointing out the programming mistake. This is so with ...
by Antonio Linares
Sat Jul 05, 2008 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser - maybe an error
Replies: 5
Views: 1173

8.04 and oWnd:end( )

... ( Windows Vista ) that says the application has stopped working and its checking for a solution. Of course, it is a true message, but it was an intentional close and thus it should not appear. This is a new behavior in 8.04. It worked fine in 8.03. I did try the oWnd:PostMsg(WM_CLOSE) suggestion ...
by TimStone
Thu Apr 17, 2008 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 8.04 and oWnd:end( )
Replies: 29
Views: 4637

Upgrading to Ubuntu 7.10

... is not updated. This is no major problem as I can use getGender:GetText() to retrieve the updated value. I'm not sure if the above behaviour is intentional or not, but to me REPLACE GENDER WITH cGender is nicer and simpler than REPLACE GENDER WITH getGender:GetText() Maybe SetText() could be ...
by xProgrammer
Thu Jan 31, 2008 3:47 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Upgrading to Ubuntu 7.10
Replies: 2
Views: 1067

James Bott wrote:Patrick,

It seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?
James


Oops, that's a TYPO.. Damned, sorry. But the problem remains, the text of the checkboxes should be RIGHT or LEFT aligned.

Patrick
by Patrick Mast
Sun Oct 07, 2007 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox alignment not correct
Replies: 8
Views: 1478

Patrick,

It seems you defined them as checkboxes in the RC then redefined them as radios in your code. What that intentional, and if so, why?

James
by James Bott
Sun Oct 07, 2007 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox alignment not correct
Replies: 8
Views: 1478

Re: The instruction at "0x0044ab7b referenced memory at

EnricoMaria wrote:
Code: Select all  Expand view
local oBar,x:=0//''


EMG


Hi,
this was intentional, to generate runtime error...

Can You also see second screen with memory error?

Taavi.
by Taavi
Mon Jan 08, 2007 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The instruction at "0x0044ab7b referenced memory at....
Replies: 3
Views: 916

... single trick to let this functionality. Any friends say it was very strange. Was very easy to "broke" the new Delphi limitation and appear to be a intentional plan of new Delphi's company. For curiosity purposes I downloaded the new Delphi. But I haven't time (and HD space) to install it :D In ...
by Maurilio Viana
Tue Sep 12, 2006 4:52 pm
 
Forum: Off Topic / Otros temas
Topic: TurboMan is back!
Replies: 5
Views: 2391

Enrico,

> Is it intentional?

It looks so :-)

Does Clipper allow to use SetKey() with any key ?
by Antonio Linares
Tue Sep 12, 2006 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why only VK_F?? keys can be redefined using SetKey()?
Replies: 5
Views: 1149
PreviousNext

Return to advanced search