Search found 19 matches: masks

Return to advanced search

Re: xBrowse function

... WebView2 for the input screens. It is a good exercise to get more familiar with web development and also mod harbour. The programming of the input masks is very comfortable. To keep the source code simple, clear and readable I use a patcher. This is the part how we get a HARBOUR hash value into ...
by Otto
Mon Aug 22, 2022 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse function
Replies: 4
Views: 634

Re: OT: How are we doing ?

... and counters of chilled and frozen products in supermarkets that were completely empty. The most difficult products to find are alcohol and masks. At the moment there are 4256 confirmed cases and 136 deaths in Brazil.
by ADutheil
Mon Mar 30, 2020 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 3680

Re: Problem with TGET class in FWH 13.08

Michel,

The fact is a that a standard Windows Edit control does not support pictures :-(

http://msdn.microsoft.com/en-us/library/windows/desktop/bb775458(v=vs.85).aspx

thats the whole point for using a related Harbour GET, to get pictures and masks.
by Antonio Linares
Tue Oct 01, 2013 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5558

Re: Drawing on a groupbox

... in the excluded area and is therefore not painted. 2) Because controls are painted after the parent window's background is painted, the Group box masks the WndBox(), unless its transparent property is set to true.
by nageswaragunupudi
Tue May 08, 2012 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a groupbox
Replies: 12
Views: 4213

Query and restore entire xBrowse Layout ( Uwe and Rao )

... however I have a rather complex xBrowse that I create columns to create a single name from First Name+Last Name in a code block and some data masks.. ADD oCol TO oBrw AT 1 DATA {|x| x := _ChkCust(oRsReq:Fields("clname"):Value,oRsReq:Fields("cfname"):Value) ...
by Rick Lipkin
Tue Feb 14, 2012 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Query and restore entire xBrowse Layout ( Uwe and Rao )
Replies: 1
Views: 565

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... ) to have editing available in browsers. Now with a little success. Hopefully in near future I could implement "editing" with masks and validities. * contrib/hbide/idebrowse.prg * contrib/hbide/idemisc.prg + Added: many constructs, viz., left-toolbar, status-bar, etc. ! Rearranged: ...
by Pritpal Bedi
Wed Jul 21, 2010 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99027

WebForm in FWH

... forms that we do in FW or with workshop or pure code to forms HTML (WebForm) conserving the design, color, sources, data of the combobox, edition masks and that can be used ENTER instead of TABS. Example DEFINE DIALOG oDlg /// there CONTROLs ACTIVATE DIALOG oDlg CENTERED ; ON LEFT CLICK GenWebForm(oDlg,"MIFORMFW") ...
by Vladimir Zorrilla
Thu Jan 28, 2010 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebForm in FWH
Replies: 3
Views: 1376

Re: Drawing PNG from Resources !!!

... i; } FICOMPLEX; #if (defined(_WIN32) || defined(__WIN32__)) #pragma pack(pop) #else #pragma pack() #endif // WIN32 // Indexes for byte arrays, masks and shifts for treating pixels as words --- // These coincide with the order of RGBQUAD and RGBTRIPLE ------------------- #ifndef FREEIMAGE_BIGENDIAN ...
by ukoenig
Sat May 16, 2009 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing PNG from Resources !!!
Replies: 7
Views: 7118

Hakan, > Should we use Windows rules? We want PICTUREs (with masks too), VALIDs, WHENs... they are not Windows "standard" features, but we find the way to implement them. To get the above we use a Harbout GET object, and the Harbour GET object behaves ...
by Antonio Linares
Wed Sep 10, 2008 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet Class
Replies: 7
Views: 1410

... with 0.48 x 0.42 and dont work, but after I adjust the size for 0.42 x 0.42 it's works fine ! But remains a doubt: which the utility of the bmp masks ? best regards
by yury
Fri Sep 05, 2008 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treeview with Imagelist dont show the bitmap
Replies: 2
Views: 774

Yuri, You are missing to define and use the bitmaps "masks". Here you have a working example: test.prg #include "FiveWin.ch" function Main() local oWndx, oBmp1, oBmp11, oBmp2, oBmp22, oBmp3, oBmp33, oImageList, oTree, oAux1, oAux2, ...
by Antonio Linares
Fri Sep 05, 2008 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treeview with Imagelist dont show the bitmap
Replies: 2
Views: 774

New FTDN July / Julio 2008 (8.07)

... * New: function cValToStr( uVal, cPicture ), similar to FWH cValToChar() but allows the use of a PICTURE mask, including extended pictures masks for dates values. * New: function WheelScroll( [nLines] ) --> nLines, sets or retrieves the amount of lines to use for the mouse wheel scroll. ...
by Antonio Linares
Sat Jul 26, 2008 8:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July / Julio 2008 (8.07)
Replies: 4
Views: 3594

Dúda: És posible esto en FIVEWIN ahora ó en el futuro??

... Toolbar Positions #DEFINE TOOL_NOTDOCKED -1 #DEFINE TOOL_TOP 0 #DEFINE TOOL_LEFT 1 #DEFINE TOOL_RIGHT 2 #DEFINE TOOL_BOTTOM 3 *-- Button parameter masks #DEFINE BUTTON_LEFT 1 #DEFINE BUTTON_RIGHT 2 #DEFINE BUTTON_MIDDLE 4 *-- Function Parameters *-- MessageBox parameters #DEFINE MB_OK 0 && ...
by karinha
Wed Jun 11, 2008 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
Replies: 2
Views: 2153

... exit end ::buffer := ::PutMask( xValue, .t. ) ::Pos := ::FirstEditable() /* E.F. 2006/APRIL/14 - Clipper show all commas and dots of '@E','@R' * masks of numeric vars, into display edit buffer after first key number * is entered. * E.F. 2006/MAY/31 - Idem for numeric mask without '@E' or '@R' ...
by zazibr
Thu Mar 13, 2008 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour cvs + fivewin 8.01 = GPF ?
Replies: 9
Views: 4132

Really, I don't understand you about the TsButton... I want other thing! the image of "theater masks" stay transparent, for the background appear! More less this! Precisely, TSButton does the job of transparency, it will be a bitmap button with no action at all. Regards ...
by JC
Mon Mar 10, 2008 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a TBitmap behind of a TBitmap?
Replies: 18
Views: 3245
Next

Return to advanced search