Search found 64 matches: fourth

Return to advanced search

Re: New FWH 14.09

Michel,

You are right, my mistake.

I am waiting for Rick confirmation for the groups painting bug so then we will publish the fourth FWH 14.09 build and I will update the website accordingly.
by Antonio Linares
Thu Oct 23, 2014 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 14.09
Replies: 55
Views: 8841

xBrowse - Save State

Hello Everyone, Is it possible to save the state of the browse, where the selected row is fourth from top so when the browse is restored, the selected row stills shows fourth and not at the top of the browse? For Example: row one row two row three row four <- Selected ...
by David Williams
Tue Oct 08, 2013 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Save State
Replies: 13
Views: 2346

Re: Like clipper readvar()

Wanderson so that the object tget contains the "name" of the edited variable is necessary to pass the name of this variable for the fourth parameter GetNew currently (as my version of FW) class tget sends this null parameter, see the class tget (GetNew (20,20, bSetGet, cPict)) in the ...
by yury
Mon Aug 19, 2013 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like clipper readvar()
Replies: 15
Views: 3641

Re: RibbonBar

Antonio, Fourth problem: there is a flicker on all the controls of the dialog when a ribbonbar tab is clicked. If a sample is needed I can create one. Any ideas on how to alleviate the flickering? EMG Both Classes TRibbonBar and ...
by Enrico Maria Giordano
Tue Jun 04, 2013 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar
Replies: 35
Views: 7466

Re: RibbonBar

Fourth problem: there is a flicker on all the controls of the dialog when a ribbonbar tab is clicked. If a sample is needed I can create one. Any ideas on how to alleviate the flickering? EMG Both Classes TRibbonBar and TRBpanel ...
by Antonio Linares
Tue Jun 04, 2013 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar
Replies: 35
Views: 7466

Re: RibbonBar

Fourth problem: there is a flicker on all the controls of the dialog when a ribbonbar tab is clicked. If a sample is needed I can create one.

Any ideas on how to alleviate the flickering?

EMG
by Enrico Maria Giordano
Tue Jun 04, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar
Replies: 35
Views: 7466

Re: RibbonBar

Third problem: in the following sample, try to click on the fourth menu popup item (Test 4, the one withou action clause). The button will remain selected (ie. a lighter color). #include "Fivewin.ch"#include "Ribbon.ch"FUNCTION MAIN()  ...
by Enrico Maria Giordano
Fri May 31, 2013 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RibbonBar
Replies: 35
Views: 7466

New FTDN January 2013 (FWH 13.01)

... This value can be used to decide whether or not to close the book after usage. (b) GetExcelRange( [cBook], [cSheet], [cRange], @lOpened ) The new fourth parameter functions exactly like above. * New: Function FW_ExcelToDbf( [oExelRange], [cFieldList], [lRangeHasHeaders], [bProgress] ) --> lSuccess ...
by Antonio Linares
Sat Feb 02, 2013 5:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January 2013 (FWH 13.01)
Replies: 0
Views: 1537

Re: xbrowse\Header

Fourth parameter is the column object. oCol:nCreationOrder gives the serial number of the column while creating the browse. While programming with xbrowse it is normally advisable to use the column objects instead of numbers. ...
by Luisão PITBULL
Thu Jan 31, 2013 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse\Header
Replies: 2
Views: 591

Re: xbrowse\Header

Fourth parameter is the column object.
oCol:nCreationOrder gives the serial number of the column while creating the browse.

While programming with xbrowse it is normally advisable to use the column objects instead of numbers.
by nageswaragunupudi
Thu Jan 31, 2013 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse\Header
Replies: 2
Views: 591

To Antonio: XBROWSE bound error

... HEADERS {"Label 1", "Label 2", "Label 3", "Label4"} ;      AUTOSORT LINES CELL NOBORDER  On the fourth column is giving me the error. I'd tried without quotes, calling the function with and without quotes (no EVAL), through an IIF(), with quotes, ...
by HunterEC
Sat Nov 03, 2012 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: XBROWSE bound error
Replies: 0
Views: 286

Re: Sorting multidimenzional array

Bi Boris,
You can add fourth element to the array elements:

aAdd( aRezult[i], str(aRezult[i,3],4)+str(aRezult[i,1],2) )

and the sort it by the fourth element

aOut:= ASORT(aRezult,,, { |x, y| x[4] < y[4] })

HTH
Regards, Euclides
by Euclides
Sun Jun 24, 2012 10:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting multidimenzional array
Replies: 2
Views: 627

Re: Windows Metro UI

... http://www.brightsideofnews.com/news/2012/2/27/exclusive-windows-8-launch-in-fourth-quarter-20122c-arm-in-second-quarter-2013.aspx According to some experts, Windows will decrease its market share below 60% in the next two ...
by Antonio Linares
Sun Mar 11, 2012 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Metro UI
Replies: 69
Views: 20248

Re: Creating an Open Office spreadsheet file .xls

... To Close OpenOffice Calc  looking at the xbrowse ToCalc() there is an array aSaveAs .. which does not seem very well documented aSaveAs ,the fourth optional parameter while invoking ToCalc(), is a 2 dimensional array. The first element is the SaveAs FileName and the second element is the ...
by anserkk
Thu Nov 03, 2011 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12232

Re: Ribbonbar and Group-Image / Brush-backgrounds

... oPanel2:oFont := oFont2 oPanel2:AddLink( "Third", bClick, ".\bitmaps\32x32\keys.bmp", 10, 40, oFont2 ) oPanel2:AddLink( "Fourth", bClick, ".\bitmaps\32x32\magic.bmp", 15, 40, oFont2 ) oPanel2:Move( 140 ) oPanel3 = oExBar1:AddPanel( "Three", ".\bitmaps\32x32\notes.bmp", ...
by ukoenig
Sun Nov 28, 2010 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar and Group-Image / Brush-backgrounds
Replies: 4
Views: 1095
PreviousNext

Return to advanced search