messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2012-12-28", "forum": "FiveWin for Harbour/xHarbour", "text": "James,\n\nI generally go online to do the setup if someone has a problem. I check their alternate ports myself from their ISP's website. \n\nIt is a significant issue. I started doing some study and work with Visual Studio 2012 ( the beta versions , and finally the full version ) last year and that has acquainted me with a very active Microsoft development community. Communication is a major focus on all new software development, and without it we are going to be at a strong disadvantage.\n\nTim", "time": "18:38", "topic": "Bad Email Dreams ...", "username": "TimStone" } ]
Bad Email Dreams ...
[ { "date": "2013-01-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"TimStone\":iq9o95nm]Randal,\n\nI downloaded today the Catalyst trial version. I saw your DLL listing elsewhere.\n\nCould you provide us with a sample of how you implemented this DLL ? Also you reference the LIB calls. Did you link in the LIB's that are included into your build ? I've got a build with xHarbour that uses Peles C, and one with MSVC 2010 which I know is supposed to be compatible with Catalyst.\n\nIn your notes you indicate you set this up for SSL. Their samples are a bit limited for what I'm trying to discover.\n\nYour guidance would be greatly appreciated. Sadly many of the servers today want SSL and our TSMTP protocol in FWH does not support it.\n\nTim[/quote:iq9o95nm]\n\nTim:\n\nSorry for the late reply. I haven't been here in a while.\n\nNo, I don't link any libs I just load the library and call the functions.\n\nYou have to first load the library and initialize it before calling any functions. I use the smtp and mime functions.\n\nhSmtp := LoadLibrary(\"CSMTPAV7.dll\")\n// Must initialize first. Should return true\nlSmtpInit := SmtpInitialize(CSTOOLS7_LICENSE_KEY)\nIF ! (lSmtpInit)\n Msginfo( \"Unable to initialize Smtp library.\")\nENDIF\n \n// Load Mime library\nhMime := LoadLibrary(\"CSMSGAV7.dll\")\nlMimeInit := MimeInitialize(CSTOOLS7_LICENSE_KEY)\nIF !(lMimeInit) \n Msginfo( \"Unable to initialize Email library.\")\nENDIF \n\nSome email providers require an SSL connection and others don't, some require authentication, others don't. You have to allow the user to specify these settings. \n\nBasically you establish a connection with the required parameters\n\nhClient := SmtpConnect( cServer, nPort, nTimeOut, SMTP_OPTION_EXTENDED+SMTP_OPTION_SECURE,\"\",0)\n\nand then authenticate if necessary\n\nIF ( SmtpAuthenticate(hClient, SMTP_AUTH_DEFAULT, cUser, cPassword) ) = -1\n\ncompose the message\n\nhMessage := MimeComposeMessage(cFrom, cTo, cCC, cSubject, cMessage, , MIME_CHARSET_DEFAULT, MIME_ENCODING_DEFAULT )\n\nsend the message\n\nnReturn := SmtpSendMessage( hClient, cFrom, cTo, cExpFile, len(cMessageText), SMTP_MESSAGE_FILE )\n\nMy implementation of this library is highly customized to fit our need so I don't have a generic class I can give you however, I hope this gives you some idea of where to start and if you have any questions let me know.\n\nOur email functions work with all the major internet providers and web based email like gmail, yahoo, and hotmail(live). Currently we are only sending email and not processing incoming mail.\n\nThanks,\nRandal", "time": "04:30", "topic": "Bad Email Dreams ...", "username": "Randal" } ]
Bad Email Dreams ...
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Randal,\n\ni've downloaded the Socket Tools library demo. I can't seem to communicate with cshtpav7.dll.\n\nI don't have a license key. here is my code. every time I call the DLL function I get a return value of 0. makes me think I'm not finding the function or something.\n\ndo you have any tips since you've been successful with this tool library.\n\n\nLOCAL RETVAL := .f.\nLOCAL LICENSEKEY := NIL // due to no license key for demo = not sure how to pass NULL\n\n PRIVATE HDLL\n M->HDLL := LOADLIBRARY( M->CDLLNAME ) \n // returns handle of 1349517312\n\nRETVAL := HttpInitialize( @LICENSEKEY )\n//RETVAL comes back as NIL.\n\n\n\nDLL FUNCTION HttpInitialize( cLicense AS LPSTR, ;\n InitParms AS LPSTR ) ;\n AS BOOL ;\n PASCAL FROM 'HttpInitialize' ;\n LIB M->HDLL // STATIC VAR TO HOLD handle of the loaded dll.", "time": "01:06", "topic": "Bad Email Dreams ...", "username": "don lowenstein" } ]
Bad Email Dreams ...
[ { "date": "2013-04-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I have defined cdllname as \n\nM->CDLLNAME := 'cshtpav7.dll' // socket tools library", "time": "01:12", "topic": "Bad Email Dreams ...", "username": "don lowenstein" } ]
Bad Email Dreams ...
[ { "date": "2015-10-09", "forum": "FiveWin for Harbour/xHarbour", "text": "My final User are working on my application\non this dialog I have a simply xbrowse \nthe user press many time the scroll go up and go down and it make error\nI have the jan 15\n\n[img:3lms0tko]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/10/m&#46;jpg[/img:3lms0tko]\n\nthe error \n[code=fw:3lms0tko]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Application<br />===========<br />   Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">C</span>:\\Work\\Prg\\Orario\\Main.Exe <span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">32</span> bits<span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #0000ff;\">Size</span>: <span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">389</span>,<span style=\"color: #000000;\">760</span> bytes<br />   Compiler version: <span style=\"color: #000000;\">xHarbour</span> <span style=\"color: #000000;\">1.2</span><span style=\"color: #000000;\">.3</span> Intl. <span style=\"color: #000000;\">&#40;</span>SimpLex<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#40;</span>Build <span style=\"color: #000000;\">20140725</span><span style=\"color: #000000;\">&#41;</span><br />   FiveWin  Version: <span style=\"color: #000000;\">FWHX</span> <span style=\"color: #000000;\">15.01</span><br />   Windows version: <span style=\"color: #000000;\">5.1</span>, Build <span style=\"color: #000000;\">2600</span> Service Pack <span style=\"color: #000000;\">3</span><br /><br />   Time <span style=\"color: #0000ff;\">from</span> start: <span style=\"color: #000000;\">0</span> hours <span style=\"color: #000000;\">1</span> mins <span style=\"color: #000000;\">57</span> secs <br />   Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">09</span><span style=\"color: #000000;\">-10</span><span style=\"color: #000000;\">-2015</span>, <span style=\"color: #000000;\">09</span>:<span style=\"color: #000000;\">28</span>:<span style=\"color: #000000;\">40</span><br />   Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1133</span>  Limiti superati: <span style=\"color: #000000;\">assegnazione</span> all<span style=\"color: #ff0000;\">'array<br />   Args:<br />     [   1] = N   13<br /><br />Stack Calls<br />===========<br />   Called from: Lib<span style=\"color: #000000;\">\\x</span>browse<span style=\"color: #000000;\">\\x</span>browse_15.prg => TXBROWSE:GODOWN( 3037 )<br />   Called from: Lib<span style=\"color: #000000;\">\\x</span>browse<span style=\"color: #000000;\">\\x</span>browse_15.prg => TXBROWSE:VSCROLL( 2862 )<br />   Called from:  => TWINDOW:HANDLEEVENT( 0 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\C</span>ONTROL.PRG => TCONTROL:HANDLEEVENT( 1733 )<br />   Called from: Lib<span style=\"color: #000000;\">\\x</span>browse<span style=\"color: #000000;\">\\x</span>browse_15.prg => TXBROWSE:HANDLEEVENT( 12668 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\W</span>INDOW.PRG => _FWH( 3450 )<br />   Called from:  => DIALOGBOXINDIRECT( 0 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\D</span>IALOG.PRG => TDIALOG:ACTIVATE( 286 )<br />   Called from: source<span style=\"color: #000000;\">\\P</span>Docenti.prg => CATTEDRE( 2717 )<br />   Called from: source<span style=\"color: #000000;\">\\P</span>Docenti.prg => (b)DOCENTI( 226 )<br />   Called from: Lib<span style=\"color: #000000;\">\\v</span>taskbar<span style=\"color: #000000;\">\\V</span>Menu.prg => TVMENU:EVALACTION( 1700 )<br />   Called from: Lib<span style=\"color: #000000;\">\\v</span>taskbar<span style=\"color: #000000;\">\\V</span>Menu.prg => TVMENU:LBUTTONUP( 1398 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\C</span>ONTROL.PRG => TCONTROL:HANDLEEVENT( 1723 )<br />   Called from: Lib<span style=\"color: #000000;\">\\v</span>taskbar<span style=\"color: #000000;\">\\V</span>Menu.prg => TVMENU:HANDLEEVENT( 905 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\W</span>INDOW.PRG => _FWH( 3450 )<br />   Called from:  => WINRUN( 0 )<br />   Called from: .<span style=\"color: #000000;\">\\s</span>ource<span style=\"color: #000000;\">\\c</span>lasses<span style=\"color: #000000;\">\\W</span>INDOW.PRG => TWINDOW:ACTIVATE( 1152 )<br />   Called from: source<span style=\"color: #000000;\">\\M</span>ain.prg => TAPPLICATION:ACTIVATE( 407 )<br />   Called from: source<span style=\"color: #000000;\">\\M</span>ain.prg => MAIN( 68 )</span></div>[/code:3lms0tko]\n\n\n\n\n\n\n\n\n\nOn the dialog use these lines to create the table with xbrowse\n\n [code=fw:3lms0tko]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">  <br /><br /> <span style=\"color: #0000ff;\">SELECT</span> LZ<br />                         LZ-><span style=\"color: #000000;\">&#40;</span>DbSetOrder<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />                         LZ-><span style=\"color: #000000;\">&#40;</span> OrdScope<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">&#123;</span> || ndocente <span style=\"color: #000000;\">&#125;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />                         LZ-><span style=\"color: #000000;\">&#40;</span> OrdScope<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">&#123;</span> || ndocente <span style=\"color: #000000;\">&#125;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />                         LZ-><span style=\"color: #000000;\">&#40;</span>DbGoTop<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br />       aBrowse     :=  <span style=\"color: #000000;\">&#123;</span><span style=\"color: #000000;\">&#123;</span><span style=\"color: #ff0000;\">\"PROF\"</span>         ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Prof\"</span><span style=\"color: #000000;\">&#41;</span>         ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">50</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"CLASSE\"</span>      ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Classe\"</span><span style=\"color: #000000;\">&#41;</span>       ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">90</span> <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"AULA\"</span>        ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Aula\"</span><span style=\"color: #000000;\">&#41;</span>         ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">45</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"MATERIA\"</span>     ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Materia\"</span><span style=\"color: #000000;\">&#41;</span>      ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">37</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"FLAG\"</span>        ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Flag\"</span><span style=\"color: #000000;\">&#41;</span>         ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">80</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"GRUPPO\"</span>      ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Gruppo\"</span><span style=\"color: #000000;\">&#41;</span>       ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">60</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"ORESEQ\"</span>      ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Sequenz.\"</span><span style=\"color: #000000;\">&#41;</span>     ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">50</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"GG_ORA\"</span>      ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Giorno/Ora\"</span><span style=\"color: #000000;\">&#41;</span>   ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">80</span>  <span style=\"color: #000000;\">&#125;</span>,;<br />                        <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BLOCCO\"</span>      ,i18n<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"Blocco\"</span><span style=\"color: #000000;\">&#41;</span>       ,<span style=\"color: #00C800;\">nil</span>      ,<span style=\"color: #000000;\">80</span>  <span style=\"color: #000000;\">&#125;</span><span style=\"color: #000000;\">&#125;</span><br /><br />@ <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0.2</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw       ;<br />      <span style=\"color: #0000ff;\">OF</span> oFld:<span style=\"color: #000000;\">adialogs</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> DATASOURCE <span style=\"color: #ff0000;\">\"LZ\"</span> ;<br />      COLUMNS aBrowse CELL LINES  FOOTERS NOBORDER   <span style=\"color: #0000ff;\">FONT</span> oFontgrid<br /><br /><br />    WITH OBJECT oBrw<br /><br />           WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_BUTTON<br />                :<span style=\"color: #000000;\">bEditBlock</span> := <span style=\"color: #000000;\">&#123;</span> | nRow, nCol, oCol, nKey | LookClasse<span style=\"color: #000000;\">&#40;</span> nRow, nCol, oCol, nKey <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br />            WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">3</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_BUTTON<br />                :<span style=\"color: #000000;\">bEditBlock</span> := <span style=\"color: #000000;\">&#123;</span> | nRow, nCol, oCol, nKey | LookAula<span style=\"color: #000000;\">&#40;</span> nRow, nCol, oCol, nKey <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br />            WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">4</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_BUTTON<br />                :<span style=\"color: #000000;\">bEditBlock</span> := <span style=\"color: #000000;\">&#123;</span> | nRow, nCol, oCol, nKey | LookMateria<span style=\"color: #000000;\">&#40;</span> nRow, nCol, oCol, nKey <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br />           WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">5</span><span style=\"color: #000000;\">&#93;</span><br />              :<span style=\"color: #000000;\">nEditType</span> := EDIT_LISTBOX<br />              :<span style=\"color: #000000;\">aEditListTxt</span>:=<span style=\"color: #000000;\">&#123;</span><span style=\"color: #ff0000;\">\"1\"</span>,<span style=\"color: #ff0000;\">\"0\"</span><span style=\"color: #000000;\">&#125;</span><br />              :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />            END<br /><br />             WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">6</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_BUTTON<br />                :<span style=\"color: #000000;\">bEditBlock</span> := <span style=\"color: #000000;\">&#123;</span> | nRow, nCol, oCol, nKey | LookGruppo<span style=\"color: #000000;\">&#40;</span> nRow, nCol, oCol, nKey <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br />             WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_LISTBOX<br />                :<span style=\"color: #000000;\">aEditListTxt</span>:=<span style=\"color: #000000;\">&#123;</span><span style=\"color: #ff0000;\">\" \"</span>,<span style=\"color: #ff0000;\">\"A\"</span>,<span style=\"color: #ff0000;\">\"B\"</span>,<span style=\"color: #ff0000;\">\"C\"</span>,<span style=\"color: #ff0000;\">\"D\"</span>,<span style=\"color: #ff0000;\">\"E\"</span>,<span style=\"color: #ff0000;\">\"F\"</span>,<span style=\"color: #ff0000;\">\"G\"</span>,<span style=\"color: #ff0000;\">\"H\"</span>,<span style=\"color: #ff0000;\">\"I\"</span><span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br />              WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_LISTBOX<br />                :<span style=\"color: #000000;\">aEditListTxt</span>:=<span style=\"color: #000000;\">&#123;</span><span style=\"color: #ff0000;\">\"\"</span>,<span style=\"color: #ff0000;\">\"11\"</span>,<span style=\"color: #ff0000;\">\"12\"</span>,<span style=\"color: #ff0000;\">\"13\"</span>,<span style=\"color: #ff0000;\">\"14\"</span>,<span style=\"color: #ff0000;\">\"15\"</span>,<span style=\"color: #ff0000;\">\"16\"</span>,;<br />                                   <span style=\"color: #ff0000;\">\"21\"</span>,<span style=\"color: #ff0000;\">\"22\"</span>,<span style=\"color: #ff0000;\">\"23\"</span>,<span style=\"color: #ff0000;\">\"24\"</span>,<span style=\"color: #ff0000;\">\"25\"</span>,<span style=\"color: #ff0000;\">\"26\"</span>,;<br />                                   <span style=\"color: #ff0000;\">\"31\"</span>,<span style=\"color: #ff0000;\">\"32\"</span>,<span style=\"color: #ff0000;\">\"33\"</span>,<span style=\"color: #ff0000;\">\"34\"</span>,<span style=\"color: #ff0000;\">\"35\"</span>,<span style=\"color: #ff0000;\">\"36\"</span>,;<br />                                   <span style=\"color: #ff0000;\">\"41\"</span>,<span style=\"color: #ff0000;\">\"42\"</span>,<span style=\"color: #ff0000;\">\"43\"</span>,<span style=\"color: #ff0000;\">\"44\"</span>,<span style=\"color: #ff0000;\">\"45\"</span>,<span style=\"color: #ff0000;\">\"46\"</span>,;<br />                                   <span style=\"color: #ff0000;\">\"51\"</span>,<span style=\"color: #ff0000;\">\"52\"</span>,<span style=\"color: #ff0000;\">\"53\"</span>,<span style=\"color: #ff0000;\">\"54\"</span>,<span style=\"color: #ff0000;\">\"55\"</span>,<span style=\"color: #ff0000;\">\"56\"</span>,;<br />                                   <span style=\"color: #ff0000;\">\"61\"</span>,<span style=\"color: #ff0000;\">\"62\"</span>,<span style=\"color: #ff0000;\">\"63\"</span>,<span style=\"color: #ff0000;\">\"64\"</span>,<span style=\"color: #ff0000;\">\"65\"</span>,<span style=\"color: #ff0000;\">\"66\"</span>   <span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br />             WITH OBJECT  oBrw:<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">9</span><span style=\"color: #000000;\">&#93;</span><br />                :<span style=\"color: #000000;\">nEditType</span> := EDIT_LISTBOX<br />                :<span style=\"color: #000000;\">aEditListTxt</span>:=<span style=\"color: #000000;\">&#123;</span><span style=\"color: #ff0000;\">\" \"</span>,<span style=\"color: #ff0000;\">\"*\"</span><span style=\"color: #000000;\">&#125;</span><br />                :<span style=\"color: #000000;\">nWidth</span>   := <span style=\"color: #000000;\">60</span><br />             END<br /><br /><br />            :<span style=\"color: #000000;\">lFastEdit</span> = .T.<br />            :<span style=\"color: #000000;\">lHscroll</span>:=.F.<br />            :<span style=\"color: #000000;\">lVscroll</span>:=.T.<br />            :<span style=\"color: #000000;\">lRecordSelector</span>     := .F.<br />            :<span style=\"color: #000000;\">nRowDividerStyle</span> := LINESTYLE_LIGHTGRAY<br />            :<span style=\"color: #000000;\">nColDividerStyle</span> := LINESTYLE_LIGHTGRAY<br />            :<span style=\"color: #000000;\">nStretchCol</span>  := <span style=\"color: #000000;\">-1</span> <span style=\"color: #B900B9;\">// STRETCHCOL_LAST</span><br />      END<br /> </div>[/code:3lms0tko]\n\n\nI'm trying to simulate the error on my pc ( pressing go up and go down on vertical scroll many times ) \nbut it run ok here, I not Know what was happened", "time": "08:43", "topic": "Bad Error on xbrowse", "username": "Silvio.Falconi" } ]
Bad Error on xbrowse
[ { "date": "2006-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Many of the samples I try to run give an error to this effect:\n(This one when I try to run AUTOLAY.EXE in the samples folder after successfully building it with xBuild.bat)\n\nThe application or DLL c:\\FWH\\SAMPLES\\BXCC.dll is not a valid Windows image. Please check this against your installation diskette.\n\nPlease help.", "time": "22:06", "topic": "Bad Image", "username": "Ollie" } ]
Bad Image
[ { "date": "2006-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Ollie,\n\nFWH 32 bits samples and FW 16 bits samples are in the same folder. \n\nSome samples are just for FW 16 bits and thats why you get the valid image error. Simply skip them, thanks", "time": "07:15", "topic": "Bad Image", "username": "Antonio Linares" } ]
Bad Image
[ { "date": "2020-05-28", "forum": "FiveWin for Harbour/xHarbour", "text": "I have a selex control and recompiling with new fwh I have this error \n\n[img:3dnflieq]https&#58;//i&#46;postimg&#46;cc/Kj6ZMxXg/ERR-SELEX&#46;png[/img:3dnflieq]\n\nthe control is on a Vtaskbar menu which in turn is above a tpanel\n\n @ 100, 10 SELEX ::oSelex VAR nOption of oVMenu3 PIXEL SIZE 220,45;\n ITEMS \"5\", \"10\", \"15\", \"20\", \"30\", \"60\" ;\n GRADIENT OUTTRACK { { 1/2, nRGB( 219, 230, 244 ), nRGB( 207-50, 221-25, 255 ) }, ;\n { 1/2, nRGB( 201-50, 217-25, 255 ), nRGB( 231, 242, 255 ) } };\n LINECOLORS nRGB( 237, 242, 248 ), nRGB( 141, 178, 227 );\n COLORTEXT CLR_BLACK, CLR_GREEN ;\n ACTION (::oCalex:oView:SetInterval( Val( ::oSelex:aOptions[ nOption ] ) ), ::oCalex:refresh() )\n\nthe numbers are ok\nthe bar for the selection ( gray box) the control creates it as if it were the control was vertical\nthere is an option to say make to Horinzontal ?\nAny solution ?", "time": "17:43", "topic": "Bad Selex visualization", "username": "Silvio.Falconi" } ]
Bad Selex visualization
[ { "date": "2020-01-28", "forum": "FiveWin for Harbour/xHarbour", "text": "I recompile with xmate a my lib with some prg and it give me an error \"Bad header in input LIB\"\nHow can I resolve it?", "time": "13:34", "topic": "Bad header in input LIB", "username": "Silvio.Falconi" } ]
Bad header in input LIB
[ { "date": "2020-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "[url:3u8rjn0v]http&#58;//fivewin&#46;com&#46;br/index&#46;php?/topic/10721-retirar-obj-de-uma-lib-do-fwh/[/url:3u8rjn0v]", "time": "14:04", "topic": "Bad header in input LIB", "username": "karinha" } ]
Bad header in input LIB
[ { "date": "2020-01-29", "forum": "FiveWin for Harbour/xHarbour", "text": "The problem come when i compile a lib for a sample filexls.lib\nOf I have the folder on \nC:/work/lib32/filexls and I compile It run ok\n\nOf I have the folder on \nC:/work/prg/winbeach/lib/filexls and i compile It come that errore", "time": "20:15", "topic": "Bad header in input LIB", "username": "Silvio.Falconi" } ]
Bad header in input LIB
[ { "date": "2023-03-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I have some btnbmp with pngs\nwhen are disabled I see a bad btnbmp\nbut I think is for png file\n\n[img:xsg0gpd4]https&#58;//i&#46;postimg&#46;cc/B6Fh3k1Q/BTN-PNG-DISABLE&#46;png[/img:xsg0gpd4]", "time": "14:27", "topic": "Bad look btnbmp disable()", "username": "Silvio.Falconi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-05", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\nI cannot detect a problem,\npng-images are working\n--\n[quote:2dw9hi8c]\nI have some btnbmp with pngs\nwhen are disabled I see a bad btnbmp\nbut I think is for png file\n[/quote:2dw9hi8c]\n-----\njust a question :\nBecause of changing the imagepath of some [size=150:2dw9hi8c]old posts [/size:2dw9hi8c]of mine,\nsometimes I cannot see the normal edit-buttons on top of the post\nSample -> I want to change : \n<!-- m --><a class=\"postlink\" href=\"http://www.pflegeplus.com/images/disable.png\">http://www.pflegeplus.com/images/disable.png</a><!-- m --> // old\nto\n<!-- m --><a class=\"postlink\" href=\"http://www.service-fivewin.de/images/disable.png\">http://www.service-fivewin.de/images/disable.png</a><!-- m --> // new\nmaybe do You know why this happens ?\n\n[img:2dw9hi8c]http&#58;//www&#46;service-fivewin&#46;de/images/disable&#46;png[/img:2dw9hi8c]\n\n[code=fw:2dw9hi8c]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />@ <span style=\"color: #000000;\">525</span>, <span style=\"color: #000000;\">570</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">OF</span> oDlg2 ;<br /><span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">45</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #000000;\">2007</span> ; <span style=\"color: #B900B9;\">// B / H</span><br /><span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\" &Exit \"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> oDlg2:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oFont  ;<br /><span style=\"color: #0000ff;\">LEFT</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">LoadBitmaps</span><span style=\"color: #000000;\">&#40;</span> , , c_path1 + <span style=\"color: #ff0000;\">\"Exit.png\"</span> <span style=\"color: #000000;\">&#41;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">SetImages</span><span style=\"color: #000000;\">&#40;</span>c_path1 + <span style=\"color: #ff0000;\">\"Exit.png\"</span><span style=\"color: #000000;\">&#41;</span><br />SetTextColor<span style=\"color: #000000;\">&#40;</span> oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">hDC</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">bClrGrad</span> = <span style=\"color: #000000;\">&#123;</span> | lMouseOver | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> ! lMouseOver,; <br />    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">10526975</span>, <span style=\"color: #000000;\">16777215</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">16777215</span>, <span style=\"color: #000000;\">10526975</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">16768185</span> , <span style=\"color: #000000;\">10526975</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />       <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">10526975</span>, <span style=\"color: #000000;\">16768185</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cToolTip</span> =  <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Exit BORDER-tests\"</span>,<span style=\"color: #ff0000;\">\"EXIT\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">&#125;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">7</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">&#41;</span><br /><br />@ <span style=\"color: #000000;\">525</span>, <span style=\"color: #000000;\">680</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">OF</span> oDlg2 ;<br /><span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">45</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #000000;\">2007</span> ; <span style=\"color: #B900B9;\">// B / H</span><br /><span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\" &Exit \"</span> ;<br /><span style=\"color: #0000ff;\">ACTION</span> oDlg2:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">FONT</span> oFont  ;<br /><span style=\"color: #0000ff;\">LEFT</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">Disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #B900B9;\">// !!!</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">LoadBitmaps</span><span style=\"color: #000000;\">&#40;</span> , , c_path1 + <span style=\"color: #ff0000;\">\"Exit.png\"</span> <span style=\"color: #000000;\">&#41;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">SetImages</span><span style=\"color: #000000;\">&#40;</span>c_path1 + <span style=\"color: #ff0000;\">\"Exit.png\"</span><span style=\"color: #000000;\">&#41;</span><br />SetTextColor<span style=\"color: #000000;\">&#40;</span> oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">hDC</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">bClrGrad</span> = <span style=\"color: #000000;\">&#123;</span> | lMouseOver | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> ! lMouseOver,; <br />    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">10526975</span>, <span style=\"color: #000000;\">16777215</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">16777215</span>, <span style=\"color: #000000;\">10526975</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">16768185</span> , <span style=\"color: #000000;\">10526975</span> <span style=\"color: #000000;\">&#125;</span>, ;<br />       <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.5</span>, <span style=\"color: #000000;\">10526975</span>, <span style=\"color: #000000;\">16768185</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">cToolTip</span> =  <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"Exit BORDER-tests\"</span>,<span style=\"color: #ff0000;\">\"EXIT\"</span>, <span style=\"color: #000000;\">1</span>, CLR_BLACK, <span style=\"color: #000000;\">14089979</span> <span style=\"color: #000000;\">&#125;</span><br />oBtn<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">8</span><span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">&#41;</span><br /> </div>[/code:2dw9hi8c]\n\nbest regards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "15:30", "topic": "Bad look btnbmp disable()", "username": "ukoenig" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-06", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Silvio.Falconi\":s23heftg]I have some btnbmp with pngs\nwhen are disabled I see a bad btnbmp\nbut I think is for png file\n\n[img:s23heftg]https&#58;//i&#46;postimg&#46;cc/B6Fh3k1Q/BTN-PNG-DISABLE&#46;png[/img:s23heftg][/quote:s23heftg]\n\nDear Silvio,\n\nHow does the png file look right ? Please post it here, thanks", "time": "10:26", "topic": "Bad look btnbmp disable()", "username": "Antonio Linares" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-08", "forum": "FiveWin for Harbour/xHarbour", "text": "[img:262drm03]https&#58;//i&#46;postimg&#46;cc/QCL9M3cq/io&#46;gif[/img:262drm03]\n\n\n[img:262drm03]https&#58;//i&#46;postimg&#46;cc/qv7R4R9T/test&#46;png[/img:262drm03]\n\n[code=fw:262drm03]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtn1    RGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">235</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtn2    RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">250</span>,<span style=\"color: #000000;\">250</span>,<span style=\"color: #000000;\">245</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtnB &nbsp; &nbsp;RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">185</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">Function</span> sample<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oDlg,oBtn,oFont<br />   <span style=\"color: #00C800;\">local</span> nHt      := Int<span style=\"color: #000000;\">&#40;</span> ScreenHeight<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> * <span style=\"color: #000000;\">0.2</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> nWd      := Int<span style=\"color: #000000;\">&#40;</span> ScreenWidth<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> * <span style=\"color: #000000;\">0.2</span> <span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> lNormal :=.f.<br />   <span style=\"color: #00C800;\">local</span> nClrBorder := RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">243</span>,<span style=\"color: #000000;\">243</span>,<span style=\"color: #000000;\">238</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oChk<br />   <span style=\"color: #00C800;\">local</span> oGet,cGet:= space<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">100</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oSay<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-14</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> nWd, nHt <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL;<br />       RESIZABLE   <span style=\"color: #0000ff;\">TiTle</span> <span style=\"color: #ff0000;\">\"test\"</span> <span style=\"color: #0000ff;\">COLOR</span> CLR_BLACK, RGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">235</span><span style=\"color: #000000;\">&#41;</span>  ;<br />       <span style=\"color: #0000ff;\">STYLE</span> nOR<span style=\"color: #000000;\">&#40;</span> DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ;<br />                  WS_MINIMIZEBOX, WS_THICKFRAME <span style=\"color: #000000;\">&#41;</span><br /><br />       @ <span style=\"color: #000000;\">10</span>,<span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">CheckBox</span> oChk <span style=\"color: #0000ff;\">Var</span> lNormal  <span style=\"color: #0000ff;\">Prompt</span> <span style=\"color: #ff0000;\">\"check\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">of</span> oDlg ;<br />       <span style=\"color: #0000ff;\">on</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span>lNormal,<span style=\"color: #000000;\">&#40;</span>oBtn:<span style=\"color: #000000;\">Enable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #000000;\">enable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>,;<br />                              <span style=\"color: #000000;\">&#40;</span>oBtn:<span style=\"color: #000000;\">Disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #000000;\">disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>,;<br />                               oBtn:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />          @ <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn   ;<br />                   FILENAME <span style=\"color: #ff0000;\">\"test.png\"</span> ;<br />                   FLAT <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">50</span>  <span style=\"color: #0000ff;\">OF</span> oDlg   <span style=\"color: #0000ff;\">PIXEL</span>  ;<br />                   NOROUND   <span style=\"color: #0000ff;\">action</span> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />                oBtn:<span style=\"color: #000000;\">bClrGrad</span> = <span style=\"color: #000000;\">&#123;</span> | lInvert | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> ! lInvert,;<br />                    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.25</span>, DLG_nColorBtn1, DLG_nColorBtn2 <span style=\"color: #000000;\">&#125;</span>,;<br />                      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.75</span>, DLG_nColorBtn2, DLG_nColorBtn1 <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span>,;<br />                    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.25</span>, DLG_nColorBtn2, DLG_nColorBtn1 <span style=\"color: #000000;\">&#125;</span>, ;<br />                      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.75</span>, DLG_nColorBtn1, DLG_nColorBtn2 <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                oBtn:<span style=\"color: #000000;\">nClrBorder</span> := DLG_nColorBtnB<br /><br /><br /><br /><br />   @ <span style=\"color: #000000;\">62</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">SAY</span> oSay<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">PROMPT</span>  <span style=\"color: #ff0000;\">\"Test Get\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">25</span>  <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg  TRANSPARENT  <span style=\"color: #0000ff;\">FONT</span> oFont<br />   @ <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">GET</span> oGet <span style=\"color: #0000ff;\">VAR</span> cGet <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">24</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg<br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:262drm03]", "time": "10:13", "topic": "Bad look btnbmp disable()", "username": "Silvio.Falconi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "hi Silvo,\n\ni have try to \"disable\" a BTMBMP which have a Resource\n\nbut when \"disable\" BTNBMP i \"just\" get gray Back-Ground and Caption but NO Resource (have try different)\n\n---\n\nBTNBMP have\n\n[code=fw:1t6qu8fz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">METHOD</span> Disable<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">INLINE</span> ::<span style=\"color: #00C800;\">Super</span>:<span style=\"color: #000000;\">Disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, ::<span style=\"color: #0000ff;\">Refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span></div>[/code:1t6qu8fz]\nas it is FROM TControl() i look there but TControl() have no Method \"disable\"\n\nso i look into CLASS Window\n[code=fw:1t6qu8fz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #00C800;\">METHOD</span> Disable<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #00C800;\">INLINE</span> ::<span style=\"color: #000000;\">lActive</span> := .f.,;<br />                            <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span> != <span style=\"color: #000000;\">0</span>, EnableWindow<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hWnd</span>, .f. <span style=\"color: #000000;\">&#41;</span>,<span style=\"color: #000000;\">&#41;</span></div>[/code:1t6qu8fz]\nit does nothing to grey Image\n\n---\n\nCLASS TBitmap have\n[code=fw:1t6qu8fz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">   <span style=\"color: #B900B9;\">/*<br />   METHOD Disable() INLINE ;   It paints on the desktop cause hDC is not ready!<br />                               Also users may not want to see their bitmaps in gray!<br />      DrawGray( ::GetDC(), ::hBitmap ), ::ReleaseDC(), ::Super:Disable() */</span></div>[/code:1t6qu8fz]\nbut it is not active ...\n\n---\n\nthere is \n\n[code=fw:1t6qu8fz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> DRAWGRAY <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #B900B9;\">// ( hDC, hBitmap, nRow, nCol, nWidth, nHeight ) --> nil</span><br /><span style=\"color: #000000;\">&#123;</span><br />   DrawGray<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#40;</span> HDC <span style=\"color: #000000;\">&#41;</span> fw_parH<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#41;</span>, <span style=\"color: #000000;\">&#40;</span> HBITMAP <span style=\"color: #000000;\">&#41;</span> fw_parH<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#41;</span>,<br />             hb_parni<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#41;</span>, hb_parni<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">4</span> <span style=\"color: #000000;\">&#41;</span>, hb_parni<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">5</span> <span style=\"color: #000000;\">&#41;</span>, hb_parni<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">6</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #000000;\">&#125;</span></div>[/code:1t6qu8fz]\nbut it is NOT used in CLASS CODE except (Ownerdraw) MENU\n\nso how to get a Bitmap in gray on a \"disable\" BTNBMP <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->\n\np.s. how to change Bitmap / Color after create <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->", "time": "05:39", "topic": "Bad look btnbmp disable()", "username": "Jimmy" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-09", "forum": "FiveWin for Harbour/xHarbour", "text": "i made a solution but it is not good\n\nMakeDisable_BtnBmp(oBtn)\n\n[code=fw:2zfmue8p]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <br /><span style=\"color: #00C800;\">Function</span> MakeDisable_BtnBmp<span style=\"color: #000000;\">&#40;</span>oBtn<span style=\"color: #000000;\">&#41;</span><br />    <span style=\"color: #00C800;\">local</span> aBru<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span><br />    <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BRUSH</span> aBru<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>   <span style=\"color: #0000ff;\">STYLE</span> BDIAGONAL <span style=\"color: #0000ff;\">COLOR</span>  Rgb<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">185</span><span style=\"color: #000000;\">&#41;</span>    <span style=\"color: #B900B9;\">// you can use also FDIAGONAL or another type type BORLAND OLD</span><br />    <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BRUSH</span> aBru<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span>   <span style=\"color: #0000ff;\">STYLE</span> BDIAGONAL <span style=\"color: #0000ff;\">COLOR</span>  Rgb<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">185</span><span style=\"color: #000000;\">&#41;</span><br />   oBtn:<span style=\"color: #000000;\">l2007</span>:=.t.<br />   oBtn:<span style=\"color: #000000;\">SetFile</span><span style=\"color: #000000;\">&#40;</span>,<span style=\"color: #000000;\">&#41;</span><br />   oBtn:<span style=\"color: #000000;\">lBorder</span> := .f.<br />   oBtn:<span style=\"color: #000000;\">bClrGrad</span> := <span style=\"color: #000000;\">&#123;</span> |lInvert| <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> lInvert, aBru<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">hBrush</span>, aBru<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>:<span style=\"color: #000000;\">hBrush</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />   oBtn:<span style=\"color: #000000;\">disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />  <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:2zfmue8p]\n\n[b:2zfmue8p]another types[/b:2zfmue8p]\n\n[b:2zfmue8p]Horizontal[/b:2zfmue8p] SetBrush( \"HORIZONTAL\", nRGB( 0, 255, 0 ) )\n[b:2zfmue8p]Vertical[/b:2zfmue8p] SetBrush( \"VERTICAL\", nRGB( 20, 30, 40 ) )\n[b:2zfmue8p]FDiagonal[/b:2zfmue8p] SetBrush( \"FDIAGONAL\", nRGB( 255, 0, 35 ) )\n[b:2zfmue8p]BDiagonal[/b:2zfmue8p] SetBrush( \"BDIAGONAL\" )\n[b:2zfmue8p]Cross[/b:2zfmue8p] SetBrush( \"CROSS\" )\n[b:2zfmue8p]DiagCross[/b:2zfmue8p] SetBrush( \"DIAGCROSS\", nRGB( 0, 100, 255 ) )\n\n\nthen to remake the border use the Uwe's solution\n\n\n DEFINE DIALOG oDlg.....\n\n\n\n oDlg:bPainted := < |hDC|\n oBtn:setsize(20,17.6) // this because the obtn is more big with png\n DRAWBORDER( hDC, oBtn:nLeft-2, oBtn:ntop-2,;\n oBtn:nWidth+2, oBtn:nHeight+2 , 0, 1, Rgb(195,195,185), .t. )\n RETURN NIL\n>\n\nACTIVATE DIALOG oDlg....\n\n\n[b:2zfmue8p]Result[/b:2zfmue8p] \n\n ( in my opinion it is better to see the bmp bits with diagonal lines (and it is disabled) than having a disabled btnbmp with a figure that is not nice to see )\n\n[img:2zfmue8p]https&#58;//i&#46;postimg&#46;cc/cCkTDtXt/ok&#46;png[/img:2zfmue8p]\n\nI can make a small class to make it but I have problem with Border of Btnbmp and the last solution is that of Uwe\n[url:2zfmue8p]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=36937&start=0&hilit=xbrowse+border[/url:2zfmue8p]", "time": "10:25", "topic": "Bad look btnbmp disable()", "username": "Silvio.Falconi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-28", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Silvio.Falconi\":3dado25g][img:3dado25g]https&#58;//i&#46;postimg&#46;cc/QCL9M3cq/io&#46;gif[/img:3dado25g]\n\n\n[img:3dado25g]https&#58;//i&#46;postimg&#46;cc/qv7R4R9T/test&#46;png[/img:3dado25g]\n\n[code=fw:3dado25g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtn1    RGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">235</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtn2    RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">250</span>,<span style=\"color: #000000;\">250</span>,<span style=\"color: #000000;\">245</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00D7D7;\">#define</span> DLG_nColorBtnB    RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">195</span>,<span style=\"color: #000000;\">185</span><span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">Function</span> sample<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oDlg,oBtn,oFont<br />   <span style=\"color: #00C800;\">local</span> nHt      := Int<span style=\"color: #000000;\">&#40;</span> ScreenHeight<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> * <span style=\"color: #000000;\">0.2</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> nWd      := Int<span style=\"color: #000000;\">&#40;</span> ScreenWidth<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> * <span style=\"color: #000000;\">0.2</span> <span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> lNormal :=.f.<br />   <span style=\"color: #00C800;\">local</span> nClrBorder := RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">243</span>,<span style=\"color: #000000;\">243</span>,<span style=\"color: #000000;\">238</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oChk<br />   <span style=\"color: #00C800;\">local</span> oGet,cGet:= space<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">100</span><span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> oSay<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span><br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">'Tahoma'</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">-14</span><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">SIZE</span> nWd, nHt <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL;<br />       RESIZABLE   <span style=\"color: #0000ff;\">TiTle</span> <span style=\"color: #ff0000;\">\"test\"</span> <span style=\"color: #0000ff;\">COLOR</span> CLR_BLACK, RGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">245</span>,<span style=\"color: #000000;\">235</span><span style=\"color: #000000;\">&#41;</span>  ;<br />       <span style=\"color: #0000ff;\">STYLE</span> nOR<span style=\"color: #000000;\">&#40;</span> DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ;<br />                  WS_MINIMIZEBOX, WS_THICKFRAME <span style=\"color: #000000;\">&#41;</span><br /><br />       @ <span style=\"color: #000000;\">10</span>,<span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">CheckBox</span> oChk <span style=\"color: #0000ff;\">Var</span> lNormal  <span style=\"color: #0000ff;\">Prompt</span> <span style=\"color: #ff0000;\">\"check\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">of</span> oDlg ;<br />       <span style=\"color: #0000ff;\">on</span> <span style=\"color: #0000ff;\">change</span> <span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span>lNormal,<span style=\"color: #000000;\">&#40;</span>oBtn:<span style=\"color: #000000;\">Enable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #000000;\">enable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>,;<br />                              <span style=\"color: #000000;\">&#40;</span>oBtn:<span style=\"color: #000000;\">Disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #000000;\">disable</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span>,;<br />                               oBtn:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, oGet:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />          @ <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn   ;<br />                   FILENAME <span style=\"color: #ff0000;\">\"test.png\"</span> ;<br />                   FLAT <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">50</span>  <span style=\"color: #0000ff;\">OF</span> oDlg   <span style=\"color: #0000ff;\">PIXEL</span>  ;<br />                   NOROUND   <span style=\"color: #0000ff;\">action</span> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />                oBtn:<span style=\"color: #000000;\">bClrGrad</span> = <span style=\"color: #000000;\">&#123;</span> | lInvert | <span style=\"color: #00C800;\">If</span><span style=\"color: #000000;\">&#40;</span> ! lInvert,;<br />                    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.25</span>, DLG_nColorBtn1, DLG_nColorBtn2 <span style=\"color: #000000;\">&#125;</span>,;<br />                      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.75</span>, DLG_nColorBtn2, DLG_nColorBtn1 <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span>,;<br />                    <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.25</span>, DLG_nColorBtn2, DLG_nColorBtn1 <span style=\"color: #000000;\">&#125;</span>, ;<br />                      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.75</span>, DLG_nColorBtn1, DLG_nColorBtn2 <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />                oBtn:<span style=\"color: #000000;\">nClrBorder</span> := DLG_nColorBtnB<br /><br /><br /><br /><br />   @ <span style=\"color: #000000;\">62</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">SAY</span> oSay<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">&#93;</span> <span style=\"color: #0000ff;\">PROMPT</span>  <span style=\"color: #ff0000;\">\"Test Get\"</span> <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">25</span>  <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg  TRANSPARENT  <span style=\"color: #0000ff;\">FONT</span> oFont<br />   @ <span style=\"color: #000000;\">80</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">GET</span> oGet <span style=\"color: #0000ff;\">VAR</span> cGet <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">24</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg<br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /> <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:3dado25g][/quote:3dado25g]\n\nWe have this issue with some pngs.\n\nPlease try adding the clause \"GDIP\" while defining the BTNBMP, like this:\n[code=fw:3dado25g]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> &nbsp; &nbsp; &nbsp; &nbsp; @ <span style=\"color: #000000;\">10</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBtn &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FILENAME <span style=\"color: #ff0000;\">\"test.png\"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FLAT <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">50</span>,<span style=\"color: #000000;\">50</span> &nbsp;<span style=\"color: #0000ff;\">OF</span> oDlg &nbsp; <span style=\"color: #0000ff;\">PIXEL</span> &nbsp;GDIP ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NOROUND &nbsp; <span style=\"color: #0000ff;\">action</span> <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp;</div>[/code:3dado25g]", "time": "19:29", "topic": "Bad look btnbmp disable()", "username": "nageswaragunupudi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-29", "forum": "FiveWin for Harbour/xHarbour", "text": "surely there is a problem , you could see how to solve the border color problem of a btnbmp , because as I wrote in this post\n\n[url:21uuwh6n]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=42757&start=0&sid=fbf48af6683902a2f56acaff4f02ef02[/url:21uuwh6n]\n\nit is always black and does not change color", "time": "11:54", "topic": "Bad look btnbmp disable()", "username": "Silvio.Falconi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "My response was to the simple point of how does the pngs appear when the btnbmp is disabled.\nI am trying to say the appearance of disabled png images differ when GDIP clause is used and not used.\nThis shows the difference:\n\n[code=fw:fbjtwcc7]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">function</span> testbtnpaint<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oDlg, aBtn, n<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> cPngPath := <span style=\"color: #ff0000;\">\"..<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\p</span>ngs<span style=\"color: #000000;\">\\\"</span><br />&nbsp; &nbsp;local aPng &nbsp;:= { cPngPath + \"</span><span style=\"color: #000000;\">2</span>.png<span style=\"color: #ff0000;\">\" }<br /><br />&nbsp; &nbsp;AEval( FW_ListAsArray( \"</span><span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">7</span>,<span style=\"color: #000000;\">8</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">10</span><span style=\"color: #ff0000;\">\" ), { |c| ;<br />&nbsp; &nbsp; &nbsp; AAdd( aPng, cPngPath + \"</span><span style=\"color: #0000ff;\">image</span><span style=\"color: #ff0000;\">\" + c + \"</span>.png<span style=\"color: #ff0000;\">\" ) } )<br /><br />&nbsp; &nbsp;aBtn &nbsp;:= ARRAY( 3, Len( aPng ) )<br /><br />&nbsp; &nbsp;DEFINE DIALOG oDlg SIZE 80 + 70 * Len( aPng ), 430 PIXEL TRUEPIXEL ;<br />&nbsp; &nbsp; &nbsp; TITLE \"</span><span style=\"color: #0000ff;\">BTNBMP</span>: <span style=\"color: #000000;\">WITH</span> AND WITHOUT GDIP CLAUSE<span style=\"color: #ff0000;\">\"<br /><br />&nbsp; &nbsp;@ &nbsp;40, 40 SAY \"</span>ENABLED BUTTONS <span style=\"color: #0000ff;\">NORMAL</span> LOOK<span style=\"color: #ff0000;\">\" SIZE 400,12 PIXEL OF oDlg<br /><br />&nbsp; &nbsp;for n := 1 to Len( aPng )<br />&nbsp; &nbsp; &nbsp; @ &nbsp;70, n * 70 - 30 BTNBMP aBtn[ 1, n ] FILE aPng[ n ] SIZE 64,64 PIXEL GDIP OF oDlg<br />&nbsp; &nbsp;next<br /><br />&nbsp; &nbsp;@ 150, 40 SAY \"</span>DISABLED BUTTONS WITH GDIP clause<span style=\"color: #ff0000;\">\" SIZE 400,12 PIXEL OF oDlg<br /><br />&nbsp; &nbsp;for n := 1 to Len( aPng )<br />&nbsp; &nbsp; &nbsp; @ 180, n * 70 - 30 BTNBMP aBtn[ 1, n ] FILE aPng[ n ] SIZE 64,64 PIXEL GDIP OF oDlg WHEN .F.<br />&nbsp; &nbsp;next<br /><br />&nbsp; &nbsp;@ 260, 40 SAY \"</span>DISABLED BUTTONS WITHOUT GDIP clause<span style=\"color: #ff0000;\">\" SIZE 400,12 PIXEL OF oDlg<br /><br />&nbsp; &nbsp;for n := 1 to Len( aPng )<br />&nbsp; &nbsp; &nbsp; @ 290, n * 70 - 30 BTNBMP aBtn[ 1, n ] FILE aPng[ n ] SIZE 64,64 PIXEL /*GDIP*/ OF oDlg WHEN .F.<br />&nbsp; &nbsp;next<br /><br />&nbsp; &nbsp;ACTIVATE DIALOG oDlg CENTERED<br /><br />return nil<br /></span></div>[/code:fbjtwcc7]\n\n[url=https&#58;//imageshack&#46;com/i/pnb7MYajp:fbjtwcc7][img:fbjtwcc7]https&#58;//imagizer&#46;imageshack&#46;com/v2/xq70/923/b7MYaj&#46;png[/img:fbjtwcc7][/url:fbjtwcc7]\n\nWhen we use GDIP clause, png images on disabled buttons look like the second row.\nWhen GDIP clause is not used, they look like the third row.\nIt is desirable for a programmer to know the difference.", "time": "12:30", "topic": "Bad look btnbmp disable()", "username": "nageswaragunupudi" } ]
Bad look btnbmp disable()
[ { "date": "2023-03-30", "forum": "FiveWin for Harbour/xHarbour", "text": "THANKS i UNDERSTOOD", "time": "13:10", "topic": "Bad look btnbmp disable()", "username": "Silvio.Falconi" } ]
Bad look btnbmp disable()
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm using the new GDI+ function and they work very well with JPGs, TIFs and PNGs but GIFs are rendered with very bad quality.\n\nSomeone can confirm?\n\nEMG", "time": "20:16", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-10-30", "forum": "FiveWin for Harbour/xHarbour", "text": "This is a sample. Please look at the very bad quality of the result. Any workaround?\n\n[code=fw:3lpczzjb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">LOCAL</span> cSrcImage := <span style=\"color: #ff0000;\">\"c:<span style=\"color: #000000;\">\\f</span>wh<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\m</span>agic.bmp\"</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">LOCAL</span> cDstImage := <span style=\"color: #ff0000;\">\"magic.gif\"</span><br /><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">LOCAL</span> oGdi := GDIBmp<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> cSrcImage <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; oGdi:<span style=\"color: #000000;\">Save</span><span style=\"color: #000000;\">&#40;</span> cDstImage <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; oGdi:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span></div>[/code:3lpczzjb]\n\nEMG", "time": "21:55", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico .\nWe had a picture of 32 or 24 bits to 8 bits . The maximum number of colors is 256 for gif files. \nThe problem is that Microsoft gdi+ also uses the halftone palette (compatible 100% web) for gif conversion,which it makes the colors that are not in the table web It is changed to the nearest.\nThere is no easy solution <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( --> .\nWe would have to: \ngo to gdi1.0 to GDI 1.1 and some operating systems let out (not good).\n\nIt could save the original palette but not as we could tell GDI+ to use that instead the halftone palette when save image .", "time": "19:39", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "So, it would be honest to drop the GIF compatibility. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "19:54", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-10-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Or to find another way to load a GIF.\n\nEMG", "time": "19:55", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":1k4p15jm]go to gdi1.0 to GDI 1.1 and some operating systems let out (not good).[/quote:1k4p15jm]\n\nWhat Windows versions support GDI+ 1.1 natively?\n\nEMG", "time": "00:15", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":1nm2x5e9][quote=\"mastintin\":1nm2x5e9]go to gdi1.0 to GDI 1.1 and some operating systems let out (not good).[/quote:1nm2x5e9]\n\nWhat Windows versions support GDI+ 1.1 natively?\n\nEMG[/quote:1nm2x5e9]\nVista and more ...\nand some borland compiler not support gdi+1.1 <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->", "time": "10:48", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "more news... \n<!-- m --><a class=\"postlink\" href=\"https://msdn.microsoft.com/en-us/library/aa479306.aspx\">https://msdn.microsoft.com/en-us/library/aa479306.aspx</a><!-- m --> \nhere all code in C ++ to use ColorQuantizer.\n<!-- m --><a class=\"postlink\" href=\"http://www.codeguru.com/cpp/g-m/gdi/gdi/article.php/c3677/Better-GIFs-with-Octrees.htm\">http://www.codeguru.com/cpp/g-m/gdi/gdi ... ctrees.htm</a><!-- m -->", "time": "11:14", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":1ebqscjq]more news... \n<!-- m --><a class=\"postlink\" href=\"https://msdn.microsoft.com/en-us/library/aa479306.aspx\">https://msdn.microsoft.com/en-us/library/aa479306.aspx</a><!-- m --> \nI guess you can adapt the code. When you have a little time I look at you could do.[/quote:1ebqscjq]\n\nDo you mean *you* can adapt the code? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nThank you.\n\nEMG", "time": "11:35", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "here all code in C ++ to use ColorQuantizer.\n<!-- m --><a class=\"postlink\" href=\"http://www.codeguru.com/cpp/g-m/gdi/gdi/article.php/c3677/Better-GIFs-with-Octrees.htm\">http://www.codeguru.com/cpp/g-m/gdi/gdi ... ctrees.htm</a><!-- m -->", "time": "11:39", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry, I cannot be of any help on this subject... <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "11:44", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "I just made a test: I replace GDIP_IMAGEFROMFILE() with FILOADIMG() and the result is how is should be. So the problem seems to be located in the loading function GDIP_IMAGEFROMFILE() (and probably in GDIPLUSIMAGELOADCACHEDFILE() too).\n\nI don't know if this can help though.\n\nEMG", "time": "11:51", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "in c:\\fwh\\source\\winapi\\gdiplus.cpp", "time": "12:17", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico , provisional solution .....\nChange this Method in gdiplus class C:\\fwh\\source\\clases\\tgdiplus.prg \n[code=fw:2d5210um]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00C800;\">METHOD</span> Save<span style=\"color: #000000;\">&#40;</span> cFile , nQuality <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> GDIBmp<br /><span style=\"color: #00C800;\">local</span> cExtension := Upper<span style=\"color: #000000;\">&#40;</span>cFileExt<span style=\"color: #000000;\">&#40;</span>cFile<span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">local</span> cCLSID<br /><span style=\"color: #00C800;\">local</span> hQuality := <span style=\"color: #00C800;\">nil</span><br /><span style=\"color: #00C800;\">local</span> nScan:= aScan<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">aExtEnd</span>, cExtension <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #B900B9;\">//local cGUI := AnsiToWide(\"{1D5BE4B5-FA4A-452D-9CDD-5DB35105E7EB}\" )</span><br /><br /><span style=\"color: #00C800;\">local</span> cTempFile<br /><br /><span style=\"color: #00C800;\">if</span> nScan == <span style=\"color: #000000;\">0</span><br />&nbsp; &nbsp; <span style=\"color: #0000ff;\">msginfo</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Formato no soportado\"</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">Return</span> .f.<br /><span style=\"color: #00C800;\">endif</span><br /><br /><span style=\"color: #00C800;\">if</span> cExtension == <span style=\"color: #ff0000;\">\"GIF\"</span><br />&nbsp; &nbsp;nScan := <span style=\"color: #000000;\">1</span><br /><span style=\"color: #00C800;\">endif</span><br /><br />&nbsp;cCLSID := ::<span style=\"color: #000000;\">aCLSID</span><span style=\"color: #000000;\">&#91;</span> nScan <span style=\"color: #000000;\">&#93;</span><br /><br />&nbsp;cCLSID = AnsiToWide<span style=\"color: #000000;\">&#40;</span> cCLSID <span style=\"color: #000000;\">&#41;</span><br />&nbsp;cFile &nbsp;= AnsiToWide<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #00C800;\">if</span> cExtension == <span style=\"color: #ff0000;\">\"GIF\"</span><br />&nbsp; &nbsp; cTempFile := cTempFile<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;GdiPlusImageSave<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBmp</span>, cTempFile, cCLSID <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;FIConvertImageFile<span style=\"color: #000000;\">&#40;</span> cTempFile, cFile <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;FErase<span style=\"color: #000000;\">&#40;</span> cTempFile <span style=\"color: #000000;\">&#41;</span><br />&nbsp;<br /><span style=\"color: #00C800;\">else</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">if</span> !Empty<span style=\"color: #000000;\">&#40;</span> nQuality <span style=\"color: #000000;\">&#41;</span> .and. cExtension == <span style=\"color: #ff0000;\">\"JPG\"</span><br />&nbsp; &nbsp; &nbsp; &nbsp; GdiPlusImageSaveQuality<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBmp</span>, cFile, cCLSID, nQuality <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">else</span><br />&nbsp; &nbsp; &nbsp; &nbsp;GdiPlusImageSave<span style=\"color: #000000;\">&#40;</span> ::<span style=\"color: #000000;\">hBmp</span>, cFile, cCLSID <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">endif</span><br /><span style=\"color: #00C800;\">endif</span> <br /><br /><span style=\"color: #00C800;\">Return</span> <span style=\"color: #00C800;\">nil</span><br /><br />&nbsp;</div>[/code:2d5210um]", "time": "12:44", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "If I read correctly, it uses FreeImage, right? If yes, it's not a useful solution, sorry.\n\nEMG", "time": "13:01", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "And we need a solution for loading GIF too.\n\nEMG", "time": "13:02", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "when they loaded look good right?", "time": "13:19", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "No. As I already wrote, with FILoadImage() the GIFs look fine while with GDIP_LOADFROMFILE() don't.\n\nEMG", "time": "13:59", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "For me work fine .. ¿?\nMy code :\ngif used for sample <!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/mzibdx1j1h0lorm/magic10.gif?dl=0\">https://www.dropbox.com/s/mzibdx1j1h0lo ... 0.gif?dl=0</a><!-- m -->\nWe show the image at 2X size to appreciate pixels\n[code=fw:1mqwsxuv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">Function</span> Main <span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">local</span> ownd<br /><span style=\"color: #00C800;\">local</span> oimg<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"color: #0000ff;\">TITLE</span> <span style=\"color: #ff0000;\">\"Testing GDI+ Class\"</span> <span style=\"color: #0000ff;\">FROM</span> <span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">5</span> <span style=\"color: #0000ff;\">TO</span> <span style=\"color: #000000;\">500</span>, <span style=\"color: #000000;\">890</span> <span style=\"color: #0000ff;\">PIXEL</span> ;<br /> <span style=\"color: #0000ff;\">COLOR</span> CLR_GRAY, CLR_GRAY<br />   <br />    @ <span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">12</span> <span style=\"color: #0000ff;\">button</span> <span style=\"color: #ff0000;\">\"crear\"</span> <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">pixel</span> <span style=\"color: #0000ff;\">Action</span>  oBmpLoadFromFile<span style=\"color: #000000;\">&#40;</span> oImg, <span style=\"color: #000000;\">640</span>, <span style=\"color: #000000;\">400</span> <span style=\"color: #000000;\">&#41;</span>    <br /> <br />    @ <span style=\"color: #000000;\">20</span> ,<span style=\"color: #000000;\">130</span> <span style=\"color: #0000ff;\">Button</span> <span style=\"color: #ff0000;\">\"salir\"</span> <span style=\"color: #0000ff;\">Action</span> ownd:<span style=\"color: #000000;\">end</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">20</span> <span style=\"color: #0000ff;\">pixel</span><br />      <br />    @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">28</span> BITMAP oimg  FILE <span style=\"color: #ff0000;\">\"\"</span> <span style=\"color: #0000ff;\">size</span> <span style=\"color: #000000;\">640</span>,<span style=\"color: #000000;\">400</span> <span style=\"color: #0000ff;\">of</span> oWnd<br /><br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <br /><br /><span style=\"color: #00C800;\">Return</span> <span style=\"color: #000000;\">&#40;</span><span style=\"color: #00C800;\">nil</span><span style=\"color: #000000;\">&#41;</span><br /><br /><br /><span style=\"color: #00C800;\">Function</span> oBmpLoadFromFile<span style=\"color: #000000;\">&#40;</span> oBmp, nWidth, nHeight <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">local</span> hBmpOld := oBmp:<span style=\"color: #000000;\">hBitmap</span><br /><span style=\"color: #00C800;\">local</span> hPalOld  := oBmp:<span style=\"color: #000000;\">hPalette</span><br /><span style=\"color: #00C800;\">local</span> ohBmp <br /><span style=\"color: #00C800;\">local</span> hBmp := <span style=\"color: #000000;\">0</span><br /><span style=\"color: #00C800;\">local</span> cFile:= cGetfile<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"coge\"</span>,<span style=\"color: #ff0000;\">\"*.*\"</span><span style=\"color: #000000;\">&#41;</span><br /> <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> cFile <span style=\"color: #000000;\">&#41;</span><br />   ohBmp := GDIBmp<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">new</span><span style=\"color: #000000;\">&#40;</span>cFile<span style=\"color: #000000;\">&#41;</span>   <br />    <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">&#40;</span> ! Empty<span style=\"color: #000000;\">&#40;</span> nWidth <span style=\"color: #000000;\">&#41;</span> .or. ! Empty<span style=\"color: #000000;\">&#40;</span> nHeight <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />        ohBmp:<span style=\"color: #000000;\">Resize</span><span style=\"color: #000000;\">&#40;</span> nWidth, nHeight <span style=\"color: #000000;\">&#41;</span><br />    <span style=\"color: #00C800;\">endif</span><br />    hBmp := ohBmp:<span style=\"color: #000000;\">GetGDIHbitmap</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>   <br />    ohBmp:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>   <br /> <span style=\"color: #00C800;\">endif</span> <br /> oBmp:<span style=\"color: #000000;\">hBitmap</span>  := hBmp      <br /> oBmp:<span style=\"color: #000000;\">hPalette</span> := <span style=\"color: #000000;\">0</span><br /> <br />  <span style=\"color: #00C800;\">if</span> ! Empty<span style=\"color: #000000;\">&#40;</span> hBmpOld <span style=\"color: #000000;\">&#41;</span><br />     PalBmpFree<span style=\"color: #000000;\">&#40;</span> hBmpOld, hPalOld <span style=\"color: #000000;\">&#41;</span><br /> <span style=\"color: #00C800;\">endif</span><br /> <br />  obmp:<span style=\"color: #000000;\">HasAlpha</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />  obmp:<span style=\"color: #0000ff;\">refresh</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />  <br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">nil</span><br /><br /> </div>[/code:1mqwsxuv]", "time": "19:00", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Please open the GIF with any image viewer and compare with your sample. You'll see the difference.\n\nEMG", "time": "19:25", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico ,I do not find significant differences. \nPaste a screenshot with 4 images. top-left gdi+ , bottom-left freeimage , top-right pixelformer and bottom-right viewer macOsx.\n[img:2pwxn2ue]http&#58;//i67&#46;tinypic&#46;com/wivn0h&#46;jpg[/img:2pwxn2ue]", "time": "08:49", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Too small to see any differences. Anyway, try to send me your EXE to test it here.\n\nEMG", "time": "09:51", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "the program :\nfor jpg,gif,tif,bmp,ico files \n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/sr2lij7jughmhxu/gdiplus4.rar?dl=0\">https://www.dropbox.com/s/sr2lij7jughmh ... 4.rar?dl=0</a><!-- m -->", "time": "11:03", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Your EXE seems to work fine! Can I have the source code, please? The one that you gave me is different.\n\nEMG", "time": "11:19", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico , code here :https://www.dropbox.com/s/tpbv93i3gxv187y/gdiplus4.prg?dl=0\nwith emf fines work fine also.", "time": "11:47", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Ok, it doesn't work fine here. So you are not using the official FWH build 4 from Fivetech website, right?\n\nEMG", "time": "11:53", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "1) If a programmer prefers to use FreeImage, he can set UseGDI( .f. ). We provided this toggle so that the programmer can choose what he considers better.\n\n2) Mr EMG is comparing the GDI+ code as adopted by FWH with the quality of FreeImage.\n\n3) Possible that Mr Manuel has improved code. If Mr Manuel feels FWH code needs improvement, we would be glad to incorporate his contribution.", "time": "12:26", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico , All code uses the official version fwh build 4 .", "time": "12:36", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "So I'm lost. I don't know what the difference could be. I'm using official FWH build 4 and BCC 7.1. Tried with Harbour and xHarbour. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "12:41", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "enrico , please send your exe file to compare here. I use harbour , bcc7 and fwh 15.09 build4 also. ¿? <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->", "time": "12:45", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you please send me to gif file you are using to my email?", "time": "12:50", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Here it is:\n\n[url:hujxwugp]http&#58;//emagsoftware&#46;it/Gdiplus4&#46;zip[/url:hujxwugp]\n\nEMG", "time": "14:10", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Rao,\n\n[quote=\"nageswaragunupudi\":3mnerd78]Can you please send me to gif file you are using to my email?[/quote:3mnerd78]\n\n[url:3mnerd78]https&#58;//www&#46;dropbox&#46;com/s/mzibdx1j1h0lo%20&#46;&#46;&#46;%200&#46;gif?dl=0[/url:3mnerd78]\n\nEMG", "time": "14:12", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":3fx2ax5w]enrico , please send your exe file to compare here. I use harbour , bcc7 and fwh 15.09 build4 also. ¿? <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->[/quote:3fx2ax5w]\n\nPlease rename FreeImage.dll to FreeImage.dlx and try again. I suspect you are using FreeImage.dll instead of GDI+.\n\nEMG", "time": "14:17", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":f3vhju74]Rao,\n\n[quote=\"nageswaragunupudi\":f3vhju74]Can you please send me to gif file you are using to my email?[/quote:f3vhju74]\n\n[url:f3vhju74]https&#58;//www&#46;dropbox&#46;com/s/mzibdx1j1h0lo%20&#46;&#46;&#46;%200&#46;gif?dl=0[/url:f3vhju74]\n\nEMG[/quote:f3vhju74]\nI got 404 error", "time": "14:37", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Sorry,\n\n[url:kbtxkl9i]https&#58;//www&#46;dropbox&#46;com/s/mzibdx1j1h0lorm/magic10&#46;gif?dl=0[/url:kbtxkl9i]\n\nEMG", "time": "14:47", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico , your exe is ok for me. I see the same result with my exe and your exe ... ¿? \nI'm sorry, you can not come where your problem \nCheers.", "time": "17:48", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "So must be Windows. What Windows version are you using? I'm using Windows 10 Pro.\n\nEMG", "time": "18:39", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "This is my gdiplus.dll in c:\\windows\\system32:\n\n[code=fw:3van1ayw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">10</span>/<span style=\"color: #000000;\">07</span>/<span style=\"color: #000000;\">2015</span> &nbsp;<span style=\"color: #000000;\">12</span>:<span style=\"color: #000000;\">00</span> &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">1.467</span><span style=\"color: #000000;\">.392</span> GdiPlus.dll</div>[/code:3van1ayw]\n\nEMG", "time": "18:43", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "No, sorry, it's not Windows as your EXE works fine here. But how can my EXE work on your PC?\n\nI'm missing something...\n\nEMG", "time": "18:48", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "your exe work fine here . ¿? . Change your exe to desktop and run again . ¿ some result ?", "time": "18:50", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Yes, same result. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "18:53", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Your EXE is 71 KB larger in size. Why? Could it be an hint?\n\nEMG", "time": "18:55", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can you send me your fiveh.lib, fivehx.lib and fivec.lib to test them here?\n\nEMG", "time": "19:20", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "yes , my code c file for compare \n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/d9sk289eln9rlla/gdiplus4.c?dl=0\">https://www.dropbox.com/s/d9sk289eln9rl ... us4.c?dl=0</a><!-- m -->", "time": "19:27", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "yes , send me a email to mastintin_arroba_gmail_punto_com", "time": "19:32", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":s061jkjl]yes , my code c file for compare \n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/d9sk289eln9rlla/gdiplus4.c?dl=0\">https://www.dropbox.com/s/d9sk289eln9rl ... us4.c?dl=0</a><!-- m -->[/quote:s061jkjl]\n\nThis is mine:\n\n[code=fw:s061jkjl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #B900B9;\">/*<br />&nbsp;* Harbour 3.2.0dev (r1506171039)<br />&nbsp;* Borland/Embarcadero C++ 7.0 (32-bit)<br />&nbsp;* Generated C source from \"gdiplus4.prg\"<br />&nbsp;*/</span><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"hbvmpub.h\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"hbinit.h\"</span><br /><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> MAIN <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> TWINDOW <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> TBUTTON <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> OBMPLOADFROMFILE <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> TBITMAP <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> CGETFILE <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> EMPTY <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> GDIBMP <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> PALBMPFREE <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> FW_GT <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_EXTERN<span style=\"color: #000000;\">&#40;</span> ERRORSYS <span style=\"color: #000000;\">&#41;</span>;<br />HB_FUNC_INITSTATICS<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>;<br /><br /><br />HB_INIT_SYMBOLS_BEGIN<span style=\"color: #000000;\">&#40;</span> hb_vm_SymbolInit_GDIPLUS4 <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"MAIN\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_FIRST | HB_FS_LOCAL<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> MAIN <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"NEW\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"TWINDOW\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> TWINDOW <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"TBUTTON\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> TBUTTON <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"OBMPLOADFROMFILE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_LOCAL<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> OBMPLOADFROMFILE <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"END\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"TBITMAP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> TBITMAP <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"ACTIVATE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BLCLICKED\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BRCLICKED\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BMOVED\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BRESIZED\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BPAINTED\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BKEYDOWN\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BINIT\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"BLBUTTONUP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"HBITMAP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"HPALETTE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"CGETFILE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> CGETFILE <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"EMPTY\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> EMPTY <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"GDIBMP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> GDIBMP <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"RESIZE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"GETGDIHBITMAP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"_HBITMAP\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"_HPALETTE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"PALBMPFREE\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> PALBMPFREE <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"HASALPHA\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"REFRESH\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC | HB_FS_MESSAGE<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span><span style=\"color: #00C800;\">NULL</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"FW_GT\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> FW_GT <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"ERRORSYS\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_PUBLIC<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>HB_FUNCNAME<span style=\"color: #000000;\">&#40;</span> ERRORSYS <span style=\"color: #000000;\">&#41;</span><span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span>,<br /><span style=\"color: #000000;\">&#123;</span> <span style=\"color: #ff0000;\">\"(_INITSTATICS00001)\"</span>, <span style=\"color: #000000;\">&#123;</span>HB_FS_INITEXIT | HB_FS_LOCAL<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #000000;\">&#123;</span>hb_INITSTATICS<span style=\"color: #000000;\">&#125;</span>, <span style=\"color: #00C800;\">NULL</span> <span style=\"color: #000000;\">&#125;</span><br />HB_INIT_SYMBOLS_EX_END<span style=\"color: #000000;\">&#40;</span> hb_vm_SymbolInit_GDIPLUS4, <span style=\"color: #ff0000;\">\"gdiplus4.prg\"</span>, 0x0, 0x0003 <span style=\"color: #000000;\">&#41;</span><br /><br />#if defined<span style=\"color: #000000;\">&#40;</span> HB_PRAGMA_STARTUP <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00D7D7;\">#pragma</span> startup hb_vm_SymbolInit_GDIPLUS4<br />#elif defined<span style=\"color: #000000;\">&#40;</span> HB_DATASEG_STARTUP <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00D7D7;\">#define</span> HB_DATASEG_BODY &nbsp; &nbsp;HB_DATASEG_FUNC<span style=\"color: #000000;\">&#40;</span> hb_vm_SymbolInit_GDIPLUS4 <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"hbiniseg.h\"</span><br />#endif<br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> MAIN <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">static</span> const HB_BYTE pcode<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">&#93;</span> =<br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">13</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">7</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">93</span>,<span style=\"color: #000000;\">182</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">93</span>,<span style=\"color: #000000;\">76</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">84</span>,<span style=\"color: #000000;\">101</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">115</span>,<span style=\"color: #000000;\">116</span>,<span style=\"color: #000000;\">105</span>,<span style=\"color: #000000;\">110</span>,<span style=\"color: #000000;\">103</span>,<span style=\"color: #000000;\">32</span>,<span style=\"color: #000000;\">71</span>,<span style=\"color: #000000;\">68</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">43</span>,<span style=\"color: #000000;\">32</span>,<span style=\"color: #000000;\">67</span>,<span style=\"color: #000000;\">108</span>,<span style=\"color: #000000;\">97</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">115</span>,<span style=\"color: #000000;\">115</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">97</span>,<span style=\"color: #000000;\">128</span>,<span style=\"color: #000000;\">128</span>,<span style=\"color: #000000;\">128</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">97</span>,<span style=\"color: #000000;\">128</span>,<span style=\"color: #000000;\">128</span>,<span style=\"color: #000000;\">128</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">100</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">111</span>,<span style=\"color: #000000;\">87</span>,<span style=\"color: #000000;\">110</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">25</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">36</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">12</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">99</span>,<span style=\"color: #000000;\">114</span>,<span style=\"color: #000000;\">101</span>,<span style=\"color: #000000;\">97</span>,<span style=\"color: #000000;\">114</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">89</span>,<span style=\"color: #000000;\">17</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">255</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">40</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">11</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">93</span>,<span style=\"color: #000000;\">130</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">115</span>,<span style=\"color: #000000;\">97</span>,<span style=\"color: #000000;\">108</span>,<span style=\"color: #000000;\">105</span>,<span style=\"color: #000000;\">114</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">89</span>,<span style=\"color: #000000;\">17</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">255</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">40</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">120</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">13</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">92</span>,<span style=\"color: #000000;\">28</span>,<span style=\"color: #000000;\">93</span>,<span style=\"color: #000000;\">32</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">93</span>,<span style=\"color: #000000;\">32</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">15</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">7</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">8</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">10</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">11</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">13</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">14</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">15</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">9</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">18</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">110</span>,<span style=\"color: #000000;\">7</span><br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#125;</span>;<br /><br />&nbsp; &nbsp; hb_vmExecute<span style=\"color: #000000;\">&#40;</span> pcode, symbols <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #000000;\">&#125;</span><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> OBMPLOADFROMFILE <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">static</span> const HB_BYTE pcode<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">&#93;</span> =<br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">13</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">22</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">16</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">80</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">23</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">17</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">36</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">25</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">121</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">7</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">26</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">18</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">99</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">111</span>,<span style=\"color: #000000;\">103</span>,<span style=\"color: #000000;\">101</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">106</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">42</span>,<span style=\"color: #000000;\">46</span>,<span style=\"color: #000000;\">42</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">8</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">27</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">8</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">31</span>,<span style=\"color: #000000;\">78</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">28</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">8</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">80</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">29</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">28</span>,<span style=\"color: #000000;\">11</span>,<span style=\"color: #000000;\">176</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">31</span>,<span style=\"color: #000000;\">17</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">30</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">21</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">32</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">22</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">80</span>,<span style=\"color: #000000;\">7</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">33</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">6</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">35</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">23</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">7</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">24</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">121</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">1</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">38</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">19</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">12</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">31</span>,<span style=\"color: #000000;\">14</span>,<span style=\"color: #000000;\">36</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">39</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">176</span>,<span style=\"color: #000000;\">25</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">42</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">26</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">43</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">48</span>,<span style=\"color: #000000;\">27</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">95</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">112</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">73</span>,<span style=\"color: #000000;\">36</span>,<span style=\"color: #000000;\">45</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">100</span>,<span style=\"color: #000000;\">110</span>,<span style=\"color: #000000;\">7</span><br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#125;</span>;<br /><br />&nbsp; &nbsp; hb_vmExecute<span style=\"color: #000000;\">&#40;</span> pcode, symbols <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #000000;\">&#125;</span><br /><br />HB_FUNC_INITSTATICS<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; <span style=\"color: #00C800;\">static</span> const HB_BYTE pcode<span style=\"color: #000000;\">&#91;</span><span style=\"color: #000000;\">&#93;</span> =<br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">117</span>,<span style=\"color: #000000;\">30</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">116</span>,<span style=\"color: #000000;\">30</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">82</span>,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span>,<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #000000;\">7</span><br />&nbsp; &nbsp; <span style=\"color: #000000;\">&#125;</span>;<br /><br />&nbsp; &nbsp; hb_vmExecute<span style=\"color: #000000;\">&#40;</span> pcode, symbols <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #000000;\">&#125;</span></div>[/code:s061jkjl]\n\nEMG", "time": "19:35", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":bufy8uyw]yes , send me a email to mastintin_arroba_gmail_punto_com[/quote:bufy8uyw]\n\nSent.\n\nEMG", "time": "19:36", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "I received the LIBs, thank you. Tried: same result. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "19:43", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Can I see your compile batch? Are you using the standard FWH buildh.bat?\n\nEMG", "time": "19:43", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":187r8g7u]I received the LIBs, thank you. Tried: same result. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG[/quote:187r8g7u]\n\nAnyway, they are identical to mine.\n\nSummarizing:\n\n- same FWH\n- different Harbour\n- different Borland\n- all EXEs work fine for you\n- EXE compiled by you works fine here\n- EXE compiled by me don't work fine here\n\nConclusions?\n\nEMG", "time": "19:49", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "same c pcode file . \n my gdiplus4.obj file <!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/u6y6p386dp7f2kr/gdiplus4.obj?dl=0\">https://www.dropbox.com/s/u6y6p386dp7f2 ... 4.obj?dl=0</a><!-- m --> \nlink this obj and we see the result.\nand my gdiplus.lib from bcc7 for link\n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/albo5nc9muv33dz/GdiPlus.lib?dl=0\">https://www.dropbox.com/s/albo5nc9muv33 ... s.lib?dl=0</a><!-- m -->", "time": "20:01", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-02", "forum": "FiveWin for Harbour/xHarbour", "text": "Tried both: no change. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "21:51", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "You can try your exe on another pc without fwh ?", "time": "07:51", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Compiling on another PC, it gives me the same problem as you... ¿?.\nwindows10 home, fwh last, harbour,bcc7 , same configuration ....\n-------------------- edit--------------------------------\nI think I can locate <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) --> \nI'm reporting", "time": "10:04", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Great! Many thanks.\n\nEMG", "time": "11:01", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "On XP and Vista your sample shows a black rectangle. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG", "time": "11:06", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "locate problem .....\nin gdiplus.cpp change this ...\n\n[code=fw:17483u46]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /> <span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> GDIPLUSIMAGELOADCACHEDFILE <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br /><br />.....<br /> <br />CreateStreamOnHGlobal <span style=\"color: #000000;\">&#40;</span> hglobal, <span style=\"color: #00C800;\">TRUE</span>, &pstm <span style=\"color: #000000;\">&#41;</span> ;<br /><br /> Bitmap  *original = <span style=\"color: #00C800;\">new</span>  Bitmap<span style=\"color: #000000;\">&#40;</span> pstm,<span style=\"color: #00C800;\">FALSE</span> <span style=\"color: #000000;\">&#41;</span>;<br /> <br /><br /> int nWidth  = original->GetWidth<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>  ;<br /> int nHeight = original->GetHeight<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> ;<br /><br /> Bitmap* newImage  = <span style=\"color: #00C800;\">new</span> Bitmap<span style=\"color: #000000;\">&#40;</span> nWidth, nHeight, PixelFormat32bppPARGB <span style=\"color: #000000;\">&#41;</span> ; <span style=\"color: #B900B9;\">//   cambio aqui ---- original->GetPixelFormat() );</span><br /><br /> Graphics * graphics = <span style=\"color: #00C800;\">new</span> Graphics<span style=\"color: #000000;\">&#40;</span> newImage <span style=\"color: #000000;\">&#41;</span>;<br /> graphics->DrawImage<span style=\"color: #000000;\">&#40;</span> original ,<span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, nWidth, nHeight<span style=\"color: #000000;\">&#41;</span>;<br /><br /> delete graphics ;<br /> delete original ;<br /><br />..........<br /><br /> </div>[/code:17483u46]", "time": "11:06", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":3lv2csu8]On XP and Vista your sample shows a black rectangle. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG[/quote:3lv2csu8]\n\n<!-- m --><a class=\"postlink\" href=\"https://support.microsoft.com/es-es/kb/958911\">https://support.microsoft.com/es-es/kb/958911</a><!-- m -->", "time": "11:08", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":3kf39jwv]locate problem .....\nin gdiplus.cpp change this ...[/quote:3kf39jwv]\n\nGreat! Can you send me the new libs, please?\n\nEMG", "time": "11:17", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"mastintin\":mgchdoke][quote=\"Enrico Maria Giordano\":mgchdoke]On XP and Vista your sample shows a black rectangle. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG[/quote:mgchdoke]\n\n<!-- m --><a class=\"postlink\" href=\"https://support.microsoft.com/es-es/kb/958911\">https://support.microsoft.com/es-es/kb/958911</a><!-- m -->[/quote:mgchdoke]\n\nOk, thank you.\n\nEMG", "time": "11:17", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":38hdpvsu][quote=\"mastintin\":38hdpvsu][quote=\"Enrico Maria Giordano\":38hdpvsu]On XP and Vista your sample shows a black rectangle. <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->\n\nEMG[/quote:38hdpvsu]\n\n<!-- m --><a class=\"postlink\" href=\"https://support.microsoft.com/es-es/kb/958911\">https://support.microsoft.com/es-es/kb/958911</a><!-- m -->[/quote:38hdpvsu]\n\nOk, thank you.\n\nEMG[/quote:38hdpvsu]\n\nfirst confirm is ok. ...\nlink this gdiplus.obj file in your code ...\n<!-- m --><a class=\"postlink\" href=\"https://www.dropbox.com/s/ah0f235yqbe5aoy/gdiplus.obj?dl=0\">https://www.dropbox.com/s/ah0f235yqbe5a ... s.obj?dl=0</a><!-- m -->", "time": "11:28", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "It works!!! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "11:35", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Manuel\n\n[code=fw:11kw67vp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> Bitmap* newImage &nbsp;= <span style=\"color: #00C800;\">new</span> Bitmap<span style=\"color: #000000;\">&#40;</span> nWidth, nHeight, PixelFormat32bppPARGB <span style=\"color: #000000;\">&#41;</span> ; <span style=\"color: #B900B9;\">// &nbsp; cambio aqui ---- original->GetPixelFormat() );</span></div>[/code:11kw67vp]\n\nThis is the change you made. That means this function adopts \"PixelFormat32bppPARGB\" for \"all\" image/bitmap files, irrespective of the source and present pixelformat.\nDoes it have any side effects on other file formats?", "time": "12:15", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":1kw2aszf]Mr Manuel\n\n[code=fw:1kw2aszf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> Bitmap* newImage &nbsp;= <span style=\"color: #00C800;\">new</span> Bitmap<span style=\"color: #000000;\">&#40;</span> nWidth, nHeight, PixelFormat32bppPARGB <span style=\"color: #000000;\">&#41;</span> ; <span style=\"color: #B900B9;\">// &nbsp; cambio aqui ---- original->GetPixelFormat() );</span></div>[/code:1kw2aszf]\n\nThis is the change you made. That means this function adopts \"PixelFormat32bppPARGB\" for \"all\" image/bitmap files, irrespective of the source and present pixelformat.\nDoes it have any side effects on other file formats?[/quote:1kw2aszf]\n\nI've been using it time and have not had any problems.\nactually we assume that all \"imported\" to gdi+ is 32bit (highest quality) then return HBITMAP not had problem", "time": "12:49", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "One of the cases I can now recollect is non-alpha bmp files.\nThe hBitmap returned is an alpha bmp. We get into problem while rendering.", "time": "12:56", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "I confirm. All images loaded with GDI+ are \"marked\" as alphachannel even if they are not.\n\nEMG", "time": "13:04", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-03", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":wmh3axn8]One of the cases I can now recollect is non-alpha bmp files.\nThe hBitmap returned is an alpha bmp. We get into problem while rendering.[/quote:wmh3axn8]\n\nYes, same case in GDIP_IMAGEFROMFILE -> BitmapFromStream ....\n \n....\n PixelFormat pf = original->GetPixelFormat();\n\n if ( pf != PixelFormatUndefined && ( ! IsExtendedPixelFormat( pf ) ) )\n {\n newImage = new Bitmap( nWidth, nHeight, ( pf == PixelFormat32bppRGB ? PixelFormat32bppPARGB : pf ) );\n\n if ( pf == PixelFormat32bppRGB ) // AlphaBmp: Need to do additional work\n....\n\nby now there have been no trouble for it.\nanother solution is to put a exception for gif.", "time": "14:11", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Any news? <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "12:25", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Nages and this solution?\n\n\n[code=fw:1trfkbpt]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />.....<br /><br />&nbsp;int nWidth &nbsp;= original->GetWidth<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp;;<br />&nbsp;int nHeight = original->GetHeight<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> ;<br /><br />&nbsp;PixelFormat pf ;<br />&nbsp; <br />&nbsp;<span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> strncmp<span style=\"color: #000000;\">&#40;</span> adr, <span style=\"color: #ff0000;\">\"GIF\"</span>, <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#41;</span> != <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span> &nbsp; <span style=\"color: #B900B9;\">// detect if file is a gif type. </span><br />&nbsp; &nbsp; &nbsp; &nbsp;pf = original->GetPixelFormat<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>;<br />&nbsp; <span style=\"color: #00C800;\">else</span><br />&nbsp; &nbsp; &nbsp; pf = PixelFormat32bppPARGB ;<br />&nbsp; &nbsp; <br />&nbsp; Bitmap* newImage &nbsp;= <span style=\"color: #00C800;\">new</span> Bitmap<span style=\"color: #000000;\">&#40;</span> nWidth, nHeight, pf <span style=\"color: #000000;\">&#41;</span> ;<br /><br />&nbsp;Graphics * graphics = <span style=\"color: #00C800;\">new</span> Graphics<span style=\"color: #000000;\">&#40;</span> newImage <span style=\"color: #000000;\">&#41;</span>;<br /><br />.....<br /><br />&nbsp;</div>[/code:1trfkbpt]", "time": "18:49", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Manuel\n\nSo your proposal is to force 32bppPARGB for GIFs. \nDone it.", "time": "18:58", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "I'm ready to test it. <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nEMG", "time": "19:56", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"nageswaragunupudi\":3mh7nxca]Mr Manuel\n\nSo your proposal is to force 32bppPARGB for GIFs. \nDone it.[/quote:3mh7nxca]\nyes. \nanother option ...\npass a new parameter that specifies that we want to use 32 bits\n\n[code=fw:3mh7nxca]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />.......<br /><br />PixelFormat pf ;<br />     pf = original->GetPixelFormat<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>;<br /> <br />bool l32bpp = hb_parl<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">&#41;</span>   <br /><br />  <span style=\"color: #00C800;\">if</span> <span style=\"color: #000000;\">&#40;</span>  <span style=\"color: #000000;\">&#40;</span> strncmp<span style=\"color: #000000;\">&#40;</span> adr, <span style=\"color: #ff0000;\">\"GIF\"</span>, <span style=\"color: #000000;\">3</span> <span style=\"color: #000000;\">&#41;</span> == <span style=\"color: #000000;\">0</span>  <span style=\"color: #000000;\">&#41;</span>  &  <span style=\"color: #000000;\">&#40;</span> l32bpp == <span style=\"color: #00C800;\">TRUE</span> <span style=\"color: #000000;\">&#41;</span>   <span style=\"color: #000000;\">&#41;</span> <br />            pf = PixelFormat32bppPARGB ;<br />    <br />  Bitmap* newImage  = <span style=\"color: #00C800;\">new</span> Bitmap<span style=\"color: #000000;\">&#40;</span> nWidth, nHeight, pf <span style=\"color: #000000;\">&#41;</span> ;<br />........<br /><br /> </div>[/code:3mh7nxca]", "time": "20:11", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Enrico . For your test ...\n<!-- m --><a class=\"postlink\" href=\"https://dl.dropboxusercontent.com/u/132931/gdiplus.obj\">https://dl.dropboxusercontent.com/u/132931/gdiplus.obj</a><!-- m -->\nCheers.", "time": "20:32", "topic": "Bad quality with GIF (and GDI+)", "username": "mastintin" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Probably I'm doing something wrong but it doesn't work (GIFs are still bad rendered).\n\nEMG", "time": "21:45", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Enrico Maria Giordano\":epr0tvk0]Probably I'm doing something wrong but it doesn't work (GIFs are still bad rendered).\n\nEMG[/quote:epr0tvk0]\nWith what control are you testing?", "time": "21:54", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Just loading with GDIP_IMAGEFROMFILE().\n\nEMG", "time": "22:06", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Just sent you revised libs.", "time": "22:21", "topic": "Bad quality with GIF (and GDI+)", "username": "nageswaragunupudi" } ]
Bad quality with GIF (and GDI+)
[ { "date": "2015-11-04", "forum": "FiveWin for Harbour/xHarbour", "text": "Received and already reported back.\n\nEMG", "time": "22:47", "topic": "Bad quality with GIF (and GDI+)", "username": "Enrico Maria Giordano" } ]
Bad quality with GIF (and GDI+)