Search found 28 matches: extends

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties and Methods: The WebView2 class in WPF, for instance, extends HwndHost and provides several properties like AllowExternalDrop, CanGoBack, CanGoForward, and Source. It allows access to the complete functionality ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Problema pintado xbrowse FWH2210

This is not an error. Quite a few users wanted that fullgrid browse should look like Excel and since Excel extends a column's color till bottom, fullgrid also extend the color till the bottom. Considering their proposal, we made this change. Different users have different tastes. ...
by nageswaragunupudi
Wed Dec 14, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema pintado xbrowse FWH2210 - SOLUCIONADO
Replies: 29
Views: 2160

Re: Splash Screen for Startup

... The Tax checkbox starts at 690, and has a length of 30. Thus it ends at 720. The Sublet starts 5 spaces later, at 725, and extends for 30 spaces. It ends at 755, and thus there are 80 spaces open to the right. Click on tax, the checkmark appears in the box, and the word ...
by TimStone
Mon Oct 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 800

Re: ApplyParams Tdatabase

... enter the new dates, then the program decides how to process it based on the original and the new check_in and check_out dates. So if the user extends the date, then the program searches just the new day(s) is free. If the user shortens either the check_in or check_out date, then the program ...
by James Bott
Fri Jul 16, 2021 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1266

Your VSCode AI pair programmer

https://copilot.github.com/ Extends your editor GitHub Copilot is available today as a Visual Studio Code extension. It works wherever Visual Studio Code works — on your machine or in the cloud on GitHub Codespaces. And it’s fast ...
by Antonio Linares
Fri Jul 09, 2021 11:23 am
 
Forum: Utilities / Utilidades
Topic: Your VSCode AI pair programmer
Replies: 0
Views: 383

Re: control exceeds size in run time

Buttonbar always extends to the full width of the window/dialog.
by nageswaragunupudi
Mon Feb 15, 2021 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: control exceeds size in run time RESOLVED
Replies: 5
Views: 689

XBrowse: Merge Cells Horizontally & in-cell formulas

... is evaluated with column object as parameter. If the result is zero, the cell is painted normally. If the result is > 0, this cell width extends to that many cells on the right side. Also if some cells in an array contain codeblocks, these are evaluated with newvalue, array, row, col ...
by nageswaragunupudi
Sun Jul 12, 2020 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Merge Cells Horizontally & in-cell formulas
Replies: 0
Views: 344

Re: xBrowse anomoly

... with fieldlength 8 and fielddec 2. But this field is a character field. When TDatabase class opens a DBF, it copies DBSTRUCT() to oDbf:aStruct, extends the array and after examining each field stores (a) picture clause for numeric fields (only) in column 7, (b) index tag corresponding the field ...
by nageswaragunupudi
Fri May 01, 2020 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... for non-alpha images. Except FWPdf, no other wrapper class like TPdf can handle images other than png and jpeg. This is how FWH extends the capabilities of libharu and enables FWPDF class to handle any image type. In the case of above images, both HPDF_LoadPngImageFromFile and ...
by nageswaragunupudi
Fri Mar 06, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5562

Re: Sample Program Toolbar2.prg is NOT working in other App

Buttonbar always extends from left to right full (or top to bottom if the bar is vertical). But why do you need to restrict the width of the buttonbar? It looks awkward. If you explain what is it you want to achieve, we can help you. ...
by nageswaragunupudi
Mon Jun 17, 2019 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample for Lan network

... switch them. I use folders, dialogs, browse, gets, and says ... all sharing the same data at the same time. As stated before, I use tData which extends tDatabase in FWH, and never have a problem. I think the issue here is that you will have to modify some ( or a lot ) of your code, but once ...
by TimStone
Tue Nov 06, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1823

Re: EXTEND CLASS

... problema es al compilar, ya abri el xhb.ch y no viene la definición de EXTEND CLASS, no se si es por la versión de harbour que tengo: Compiling... extends.prg(6) Error E0030 Syntax error "syntax error at 'CLASS'" extends.prg(7) Error E0030 Syntax error "syntax error at 'CLASS'" ...
by EBM
Fri Nov 10, 2017 9:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTEND CLASS
Replies: 6
Views: 984

FWH 17.05: Support for (x)Harbour PostGre libs

... image cell in xbrowse. Replacing image: oCol:VarPut( memoread( <imagefile> ) ) Basic (hb)pgsql library supports only limited data types. FWH extends support for byinary (bytea) and timestamp datatypes. Basic (hb)pgsql library also can not modify sql with aliased field names and join queries. ...
by nageswaragunupudi
Thu Jun 08, 2017 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.05: Support for (x)Harbour PostGre libs
Replies: 0
Views: 603

Re: ButtonBar display problems

Take a look at the last screen shot I provided. Adding this change, the bar extends the full width of the dialog, BUT the buttons you see without the gradient background still have no background. I discovered the problem on those finally. In the past, the bitmap ...
by TimStone
Wed Jul 20, 2016 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 2947

Re: ButtonBar display problems

... in every single dialog where one is used. There are NO exceptions. The gradient only applies to ( most ) buttons but not all, and the bar only extends to the end of the last button.
by TimStone
Tue Jul 19, 2016 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 2947
Next

Return to advanced search