Search found 81 matches: picker

Return to advanced search

Re: XML reader

... an old forgotten/less known function FW_XmlView( [filename.xml] ) If the function is called without parameters, it provides a file picker to choose an xml file and display. Please try with xHarbour to view any xml file with any complexity. Important Note: This function is not now ...
by nageswaragunupudi
Fri Nov 17, 2023 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML reader
Replies: 14
Views: 5415

Re: CLASS modification

... https://learn.microsoft.com/en-us/windows/win32/controls/month-calendar-control-reference Datepicker is "SysDateTimePick32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-date-and-time-picker-control https://learn.microsoft.com/en-us/windows/win32/controls/date-and-time-picker-control-reference ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1708

Re: CLASS modification

... https://learn.microsoft.com/en-us/windows/win32/controls/month-calendar-control-reference Datepicker is "SysDateTimePick32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-date-and-time-picker-control https://learn.microsoft.com/en-us/windows/win32/controls/date-and-time-picker-control-reference ...
by Jimmy
Wed May 24, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1708

Re: Dialog or Form

... the user but as stated here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file You cannot set the value of a file picker from a script — doing something like the following has no effect: const input = document.querySelector("input[type=file]");input.value ...
by Ruth
Thu Oct 27, 2022 3:49 pm
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4654

Re: Set range of a date picker

hi,

as i can say FiveWin have Function in
c:\fwh\source\classes\tdtpicke.prg
Code: Select all  Expand view
METHOD SetRange( dFrom, dUpto ) CLASS TDatePick
by Jimmy
Tue Aug 02, 2022 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set range of a date picker
Replies: 1
Views: 207

Set range of a date picker

Hello, because of our needs I created this function #include <hbapi.h>#include <hbdate.h>#include <windows.h>#include <commctrl.h>HB_FUNC( DATETIME_SETRANGE ) // ( hWnd, dMin, dMax){    SYSTEMTIME range[2];    long dMin = hb_pardl(2);    long dMax...
by AntoninoP
Tue Aug 02, 2022 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set range of a date picker
Replies: 1
Views: 207

Re: A slider solution to adjust the color brightness ?

... Pickvalues := PICK_COLOR( nSlidPos * 22, 8, oBmp ), because the bitmap is painted is that needed :?: ( save and restore ) oBmp:SaveToBmp( "Picker.bmp" ) hBmp := ReadBitmap( 0, "Picker.Bmp" ) http://www.service-fivewin.de/images/Slider3.jg #Include "FiveWin.ch"#include ...
by ukoenig
Fri Jun 04, 2021 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

A slider solution to adjust the color brightness ?

... slider to get the color FUNCTION GETCOLOR( nRow, nCol, oBmp ) LOCAL hDC := CreateCompatibleDC( oBmp:GetDC() ) LOCAL hBmp := ReadBitmap( 0, "Picker.bmp" ) // the basic gradient bmp LOCAL hOldBmp := SelectObject( hDC, hBmp ) LOCAL nRGBColor := GetPixel( hDC, nCol, nRow ) SelectObject( ...
by ukoenig
Thu Jun 03, 2021 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A slider solution to adjust the color brightness ?
Replies: 2
Views: 475

Re: Color palette

May I know why can't we use Microsoft Windows color picker? This is a standard Windows interface and all Windows users are familiar with its use and functionality.
This is available in fwh function ChooseColor( nClr ) ---> nClr
by nageswaragunupudi
Sun Feb 07, 2021 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color palette
Replies: 7
Views: 828

Re: BUG COMBOBOX ?????

Hello Silvio, Funny I am working right now on a similar program - but for mod harbour. Same components: Font size, color picker, checkbox, icon selector. Best regards Otto https://mybergland.com/fwforum/landing/clip5.jpg https://mybergland.com/fwforum/landing/clip4.jpg ...
by Otto
Mon Nov 02, 2020 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1311

Re: DatePicker shows incorrect date ( month ) FWH 2004

... .. my xMate compiler info is set to that folder .. I was able to re-compile with the modified tdpicke.prg and your suggestions fixed the Date-picker control. You can definitely add this fix to the next FWH Release. Thanks Rick Lipkin
by Rick Lipkin
Wed Jun 10, 2020 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1389

Re: DatePicker shows incorrect date ( month ) FWH 2004

Rao Here is the sample AdoRick.prg that has been modified with a date picker ... here is the code : // Incremental Search// adorick.prg#include "FiveWin.ch"#Include "Xbrowse.ch"#include "dtpicker.ch"STATIC oWnd,oBar,lOK,lOk1,oWndChild,oLbxSTATIC ...
by Rick Lipkin
Tue Jun 09, 2020 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1389

DatePicker shows incorrect date ( month ) FWH 2004

Antonio Just noticed that the date-picker control with FWH 2004 is not representing the month correct as seen in the database table ( ms access ).. see attached pic invoice 32165 http://img4.imagetitan.com/img4/small/22/22_datepicker881.jpg ...
by Rick Lipkin
Thu Jun 04, 2020 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DatePicker shows incorrect date ( month ) FWH 2004
Replies: 9
Views: 1389

Re: Infield Top Aligned Form Labels

... the type of input a text field requires, and be touch targets for nested components. For example, a calendar icon may be tapped to reveal a date picker. 2. Valid or error icon Iconography can indicate both valid and invalid inputs, making error states clear for colorblind users. 3. Clear icon ...
by Silvio.Falconi
Sun Nov 04, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9614

Re: Setfocus problem

... >> FiveCEC.lib(XBROWSEC.obj) : error LNK2005: HB_FUN_XBRWSCROLLROW already defined in FiveCE.lib(XBROWSE.obj) I've also tried to use date picker and I'm getting this >>FiveCE.lib(TDTPICKE.obj) : error LNK2001: unresolved external symbol HB_FUN_INITCOMMON >>FiveCE.lib(TDTPICKE.obj) ...
by reds
Mon May 21, 2018 8:05 am
 
Forum: FiveWin for Pocket PC
Topic: Setfocus problem
Replies: 10
Views: 3445
Next

Return to advanced search