Search found 39 matches: differ

Return to advanced search

Fivewin controls similar to javascript elements

... forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object. Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development. The conceptual model of event handling is a key ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1132

Re: Bad look btnbmp disable()

... response was to the simple point of how does the pngs appear when the btnbmp is disabled. I am trying to say the appearance of disabled png images differ when GDIP clause is used and not used. This shows the difference: function testbtnpaint()   local oDlg, aBtn, n   local ...
by nageswaragunupudi
Thu Mar 30, 2023 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 742

Re: Draw a bitmap

... What can be done ? No need for any such complex program. No need to resize first and then draw the image. Method DrawImage(...) itself provides different resizing options. Syntax: DrawImage( uImage, [aRect], [lTransp], [nResizeMode], [nAlphaLevel], [lGray], ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 468

Re: BOA for harbour ?

Antonio,

How will HbWeb differ from the hbhttpd already in the harbour contrib folder? (I already use this extensively, though I rewrote portions of it for my own purpose.)

Robb
by rhlawek
Thu Apr 28, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 657

Re: Impresion de Imagenes con TPRINTER

... TO oPrn IMAGE "LOGO.JPG" ;         SIZE nLargLogo, nAltLogo PIXEL ALPHALEVEL 90  Saludos. We highly discourage using PIXEL. This may differ with different printers and totally not compatible with pdf generation using harupdf. Please express all coordinates in inches or cm or mm and ...
by karinha
Mon Jun 28, 2021 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de Imagenes con TPRINTER
Replies: 8
Views: 1349

Re: Impresion de Imagenes con TPRINTER

... TO oPrn IMAGE "LOGO.JPG" ;         SIZE nLargLogo, nAltLogo PIXEL ALPHALEVEL 90  Saludos. We highly discourage using PIXEL. This may differ with different printers and totally not compatible with pdf generation using harupdf. Please express all coordinates in inches or cm or mm and ...
by nageswaragunupudi
Mon Jun 28, 2021 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion de Imagenes con TPRINTER
Replies: 8
Views: 1349

Re: XBROWSE Border on cells

Günther , The border with specific width and color are shown only on edit-cells and can differ any column. if it is the solution You are looking for -> different colors and pensize I will provide the code. I think a border of the complete column ( edit ) is needed ...
by ukoenig
Thu Apr 11, 2019 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4229

Re: XBROWSE Border on cells

Uwe, I use a adapted version from class xbrowse. But i must every new FWH adapting new. The border with specific width and color are shown only on edit-cells and can differ any column.
by byte-one
Thu Apr 11, 2019 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4229

Re: Setup Barcode system in FWH

... a barcode ( connected to the computer ) and it will put the data into that field. The products all have UPC. ( Universal Product Codes ) which may differ from the partnumber printed on the box. For that reason, I provide a partnumber field and a separate UPC field. I also developed a function so ...
by TimStone
Tue Mar 12, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6338

Re: printing several pages

... set the length of the oPrnSay. I can't get the fontname- size and color to work. We should be able to set the height of the Row to print so we can differ in linespaces if needed. I have some printouts that i want to be able to make. First there is a plantlist that can be viewed by this link: http://www.plantenkennis.com/FiveMac/plantlist.pdf ...
by plantenkennis
Thu Oct 11, 2018 5:56 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7071

Re: Antonio: Differences between BORLAND and VCC

It is true that the external dimensions of the dialog differ by 10 pixels (both height and width). But the client rect of the dialog is exactly the same in both and also same as the coordintates specified by us while creating the dialog. So if we position ...
by nageswaragunupudi
Sun May 27, 2018 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6461

New FTDN February/Febrero 2017 (FWH 17.02)

... colors, alphacolors, gradients, brushes or both can be bitmap handles * FWMARIADB - oCn:InsertSQL(...). If the length of the fields and values differ, the sql statement prepared is adjusted to the length of fields, avoiding mysql server error while executing. - New: oCn:UpdateSQL( cTable, aFields, ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2149

xBrowse buffer with Array

... back to folder 1, the value I modified reverts to the original value when the xbrowse was created. It would appear the buffer for the array may differ from that used for the xbrowse, Is there a command I can issue which will take the edited GET value and make sure it updates the value stored ...
by TimStone
Thu Feb 02, 2017 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse buffer with Array
Replies: 4
Views: 1069

Re: Bug in TXBrowse?

...        oFont:cFaceName = aInfo[ 4 ]         oFont:lDestroy  = .f.         ::oFont = oFont  I do not know for what reason the oDlg:oFont is different from the hFont queried with WM_GETFONT. This problem is the same as the selfont() or choosefont() function's problem. Even there the oFont ...
by nageswaragunupudi
Sat Jul 16, 2016 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TXBrowse?
Replies: 16
Views: 2593

Re: UTF-8

... of the conversion. Plain English is just the same whether in ANSI or UTF8. Identical. Some European languages using accented characters may differ when converted. But may I know for what use you want to do the conversion?
by nageswaragunupudi
Wed Dec 23, 2015 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF-8
Replies: 5
Views: 901
Next

Return to advanced search