messages
listlengths
1
1
topic
stringlengths
2
60
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Mr Harvey\n\nButtons in Buttonbar ignore any font setting of the button.\nIn case a font is set to Buttonbar and that font's facename is 'Tahoma' ( not even 'TAHOMA' ) of any size that font is used and otherwise Tahoma 0,-11 is forced.\n\nYou can make the button prompts' font bold if you define \n\nDEFINE FONT oFont NAME 'Tahoma' SIZE 0,-<anysize> BOLD\nDEFINE BUTTONBAR ....\noBar:SetFont( oFont )\n\nWe may request Mr Antonio to advise if this restriction of Tahoma can be removed in the next versions.", "time": "11:20", "topic": "Bold text on a button bar", "username": "nageswaragunupudi" } ]
Bold text on a button bar
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "All:\n\nThanks for all the help. Still no bold. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( --> \n\nRoa:\n\nYou said that tahoma is forced. Then you indicated that if I define the font using tahoma and BOLD it should work. \nIt Doesnt always back to same font. Nothing changes.\n\n[quote:36wtv8vu]Buttons in Buttonbar ignore any font setting of the button.\nIn case a font is set to Buttonbar and that font's facename is 'Tahoma' ( not even 'TAHOMA' ) of any size that font is used and otherwise Tahoma 0,-11 is forced.\n\nYou can make the button prompts' font bold if you define \n\nDEFINE FONT oFont NAME 'Tahoma' SIZE 0,-<anysize> BOLD\nDEFINE BUTTONBAR ....\noBar:SetFont( oFont )\n\nWe may request Mr Antonio to advise if this restriction of Tahoma can be removed in the next versions.[/quote:36wtv8vu]", "time": "17:45", "topic": "Bold text on a button bar", "username": "hag" } ]
Bold text on a button bar
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Harvey,\n\nthe Solution works fine here :\n\n[img:xflpe3as]http&#58;//www&#46;pflegeplus&#46;com/pictures/barfont1&#46;jpg[/img:xflpe3as]\n\n[code=fw:xflpe3as]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />...<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> BOLD<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;\">\"Gradient-Selection for Buttonbar\"</span> <span style=\"color: #0000ff;\">MDI</span> <span style=\"color: #0000ff;\">MENU</span> TMenu<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTONBAR</span> oBar <span style=\"color: #0000ff;\">OF</span> oWnd <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">100</span>, <span style=\"color: #000000;\">100</span> <span style=\"color: #000000;\">2007</span> TOP<br /><br />oBar:<span style=\"color: #000000;\">bClrGrad</span> = <span style=\"color: #000000;\">&#123;</span> | | <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.10</span>,<span style=\"color: #000000;\">16643551</span>, <span style=\"color: #000000;\">15716726</span> <span style=\"color: #000000;\">&#125;</span>, ; <br />&nbsp;                      <span style=\"color: #000000;\">&#123;</span> <span style=\"color: #000000;\">0.10</span>, <span style=\"color: #000000;\">15716726</span>, <span style=\"color: #000000;\">16643551</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br /><br />oBar:<span style=\"color: #000000;\">nClrText</span> = <span style=\"color: #000000;\">128</span><br />oBar:<span style=\"color: #000000;\">SetFont</span><span style=\"color: #000000;\">&#40;</span> oFont <span style=\"color: #000000;\">&#41;</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn1 <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> Tools<span style=\"color: #000000;\">&#40;</span>oWnd,oBar,oBtn1<span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"magic\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Bar-Selection\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Bar-Select\"</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn2 <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> MsgAlert<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Under construction\"</span>, <span style=\"color: #ff0000;\">\"Open\"</span><span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"open\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Open\"</span> + CRLF + <span style=\"color: #ff0000;\">\"Project\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Open Project\"</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn3 <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> MsgAlert<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Under construction\"</span>, <span style=\"color: #ff0000;\">\"Save\"</span><span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"floppy\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Save\"</span> + CRLF + <span style=\"color: #ff0000;\">\"Project\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Save Project\"</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn4 <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> MsgAlert<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"Save / Restore\"</span> + CRLF + ;<br /><span style=\"color: #ff0000;\">\"your design\"</span> + CRLF + ; <br /><span style=\"color: #ff0000;\">\"in a INI-File\"</span>,<span style=\"color: #ff0000;\">\"Project-Info\"</span> <span style=\"color: #000000;\">&#41;</span> ;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"help\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Help\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Project\"</span><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn5 <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #00C800;\">NIL</span>;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"calendar\"</span> <br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> oBtn6 <span style=\"color: #0000ff;\">OF</span> oBar <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> ;<br /><span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"quit\"</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"Exit\"</span> TOOLTIP <span style=\"color: #ff0000;\">\"Close Bar-Gradient\"</span><br />...<br />...<br /> </div>[/code:xflpe3as]\nRegards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->", "time": "19:13", "topic": "Bold text on a button bar", "username": "ukoenig" } ]
Bold text on a button bar
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Harvey,\n\n>You said that tahoma is forced. Then you indicated that if I define the font using tahoma >and BOLD it should work. It Doesnt always back to same font. Nothing changes.\n\nDid you notice that he mentioned that you must use \"Tahoma\" in mixed case exactly like in the quotes? Not \"TAHOMA\" nor \"tahoma.\"\n\nJames", "time": "20:09", "topic": "Bold text on a button bar", "username": "James Bott" } ]
Bold text on a button bar
[ { "date": "2009-08-30", "forum": "FiveWin for Harbour/xHarbour", "text": "James:\n\nExactly right...Now works. Thanks to all.", "time": "20:12", "topic": "Bold text on a button bar", "username": "hag" } ]
Bold text on a button bar
[ { "date": "2008-11-20", "forum": "All products support", "text": "avete qualcosa per stampare sui bollettini postali ?\r\nTD123 ( quelli semplici ) ?\r\n\r\ngrazie", "time": "13:08", "topic": "Bollettini postali", "username": "Silvio" } ]
Bollettini postali
[ { "date": "2008-11-24", "forum": "All products support", "text": "Circa 5-6 anni fa ho creato questo prg (16 bit)\r\nvedi se ti può interessare\r\n\r\n[url:gknlywa9]http&#58;//rapidshare&#46;com/files/166339527/stabol&#46;rar[/url:gknlywa9]\r\n\r\nciao\r\nStefano", "time": "09:09", "topic": "Bollettini postali", "username": "stefano" } ]
Bollettini postali
[ { "date": "2008-11-24", "forum": "All products support", "text": "grazie.\r\nHo dovuto fare delle modifiche per ricompilarlo\r\nma ancora non riesco avere l'anteprima di stampa del bollettino\r\npraticamente si potrebbe usare la funzione ImportWMF( \"TD123.emf\" )\r\nma questa è solo un idea ...\r\n\r\nho provato ma non si visualizza niente con ImportWMF( \"TD123.emf\" )\r\n\r\nEmG è un bug ?", "time": "12:15", "topic": "Bollettini postali", "username": "Silvio" } ]
Bollettini postali
[ { "date": "2008-11-24", "forum": "All products support", "text": "Se non ricordo male, avevo modifiacto il file rpreview perchè utizzavo la lib TSBUTTON\r\n\r\nprova con i files originali di FW\r\n\r\nCiao\r\nStefano", "time": "14:29", "topic": "Bollettini postali", "username": "stefano" } ]
Bollettini postali
[ { "date": "2008-11-24", "forum": "All products support", "text": "no utilizzavi la DBUTTON\r\ne comunque ho visto anche la tua rpreview ma non accade niente solo si allarga la preview ma la lunghezza rimane lo stesso", "time": "18:18", "topic": "Bollettini postali", "username": "Silvio" } ]
Bollettini postali
[ { "date": "2008-12-04", "forum": "All products support", "text": "I bollettini postali TD123 devono essere stampati su carta OCR e con caratteristiche particolari di peso e spessore. Non puoi stampare il bollettino su carta semplice semplicemente utilizzando una immagine vettoriale EMF. Per stampare in proprio dei bollettini \"da zero\" è inoltre necessaria una autorizzazione da parte di Poste.\r\n\r\nTi suggerisco di andare all'ufficio postale e prendere alcuni bollettini TD123 (sono distribuiti gratuitamente) e prevedere la stampa diretta su quei bollettini.", "time": "12:19", "topic": "Bollettini postali", "username": "Marco Turco" } ]
Bollettini postali
[ { "date": "2008-12-04", "forum": "All products support", "text": "questo non è esatto \r\nho creato un bollettino con un asemplce carta du modello pdf fatto da me l'ho stampato e l'ho pagato \r\n\r\nsemplice no ?\r\n\r\nnessuno mi ha detto neinte\r\n\r\nSEI il presidente delle poste rifugiato a londra ?", "time": "12:26", "topic": "Bollettini postali", "username": "Silvio" } ]
Bollettini postali
[ { "date": "2008-12-04", "forum": "All products support", "text": "Ti ho solo voluto avvisare che stampare i bollettini postali senza autorizzazione e senza rispettare le specifiche tecniche delle Poste non è legale, il fatto che l'operatrice non se ne sia accorta e lo abbia accettato significa solo che lo hai stampato bene ma il problema di base rimane.\r\n\r\nPs. comunque non lavoro per le poste. Tranquillo <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->", "time": "12:52", "topic": "Bollettini postali", "username": "Marco Turco" } ]
Bollettini postali
[ { "date": "2017-08-18", "forum": "All products support", "text": "Qualcuno mi può mandare il modello del bollettino TD 896 così che possa stamparlo come sfondo della pagina? Non riesco a trovarlo...\n\nEMG", "time": "14:39", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-08-18", "forum": "All products support", "text": "non so se ti può interessare\n\n[url:2k5cc3p0]https&#58;//www&#46;poste-impresa&#46;it/resources/bancoposta/pdf/pmi/bollettino/manuale-stampa-in-proprio&#46;pdf[/url:2k5cc3p0]\n\nstefano", "time": "23:24", "topic": "Bollettino TD 896", "username": "stefano" } ]
Bollettino TD 896
[ { "date": "2017-08-19", "forum": "All products support", "text": "No, grazie. A me servirebbe proprio l'immagine del bollettino. Quel PDF ce l'ho già ma la qualità delle immagini è pessima.\n\nEMG", "time": "08:43", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-08-19", "forum": "All products support", "text": "Ciao\nti ho inviato all'indirizzo email <!-- e --><a href=\"mailto:e.m.giordano@emagsoftware.it\">e.m.giordano@emagsoftware.it</a><!-- e --> un file trovato su internet\n...\n\nsaluti\nStefano", "time": "15:56", "topic": "Bollettino TD 896", "username": "stefano" } ]
Bollettino TD 896
[ { "date": "2017-08-19", "forum": "All products support", "text": "Grazie, ma la qualità non è sufficiente. Comunque ne ho trovato uno accettabile.\n\nEMG", "time": "16:24", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "domandina per un problema che ho avuto anch'io \na parte il modello del bollettino come fate voi a stampare ogni lettera e cifra all'interno dei quadratini ?", "time": "08:45", "topic": "Bollettino TD 896", "username": "Silvio.Falconi" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "Con questa funzione che distanzia o avvicina i caratteri:\n\n[code=fw:1lhhsz97]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">SETTEXTCHARACTEREXTRA<span style=\"color: #000000;\">&#40;</span> oPrn:<span style=\"color: #000000;\">hDCOut</span>, nPunti <span style=\"color: #000000;\">&#41;</span></div>[/code:1lhhsz97]\n\nEMG", "time": "09:04", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "minch.. e quando è uscita ? chi l'ha fatta ?", "time": "09:46", "topic": "Bollettino TD 896", "username": "Silvio.Falconi" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "La Microsoft. E' un'API di Windows.\n\nEMG", "time": "09:52", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "ah e c'è un esempietto ?", "time": "10:03", "topic": "Bollettino TD 896", "username": "Silvio.Falconi" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "In che senso? Devi scrivere la riga che ti ho riportato sopra.\n\nEMG", "time": "10:12", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-09-27", "forum": "All products support", "text": "E naturalmente devi aggiungere il wrapper:\n\n[code=fw:2n2c2p53]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"windows.h\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"math.h\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"hbapi.h\"</span><br /><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">&#40;</span> SETTEXTCHARACTEREXTRA <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #000000;\">&#123;</span><br />&nbsp; &nbsp; hb_retnl<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#40;</span> LONG <span style=\"color: #000000;\">&#41;</span> SetTextCharacterExtra<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#40;</span> HDC <span style=\"color: #000000;\">&#41;</span> hb_parnl<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#41;</span>, hb_parnl<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>;<br /><span style=\"color: #000000;\">&#125;</span><br /><br /><span style=\"color: #00D7D7;\">#pragma</span> ENDDUMP</div>[/code:2n2c2p53]\n\nEMG", "time": "10:13", "topic": "Bollettino TD 896", "username": "Enrico Maria Giordano" } ]
Bollettino TD 896
[ { "date": "2017-10-02", "forum": "All products support", "text": "lo sai ? \nho scoperto che io già usavo questa funzione per la visualizzazione di un testo (grosso) in modo giustificato", "time": "11:11", "topic": "Bollettino TD 896", "username": "Silvio.Falconi" } ]
Bollettino TD 896
[ { "date": "2023-07-10", "forum": "FiveWin for Harbour/xHarbour", "text": "Original idea by Silvio, implemented by Mr. Rao\n\nYou can drag & drop the reservations using the mouse\n\nbooking.prg\n[code=fw:2vc3rd8a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br /><span style=\"color: #00C800;\">function</span> Main<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #00C800;\">local</span> oDlg, oBrw, oFont, oCur<br />   <span style=\"color: #00C800;\">local</span> aData := Array<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">6</span>, <span style=\"color: #000000;\">11</span> <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">local</span> n<br />   <span style=\"color: #00C800;\">local</span> aColors := <span style=\"color: #000000;\">&#123;</span> METRO_AMBER, METRO_OLIVE, CLR_HMAGENTA, CLR_HBLUE, CLR_HRED, CLR_HGREEN, CLR_RED, CLR_MAGENTA, CLR_GREEN <span style=\"color: #000000;\">&#125;</span><br />   AEval<span style=\"color: #000000;\">&#40;</span> aData, <span style=\"color: #000000;\">&#123;</span> |a,i| AFill<span style=\"color: #000000;\">&#40;</span> a, <span style=\"color: #000000;\">0</span> <span style=\"color: #000000;\">&#41;</span>, a<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span> := <span style=\"color: #ff0000;\">\"Camera n.\"</span> + Str<span style=\"color: #000000;\">&#40;</span>i,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />   SET DATE ITALIAN<br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">CURSOR</span> oCur DRAG<br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">FONT</span> oFont <span style=\"color: #0000ff;\">NAME</span> <span style=\"color: #ff0000;\">\"VERDANA\"</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> <span style=\"color: #000000;\">760</span>,<span style=\"color: #000000;\">430</span> <span style=\"color: #0000ff;\">PIXEL</span> TRUEPIXEL ;<br />      RESIZABLE <span style=\"color: #0000ff;\">FONT</span> oFont<br /><br />   @ <span style=\"color: #000000;\">5</span>,<span style=\"color: #000000;\">5</span> <span style=\"color: #0000ff;\">XBROWSE</span> oBrw <span style=\"color: #0000ff;\">SIZE</span> <span style=\"color: #000000;\">0</span>,<span style=\"color: #000000;\">400</span> <span style=\"color: #0000ff;\">PIXEL</span> <span style=\"color: #0000ff;\">OF</span> oDlg DATASOURCE aData ;<br />      COLUMNS <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">3</span>,<span style=\"color: #000000;\">4</span>,<span style=\"color: #000000;\">5</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: #000000;\">11</span> ;<br />      HEADERS <span style=\"color: #ff0000;\">\"\"</span>, <span style=\"color: #ff0000;\">\"AM\"</span>,<span style=\"color: #ff0000;\">\"PM\"</span>,<span style=\"color: #ff0000;\">\"AM\"</span>,<span style=\"color: #ff0000;\">\"PM\"</span>,<span style=\"color: #ff0000;\">\"AM\"</span>,<span style=\"color: #ff0000;\">\"PM\"</span>,<span style=\"color: #ff0000;\">\"AM\"</span>,<span style=\"color: #ff0000;\">\"PM\"</span>,<span style=\"color: #ff0000;\">\"AM\"</span>,<span style=\"color: #ff0000;\">\"PM\"</span> ;<br />      NOBORDER <span style=\"color: #0000ff;\">STYLE</span> FLAT<br /><br />   WITH OBJECT oBrw<br />      :<span style=\"color: #000000;\">nWidths</span>             := <span style=\"color: #000000;\">60</span><br />      :<span style=\"color: #000000;\">nRowHeight</span>          := <span style=\"color: #000000;\">60</span><br />      :<span style=\"color: #000000;\">nHeaderHeight</span>       := <span style=\"color: #000000;\">60</span><br />      :<span style=\"color: #000000;\">nColDividerStyle</span>    := ;<br />      :<span style=\"color: #000000;\">nRowDividerStyle</span>    := LINESTYLE_LIGHTGRAY<br />      :<span style=\"color: #000000;\">nMarqueeStyle</span>       := MARQSTYLE_SOLIDCELL<br />      :<span style=\"color: #000000;\">lDrawBorder</span>         := .t.<br />      :<span style=\"color: #000000;\">nDataStrAligns</span>      := AL_CENTER<br />      :<span style=\"color: #000000;\">lDisplayZeros</span>       := .f.<br />      :<span style=\"color: #000000;\">nFreeze</span>             := <span style=\"color: #000000;\">1</span><br />      :<span style=\"color: #000000;\">lLockFreeze</span>         := .t.<br />      :<span style=\"color: #000000;\">lAllowColSwapping</span>   := .f.<br />      :<span style=\"color: #000000;\">lAllowColHiding</span>     := .f.<br />      :<span style=\"color: #000000;\">lAllowRowSizing</span>     := .f.<br />      :<span style=\"color: #000000;\">lAllowSizings</span>       := .f.<br />      :<span style=\"color: #000000;\">lColChangeNotify</span>    := .t.<br /><br />      :<span style=\"color: #000000;\">bClrStd</span> := <|b,oCol|<br />         <span style=\"color: #00C800;\">local</span> nClr  := CLR_WHITE<br />         <span style=\"color: #00C800;\">if</span> oCol != <span style=\"color: #00C800;\">nil</span> .and. !Empty<span style=\"color: #000000;\">&#40;</span> oCol:<span style=\"color: #000000;\">Value</span> <span style=\"color: #000000;\">&#41;</span><br />            nClr  := aColors<span style=\"color: #000000;\">&#91;</span> oCol:<span style=\"color: #000000;\">Value</span> <span style=\"color: #000000;\">&#93;</span><br />         <span style=\"color: #00C800;\">endif</span><br />         <span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">&#123;</span> ContrastClr<span style=\"color: #000000;\">&#40;</span> nClr <span style=\"color: #000000;\">&#41;</span>, nClr <span style=\"color: #000000;\">&#125;</span><br />         ><br /><br />      <span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">10</span> step <span style=\"color: #000000;\">2</span><br />         :<span style=\"color: #000000;\">SetGroupHeader</span><span style=\"color: #000000;\">&#40;</span> DTOC<span style=\"color: #000000;\">&#40;</span> Date<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> + n/<span style=\"color: #000000;\">2</span> - <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#41;</span>, n, n + <span style=\"color: #000000;\">1</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #000000;\">30</span> <span style=\"color: #000000;\">&#41;</span><br />      <span style=\"color: #00C800;\">next</span><br />      WITH OBJECT :<span style=\"color: #000000;\">aCols</span><span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span><br />         :<span style=\"color: #000000;\">nWidth</span>     := aData<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span>, <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span> + <span style=\"color: #ff0000;\">\"9999\"</span><br />         :<span style=\"color: #000000;\">bClrStd</span>    := ;<br />         :<span style=\"color: #000000;\">bClrHeader</span> := <span style=\"color: #000000;\">&#123;</span> || <span style=\"color: #000000;\">&#123;</span> CLR_BLACK, RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">125</span>,<span style=\"color: #000000;\">135</span>,<span style=\"color: #000000;\">249</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#125;</span><br />         :<span style=\"color: #000000;\">nDataStrAlign</span> := AL_CENTER<br />      END<br /><br />      :<span style=\"color: #000000;\">bPopUp</span>     := <span style=\"color: #000000;\">&#123;</span> |oCol| CellMenu<span style=\"color: #000000;\">&#40;</span> oCol <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span><br />      :<span style=\"color: #000000;\">lRecordSelector</span>  := .f.<br />      :<span style=\"color: #000000;\">lFitGridHeight</span>   := .t.<br /><br />      <span style=\"color: #B900B9;\">// drag and drop</span><br /><br />      :<span style=\"color: #000000;\">bChange</span>       := < ||<br />                           <span style=\"color: #00C800;\">local</span> oCol := oBrw:<span style=\"color: #000000;\">SelectedCol</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />                           <span style=\"color: #00C800;\">if</span> oCol:<span style=\"color: #000000;\">nArrayCol</span> > <span style=\"color: #000000;\">1</span> .and. !Empty<span style=\"color: #000000;\">&#40;</span> oCol:<span style=\"color: #000000;\">Value</span> <span style=\"color: #000000;\">&#41;</span><br />                              oBrw:<span style=\"color: #000000;\">oDragCursor</span> := oCur<br />                           <span style=\"color: #00C800;\">else</span><br />                              oBrw:<span style=\"color: #000000;\">oDragCursor</span> := <span style=\"color: #00C800;\">nil</span><br />                           <span style=\"color: #00C800;\">endif</span><br />                           <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br />                           ><br /><br />      :<span style=\"color: #000000;\">bDragBegin</span>    := < |r,c,f|<br />                           SetDropInfo<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">&#123;</span> oBrw:<span style=\"color: #000000;\">nArrayAt</span>, oBrw:<span style=\"color: #000000;\">SelectedCol</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">nArrayCol</span> <span style=\"color: #000000;\">&#125;</span> <span style=\"color: #000000;\">&#41;</span><br />                           <span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br />                           ><br />      :<span style=\"color: #000000;\">bDropOver</span>     := < |u,r,c,f|<br />                           oBrw:<span style=\"color: #000000;\">SetPos</span><span style=\"color: #000000;\">&#40;</span> r, c, .t. <span style=\"color: #000000;\">&#41;</span><br />                           oBrw:<span style=\"color: #000000;\">SelectedCol</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">Value</span> := aData<span style=\"color: #000000;\">&#91;</span> u<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>, u<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span> <span style=\"color: #000000;\">&#93;</span><br />                           aData<span style=\"color: #000000;\">&#91;</span> u<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">&#93;</span>, u<span style=\"color: #000000;\">&#91;</span> <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">&#93;</span> <span style=\"color: #000000;\">&#93;</span> := <span style=\"color: #000000;\">0</span><br />                           XEval<span style=\"color: #000000;\">&#40;</span> oBrw:<span style=\"color: #000000;\">bChange</span>, oBrw <span style=\"color: #000000;\">&#41;</span><br />                           oBrw:<span style=\"color: #0000ff;\">Refresh</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 />                        ><br /><br />      <span style=\"color: #B900B9;\">//</span><br /><br />      :<span style=\"color: #000000;\">nColSel</span>    := <span style=\"color: #000000;\">2</span><br />      :<span style=\"color: #000000;\">CreateFromCode</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   END<br /><br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br />   <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">FONT</span> oFont<br />   <span style=\"color: #0000ff;\">RELEASE</span> <span style=\"color: #0000ff;\">CURSOR</span> oCur<br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br />   <br />   <span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br />   <br />   <span style=\"color: #00C800;\">static</span> <span style=\"color: #00C800;\">function</span> CellMenu<span style=\"color: #000000;\">&#40;</span> oCol <span style=\"color: #000000;\">&#41;</span><br />   <br />      <span style=\"color: #00C800;\">local</span> oPop, oItem, oBrw, nVal, n<br />   <br />      <span style=\"color: #00C800;\">if</span> oCol:<span style=\"color: #000000;\">nCreationOrder</span> > <span style=\"color: #000000;\">1</span><br />         nVal  := oCol:<span style=\"color: #000000;\">Value</span><br />         oBrw  := oCol:<span style=\"color: #000000;\">oBrw</span><br />         <span style=\"color: #0000ff;\">MENU</span> oPop <span style=\"color: #0000ff;\">POPUP</span> <span style=\"color: #000000;\">2010</span><br />            <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"Reserve To:\"</span><br />            <span style=\"color: #0000ff;\">MENU</span><br />            <span style=\"color: #00C800;\">for</span> n := <span style=\"color: #000000;\">1</span> <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">9</span><br />               <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"Customer-\"</span> + Str<span style=\"color: #000000;\">&#40;</span>n,<span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">&#41;</span> BLOCK Reserve<span style=\"color: #000000;\">&#40;</span> oCol, n <span style=\"color: #000000;\">&#41;</span><br />            <span style=\"color: #00C800;\">next</span><br />            <span style=\"color: #0000ff;\">ENDMENU</span><br />            <span style=\"color: #0000ff;\">MENUITEM</span> <span style=\"color: #ff0000;\">\"Cancel\"</span> <span style=\"color: #0000ff;\">WHEN</span> nVal > <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">ACTION</span> ;<br />               <span style=\"color: #000000;\">&#40;</span> oCol:<span style=\"color: #000000;\">Value</span> := <span style=\"color: #000000;\">0</span>, oBrw:<span style=\"color: #000000;\">RefreshCurrent</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />         <span style=\"color: #0000ff;\">ENDMENU</span><br />   <br />      <span style=\"color: #00C800;\">endif</span><br />   <br />   <span style=\"color: #00C800;\">return</span> oPop<br />   <br />   <span style=\"color: #00C800;\">static</span> <span style=\"color: #00C800;\">function</span> Reserve<span style=\"color: #000000;\">&#40;</span> oCol, n <span style=\"color: #000000;\">&#41;</span><br />   <span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">&#123;</span> || oCol:<span style=\"color: #000000;\">Value</span> := n, oCol:<span style=\"color: #000000;\">oBrw</span>:<span style=\"color: #000000;\">RefreshCurrent</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#125;</span></div>[/code:2vc3rd8a]\n[img:2vc3rd8a]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/booking&#46;png?raw=true[/img:2vc3rd8a]", "time": "07:13", "topic": "Booking xbrowse example", "username": "Antonio Linares" } ]
Booking xbrowse example
[ { "date": "2023-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "This works great, Antonio.\nIt demonstrates the power of xbrowse and fwh. \nThanks for this great example. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->\n\nOnly a little glitch...\nWhen the program starts and you reserve a first cell to a customer you can not immediately drag and drop this cell.\nFirst you must click at an other cell. Then after drag and drop works well. \n\nRegards,\nDetlef", "time": "10:18", "topic": "Booking xbrowse example", "username": "Detlef" } ]
Booking xbrowse example
[ { "date": "2023-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "Thank you dear Detlef,\n\nMr. Rao is working on an enhanced version. Lets wait a little for him to deliver it\n\nIts another great work from Mr. Rao <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "10:26", "topic": "Booking xbrowse example", "username": "Antonio Linares" } ]
Booking xbrowse example
[ { "date": "2023-07-12", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote:2zd6u6od]Its another great work from Mr. Rao <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:2zd6u6od]\nThat's true! <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->", "time": "10:46", "topic": "Booking xbrowse example", "username": "Detlef" } ]
Booking xbrowse example
[ { "date": "2023-07-21", "forum": "FiveWin for Harbour/xHarbour", "text": "As I told you, I use on reserva.dbf a field \"type\" to show the type of Rome, so I need this visualizzation, there are rooms with the same number buy with type different.\n\nsample:\n\nCamera n.1 SS\nCamera n.1 DD\n\nFor evening or morning (AM -PM) I use two logic field.", "time": "10:25", "topic": "Booking xbrowse example", "username": "Silvio.Falconi" } ]
Booking xbrowse example
[ { "date": "2023-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":1jxfq2lf]Thank you dear Detlef,\n\nMr. Rao is working on an enhanced version. Lets wait a little for him to deliver it\n\nIts another great work from Mr. Rao <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->[/quote:1jxfq2lf]\n\nAntonio,\n\nwhen a an enhanced version ?", "time": "08:19", "topic": "Booking xbrowse example", "username": "Silvio.Falconi" } ]
Booking xbrowse example
[ { "date": "2023-09-19", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Silvio,\n\nI just asked Mr. Rao\n\nwaiting for his answer", "time": "10:21", "topic": "Booking xbrowse example", "username": "Antonio Linares" } ]
Booking xbrowse example
[ { "date": "2023-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Is there some progress? I'm very interested too about this topic.\n\nI wish you all a very happy, healthy and successful new year.\nRegards, Detlef", "time": "16:32", "topic": "Booking xbrowse example", "username": "Detlef" } ]
Booking xbrowse example
[ { "date": "2023-12-29", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Detlef,\n\nI just asked Mr. Rao about it\n\nwish you too a very happy, healthy and successful new year <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "16:40", "topic": "Booking xbrowse example", "username": "Antonio Linares" } ]
Booking xbrowse example
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Hello friends,\n\nWhy not try recreating this example as a proof of concept to demonstrate the power of WebView as a WebView example?\n\nBest regards,\nOtto", "time": "08:46", "topic": "Booking xbrowse example", "username": "Otto" } ]
Booking xbrowse example
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Otto,\n\nthats a nice idea <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nSurely you may be able to help us with some existing web code to start with", "time": "09:25", "topic": "Booking xbrowse example", "username": "Antonio Linares" } ]
Booking xbrowse example
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Antonio Linares\":27fd42qh]Dear Otto,\n\nthats a nice idea <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nSurely you may be able to help us with some existing web code to start with[/quote:27fd42qh]\n\nYes but before It Need to have a usefull prg in Windows with the features i list above and the possibilty to insert a reservation clickinking with the mouse One or more cells , or moving the reservation to another room or period.\n\n\nin this way the example of nages is nice but in Italy it is unusable at least for what I need and what they require both for hotels and for other businesses in the sector", "time": "13:32", "topic": "Booking xbrowse example", "username": "Silvio.Falconi" } ]
Booking xbrowse example
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\n\nWebview allows the use of prg programs, just as you create them, while still utilizing web technologies.\nYou should really look at the examples in the FIVEWIN samples.\n\nBest regards,\nOtto", "time": "19:28", "topic": "Booking xbrowse example", "username": "Otto" } ]
Booking xbrowse example
[ { "date": "2023-12-30", "forum": "FiveWin for Harbour/xHarbour", "text": "Dear Antonio,\nI am glad you like the idea. I have indeed already developed a planner with html/javascript for mod harbour. \n\nI have not integrated anything except bootstrap and jquery. \n\nTherefore, I believe one would only need to embed the html into a Fivewin webview.\n\nI have already posted several webview examples.\n\nBest regards,\nOtto\n\n\n[url:2j7degp7]https&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=11204&p=265558&hilit=planner&sid=c439ca4174db5684c6b3d89dd21ba93f&sid=c439ca4174db5684c6b3d89dd21ba93f#p265558[/url:2j7degp7]\n\n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/plannerhtml&#46;jpg[/img:2j7degp7]\n\n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/hyperfromfwh&#46;gif[/img:2j7degp7]\n\n\n\n\n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/webhyper&#46;gif[/img:2j7degp7]\n \n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/webui&#46;gif[/img:2j7degp7]\n\n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/tischplanner&#46;jpg[/img:2j7degp7]\n\n[img:2j7degp7]https&#58;//mybergland&#46;com/fwforum/scheduler&#46;gif[/img:2j7degp7]", "time": "19:54", "topic": "Booking xbrowse example", "username": "Otto" } ]
Booking xbrowse example
[ { "date": "2023-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":13yis8rq]Silvio,\n\nWebview allows the use of prg programs, just as you create them, while still utilizing web technologies.\nYou should really look at the examples in the FIVEWIN samples.\n\nBest regards,\nOtto[/quote:13yis8rq]\n\nAs I told you many times I not want make web application\nHTML/JavaScript and others languages", "time": "00:00", "topic": "Booking xbrowse example", "username": "Silvio.Falconi" } ]
Booking xbrowse example
[ { "date": "2023-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "Silvio,\nI understand you. It's a lot of work at first. But one will not be able to avoid it.\n\nAre you allowed to install desktop software in offices or hotels or on PCs of school administrations? Here, system administrators usually forbid it.\n\nI programmed my FIVEWIN room plan under DOS and in 1995 as a Windows application when Windows 95 came out (promoted with the Rolling Stones song Start me up). Back then everything was hardcoded, as I had no idea about OOP. Since everything worked well and it is the most sensitive part of the software, I have not changed much over time. Therefore, I can't help here with xbrowse.\n\nI wish you all the best for 2024.\n\nBest regards,\nOtto", "time": "10:36", "topic": "Booking xbrowse example", "username": "Otto" } ]
Booking xbrowse example
[ { "date": "2023-12-31", "forum": "FiveWin for Harbour/xHarbour", "text": "[quote=\"Otto\":2voa21p2]Silvio,\nI understand you. It's a lot of work at first. But one will not be able to avoid it.\n\nAre you allowed to install desktop software in offices or hotels or on PCs of school administrations? Here, system administrators usually forbid it.\n\nI programmed my FIVEWIN room plan under DOS and in 1995 as a Windows application when Windows 95 came out (promoted with the Rolling Stones song Start me up). Back then everything was hardcoded, as I had no idea about OOP. Since everything worked well and it is the most sensitive part of the software, I have not changed much over time. Therefore, I can't help here with xbrowse.\n\nI wish you all the best for 2024.\n\nBest regards,\nOtto[/quote:2voa21p2]\napart from the fact that in my school I manage part of the LAN network and am responsible,\n\n in my school the offices use particular programs of the ministry of education and are software on the web, but in recent periods it has been possible to notice that the employees of the offices lose many hours due to the slowness of the Internet connection or many days the Internet connection is unusable and there is serious thought of moving the work back to desktop-type management software on Windows, \n\n\nin the hotels and shops at least in my city they do not use software on the web but all local software on Windows and mostly there are two softwares that are the most popular, one of these is the Danea invoicing system, in hotels software from other companies both in my city and national software are installed but not on the web., probably for the same reason as above. \n\n happy new year to you too", "time": "14:52", "topic": "Booking xbrowse example", "username": "Silvio.Falconi" } ]
Booking xbrowse example
[ { "date": "2012-08-01", "forum": "FiveWin for Harbour/xHarbour", "text": "Seems that m i c r o s o f t through the house by the window:\n\n\n<!-- m --><a class=\"postlink\" href=\"http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/30/another-large-collection-of-free-microsoft-ebooks-and-resource-kits-for-you-including-sharepoint-2013-office-2013-office-365-duet-2-0-azure-cloud-windows-phone-lync-dynamics-crm-and-more.aspx?wa=wsignin1.0\">http://blogs.msdn.com/b/mssmallbiz/arch ... wsignin1.0</a><!-- m -->\n\n<!-- m --><a class=\"postlink\" href=\"http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/27/large-collection-of-free-microsoft-ebooks-for-you-including-sharepoint-visual-studio-windows-phone-windows-8-office-365-office-2010-sql-server-2012-azure-and-more.aspx\">http://blogs.msdn.com/b/mssmallbiz/arch ... -more.aspx</a><!-- m -->", "time": "18:05", "topic": "Books for holidays...", "username": "Andrés González" } ]
Books for holidays...
[ { "date": "2013-03-20", "forum": "Off Topic / Otros temas", "text": "[url:1rx8kiyi]http&#58;//ebooksmio&#46;com/[/url:1rx8kiyi]\n\nIf you know other good sites for books, please comment it here, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "12:14", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2013-03-31", "forum": "Off Topic / Otros temas", "text": "[url:3kvwui3o]http&#58;//www&#46;scribd&#46;com/[/url:3kvwui3o]", "time": "00:06", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2013-09-04", "forum": "Off Topic / Otros temas", "text": "[url:2mybrs04]http&#58;//www&#46;etnassoft&#46;com/biblioteca/[/url:2mybrs04]", "time": "17:50", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2013-09-10", "forum": "Off Topic / Otros temas", "text": "[b:3sk9dghy]Oyster Review: All-you-can-read ebooks for $9.95 per month [/b:3sk9dghy]\n\n[url:3sk9dghy]http&#58;//www&#46;zdnet&#46;com/oyster-review-all-you-can-read-ebooks-for-9-95-per-month-verdict-gorgeous-7000020448/[/url:3sk9dghy]\n\n[url:3sk9dghy]http&#58;//www&#46;theverge&#46;com/2013/9/5/4698442/a-few-pearls-found-in-oyster-the-netflix-of-ebooks[/url:3sk9dghy]", "time": "11:10", "topic": "Books, books, books...", "username": "modicr" } ]
Books, books, books...
[ { "date": "2013-10-22", "forum": "Off Topic / Otros temas", "text": "[url:2vtmicd8]https&#58;//github&#46;com/vhf/free-programming-books/blob/master/free-programming-books&#46;md#professional-development[/url:2vtmicd8]", "time": "15:32", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2014-09-22", "forum": "Off Topic / Otros temas", "text": "Queridos amigos / Dear friends,\n\n[url:s6dcp9un]http&#58;//www&#46;planetpdf&#46;com/codecuts/pdfs/ooc&#46;pdf[/url:s6dcp9un]\n\nSaludos / Regards,", "time": "17:10", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2014-11-13", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\n[url:my0mk26o]http&#58;//www&#46;efytimes&#46;com/e1/creativenews&#46;asp?edid=119319[/url:my0mk26o]\n\nRegards / Saludos,", "time": "14:58", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2014-12-17", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\nfree download programming books from GitHub / descarga más de 500 libros sobre programación:\n\n[url:m9fzvygp]http&#58;//https&#58;//github&#46;com/vhf/free-programming-books/blob/master/free-programming-books&#46;md#professional-development[/url:m9fzvygp] \n\nBest regards", "time": "09:37", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2014-12-17", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\na new link / un nuevo enlace\n\n[url:2gdz0pf2]https&#58;//plus&#46;google&#46;com/+FranciscoVelasquezE/posts/QQKTE66qf6r[/url:2gdz0pf2]\n\nRegards / Saludos", "time": "21:07", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2014-12-17", "forum": "Off Topic / Otros temas", "text": "Gracias Felix <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "21:41", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2015-01-08", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\nbooks from Microsoft / libros de Microsoft\n\n[url:7dtyslnu]http&#58;//blogs&#46;msdn&#46;com/b/mssmallbiz/archive/2014/07/07/largest-collection-of-free-microsoft-ebooks-ever-including-windows-8-1-windows-8-windows-7-office-2013-office-365-office-2010-sharepoint-2013-dynamics-crm-powershell-exchange-server-lync-2013-system-center-azure-cloud-sql&#46;aspx[/url:7dtyslnu]\n\nRegards / Saludos", "time": "20:02", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2015-01-13", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\nmore books for programmers / más libros para programadores:\n\n[url:da1haq9c]http&#58;//www&#46;onlineprogrammingbooks&#46;com/[/url:da1haq9c]\n\nRegards / Saludos,", "time": "08:11", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2015-01-13", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\nmore books for programmers / más libros para programadores:\n\n[url:30fhkmui]http&#58;//ebooks&#46;programmersheaven&#46;com/[/url:30fhkmui]\n\nRegards / Saludos,", "time": "08:16", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2015-01-13", "forum": "Off Topic / Otros temas", "text": "Dear friends / Queridos amigos,\n\nmore books for programmers / más libros para programadores:\n\n[url:2ufnct4r]http&#58;//programming-motherfucker&#46;com/become&#46;html[/url:2ufnct4r]\n\nRegards / Saludos,", "time": "08:20", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2015-01-13", "forum": "Off Topic / Otros temas", "text": "Felix,\n\nthanks a lot! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "13:59", "topic": "Books, books, books...", "username": "Antonio Linares" } ]
Books, books, books...
[ { "date": "2015-02-09", "forum": "Off Topic / Otros temas", "text": "Dear friends/Queridos amigos,\n\nmore books/más libros\n\n[url:33ziqxoq]http&#58;//4free-ebooks&#46;com/[/url:33ziqxoq]\n\nRegards/Saludos,", "time": "21:03", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2015-02-09", "forum": "Off Topic / Otros temas", "text": "Dear friends/Queridos amigos,\n\nmore books/más libros\n\n[url:2hkuf36k]http&#58;//www&#46;it-ebooks&#46;info/[/url:2hkuf36k]\n\nRegards/Saludos,", "time": "21:05", "topic": "Books, books, books...", "username": "Baxajaun" } ]
Books, books, books...
[ { "date": "2022-02-07", "forum": "mod_harbour", "text": "<!-- Bootstrap 5 -->\nI searched for a long time before I was able to solve the problem.\n\n \n|- Check the version of bootstrap. Take attention that in bootstrap 5\n|- changed data-toggle to data-bs-toggle and data-target to data-bs-target\n|- data-bs-dismiss", "time": "12:23", "topic": "Bootstrap 5", "username": "Otto" } ]
Bootstrap 5
[ { "date": "2019-09-22", "forum": "mod_harbour", "text": "<!-- m --><a class=\"postlink\" href=\"https://stackoverflow.com/questions/32612690/bootstrap-4-glyphicons-migration\">https://stackoverflow.com/questions/326 ... -migration</a><!-- m -->\n\nBootstrap V4 dropped the Glyphicons icon font.\n\nFor people who are looking for one-liner solutions, you can import Bootstrap Glyphicons only:\n<link href=\"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css\" rel=\"stylesheet\">", "time": "15:54", "topic": "Bootstrap V4 dropped the Glyphicons icon font", "username": "Otto" } ]
Bootstrap V4 dropped the Glyphicons icon font
[ { "date": "2021-01-27", "forum": "mod_harbour", "text": "Hello friends,\n\n<!-- m --><a class=\"postlink\" href=\"https://mybergland.com/megamenubootstrap.pdf\">https://mybergland.com/megamenubootstrap.pdf</a><!-- m -->\n\nI am currently working on the navigation of my homepage. I'm using the bootstrap MEGA-MENU.\n\nBest regards,\nOtto", "time": "14:36", "topic": "Bootstrap mega menu", "username": "Otto" } ]
Bootstrap mega menu
[ { "date": "2020-12-14", "forum": "mod_harbour", "text": "Hello friends,\nI switched now from datatables to bootstrap table. \nI think I will have more support here as TWeb uses this lib.\nBest regards,\nOtto\n\n[img:3q2bqeuh]https&#58;//mybergland&#46;com/fwforum/onlinebienebootstraptable&#46;gif[/img:3q2bqeuh]", "time": "08:43", "topic": "Bootstrap tables and mod harbour", "username": "Otto" } ]
Bootstrap tables and mod harbour
[ { "date": "2020-12-16", "forum": "mod_harbour", "text": "Hello friends,\n\nI started working on bootstrap tables. I use a simple sample that reads data from a JSON file. \n\nI am taking notes here. Maybe someone is interested too. \n\nSure it will take time before I can deal with bootstrap table in the same way as with xBrowse. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n\nI am so free to ask questions here and hope that we beginners will get help from experienced friends.\n\nBest regards,\nOtto\n\nDownload - Link: [url:mblygahk]https&#58;//mybergland&#46;com/fwforum/ajaxtable_download&#46;zip[/url:mblygahk]\n\n[img:mblygahk]https&#58;//mybergland&#46;com/fwforum/crud&#46;gif[/img:mblygahk]", "time": "00:32", "topic": "Bootstrap tables and mod harbour", "username": "Otto" } ]
Bootstrap tables and mod harbour
[ { "date": "2020-12-19", "forum": "mod_harbour", "text": "Hello friends,\nNow I read data from a DBF file.\n\nHere is the pure Harbour code, which shows how to read from the DBF file into a HASH.\nThen you convert the hash into a json .\n\n [img:3nzmq5gn]https&#58;//mybergland&#46;com/fwforum/readdbf&#46;jpg[/img:3nzmq5gn]\n\nHere you see the js code, which creates the table and fills the data.\n\n[img:3nzmq5gn]https&#58;//mybergland&#46;com/fwforum/filltable&#46;jpg[/img:3nzmq5gn]\n\n\nThis is the table \n \n[img:3nzmq5gn]https&#58;//mybergland&#46;com/fwforum/bootstraptable&#46;jpg[/img:3nzmq5gn]\n\nBest regards,\nOtto\n\n\n[code=fw:3nzmq5gn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">static</span> cHash<br /><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>    hData := <span style=\"color: #000000;\">&#123;</span>=><span style=\"color: #000000;\">&#125;</span>   <br />   <span style=\"color: #00C800;\">local</span>    hItem := <span style=\"color: #000000;\">&#123;</span>=><span style=\"color: #000000;\">&#125;</span>   <br />   <br />   USE <span style=\"color: #000000;\">&#40;</span> hb_GetEnv<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #ff0000;\">\"PRGPATH\"</span> <span style=\"color: #000000;\">&#41;</span> + <span style=\"color: #ff0000;\">\"/data/blog\"</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">new</span><br />   hData<span style=\"color: #000000;\">&#91;</span><span style=\"color: #ff0000;\">'data'</span><span style=\"color: #000000;\">&#93;</span> := <span style=\"color: #000000;\">&#123;</span><span style=\"color: #000000;\">&#125;</span><br />   <br />   <span style=\"color: #00C800;\">do</span> <span style=\"color: #00C800;\">while</span> .not. eof<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      <br />      hItem := <span style=\"color: #000000;\">&#123;</span>=><span style=\"color: #000000;\">&#125;</span> <br />      hItem<span style=\"color: #000000;\">&#91;</span><span style=\"color: #ff0000;\">'id'</span><span style=\"color: #000000;\">&#93;</span>   := recno<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />      hItem<span style=\"color: #000000;\">&#91;</span><span style=\"color: #ff0000;\">'header'</span><span style=\"color: #000000;\">&#93;</span>   := ALLTRIM<span style=\"color: #000000;\">&#40;</span> field->HEADER <span style=\"color: #000000;\">&#41;</span><br />      hItem<span style=\"color: #000000;\">&#91;</span><span style=\"color: #ff0000;\">'subheader'</span><span style=\"color: #000000;\">&#93;</span>    := ALLTRIM<span style=\"color: #000000;\">&#40;</span> field->SUBHEADER <span style=\"color: #000000;\">&#41;</span><br />      <br />      aadd<span style=\"color: #000000;\">&#40;</span> hData<span style=\"color: #000000;\">&#91;</span><span style=\"color: #ff0000;\">'data'</span><span style=\"color: #000000;\">&#93;</span>, hItem <span style=\"color: #000000;\">&#41;</span><br />      <br />      <span style=\"color: #0000ff;\">select</span> blog<br />      skip<br />   <span style=\"color: #00C800;\">enddo</span><br />   <span style=\"color: #0000ff;\">select</span> blog<br />   use<br />   cHash := hb_jsonEncode<span style=\"color: #000000;\">&#40;</span> hData, .T. <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #B900B9;\">// T=pretty</span><br />   <br />   <br />   TEMPLATE PARAMS cHash <br />   <br />   <!DOCTYPE html><br />   <html lang=<span style=\"color: #ff0000;\">\"de\"</span>><br />   <head><br />      <meta charset=<span style=\"color: #ff0000;\">\"utf-8\"</span>/><br />      <br />      <script src=<span style=\"color: #ff0000;\">\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"</span>></script><br />      <link rel=<span style=\"color: #ff0000;\">\"stylesheet\"</span> href=<span style=\"color: #ff0000;\">\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\"</span>><br />      <br />      <br />      <link href=<span style=\"color: #ff0000;\">\"https://unpkg.com/bootstrap-table@1.18.1/dist/bootstrap-table.min.css\"</span> rel=<span style=\"color: #ff0000;\">\"stylesheet\"</span>><br />      <br />      <script src=<span style=\"color: #ff0000;\">\"https://unpkg.com/bootstrap-table@1.18.1/dist/bootstrap-table.min.js\"</span>></script><br />      <br />      <br />      <style><br />         table, th, td <span style=\"color: #000000;\">&#123;</span><br />            border: 1px solid black;<br />            border-collapse: <span style=\"color: #000000;\">collapse</span>;<br />         <span style=\"color: #000000;\">&#125;</span><br />         .divbs <span style=\"color: #000000;\">&#123;</span><br />            background-<span style=\"color: #0000ff;\">color</span>: <span style=\"color: #000000;\">rgb</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">183</span>, <span style=\"color: #000000;\">212</span>, <span style=\"color: #000000;\">155</span><span style=\"color: #000000;\">&#41;</span>;<br />            height: 350px;<br />            border: 1px solid black;<br />         <span style=\"color: #000000;\">&#125;</span><br />      </style><br />      <br />   </head><br />   <body><br />      <div <span style=\"color: #00C800;\">class</span>=<span style=\"color: #ff0000;\">\"divbs\"</span>><br />         <table <span style=\"color: #0000ff;\">id</span>=<span style=\"color: #ff0000;\">\"table\"</span>><br />            <thead><br />               <tr><br />                  <th data-field=<span style=\"color: #ff0000;\">\"id\"</span>>ID</th><br />                  <th data-field=<span style=\"color: #ff0000;\">\"header\"</span>>Header</th><br />                  <th data-field=<span style=\"color: #ff0000;\">\"subheader\"</span>>Subheader</th><br />               </tr><br />            </thead><br />         </table><br />      </div>      <br />      <br />      <script><br />         <br />         <span style=\"color: #0000ff;\">var</span> $table = $<span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">'#table'</span><span style=\"color: #000000;\">&#41;</span><br />         <br />         $<span style=\"color: #000000;\">&#40;</span><span style=\"color: #00C800;\">function</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#123;</span><br />            <span style=\"color: #0000ff;\">var</span> <span style=\"color: #00C800;\">data</span> = <?prg <span style=\"color: #00C800;\">return</span> <span style=\"color: #000000;\">&#40;</span> cHash <span style=\"color: #000000;\">&#41;</span>?>;<br />            $table.bootstrapTable<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #00C800;\">data</span> <span style=\"color: #000000;\">&#41;</span><br />            <br />         <span style=\"color: #000000;\">&#125;</span><span style=\"color: #000000;\">&#41;</span><br />      </script><br />      <br />      ENDTEXT   <br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #B900B9;\">//----------------------------------------------------------------------------//</span><br /><br /><br /> </div>[/code:3nzmq5gn]", "time": "02:27", "topic": "Bootstrap tables and mod harbour", "username": "Otto" } ]
Bootstrap tables and mod harbour
[ { "date": "2020-12-20", "forum": "mod_harbour", "text": "Change HTML to mod Harbor \n\nThe project is now of a specific size, and it is no longer easy without a framework to edit. That's why I'm currently creating a project.\n\nVideo\n[url:108ccvs4]https&#58;//mybergland&#46;com/fwforum/crud&#46;mp4[/url:108ccvs4]\n\nBest regards,\nOtto", "time": "03:05", "topic": "Bootstrap tables and mod harbour", "username": "Otto" } ]
Bootstrap tables and mod harbour
[ { "date": "2014-05-21", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola.\nViendo en los post lei que habia que poner 0x50C00000 en el style para que quite las barras de scrooll...\nPero... le pone un borde alrededor que queda fulero (feo) como hago para que solo me quite las barras \n(ya probé desde codigo pero no pasa anda \"no las quita\") ?\n\ngracias.", "time": "11:37", "topic": "Borde \"fulero\" en el xbrowse", "username": "goosfancito" } ]
Borde "fulero" en el xbrowse
[ { "date": "2014-05-21", "forum": "FiveWin para Harbour/xHarbour", "text": "[code=fw:164vy3d4]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; &nbsp;oBrw:<span style=\"color: #000000;\">lHScroll</span> := .F. <br />&nbsp; &nbsp;oBrw:<span style=\"color: #000000;\">lVScroll</span> := .F. <br />&nbsp;</div>[/code:164vy3d4]", "time": "16:17", "topic": "Borde \"fulero\" en el xbrowse", "username": "karinha" } ]
Borde "fulero" en el xbrowse
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Cómo puedo quitar el pequeño borde que queda en el dialogo\nHe puesto el oDlg:nStyle -= WS_BORDER\nEsta hecho mediante código, no con recursos\n\n[url=http&#58;//imageshack&#46;us/photo/my-images/138/savg&#46;png/:10bz7kot][img:10bz7kot]http&#58;//img138&#46;imageshack&#46;us/img138/3564/savg&#46;png[/img:10bz7kot][/url:10bz7kot]\n\npara que quede asi:\n\n[url=http&#58;//imageshack&#46;us/photo/my-images/560/pfk1&#46;png/:10bz7kot][img:10bz7kot]http&#58;//img560&#46;imageshack&#46;us/img560/50/pfk1&#46;png[/img:10bz7kot][/url:10bz7kot]", "time": "02:10", "topic": "Borde de Dialogo (Solucionado)", "username": "cnavarro" } ]
Borde de Dialogo (Solucionado)
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola,\n\nprueba con\n\nWS_CHILDWINDOW\n\nsaludos\n\nMarcelo", "time": "15:04", "topic": "Borde de Dialogo (Solucionado)", "username": "Marcelo Via Giglio" } ]
Borde de Dialogo (Solucionado)
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Cristobal,\n\nPrueba asi:\n[code=fw:z8vas9qw]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.ch\"</span><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> oDlg<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">STYLE</span> WS_POPUP<br /><br />&nbsp; &nbsp;<span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span></div>[/code:z8vas9qw]", "time": "15:50", "topic": "Borde de Dialogo (Solucionado)", "username": "Antonio Linares" } ]
Borde de Dialogo (Solucionado)
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Marcelo\nEl borde con ese estilo es el mas parecido a lo que quiero, pero me sale el titulo con el sysmenu, que quiero evitar\nSi no pongo caption y -WS_BORDER no me pone el titulo y por lo tanto tampoco el sysmenu pero el borde es el que aparece en las imagenes.\nGracias por tu interés", "time": "15:54", "topic": "Borde de Dialogo (Solucionado)", "username": "cnavarro" } ]
Borde de Dialogo (Solucionado)
[ { "date": "2013-09-24", "forum": "FiveWin para Harbour/xHarbour", "text": "Antonio, perfecto\nSé que son conceptos muy básicos, y que necesito poco a poco ir poniéndome al dia.\nGracias otra vez a los dos", "time": "15:59", "topic": "Borde de Dialogo (Solucionado)", "username": "cnavarro" } ]
Borde de Dialogo (Solucionado)
[ { "date": "2014-07-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Hay alguna forma de quitar o cambiar el color de la linea que aparece debajo de los menus?\n[url=http&#58;//postimage&#46;org/:vnr2rkpj][img:vnr2rkpj]http&#58;//s26&#46;postimg&#46;org/4v5tqazkp/Title59&#46;png[/img:vnr2rkpj][/url:vnr2rkpj]", "time": "11:04", "topic": "Borde de Menu", "username": "cnavarro" } ]
Borde de Menu
[ { "date": "2013-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenos dias\nSe puede eliminar el borde negro que aparece en un TBar() ?\n\n[code=fw:m6ippgnn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />        oBar1 := TBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">NewAt</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">22</span>, <span style=\"color: #000000;\">16</span>, <span style=\"color: #000000;\">16</span>, oBar, .F. , , <span style=\"color: #000000;\">&#41;</span><br /><br />        <span style=\"color: #B900B9;\">//oBar1:l2007   := .T.       //2010</span><br /><br />        oBar1:<span style=\"color: #000000;\">nStyle</span>      -= WS_BORDER<br /><br />        oBar1:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">&#40;</span> RGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">240</span> <span style=\"color: #000000;\">&#41;</span>, RGB<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">240</span>, <span style=\"color: #000000;\">240</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />        oBar1:<span style=\"color: #000000;\">SetBrush</span><span style=\"color: #000000;\">&#40;</span> oBrush <span style=\"color: #000000;\">&#41;</span><br />        oBar1:<span style=\"color: #000000;\">bRClicked</span>  := <span style=\"color: #000000;\">&#123;</span> || .T. <span style=\"color: #000000;\">&#125;</span><br /> </div>[/code:m6ippgnn]\n\nAsi, no funciona, ni poniendo el Brush, y color del mismo fondo que tiene el dialogo\nHe buscado por el foro y aqui se realizaba la misma pregunta\n\n[url:m6ippgnn]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=26295&p=144661&hilit=border+TBar#p144661[/url:m6ippgnn]\n\nGracias", "time": "11:47", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2013-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas\n\nPuedes experimentar utilizar\n[code=fw:1gzo4adb]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #0000ff;\">ACTIVATE</span> ...... <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> SetWindowLong<span style=\"color: #000000;\">&#40;</span> oBar1:<span style=\"color: #000000;\">hWnd</span>, GWL_STYLE,;<br />                     nAnd<span style=\"color: #000000;\">&#40;</span> GetWindowLong<span style=\"color: #000000;\">&#40;</span> oBar1:<span style=\"color: #000000;\">hWnd</span>, GWL_STYLE <span style=\"color: #000000;\">&#41;</span>, WS_BORDER<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span></div>[/code:1gzo4adb]", "time": "20:27", "topic": "Borde de TBar", "username": "RenOmaS" } ]
Borde de TBar
[ { "date": "2013-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Buenas noches\n\nHe puesto:\n\n#define GWL_STYLE -16\n\nEs correcto?\nEfectivamente, me quita el Borde, pero tambien me borra los botones \n\nSe me olvida alguna cosa?\nGracias por tu interés y tiempo\nSaludos", "time": "21:26", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2013-05-31", "forum": "FiveWin para Harbour/xHarbour", "text": "Cristobal.\nSi haces este pequeña modificacion en la Class TBar, puedes lograrlo.\n[code=fw:n3zznzu6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">DATA</span>   lBorder   <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBar    <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br />   <span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />           nBtnHeight := BAR_HEIGHT, nHeight := BAR_HEIGHT,;<br />           l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, lBorder := .t.    <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br />   <span style=\"color: #B900B9;\">//::nStyle      = nOR( WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN )</span><br />  ::<span style=\"color: #000000;\">nStyle</span>      = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>, nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>  <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br /><span style=\"color: #B900B9;\">//************************************************************************</span><br />La llamada sería:<br />   <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span> ;<br />        <span style=\"color: #0000ff;\">ON</span> <span style=\"color: #0000ff;\">INIT</span> <span style=\"color: #000000;\">&#40;</span> CreaBar<span style=\"color: #000000;\">&#40;</span>oBar,oDlg<span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /><br /><span style=\"color: #00C800;\">function</span> CreaBar<span style=\"color: #000000;\">&#40;</span>oBar,oDlg<span style=\"color: #000000;\">&#41;</span><br />   oBar:=TBar<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>:<span style=\"color: #000000;\">NewAt</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">20</span>,<span style=\"color: #000000;\">360</span>,<span style=\"color: #000000;\">200</span>,<span style=\"color: #000000;\">28</span>,<span style=\"color: #000000;\">28</span>,<span style=\"color: #000000;\">28</span>,oDlg,.f.,,,.f.<span style=\"color: #000000;\">&#41;</span><br /><br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"X1\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"hola\"</span><span style=\"color: #000000;\">&#41;</span> NOBORDER<br />   <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"X2\"</span> <span style=\"color: #0000ff;\">OF</span> oBar <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #0000ff;\">MsgInfo</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #ff0000;\">\"hola de nuevo\"</span><span style=\"color: #000000;\">&#41;</span> NOBORDER<br /><br />  <span style=\"color: #B900B9;\">// oBar:l2010 := .t.</span><br />  oBar:<span style=\"color: #000000;\">SetColor</span><span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">0</span>, nRGB<span style=\"color: #000000;\">&#40;</span> <span style=\"color: #000000;\">207</span>, <span style=\"color: #000000;\">221</span>, <span style=\"color: #000000;\">239</span> <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span>   <span style=\"color: #B900B9;\">//tu color</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:n3zznzu6]\nEspero te sirva.\nSaludos.", "time": "21:37", "topic": "Borde de TBar", "username": "FranciscoA" } ]
Borde de TBar
[ { "date": "2013-06-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Muchas gracias Francisco\nAl final he optado por hacer una clases derivada de TBar siguiendo tus lineas\n[code=fw:2j5a8dpf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">CLASS</span> TBarC <span style=\"color: #0000ff;\">FROM</span> TBar<br /><br />CLASSDATA lRegistered AS LOGICAL   <br /><span style=\"color: #00C800;\">DATA</span> lBorder<br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010,;<br />            lBorder, bGrad <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />            <br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />                                 <span style=\"color: #B900B9;\">//Francisco A May, 31/2013</span><br /><span style=\"color: #00C800;\">ENDCLASS</span><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oRect<br /><br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBtnHeight := BAR_HEIGHT, l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, l2007 := .F.,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l2010 := .F., lBorder := .F.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp;oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span> &nbsp; &nbsp; &nbsp; &nbsp;<br /><br />&nbsp; &nbsp;::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />&nbsp; &nbsp; ::<span style=\"color: #000000;\">lBorder</span> &nbsp;= lBorder<br /><br />.../...<br /><br />.../...<br /><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">local</span> oRect<br />&nbsp; &nbsp;<br />&nbsp; &nbsp;<span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nBtnHeight := BAR_HEIGHT, nHeight := BAR_HEIGHT,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, lBorder := .f. &nbsp; &nbsp;<span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br />&nbsp; &nbsp;oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; ::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />&nbsp; &nbsp;<br />&nbsp; &nbsp;::<span style=\"color: #000000;\">lBorder</span> &nbsp; &nbsp; = lBorder<br /><br />&nbsp; &nbsp; .../...<br /><br /> </div>[/code:2j5a8dpf]\n\nUn saludo", "time": "18:45", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2013-06-01", "forum": "FiveWin para Harbour/xHarbour", "text": "Muy interesante la solución de Cristóbal ...\n\nSaludos", "time": "21:20", "topic": "Borde de TBar", "username": "horacio" } ]
Borde de TBar
[ { "date": "2013-06-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Horacio\nLa idea es de Francisco\nComo ya he mencionado en otro post, desde que empecé con FW, nunca he modificado las clases originales que aparecen en FW.\nPrefiero crear clases propias heredadas de las originales con las modificaciones que necesito, así, si estas modificaciones aparecen en versiones posteriores, lo único que tengo que hacer es eliminar ese método \"propio\" de mi clase, hasta que pueda llegar a \"eliminar\" mis clases propias y usar las standard, que sería lo ideal, aunque comprendo que es muy dificil tener en cuenta las necesidades e ideas de cada uno de nosotros.\nDe esta manera también puedo usar las clases originales si las necesito y evaluar las que aparecen en nuevas versiones (cuando puedo actualizarme, claro <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> )\nUn saludo", "time": "14:28", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2013-06-03", "forum": "FiveWin para Harbour/xHarbour", "text": "Cristóbal, sé que la solución a tu inquietud la resolvió Francisco pero me gustó como lo implementaste. Yo también he eliminado el borde en TBar, pero modificando la clase. Hacerlo como una clase derivada, además de ser practico, ya que no la modificamos, es muy elegante.\n\nSaludos", "time": "14:56", "topic": "Borde de TBar", "username": "horacio" } ]
Borde de TBar
[ { "date": "2014-07-20", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"cnavarro\":1o6wd24n]Muchas gracias Francisco\nAl final he optado por hacer una clases derivada de TBar siguiendo tus lineas\n[code=fw:1o6wd24n]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">CLASS</span> TBarC <span style=\"color: #0000ff;\">FROM</span> TBar<br /><br />CLASSDATA lRegistered AS LOGICAL   <br /><span style=\"color: #00C800;\">DATA</span> lBorder<br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010, l2013,;<br />            lBorder, bGrad <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />            <br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />                                 <span style=\"color: #B900B9;\">//Francisco A May, 31/2013</span><br /><span style=\"color: #00C800;\">ENDCLASS</span><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010,;<br />            lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br /><br />   <span style=\"color: #00C800;\">local</span> oRect<br /><br />   <span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />           nBtnHeight := BAR_HEIGHT, l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, l2007 := .F.,;<br />           l2010 := .F., lBorder := .F.<br />           <br />   oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>        <br /><br />   ::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />                          nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />    ::<span style=\"color: #000000;\">lBorder</span>  = lBorder<br /><br />.../...<br /><br />.../...<br /><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br />   <span style=\"color: #00C800;\">local</span> oRect<br />   <br />   <span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />           nBtnHeight := BAR_HEIGHT, nHeight := BAR_HEIGHT,;<br />           l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, lBorder := .f.    <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br />   oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   <br />  ::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />                          nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   <br />   ::<span style=\"color: #000000;\">lBorder</span>     = lBorder<br /><br />    .../...<br /><br /> </div>[/code:1o6wd24n]\n\nUn saludo[/quote:1o6wd24n]\n\n\nAntonio, podría ser posible añadirlo a FWH?\nGracias", "time": "10:45", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2014-10-19", "forum": "FiveWin para Harbour/xHarbour", "text": "[quote=\"cnavarro\":h1tyv00o][quote=\"cnavarro\":h1tyv00o]Muchas gracias Francisco\nAl final he optado por hacer una clases derivada de TBar siguiendo tus lineas\n[code=fw:h1tyv00o]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">CLASS</span> TBarC <span style=\"color: #0000ff;\">FROM</span> TBar<br /><br />CLASSDATA lRegistered AS LOGICAL   <br /><span style=\"color: #00C800;\">DATA</span> lBorder<br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010, l2013,;<br />            lBorder, bGrad <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />            <br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> CONSTRUCTOR<br />                                 <span style=\"color: #B900B9;\">//Francisco A May, 31/2013</span><br /><span style=\"color: #00C800;\">ENDCLASS</span><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> <span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">&#40;</span> oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007, l2010,;<br />            lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br /><br />   <span style=\"color: #00C800;\">local</span> oRect<br /><br />   <span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />           nBtnHeight := BAR_HEIGHT, l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, l2007 := .F.,;<br />           l2010 := .F., lBorder := .F.<br />           <br />   oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>        <br /><br />   ::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />                          nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br /><br />    ::<span style=\"color: #000000;\">lBorder</span>  = lBorder<br /><br />.../...<br /><br />.../...<br /><br /><br /><br /><span style=\"color: #00C800;\">METHOD</span> NewAt<span style=\"color: #000000;\">&#40;</span> nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd, l3D,;<br />              cMode, oCursor, lBorder <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #00C800;\">CLASS</span> TBarC<br />   <span style=\"color: #00C800;\">local</span> oRect<br />   <br />   <span style=\"color: #00C800;\">DEFAULT</span> oWnd := GetWndDefault<span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span>, nBtnWidth := BAR_HEIGHT,;<br />           nBtnHeight := BAR_HEIGHT, nHeight := BAR_HEIGHT,;<br />           l3D := .f., cMode := <span style=\"color: #ff0000;\">\"TOP\"</span>, lBorder := .f.    <span style=\"color: #B900B9;\">//FranciscoA May, 31/2013</span><br /><br />   oRect = oWnd:<span style=\"color: #000000;\">GetCliRect</span><span style=\"color: #000000;\">&#40;</span><span style=\"color: #000000;\">&#41;</span><br />   <br />  ::<span style=\"color: #000000;\">nStyle</span> = <span style=\"color: #00C800;\">if</span><span style=\"color: #000000;\">&#40;</span> lBorder, nOR<span style=\"color: #000000;\">&#40;</span> WS_BORDER, WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span>,;<br />                          nOR<span style=\"color: #000000;\">&#40;</span> WS_CHILD, WS_VISIBLE, WS_CLIPCHILDREN <span style=\"color: #000000;\">&#41;</span> <span style=\"color: #000000;\">&#41;</span><br />   <br />   ::<span style=\"color: #000000;\">lBorder</span>     = lBorder<br /><br />    .../...<br /><br /> </div>[/code:h1tyv00o]\n\nUn saludo[/quote:h1tyv00o]\n\n\nAntonio, podría ser posible añadirlo a FWH?\nGracias[/quote:h1tyv00o]\n\n++1", "time": "14:19", "topic": "Borde de TBar", "username": "cnavarro" } ]
Borde de TBar
[ { "date": "2014-10-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Implementado para FWH 14.09, gracias! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->", "time": "19:53", "topic": "Borde de TBar", "username": "Antonio Linares" } ]
Borde de TBar
[ { "date": "2021-12-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Hola a todos,\n\nen mis programas utilizo la clase TTagEver - <!-- m --><a class=\"postlink\" href=\"https://github.com/JoseluisSanchez/TTagEver\">https://github.com/JoseluisSanchez/TTagEver</a><!-- m --> - que incorporo en los díalogos como un custom control de esta manera:\n\nCONTROL \"\", 110, \"TTagEver\", 0x50A10000, 8, 8, 245, 90\n\nEs decir, en el apartado Style del control indico 0x50A10000 - que confieso que ni se lo que significa ni de donde lo saqué <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) --> y el control se ve de esta manera:\n\n[img:lsimtj9c]https&#58;//www&#46;alanit&#46;com/wp-content/uploads/2021/12/TTagever&#46;png[/img:lsimtj9c]\n\nComo podeis ver, el campo donde van las etiquetas tiene efecto 3D y me gustaría que el borde fuera plano como el resto de los controles. ¿ Sabéis cómo lo puedo hacer ? Creo que es algo del estilo del control, pero ni idea de qué valor utilizar. \n\nSaludos,", "time": "17:49", "topic": "Borde plano en custom control", "username": "José Luis Sánchez" } ]
Borde plano en custom control
[ { "date": "2021-12-18", "forum": "FiveWin para Harbour/xHarbour", "text": "José Luis,\n\nLa primera idea: \n\nusar Spy++ que viene con Visual Studio Community para comparar los estilos de esos controles", "time": "18:39", "topic": "Borde plano en custom control", "username": "Antonio Linares" } ]
Borde plano en custom control
[ { "date": "2021-12-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Otra opción:\n\nUsar el editor de recursos de Visual Studio Community para revisar los estilos del recurso\n\nTambién podrias hacerlo usando ResEdit ó PellesC editor de recursos", "time": "18:41", "topic": "Borde plano en custom control", "username": "Antonio Linares" } ]
Borde plano en custom control
[ { "date": "2021-12-18", "forum": "FiveWin para Harbour/xHarbour", "text": "En estos foros buscar por 0x50A10000 y tienes algunos mensajes pero no creo que aclaren lo que buscas", "time": "18:43", "topic": "Borde plano en custom control", "username": "Antonio Linares" } ]
Borde plano en custom control
[ { "date": "2021-12-18", "forum": "FiveWin para Harbour/xHarbour", "text": "Esto? No creo sea la misma cosa,\n\n[url:mn6qnc8t]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=40923[/url:mn6qnc8t]\n\nSaludos.", "time": "22:47", "topic": "Borde plano en custom control", "username": "karinha" } ]
Borde plano en custom control
[ { "date": "2021-12-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Gracias por la contestación.\n\nEn la clase original de Paco García el estilo es:\n\n::nStyle = nOR( WS_CHILD, WS_VISIBLE, WS_CLIPSIBLINGS, WS_CLIPCHILDREN, WS_TABSTOP, WS_VSCROLL, WS_BORDER )\n\nProbando a quitar el WS_BORDER me queda el control ... sin el borde. De esta manera:\n\n[img:2pxbhktw]https&#58;//www&#46;alanit&#46;com/wp-content/uploads/2021/12/TTagever2&#46;png[/img:2pxbhktw]\n\ny en cuanto meto el WS_BORDER el borde me lo pinta en 3D que es lo que no quiero. \n\nEstoy viendo que si abro el .rc con VSCode puedo indicar el estilo con \n\nCONTROL \"\", 106, \"TTagEver\", WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_TABSTOP, 50, 85, 256, 33\n\ny luego con ResEdit lo transforma en la cadena hexadecimal apropiada. Muy cómodo para hacer probaturas.\n\nSaludos,", "time": "16:27", "topic": "Borde plano en custom control", "username": "José Luis Sánchez" } ]
Borde plano en custom control
[ { "date": "2021-12-19", "forum": "FiveWin para Harbour/xHarbour", "text": "¿ No irán los tiros por el .manifest ? \n\nLo digo porque los controles normales sí cogen borde plano con el manifest pero sin él salen como en 3D.\n\nSaludos,", "time": "16:28", "topic": "Borde plano en custom control", "username": "José Luis Sánchez" } ]
Borde plano en custom control
[ { "date": "2021-12-19", "forum": "FiveWin para Harbour/xHarbour", "text": "Posiblemente\n\nde todas formas con el Spy++ puedes comparar los estilos y ver que falta, si es que falta algo\n\nOtra opción es que tu pintes el recuadro gris que falta, pero eso es un tanto \"chapu\", lo suyo es que se pinte por el manifest", "time": "18:55", "topic": "Borde plano en custom control", "username": "Antonio Linares" } ]
Borde plano en custom control
[ { "date": "2021-12-20", "forum": "FiveWin para Harbour/xHarbour", "text": "José Luis,\n\nSospecho que necesitas poner un [code=fw:1zny1tdi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">::<span style=\"color: #000000;\">l3D</span>:= .t.</div>[/code:1zny1tdi] en ese control. No sé como se incorpora por recursos, nunca utilicé recursos, pero muy probablemente van por ahí los tiros\n\nTambien chapuceando un poco, en el on init del dialogo podrias poner [code=fw:1zny1tdi]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oTag:<span style=\"color: #000000;\">Set3DLook</span><span style=\"color: #000000;\">&#40;</span>.t.<span style=\"color: #000000;\">&#41;</span></div>[/code:1zny1tdi]\nSalu2", "time": "11:04", "topic": "Borde plano en custom control", "username": "hmpaquito" } ]
Borde plano en custom control
[ { "date": "2021-12-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Paquito, que hace esto?\n\n[code=fw:2f4lgbek]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nbsp; SET 3DLOOK <span style=\"color: #0000ff;\">ON</span><br />&nbsp; SET MULTIPLE OFF<br />&nbsp; SetWin95Look<span style=\"color: #000000;\">&#40;</span>.T.<span style=\"color: #000000;\">&#41;</span> &nbsp;<span style=\"color: #B900B9;\">// -> ???</span><br />&nbsp;</div>[/code:2f4lgbek]\n\nRegards, saludos.", "time": "14:09", "topic": "Borde plano en custom control", "username": "karinha" } ]
Borde plano en custom control
[ { "date": "2021-12-20", "forum": "FiveWin para Harbour/xHarbour", "text": "Perhaps, look like Windows 95\n\nLook at win95lok.c", "time": "18:20", "topic": "Borde plano en custom control", "username": "hmpaquito" } ]
Borde plano en custom control
[ { "date": "2021-12-20", "forum": "FiveWin para Harbour/xHarbour", "text": "He conseguido el efecto que quería dejando el control sin borde en los recursos y luego pintando el borde en la propia clase que tiene una data para ello y no lo sabía. Queda de esta manera:\n\n[img:o8ruveju]https&#58;//www&#46;alanit&#46;com/wp-content/uploads/2021/12/TTagever3&#46;png[/img:o8ruveju]\n\nMuchas gracias a todos por vuestra ayuda !!\n\nSaludos,", "time": "18:44", "topic": "Borde plano en custom control", "username": "José Luis Sánchez" } ]
Borde plano en custom control
[ { "date": "2017-12-07", "forum": "FiveWin for Harbour/xHarbour", "text": "Hi\n\n oSheet:Cells( nRow, 3 ):Value=\"Name\"\n How to draw a border on the left (or right, or up, or bottom)\n\nRegards\n\nACWoo\nUsing FWH1510\nFWH528", "time": "12:09", "topic": "Border", "username": "acwoo1" } ]
Border