topic
stringlengths
1
63
text
stringlengths
1
577k
http method post
Hi, any help about the http post method also ? I think can be managed using the tipclienthttp class but I didn't find any docs related to this class. I need to send a POST with the following parameters: POST /serteadirettiwrapper/sendmessages.asmx/SendSMSEx Host: <!-- m --><a class="postlink" href="http://www.sms.mio.it">http://www.sms.mio.it</a><!-- m --> Content-Type: application/x-www-form-urlencoded Content-Length: length Username=pippo&Password=Pluto&Text=SMS test Any suggest ? Thanks in advance.
http method post
Marco, [quote="Marco Turco":3m6cbcgu]Hi, any help about the http post method also ? I think can be managed using the tipclienthttp class but I didn't find any docs related to this class. [/quote:3m6cbcgu] I regularly do it via IE ActiveX. Please see <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12514&hilit=GetPostData">viewtopic.php?f=3&t=12514&hilit=GetPostData</a><!-- l --> (someone suggested tip class too there) Hi, Davide
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Hello Everybody Uploaded is latest QtContribs installer QtContribs_Mingw-491_Qt-540_r391_Setup.exe. Downlaod Link: <!-- m --><a class="postlink" href="https://sourceforge.net/projects/qtcontribs/files/?source=navbar">https://sourceforge.net/projects/qtcont ... rce=navbar</a><!-- m --> This installer is based on Qt 5.4 and MinGW 4.9.1. This installer includes r374 through r391. Installer is not thoroughly tested, so regression may be possible, please report back. Pritpal Bedi Hi, the tutorial Rev. [7655] has been updated at: <!-- m --><a class="postlink" href="http://www.elektrosoft.it/tutorials/hbqt/hbqt.asp">http://www.elektrosoft.it/tutorials/hbqt/hbqt.asp</a><!-- m --> What's new: Updated "How to install QtContribs and compile a PRG" - (Rev. [7642]) Added "How to Distribuite an Application" - (Rev. [7651]) Added "Games - McDonald's Game" - (Rev. [7654]) Giovanni
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Hello, Have you thought about joining efforts with Fivewin community, the larger at the xBase world, instead of splitting forces for very very few users?. Thanks.
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Lucas, Por tu comentario pareciera que no conoces lo que han anunciado. Lo que han anunciado es la disponibilidad de una actualización de una herramienta multiplataforma (Windows- Android- IOS), por lo que imho no caben comparaciones. Y sí, es verdad que la fragmentación del mundo xBase es en sí una pérdida. Saludos.
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Hola, Sí, conozco QT y de hecho Antonio publicó un prototipo de FivewinQT para usar la sintáxis de Fivewin con ellos. No se quién actualmente usa los trabajos de Pritpal y Giovanni, me parece que muy pocas personas. Igual estoy equivocado. Pero lo cierto es que la continua fragmentación del xBase no hace más que perjudicarlo. Y la base mayor de aplicaciones, usuarios, solidez de la comunidad y fortaleza de la misma es Fivewin. Hello, Yes, I know QT and in fact Antonio already published a prototype, FivewinQT, to use the syntax Fivewin with them. I don´t know who currently uses the work of Pritpal and Giovanni, I think very few people. Perhaps I'm wrong. But the truth is that the continued fragmentation of xBase does nothing but harm it. And the largest base of applications, users, community strength and strength of it is Fivewin.
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Lucas, A veces ocurre que el propio producto no tiene un foro demasiado extenso. Hay otras herramientas derivadas de él que si pueden estar siendo usadas más extensamente. En todo caso son productos distintos a fwh. Cada uno en lo suyo. He omitido nombres por respeto al foro en el que escribo. Saludos
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Massimo, Lucas, Paco, I have been chatting almost daily with Pritpal and soon there will be very good news <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> I helped him to port it to iOS and now I am already working and testing on Android. Soon to be ported to iOS too. Stay tuned. 2015 will bring great surprises <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
http://www.hmgforum.com/viewtopic.php?f=7&t=4175
Antonio, Muy ilusionantes noticias nos traes... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Ansiosos estamos por empezar a probar <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Muchas gracias
http://www.qtforum.org
<!-- m --><a class="postlink" href="http://www.qtforum.org/article/37687/qdatetime-in-a-qlineedit.html">http://www.qtforum.org/article/37687/qd ... eedit.html</a><!-- m --> Antonio tengo pocos minutos en este foro y encontre tres funcionalidades para el GET (FiveWin) @ CROW(3),060 GET oDate VAR dDate OF oDlg oDate:setInputMask("00/00/0000") // Asigna Mascara oDate:setEchoMode(2) // Modo PassWord oDate:SetText(DTOC(DATE())) // Asigna Valor Considero que podemos avanzar rapidamente y facilmente con FiveTouch, estoy muy animado con el potencial de esta aplicación, seguire probando-
http://www.qtforum.org
Antonio En minutos logre verificar las propiedades del GET o (QLineEdit) oGet:setMaxLength(4) Capacidad maxima de datos oGet:setInputMask("0.00") // Solo Acepta Numero oGet:setAlignment(2) // Alineación RIGTH oGet:setAlignment(4) // Centrado oGet:setFixedSize(300, 20) // Cambiar Tamaño del Control oGet:setDisabled(.F.) // condicional (Activo o Inactivo) sirve para sustituir el WHEN, revise la QLABEL es similar, para gustos y colores podemos avanzar (solo faltaria definir Qpalette() // Cambiar color, necesitamos objeto de Paleta o similar Fivewin QPalette *palette = new QPalette(); palette->setColor(QPalette::Text,Qt::red); lineEdit->setPalette(*palette); <!-- m --><a class="postlink" href="http://www.codeprogress.com/cpp/libraries/qt/QLineEditCenterText.php#.VR-fc9yG-xq">http://www.codeprogress.com/cpp/librari ... R-fc9yG-xq</a><!-- m -->
http://www.qtforum.org
Excelente! Muchas gracias Juan! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
http://www.qtforum.org
Antonio He logrado investigar acerca de las clases QPALETTE,QCOLOR, aun no he podido cambiar el color de los controles Adjunto programa inspector.prg [code=fw:csbyyt28]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveTouch.ch"</span><br /><span style="color: #B900B9;">/*<br />// Inspector de la clase QPALETTE,QCOLOR<br /><!-- m --><a class="postlink" href="http://doc.qt.io/qt-4.8/qpalette.html">http://doc.qt.io/qt-4.8/qpalette.html</a><!-- m --><br /><!-- m --><a class="postlink" href="http://doc.qt.io/qt-4.8/qcolor.html">http://doc.qt.io/qt-4.8/qcolor.html</a><!-- m --><br /><!-- m --><a class="postlink" href="http://doc.qt.io/qt-4.8/qbrush.html&nbsp;">http://doc.qt.io/qt-4.8/qbrush.html&nbsp;</a><!-- m --><br />*/</span><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> aBtnText:=<span style="color: #000000;">&#123;</span><span style="color: #ff0000;">"Palette"</span>,<span style="color: #ff0000;">"Brush"</span>,<span style="color: #ff0000;">"Color"</span>,<span style="color: #ff0000;">"Button "</span>,<span style="color: #ff0000;">"Salir"</span><span style="color: #000000;">&#125;</span><br /><span style="color: #00C800;">LOCAL</span> aBtn :=ARRAY<span style="color: #000000;">&#40;</span>LEN<span style="color: #000000;">&#40;</span>aBtnText<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> oPalette:=QPalette<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <br /><br /><span style="color: #00C800;">PRIVATE</span> oDlgBrw,oBrw<br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlgBrw <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Inspector"</span> ;<br /><span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">460</span>, <span style="color: #000000;">600</span>&nbsp; &nbsp;<br /><br />@ CROW<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">BUTTON</span> aBtn<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> aBtnText<span style="color: #000000;">&#91;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">OF</span> oDlgBrw ;<br /><span style="color: #0000ff;">ACTION</span> FT_INSPECT<span style="color: #000000;">&#40;</span>oPalette<span style="color: #000000;">&#41;</span><br /><br />@ CROW<span style="color: #000000;">&#40;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">BUTTON</span> aBtn<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> aBtnText<span style="color: #000000;">&#91;</span><span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">OF</span> oDlgBrw ;<br /><span style="color: #0000ff;">ACTION</span> FT_INSPECT<span style="color: #000000;">&#40;</span>oPalette:<span style="color: #0000ff;">TEXT</span><span style="color: #000000;">&#41;</span><br /><br />@ CROW<span style="color: #000000;">&#40;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">BUTTON</span> aBtn<span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> aBtnText<span style="color: #000000;">&#91;</span><span style="color: #000000;">3</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">OF</span> oDlgBrw ;<br /><span style="color: #0000ff;">ACTION</span> FT_INSPECT<span style="color: #000000;">&#40;</span>oPalette:<span style="color: #0000ff;">TEXT</span>:<span style="color: #0000ff;">COLOR</span><span style="color: #000000;">&#41;</span><br /><br />@ CROW<span style="color: #000000;">&#40;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">BUTTON</span> aBtn<span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> aBtnText<span style="color: #000000;">&#91;</span><span style="color: #000000;">4</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">OF</span> oDlgBrw ;<br /><span style="color: #0000ff;">ACTION</span> FT_INSPECT<span style="color: #000000;">&#40;</span>oPalette:<span style="color: #0000ff;">BUTTON</span><span style="color: #000000;">&#41;</span><br /><br />@ CROW<span style="color: #000000;">&#40;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#41;</span>, <span style="color: #000000;">1</span> <span style="color: #0000ff;">BUTTON</span> aBtn<span style="color: #000000;">&#91;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">PROMPT</span> aBtnText<span style="color: #000000;">&#91;</span><span style="color: #000000;">5</span><span style="color: #000000;">&#93;</span> <span style="color: #0000ff;">OF</span> oDlgBrw ;<br /><span style="color: #0000ff;">ACTION</span> oDlgBrw:<span style="color: #000000;">end</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />AEVAL<span style="color: #000000;">&#40;</span>aBtn,<span style="color: #000000;">&#123;</span>|o,n| o:<span style="color: #000000;">setFixedSize</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">130</span>,<span style="color: #000000;">24</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlgBrw <span style="color: #0000ff;">CENTERED</span> <br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span><br /><br /><span style="color: #00C800;">FUNCTION</span> BCOL<span style="color: #000000;">&#40;</span>nCol<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">81</span>*<span style="color: #000000;">&#40;</span>nCol<span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">+10</span>&nbsp; &nbsp;<br /><br /><br /><span style="color: #00C800;">FUNCTION</span> CROW<span style="color: #000000;">&#40;</span>nRow<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">30</span>*<span style="color: #000000;">&#40;</span>nRow<span style="color: #000000;">-1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">+20</span>&nbsp; &nbsp;<br /><br /><br /><span style="color: #00C800;">FUNCTION</span> FT_INSPECT<span style="color: #000000;">&#40;</span>oObj<span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">LOCAL</span> aMetodos:=ASORT<span style="color: #000000;">&#40;</span>__objGetMethodList<span style="color: #000000;">&#40;</span> oObj <span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">// Lectura de Metodos</span><br /><br />ViewArray<span style="color: #000000;">&#40;</span>aMetodos,<span style="color: #000000;">2</span>,oObj<span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span><br /><br /><span style="color: #00C800;">function</span> VIEWARRAY<span style="color: #000000;">&#40;</span>aData,nCol,oObj<span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">LOCAL</span> I,U<br /><span style="color: #00C800;">local</span> oDlg := QDialog<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">local</span> oLayout := QVBoxLayout<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">local</span> oBrw := QTableView<span style="color: #000000;">&#40;</span> oDlg <span style="color: #000000;">&#41;</span><br /><span style="color: #00C800;">local</span> oModel := QStandardItemModel<span style="color: #000000;">&#40;</span> LEN<span style="color: #000000;">&#40;</span>aData<span style="color: #000000;">&#41;</span>, nCol, oDlg <span style="color: #000000;">&#41;</span><br /><br />oModel:<span style="color: #000000;">SetHorizontalHeaderItem</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span>, QStandardItem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Header1"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />oModel:<span style="color: #000000;">SetHorizontalHeaderItem</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1</span>, QStandardItem<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Header2"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">FOR</span> I=<span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> LEN<span style="color: #000000;">&#40;</span>aData<span style="color: #000000;">&#41;</span><br /><br />&nbsp; <span style="color: #00C800;">IF</span> ValType<span style="color: #000000;">&#40;</span>aData<span style="color: #000000;">&#91;</span>I<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span>=<span style="color: #ff0000;">"A"</span> .AND. LEN<span style="color: #000000;">&#40;</span>aData<span style="color: #000000;">&#91;</span>I<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span>><span style="color: #000000;">1</span><br />&nbsp; &nbsp; &nbsp;<span style="color: #00C800;">FOR</span> U=<span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> LEN<span style="color: #000000;">&#40;</span>aData<span style="color: #000000;">&#91;</span>I<span style="color: #000000;">&#93;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp; &nbsp;oModel:<span style="color: #000000;">SetItem</span><span style="color: #000000;">&#40;</span> I<span style="color: #000000;">-1</span>, U<span style="color: #000000;">-1</span>, QStandardItem<span style="color: #000000;">&#40;</span> aData<span style="color: #000000;">&#91;</span>I,U<span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; &nbsp;<span style="color: #00C800;">NEXT</span> U<br />&nbsp; <span style="color: #00C800;">ELSE</span><br />&nbsp; &nbsp; oModel:<span style="color: #000000;">SetItem</span><span style="color: #000000;">&#40;</span> I<span style="color: #000000;">-1</span>, <span style="color: #000000;">0</span>, QStandardItem<span style="color: #000000;">&#40;</span> aData<span style="color: #000000;">&#91;</span>I<span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp; oModel:<span style="color: #000000;">SetItem</span><span style="color: #000000;">&#40;</span> I<span style="color: #000000;">-1</span>, <span style="color: #000000;">1</span>, QStandardItem<span style="color: #000000;">&#40;</span> STR<span style="color: #000000;">&#40;</span>I<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />&nbsp; <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">NEXT</span> I<br /><br />oDlg:<span style="color: #000000;">SetLayout</span><span style="color: #000000;">&#40;</span> oLayout <span style="color: #000000;">&#41;</span><br />oBrw:<span style="color: #000000;">SetModel</span><span style="color: #000000;">&#40;</span> oModel <span style="color: #000000;">&#41;</span><br />oLayout:<span style="color: #000000;">AddWidget</span><span style="color: #000000;">&#40;</span> oBrw <span style="color: #000000;">&#41;</span><br /><br />oDlg:<span style="color: #000000;">SetWindowTitle</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Inspector, Clase "</span>+oObj:<span style="color: #000000;">ClassName</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />oDlg:<span style="color: #000000;">Resize</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">500</span>, <span style="color: #000000;">400</span> <span style="color: #000000;">&#41;</span> <br />oDlg:<span style="color: #0000ff;">Center</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />oDlg:<span style="color: #000000;">Exec</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span><br /><br />&nbsp;</div>[/code:csbyyt28] [quote="jnavas":csbyyt28]Antonio En minutos logre verificar las propiedades del GET o (QLineEdit) oGet:setMaxLength(4) Capacidad maxima de datos oGet:setInputMask("0.00") // Solo Acepta Numero oGet:setAlignment(2) // Alineación RIGTH oGet:setAlignment(4) // Centrado oGet:setFixedSize(300, 20) // Cambiar Tamaño del Control oGet:setDisabled(.F.) // condicional (Activo o Inactivo) sirve para sustituir el WHEN, revise la QLABEL es similar, para gustos y colores podemos avanzar (solo faltaria definir Qpalette() // Cambiar color, necesitamos objeto de Paleta o similar Fivewin QPalette *palette = new QPalette(); palette->setColor(QPalette::Text,Qt::red); lineEdit->setPalette(*palette); <!-- m --><a class="postlink" href="http://www.codeprogress.com/cpp/libraries/qt/QLineEditCenterText.php#.VR-fc9yG-xq">http://www.codeprogress.com/cpp/librari ... R-fc9yG-xq</a><!-- m -->[/quote:csbyyt28]
http:post in Fivewin
Hi all, I need to send some info via http:post how can I convert this php code in fivewin ? for a single element dataI Always used hFormData := {=>} hFormData["sender"] := "LOGIC SRL" .. .. oHttp:Post(hformData) but in this case I have multiple elements // SENDER DETAILS $_param["sender"] = "LOGIC SRL"; $_param["posta_options"]["sender"]["indirizzo"] = "Via Zama 4"; $_param["posta_options"]["sender"]["cap"] = "20110"; $_param["posta_options"]["sender"]["citta"] = "Milano"; $_param["posta_options"]["sender"]["provincia"] = "MI"; $_param["posta_options"]["sender"]["nazione"] = "Italia"; Thanks in advance
http:post in Fivewin
Marco, Please search in these forums for XMLHTTP post
https POST
Dear friends, I need to send an https POST (data and headers) using xHarbour/FWH. Any ideas? EMG
https POST
Never mind. Found in an old thread! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
https POST
Enrico I have done quite a bit of IE ( internet explorer ) automation .. I was thinking about sharing that with you .. but I didn't know if you wanted to go there. Just curious about your solution? Thanks Rick Lipkin
https POST
Yes, I'm very interested, please. Anyway, now I have a problem: the following expression [code=fw:1gxidrpq]<div class="fw" id="{CB}" style="font-family: monospace;">oExp:<span style="color: #000000;">Document</span>:<span style="color: #000000;">Body</span>:<span style="color: #000000;">InnerText</span></div>[/code:1gxidrpq] gives me an error: [code=fw:1gxidrpq]<div class="fw" id="{CB}" style="font-family: monospace;">Error InternetExplorer.Application:<span style="color: #000000;">DOCUMENT</span>/<span style="color: #000000;">0</span> &nbsp;S_OK: <span style="color: #000000;">BODY</span></div>[/code:1gxidrpq] and I don't know why... <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> EMG
https POST
Enrico I built a webcrawling engine that went out to various Inventory vendor sites and with IE automation, I started IE, logged into a site, inserted text into the sites search and interrogated the results. When 'scraping the page' .. I found what I was looking for was the Outertext, not the InnerText .. here is a snipit of the code .. notice the 5th line. Lots more to share if I can help! Rick Lipkin [code=fw:tx8r0k0c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />     cSAY := <span style="color: #ff0000;">"Gathering product information "</span><br />     oSay:<span style="color: #0000ff;">ReFresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />     SysReFresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />     <span style="color: #00C800;">try</span><br />        cTEXT := lower<span style="color: #000000;">&#40;</span>IE1:<span style="color: #000000;">document</span>:<span style="color: #000000;">documentElement</span>:<span style="color: #000000;">outerTEXT</span><span style="color: #000000;">&#41;</span><br />     catch<br />        cSAY := <span style="color: #ff0000;">"Can not open Product information "</span>+cPARTS<br />        oSay:<span style="color: #0000ff;">ReFresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />        SysReFresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />        <span style="color: #00C800;">try</span><br />           IE1:<span style="color: #000000;">Quit</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />        catch<br />        end <span style="color: #00C800;">try</span><br /><br />        IE1 := <span style="color: #00C800;">NIL</span><br />        SysReFresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />        <span style="color: #00C800;">return</span><span style="color: #000000;">&#40;</span>.f.<span style="color: #000000;">&#41;</span><br />     end <span style="color: #00C800;">try</span><br /><br />     SysWait<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3</span><span style="color: #000000;">&#41;</span><br /><br />     <span style="color: #B900B9;">// take out all the control char</span><br /><br />     nLOOP := <span style="color: #000000;">0</span><br />     <span style="color: #00C800;">DO</span> <span style="color: #00C800;">WHILE</span> .T.<br />        <span style="color: #00C800;">IF</span> <span style="color: #00C800;">AT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>, cTEXT <span style="color: #000000;">&#41;</span>  > <span style="color: #000000;">0</span><br />          cTEXT := STRTRAN<span style="color: #000000;">&#40;</span> cTEXT, <span style="color: #000000;">&#40;</span>chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">13</span><span style="color: #000000;">&#41;</span>+chr<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>, space<span style="color: #000000;">&#40;</span><span style="color: #000000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span><br />        <span style="color: #00C800;">ENDIF</span><br />        nLOOP++<br />        <span style="color: #00C800;">IF</span> nLOOP > <span style="color: #000000;">500</span><br />           EXIT<br />        <span style="color: #00C800;">ENDIF</span><br />     <span style="color: #00C800;">ENDDO</span><br /><br />  *   <span style="color: #0000ff;">msginfo</span><span style="color: #000000;">&#40;</span> ctext <span style="color: #000000;">&#41;</span><br /><br /><br /> </div>[/code:tx8r0k0c] I found poking around on websites works best when you know the exact DOM elements distinguished location .. here is an example of clicking on a login button. Notice the code block .. Rao helped me consolidate the Code block into a more readable function that even handles "-" hyphens and spaces in the DOM address that typically will not pass as parameters. [code=fw:tx8r0k0c]<div class="fw" id="{CB}" style="font-family: monospace;"><br />    <span style="color: #B900B9;">//   cSubmit_Login_button := "document:forms:login:login" // actual DOM address </span><br /><br />   <span style="color: #00C800;">try</span><br />   *   bSUBMIT := &<span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#91;</span> <span style="color: #000000;">&#123;</span> | IE | IE:<span style="color: #000000;">&#93;</span>+cSUBMIT_LOGIN_BUTTON_DOM+<span style="color: #000000;">&#91;</span>:<span style="color: #0000ff;">Click</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#93;</span>+<span style="color: #000000;">&#91;</span> <span style="color: #000000;">&#125;</span><span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span><br />      OSendMulti<span style="color: #000000;">&#40;</span> IE, cSUBMIT_LOGIN_DOM+<span style="color: #ff0000;">":Click"</span>,   <span style="color: #000000;">&#41;</span>    <span style="color: #B900B9;">// in func_lib.prg</span><br />   catch<br />      cSAY := <span style="color: #ff0000;">"Clicking Login button  FAILED"</span><br />      oSay:<span style="color: #0000ff;">ReFresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      SysReFresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />      aLINE := <span style="color: #000000;">&#123;</span> cURL,cPARTS,cSAY,<span style="color: #ff0000;">"   "</span>, <span style="color: #ff0000;">"    "</span>, <span style="color: #ff0000;">"  "</span> <span style="color: #000000;">&#125;</span><br />      AAdd<span style="color: #000000;">&#40;</span> aResults, aLine <span style="color: #000000;">&#41;</span><br />      oLbx2:<span style="color: #0000ff;">Refresh</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      oLbx2:<span style="color: #000000;">GoBottom</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />      <span style="color: #00C800;">try</span><br />         IE:<span style="color: #000000;">Quit</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      catch<br />      end <span style="color: #00C800;">try</span><br /><br />      <span style="color: #00C800;">IF</span> cTESTING = <span style="color: #ff0000;">"TEST"</span><br />         oBtn1:<span style="color: #000000;">Enable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />         oBtn2:<span style="color: #000000;">Enable</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">ENDIF</span><br /><br />      SysReFresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">RETURN</span><span style="color: #000000;">&#40;</span>.F.<span style="color: #000000;">&#41;</span><br />   end <span style="color: #00C800;">try</span><br /><br /> </div>[/code:tx8r0k0c] oSendMulti() Function [code=fw:tx8r0k0c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//------------------------------</span><br /><span style="color: #B900B9;">// this function takes a method string</span><br /><span style="color: #B900B9;">// and evals it instead of creating a complex</span><br /><span style="color: #B900B9;">// code block</span><br /><span style="color: #B900B9;">//</span><br /><span style="color: #B900B9;">//  OSendMulti( IE,"document:forms:tsf:lst-ib:Value", cPARTS )</span><br /><span style="color: #B900B9;">//</span><br /><span style="color: #B900B9;">//-----------------------------------------</span><br /><span style="color: #00C800;">Function</span> OSendMulti<span style="color: #000000;">&#40;</span> o, cMsg, uVal <span style="color: #000000;">&#41;</span><br /><br />   <span style="color: #00C800;">local</span> aMsg  := HB_ATokens<span style="color: #000000;">&#40;</span> cMsg, <span style="color: #ff0000;">":"</span> <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> n     := Len<span style="color: #000000;">&#40;</span> aMsg <span style="color: #000000;">&#41;</span> - <span style="color: #00C800;">If</span><span style="color: #000000;">&#40;</span> uVal == <span style="color: #00C800;">nil</span>, <span style="color: #000000;">0</span>, <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">local</span> p<br /><br />   AEval<span style="color: #000000;">&#40;</span> aMsg, <span style="color: #000000;">&#123;</span> |c| o := OSendEx<span style="color: #000000;">&#40;</span> o, c <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span>, <span style="color: #000000;">1</span>, n <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">if</span> uVal != <span style="color: #00C800;">nil</span><br />      o        := OSend<span style="color: #000000;">&#40;</span> o, <span style="color: #ff0000;">"_"</span> + ATail<span style="color: #000000;">&#40;</span> aMsg <span style="color: #000000;">&#41;</span>, uVal <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">endif</span><br /><br /><span style="color: #00C800;">return</span><span style="color: #000000;">&#40;</span> o <span style="color: #000000;">&#41;</span><br /><br /> </div>[/code:tx8r0k0c]
https POST
Unfortunately, my problem is with Body not with InnerText. I cannot understand why the Body property is not accessible... EMG
https POST
Enrico, Try, it's http more i think that work to https too.: [code=fw:2bhygjc6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//--------------------------------------------------------------------------------------------------//</span><br />  <span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #B900B9;">//--------------------------------------------------------------------------------------------------//</span><br />  <span style="color: #00C800;">Function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">&#40;</span> SendPostToUrl<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"http://localhost/test.php"</span>, <span style="color: #ff0000;">"name=lailton&country=brazil"</span> <span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">"POST"</span> <span style="color: #000000;">&#41;</span><br />  <span style="color: #00C800;">Return</span> <span style="color: #00C800;">Nil</span><br /><span style="color: #B900B9;">//--------------------------------------------------------------------------------------------------//</span><br />  <span style="color: #00C800;">Function</span> SendPostToUrl<span style="color: #000000;">&#40;</span> cUrl, cParams <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">Local</span> oOle,cRet:=<span style="color: #ff0000;">''</span>,uRet<br />    <span style="color: #00C800;">Try</span><br />     oOle := CreateObject<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'MSXML2.XMLHTTP'</span> <span style="color: #000000;">&#41;</span><br />    Catch<br />     oOle := CreateObject<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'Microsoft.XMLHTTP'</span> <span style="color: #000000;">&#41;</span><br />    End<br />    oOle:<span style="color: #000000;">Open</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'POST'</span>, cUrl, .f. <span style="color: #000000;">&#41;</span><br />    oOle:<span style="color: #000000;">SetRequestHeader</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Content-Type"</span>, <span style="color: #ff0000;">"application/x-www-form-urlencoded"</span> <span style="color: #000000;">&#41;</span><br />    oOle:<span style="color: #000000;">Send</span><span style="color: #000000;">&#40;</span> cParams <span style="color: #000000;">&#41;</span><br />    SysRefresh<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />    #ifdef __XHARBOUR__<br />     cRet := oOle:<span style="color: #000000;">ResponseBody</span><br />    #else<br />     AEval<span style="color: #000000;">&#40;</span>oOle:<span style="color: #000000;">ResponseBody</span>,<span style="color: #000000;">&#123;</span>|uRet|cRet+=Chr<span style="color: #000000;">&#40;</span>uRet<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#125;</span><span style="color: #000000;">&#41;</span><br />    #endif <br />  <span style="color: #00C800;">Return</span> cRet<br /><span style="color: #B900B9;">//--------------------------------------------------------------------------------------------------//</span></div>[/code:2bhygjc6] test.php [code=fw:2bhygjc6]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br /> <span style="color: #00C800;">if</span><span style="color: #000000;">&#40;</span>$_POST<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#123;</span><br />  echo <span style="color: #ff0000;">"Yes Post :-)<span style="color: #000000;">\n</span><span style="color: #000000;">\n</span>"</span>;<br />  print_r<span style="color: #000000;">&#40;</span> $_POST <span style="color: #000000;">&#41;</span>;<br /> <span style="color: #000000;">&#125;</span><span style="color: #00C800;">else</span><span style="color: #000000;">&#123;</span><br />  echo <span style="color: #ff0000;">"Not Post :-("</span>;<br /> <span style="color: #000000;">&#125;</span><br />?></div>[/code:2bhygjc6] <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
https POST
Thank you, I will try it. EMG
https POST
It worked! Many thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
https POST
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Nice !
https POST
Enrico Just curious .. I looked at Lawton's code .. I do not understand what you are trying to do ?? Thanks Rick Lipkin
https POST
I need to send a POST via https with custom headers and data. EMG
https://fivetechsoft.github.io/snippets/ in my smartphone
Hi, If i open [url:8w8zb9xl]https&#58;//fivetechsoft&#46;github&#46;io/snippets/[/url:8w8zb9xl] in my android smartphone huawei and chrome I cannot see Run and Save in te topo of the page [img:8w8zb9xl]http&#58;//www&#46;marcoboschi&#46;it/public/Screenshot_2020-03-02-13-44-07&#46;png[/img:8w8zb9xl] I hope I was helpful
https://fivetechsoft.github.io/snippets/ in my smartphone
<!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
https://fivetechsoft.github.io/snippets/ in my smartphone
Marco, Please try modpro that uses "responsive" design with bootstrap: [url:g78khxqv]https&#58;//www&#46;modharbour&#46;org/modharbour_samples/modpro/modpro&#46;prg[/url:g78khxqv]
https://fivetechsoft.github.io/snippets/ in my smartphone
it still not going
https://fivetechsoft.github.io/snippets/ in my smartphone
[url:1sv8auzq]https&#58;//www&#46;sitepoint&#46;com/build-responsive-bootstrap-website/[/url:1sv8auzq]
hybrid FWH/MH program
Now with datepicker. [img:2hxslpmt]https&#58;//mybergland&#46;com/fwforum/fwhandmoddatepicker&#46;gif[/img:2hxslpmt]
hybrid FWH/MH program
Hello friends, I think this will become a nice sample for a hybrid FWH/MH program. Now checkbox is updating fine. The dialog "Karteikarte" is running in localhost and a mod harbour program. I mention this as you do not see any difference between the desktop and the web APP. Best regards, Otto [img:36695h1m]https&#58;//mybergland&#46;com/fwforum/fwhandmod1&#46;gif[/img:36695h1m]
hybrid FWH/MH program
main-prg [img:1kcmhbfu]https&#58;//mybergland&#46;com/fwforum/mh_html&#46;jpg[/img:1kcmhbfu] form [img:1kcmhbfu]https&#58;//mybergland&#46;com/fwforum/form&#46;jpg[/img:1kcmhbfu]
i Search same harbour sample
I am searching a sample for my blog on harbour language <!-- m --><a class="postlink" href="http://harbourlanguage.blogspot.com/">http://harbourlanguage.blogspot.com/</a><!-- m --> I invite everybody post here sample without gui
i corrispettivi elettronici
Dal 1° di luglio 2019 entra in vigore l’obbligo di inviare i corrispettivi all’Agenzia delle Entrate tramite appositi registratori telematici. avete fatto qualcosa ?
i corrispettivi elettronici
Viene fatto in automatico dai registratori telematici , esiste la possibilità di farlo via software ma penso che sia riservato alla GDO . Maurizio
i corrispettivi elettronici
Eppure qualcuno lo ha fatto via software o cosi pare
i corrispettivi elettronici
Le informazioni che ho sono: 1 - Sarà cura del misuratore spedire i corrispettivi 2 - obbligatorio abbinare l'iva all'articolo o al reparto stampato nello scontrino (con natura se iva 0 - come x le fatture elettroniche) 3 - non si potrà più in uno scontrino di vendita rendere un articolo, ma bisognerà farlo a parte indicando la matricola, da data ed il numero dello scontrino dove lo stesso era stato venduto (pratica di reso) 4 - Gli scontrini annullati verranno spediti telematicamente e non più pinzati al libretto fiscale della macchina 5 - Dal 1 Luglio dovrebbero passare in telematico ( da MF a RT) solo le ditte che fatturano più di 400 mila euro
i18n Lenguaje
Compañeros, estuve probando la funcion i18n, y luego de dar algunas caidas, logre compilar el test colocando en la linea de comando /j[archivo.hil], y genera el .hil con la cabezera por defecto del mismo, pero no genera las palabras que deberia tomar del i18n cuando esta compilando. Utiizo xharbour, estuve buscando en los ejemplos y lo hago todo exactamente igual pero nada. Sera lagun problema de la funcion en el xHarbour?? Gracias de Antemano
i18n()
Hello Who has experience with i18n ()? How do I can translate the .HIL files? Regards, Norbert
i18n()
has someone a compiled version of hbdict.exe ? Regards Norbert
iBackUP V.Final con codigo Multiples Respaldos/Restaurar.
Hola a todos Lo prometido es deuda !! Doy por concluido el desarrollo de iBackUp, un pequeño aporte de mi parte para uds. Caracteristicas : - 6 Configuraciones diferentes para respaldos !!! - Multiples carpetas - Un solo archivo o grupos usando wildcard ( *.DBF, *.TXT, etc ) - Activar o desactivar registros de cada configuracion - Historico de uso por configuracion - Aplicar password a respaldo - Restaurar todos los archivos del respaldo - Restaurar solo archivos seleccionados - Indicar Destino para restauracion - Aplicar password para restuaracion Facilisimo de usar y con buena presentacion <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> En fin, tengan todos uds la ultima palabra. Lo libero en esta etapa funcional al 100%, por que, como formara parte un sistema modular que estoy terminando, le añadire funciones, bases, etc para cruzarlo con los otros modulos. Espero les guste y les sirva. <!-- m --><a class="postlink" href="http://hyperupload.com/download/02acee7c92/iBackUp.zip.html">http://hyperupload.com/download/02acee7 ... p.zip.html</a><!-- m --> Saludos
iBackUP V.Final con codigo Multiples Respaldos/Restaurar.
ooopppsss !!! <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> Se me paso comentarles esto : solo ajusten el path de los bitmaps en el archivo iBckImgs.RC, para que se puedan mostrar correctamente, los bitmaps se encuentran en la carpeta Media. Saludos
iBackUP V.Final con codigo Multiples Respaldos/Restaurar.
felicitaciones raymundo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Excelente aportación al foro. veremos cuando se logra la grabacion a cdrom desde nuestra app o los respaldos programados <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> para una segunda version <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> salu2 carlos vargas
iBackUP V.Final con codigo Multiples Respaldos/Restaurar.
Muchas Gracias Carlos <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> Amigo mio, suenan muy bien esas observaciones tuyas, las estare analizando y probando. Saludos
iBackUP V.Final con codigo Multiples Respaldos/Restaurar.
Hola Muchas gracias a todos los amigos que se han tomado la molestia en bajar y testear iBackUp !! Me han estado enviando sugerencias y algunas correcciones ( Carlos Vargas, Jose Murugosa, Jose Luis Ysturiz..... ) Empezare a hacer una lista y las correcciones pertienentes y dentro de poco les dare noticias de estas. Saludos
iMAGE WITDH AND hEIGHT
if I have an 377x314 image I must put on a dialog this image but if I write @ 2,5 IMAGE oImg SIZE 377,314 OF oDlg the image is too big why ?
iMAGE WITDH AND hEIGHT
Please provide the used image. Place it at <!-- w --><a class="postlink" href="http://www.hyperupload.com">www.hyperupload.com</a><!-- w --> and provide the download link.
iMAGE WITDH AND hEIGHT
THIS IS FILE IMAGE <!-- m --><a class="postlink" href="http://hyperupload.com/download/0115f62e17/1_mod.jpg.html">http://hyperupload.com/download/0115f62 ... d.jpg.html</a><!-- m -->
iMAGE WITDH AND hEIGHT
I confirm the problem. It seems a bug in TBitmap. This is a sample: [code:1hcq2zaf]#include "Fivewin&#46;ch" FUNCTION MAIN&#40;&#41; LOCAL oDlg, oBmp DEFINE DIALOG oDlg; SIZE 700, 500 @ 1, 1 BITMAP oBmp FILE "c&#58;\fwharbour\bitmaps\magic&#46;bmp" SIZE 320, 200 ACTIVATE DIALOG oDlg; CENTER RETURN NIL[/code:1hcq2zaf] EMG
iMAGE WITDH AND hEIGHT
Silvio, Enrico, As a temporary workaround you may do: [code:gst444o7] ACTIVATE DIALOG oDlg; CENTER ; ON INIT oBmp&#58;SetSize&#40; 320, 200 &#41; [/code:gst444o7]
iMAGE WITDH AND hEIGHT
If I am not wrong, its not a bug, as when using a DIALOG and specifying SIZE clause, we are managing dialogs units, not pixels.
iMAGE WITDH AND hEIGHT
I agree. TBitmap behavior is consistent with the other controls. EMG
iMAGE WITDH AND hEIGHT
thanks to all
iOS app signer
[url:1e00pi04]https&#58;//dantheman827&#46;github&#46;io/ios-app-signer/[/url:1e00pi04]
iOS certificates nightmare
[url:3p2t3bjy]https&#58;//www&#46;genuitec&#46;com/products/myeclipse/learning-center/mobile/ios-application-provisioning-requirements/[/url:3p2t3bjy] If someone knows an easier way, please share it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
iOS certificates nightmare
[url:12vc7kll]http&#58;//bouk&#46;co/blog/sideload-iphone/[/url:12vc7kll] [url:12vc7kll]http&#58;//stackoverflow&#46;com/questions/30884950/xcode7-beta-no-provisioning-is-it-right/30885089#30885089[/url:12vc7kll] [url:12vc7kll]http&#58;//stackoverflow&#46;com/questions/4952820/test-ios-app-on-device-without-apple-developer-program-or-jailbreak[/url:12vc7kll]
iOS certificates nightmare
Antonio . <!-- m --><a class="postlink" href="http://stackoverflow.com/questions/4952820/test-ios-app-on-device-without-apple-developer-program-or-jailbreak">http://stackoverflow.com/questions/4952 ... -jailbreak</a><!-- m -->
iPad jailbroken in a single day
[url:1dv1o69h]http&#58;//www&#46;macnn&#46;com/articles/10/04/04/early&#46;hack&#46;gets&#46;root&#46;on&#46;ipad/[/url:1dv1o69h] [url:1dv1o69h]http&#58;//www&#46;youtube&#46;com/watch?v=dgHNayVtHkQ[/url:1dv1o69h]
iPhone
Hi Antonio, I´ve been asked by a customer to try to write a small application to run on iPhone and integrate with the FWH/HARBOUR application I already wrote for him. I have no idea where to begin. I downloaded xcode4.dmg and mounted with Virtual box. Got a prompt and now? Could you show me the right path to create a development environement keeping in mind I have no MAC and no iPhone. I have a 2.5Ghz core2 duo with 4GB RAM running Windows 7 and Mandriva Linux. TIA.
iPhone
André, Do you have Mac OSX Snow Leopard working on VirtualBox ?
iPhone
Not yet but I am downloading it.
iPhone
I don't think it may work unless you use a modified OSX version, as OSX checks the hardware, unless recent VirtualBox versions may have overcame this limitation
iPhone
Hi Antonio, Got Leopard working on VMWare server. And now??? What are the next steps? Tia.
iPhone
André, Now you have to install xcode (free) from Apple You can also get it from here: <!-- m --><a class="postlink" href="http://imzdl.com/#">http://imzdl.com/#</a><!-- m --> <!-- m --><a class="postlink" href="http://www.facebook.com/iMZDL">http://www.facebook.com/iMZDL</a><!-- m -->
iPhone / Androide Phone and new software development.
To FiveWin Users, Today software development is being geared towards the consumer rather than to business. Much of this is due to the popularity of so-called smartphones and their increasing ability to handle applications that until now were reserved for the PC. For example Apple's iPhone and Google Android Phone allow us to program in Objective-C and Java respectively, and both are using the SQLite database which is free of charge. Fivetechsoft pioneered the development of software for smartphones through FWPPC. Based on previous experience if FiveTechSoft, is my opinion, concentrate its efforts and resources on the development of a stable version, [b:3ucdma2n] that includes manual with detailed examples [/b:3ucdma2n] (as they did with Fivewin and FWPPC) the FivePhone /FiveDroid users could be in the tens of thousands in a few years. I think Mr. Antonio Linares knows that this represents an excellent business opportunity for both: his company as well for us Fivewin’s programmers. Mr. Linares please tells us what you need from us to support you in these new projects. Regards, George
iPhone / Androide Phone y el desarrollo de software
A todos los usuarios de FiveWin, Actualmente el desarrollo de software esta siendo orientado hacia el consumidor en lugar de hacia los negocios. Gran parte de esto se debe a la popularidad de los llamados smartphones y a su creciente capacidad para manejar aplicaciones que hasta ahora eran reservardas a las PC. Por ejemplo iPhone de Apple y Android Phone de Google nos permiten programar en ObJective-C y Java respectivamente y ambos usan el manejador de base de datos SQLite. Fivetechsoft fue pionero en el desarrollo de software para programar smartphones a traves de FWPPC. Basado en la experiencia anterior si FiveTechSoft, es mi opinion, concentrara sus esfuerzos y recursos en el desarrollo de una version estable, profesional,[b:1fs82sb1] que incluya manual de uso y ejemplos detallados[/b:1fs82sb1] (como lo hizo en su tiempo con Fivewin y FWPPC) los usuarios de FivePhone/FiveDroid pudiesen contarse por decenas de miles en unos pocos años. Creo que el Sr. Antonio Linares entiende que esto representa una excelente oportunidad de negocio tanto para su empresa como para los programadores que usamos FiveWin. Diganos Sr. Linares que usted necesita de nosotros para apoyarlo en este nuevo proyecto. Saludos, George
iPhone OS SDK support for Harbour
[url:2e2lvtfq]http&#58;//code&#46;google&#46;com/p/fivephone/[/url:2e2lvtfq]
iPhone SDK and iFund
The iPhone SDK is already available (free): <!-- m --><a class="postlink" href="http://developer.apple.com/iphone/program/">http://developer.apple.com/iphone/program/</a><!-- m --> Kleiner, Perkins Caufield will invest $ 100,000,000 of venture capital in companies developing applications for iPhone and iPod touch: <!-- m --><a class="postlink" href="http://www.kpcb.com/initiatives/ifund/index.html">http://www.kpcb.com/initiatives/ifund/index.html</a><!-- m --> Those are great news! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
iPhone SDK and iFund
The iPhone simulator running on Leopard: [url=http&#58;//imageshack&#46;us:bg5s4tze][img:bg5s4tze]http&#58;//img100&#46;imageshack&#46;us/img100/3893/picture2iw4&#46;png[/img:bg5s4tze][/url:bg5s4tze]
iPhone SDK and iFund
Using Safari from the iPhone simulator: [url=http&#58;//imageshack&#46;us:4h61borf][img:4h61borf]http&#58;//img509&#46;imageshack&#46;us/img509/5717/picture1pg9&#46;png[/img:4h61borf][/url:4h61borf]
iPhone SDK and iFund
Watching photos from the iPhone simulator: [url=http&#58;//imageshack&#46;us:292cwint][img:292cwint]http&#58;//img339&#46;imageshack&#46;us/img339/3463/picture1uy0&#46;png[/img:292cwint][/url:292cwint]
iPhone SDK and iFund
Your virtual iPhone is ready for you <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url=http&#58;//imageshack&#46;us:nincl0sp][img:nincl0sp]http&#58;//img145&#46;imageshack&#46;us/img145/6667/picture1wb6&#46;png[/img:nincl0sp][/url:nincl0sp]
iPhone SDK and iFund
Antonio, does the iPhone simulator work on WINDOWS, too? Regards, Otto
iPhone SDK and iFund
Otto, No, it only runs on OSX. But you can run OSX on a non-Mac computer, though it is not allowed by Apple licence. See <!-- w --><a class="postlink" href="http://www.osx86project.org">www.osx86project.org</a><!-- w --> So in fact you just need to buy Leopard (129 euros) and have a compatible computer.
iPhone SDK and iFund
Just buy an iMac with a 24 inch screen. Then you can run OSX and Windows ... but not at the same time.
iPhone SDK and iFund
Tim, Personally I own several Macs and compatible computers. I do prefer compatible ones (PCs) as I can build and modify them myself. When you buy a Mac you have no option to improve it. On a compatible computer there are lot of choices. Actually I use Core Quad and I get a superb performance. Also I use three harddisks as I don't want to mix different operating systems partitions, as you can loose all your data. You can't do that with a standard Mac, unless you go for a US$ 3000 (or more) one.
iPhone SDK and iFund
I understand the problems. My wife uses a Mac at school so she has one at home, and a laptop to go back and forth. I bought her a new iPod for Christmas ( the touch screen one ) but it won't work on her iMac because it requires a newer MAC OS ... and that cannot be installed on the older iMac. "Older" means 3 years ! So, to use the new iPod, she has to install iTunes on one of my Windows machines ... and it works just fine ! I've gone through a similar situation with every Mac she owns. To be compatible with other Macs, she needs an OS upgrade which requires a new computer because you can't do simple upgrades on the iMac ( or earlier Mac's ).
iPhone SDK and iFund
Exactly, Tim, thats what I mean. Now I can select the mobo (motherboard) that I want, the processor, the graphic card, the memory, the harddisks, the case, to build the exact machine that I want. I love to build my own computers <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> And I can upgrade them and repair them myself. Soon I will be going for a Core Extreme (eight cores) when prices go lower, and I'll just need to open the case and replace the processor, as I use the most modern mobos (for 60 euros only! Asus P5K-SE -this one is great!-). Five mins <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> On my computers I can run Windows (Vista, XP), OSX (Tiger, Leopard) and Linux (Ubuntu), all in the same machine, with no problems at all and with great performance.
iPhone SDK and iFund
[quote="TimStone":9jbgb3x2]Just buy an iMac with a 24 inch screen. Then you can run OSX and Windows ... but not at the same time.[/quote:9jbgb3x2] My day to day computer is a Apple MacPro with OSX 10.5.2. I run Windows XP and Vista via Parallels on OSX. This way I can work on Wndows AND OSX [b:9jbgb3x2]together[/b:9jbgb3x2]. Works SO nice! <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Patrick[/b]
iPhone SDK and iFund
[quote="Antonio Linares":949lifsi]Tim, When you buy a Mac you have no option to improve it. On a compatible computer there are lot of choices. [/quote:949lifsi] But on non-Mac [b:949lifsi]laptops [/b:949lifsi]there are not so many options either (IMHO) ... <!-- s:? --><img src="{SMILIES_PATH}/icon_confused.gif" alt=":?" title="Confused" /><!-- s:? --> [quote="Antonio Linares":949lifsi] Actually I use Core Quad and I get a superb performance. [/quote:949lifsi] BTW, quad core mobile CPU is arriving ... [size=75:949lifsi] <!-- m --><a class="postlink" href="http://www.fudzilla.com/index.php?option=com_content&task=view&id=6284&Itemid=35">http://www.fudzilla.com/index.php?optio ... &Itemid=35</a><!-- m --> [/size:949lifsi] [size=84:949lifsi][quote:949lifsi][b:949lifsi][color=olive:949lifsi]Core 2 Extreme QX9300[/color:949lifsi][/b:949lifsi] is expected to have a clock speed of 2.53GHz on a 1,066MHz FSB and it has no less than 12MB of L2 cache. ... at US$1,038 each when ordered in quantities of 1,000 units a time, most people can only dream of owning one, [/quote:949lifsi][/size:949lifsi] Regards, Roman
iPhone SDK y iFund
El SDK para el iPhone ya está disponible (gratis): <!-- m --><a class="postlink" href="http://developer.apple.com/iphone/program/">http://developer.apple.com/iphone/program/</a><!-- m --> Kleiner, Perkins Caufield invertirán $ 100,000,000 en empresas que desarrollen software para el iPhone y el iPod touch: <!-- m --><a class="postlink" href="http://www.kpcb.com/initiatives/ifund/index.html">http://www.kpcb.com/initiatives/ifund/index.html</a><!-- m --> Son estupendas noticias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
iPhone SDK y iFund
El simulador del iPhone funcionando en Leopard: [url=http&#58;//imageshack&#46;us:31zsv2f6][img:31zsv2f6]http&#58;//img100&#46;imageshack&#46;us/img100/3893/picture2iw4&#46;png[/img:31zsv2f6][/url:31zsv2f6]
iPhone SDK y iFund
Usando Safari desde el simulador del iPhone: [url=http&#58;//imageshack&#46;us:2h9q1hk4][img:2h9q1hk4]http&#58;//img509&#46;imageshack&#46;us/img509/5717/picture1pg9&#46;png[/img:2h9q1hk4][/url:2h9q1hk4]
iPhone SDK y iFund
Viendo fotos desde el simulador del iPhone: [url=http&#58;//imageshack&#46;us:1ppps18f][img:1ppps18f]http&#58;//img339&#46;imageshack&#46;us/img339/3463/picture1uy0&#46;png[/img:1ppps18f][/url:1ppps18f]
iPhone SDK y iFund
Vuestro iPhone virtual: [url=http&#58;//imageshack&#46;us:ppm78dv2][img:ppm78dv2]http&#58;//img145&#46;imageshack&#46;us/img145/6667/picture1wb6&#46;png[/img:ppm78dv2][/url:ppm78dv2]
iPhone SDK y iFund
Para quienes no lo sepan, el sistema operativo OSX Leopard puede ser usado en ordenadores que no sean Mac, pero que sean compatibles. Apple no lo autoriza en su licencia, pero el hecho es que funciona correctamente. Revisad <!-- w --><a class="postlink" href="http://www.osx86project.org">www.osx86project.org</a><!-- w -->. Por lo que solo hace falta comprar Leopard (129 euros) y disponer de un ordenador compatible.
iReport sirve para FWH? Alguien lo usa?
Estimados: Este reporteador sirve para usar con FWH, Harbour y BCC <!-- m --><a class="postlink" href="http://jasperforge.org/projects/ireport">http://jasperforge.org/projects/ireport</a><!-- m --> Saludos, Gracias
icon and dialog
Not show the icon on a dialog [code=fw:2thbh2za]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIcon <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"ICON1"</span><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"MS Sans Serif"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>, <span style="color: #000000;">8</span><br /><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg;<br /><span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"text"</span> &nbsp;;<br /><span style="color: #0000ff;">SIZE</span> nWidth, nHeight &nbsp; <span style="color: #0000ff;">PIXEL</span> ;<br /><span style="color: #0000ff;">STYLE</span> nOr<span style="color: #000000;">&#40;</span> DS_MODALFRAME, WS_POPUP, WS_CAPTION, &nbsp;<span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>;<br /><span style="color: #0000ff;">COLOR</span> CLR_BLACK,GetSysColor<span style="color: #000000;">&#40;</span><span style="color: #000000;">15</span><span style="color: #000000;">&#41;</span> ;<br /><span style="color: #0000ff;">ICON</span> oIcon<br /><br />&nbsp;</div>[/code:2thbh2za] why ?
icon and dialog
can you try add WS_SYSMENU on style?
icon and dialog
sorry!!!
icon and dialog
TESTE.PRG [code=fw:1we8v9dq]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><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, cCombo := <span style="color: #ff0000;">"2"</span>, cGet:=Space<span style="color: #000000;">&#40;</span><span style="color: #000000;">10</span><span style="color: #000000;">&#41;</span>, oIco<br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> aItems := <span style="color: #000000;">&#123;</span> <span style="color: #ff0000;">"1"</span>, <span style="color: #ff0000;">"2"</span>, <span style="color: #ff0000;">"3"</span> <span style="color: #000000;">&#125;</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">ICON</span> oIco <span style="color: #0000ff;">RESNAME</span> <span style="color: #ff0000;">"ICONE01"</span><br /><br />&nbsp; &nbsp;<span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">2</span>, <span style="color: #000000;">2</span> <span style="color: #0000ff;">TO</span> <span style="color: #000000;">18</span>, <span style="color: #000000;">60</span> <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"Icone"</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">STYLE</span> nOr<span style="color: #000000;">&#40;</span> DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">ICON</span> oIco<br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">1</span>, <span style="color: #000000;">2</span> <span style="color: #0000ff;">GET</span> cGet<br /><br />&nbsp; &nbsp;@ <span style="color: #000000;">2</span>, <span style="color: #000000;">2</span> <span style="color: #0000ff;">COMBOBOX</span> cCombo <span style="color: #0000ff;">ITEMS</span> aItems <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">200</span>, <span style="color: #000000;">100</span> ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">STYLE</span> CBS_DROPDOWN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">VALID</span> <span style="color: #000000;">&#40;</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>,.t.<span style="color: #000000;">&#41;</span><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><br />&nbsp;</div>[/code:1we8v9dq] TESTE.RC [code=fw:1we8v9dq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ICONE01 <span style="color: #0000ff;">ICON</span><br /><span style="color: #000000;">&#123;</span><br /><span style="color: #ff0000;">'00 00 01 00 01 00 30 30 00 01 00 00 00 00 A8 0E'</span><br /><span style="color: #ff0000;">'00 00 16 00 00 00 28 00 00 00 30 00 00 00 60 00'</span><br /><span style="color: #ff0000;">'00 00 01 00 08 00 00 00 00 00 00 09 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 01 00 00 00 00 00 00 FF FF'</span><br /><span style="color: #ff0000;">'FF 00 FF FF EE 00 FF EE FF 00 FF EE EE 00 EE FF'</span><br /><span style="color: #ff0000;">'FF 00 EE FF EE 00 EE EE EE 00 EE FF DD 00 EE EE'</span><br /><span style="color: #ff0000;">'DD 00 EE EE CC 00 EE DD DD 00 DD EE CC 00 DD DD'</span><br /><span style="color: #ff0000;">'DD 00 DD DD CC 00 DD CC DD 00 DD CC CC 00 CC DD'</span><br /><span style="color: #ff0000;">'CC 00 CC CC DD 00 CC CC CC 00 EE DD BB 00 DD EE'</span><br /><span style="color: #ff0000;">'BB 00 DD DD BB 00 CC DD BB 00 CC CC BB 00 CC CC'</span><br /><span style="color: #ff0000;">'AA 00 DD CC 99 00 CC BB CC 00 CC BB BB 00 CC BB'</span><br /><span style="color: #ff0000;">'AA 00 CC BB 99 00 BB CC BB 00 BB CC AA 00 BB BB'</span><br /><span style="color: #ff0000;">'CC 00 BB BB BB 00 BB BB AA 00 BB AA BB 00 BB AA'</span><br /><span style="color: #ff0000;">'AA 00 AA BB BB 00 AA BB AA 00 AA AA BB 00 AA AA'</span><br /><span style="color: #ff0000;">'AA 00 BB BB 99 00 BB BB 88 00 BB AA 99 00 BB AA'</span><br /><span style="color: #ff0000;">'88 00 AA BB 99 00 AA AA 99 00 AA AA 88 00 AA 99'</span><br /><span style="color: #ff0000;">'AA 00 AA 99 99 00 AA 99 88 00 99 AA AA 00 99 AA'</span><br /><span style="color: #ff0000;">'99 00 99 99 99 00 99 99 88 00 99 88 99 00 88 99'</span><br /><span style="color: #ff0000;">'99 00 88 99 88 00 88 88 88 00 AA BB 77 00 AA AA'</span><br /><span style="color: #ff0000;">'77 00 AA 99 77 00 99 AA 77 00 99 99 77 00 99 99'</span><br /><span style="color: #ff0000;">'66 00 99 88 77 00 99 88 66 00 88 99 66 00 88 88'</span><br /><span style="color: #ff0000;">'77 00 88 88 66 00 88 88 55 00 88 77 88 00 88 77'</span><br /><span style="color: #ff0000;">'77 00 88 77 66 00 88 77 55 00 77 88 88 00 77 88'</span><br /><span style="color: #ff0000;">'77 00 77 88 66 00 77 88 55 00 77 77 77 00 77 77'</span><br /><span style="color: #ff0000;">'66 00 77 66 77 00 77 66 66 00 66 77 77 00 66 77'</span><br /><span style="color: #ff0000;">'66 00 66 66 66 00 77 77 55 00 77 77 44 00 77 66'</span><br /><span style="color: #ff0000;">'55 00 66 77 55 00 66 77 44 00 66 66 55 00 66 66'</span><br /><span style="color: #ff0000;">'44 00 66 55 66 00 66 55 55 00 66 55 44 00 55 66'</span><br /><span style="color: #ff0000;">'55 00 55 66 44 00 55 55 55 00 55 55 44 00 55 44'</span><br /><span style="color: #ff0000;">'55 00 55 44 44 00 44 55 44 00 44 44 55 00 44 44'</span><br /><span style="color: #ff0000;">'44 00 55 55 33 00 55 44 33 00 44 55 33 00 44 44'</span><br /><span style="color: #ff0000;">'33 00 44 44 22 00 44 33 44 00 44 33 33 00 44 33'</span><br /><span style="color: #ff0000;">'22 00 33 44 44 00 33 44 33 00 33 44 22 00 33 33'</span><br /><span style="color: #ff0000;">'44 00 33 33 33 00 33 33 22 00 33 22 33 00 33 22'</span><br /><span style="color: #ff0000;">'22 00 22 33 33 00 22 33 22 00 22 22 22 00 22 33'</span><br /><span style="color: #ff0000;">'11 00 22 22 11 00 22 11 22 00 22 11 11 00 11 22'</span><br /><span style="color: #ff0000;">'11 00 11 22 00 00 11 11 11 00 11 11 00 00 11 00'</span><br /><span style="color: #ff0000;">'11 00 11 00 00 00 00 11 11 00 00 11 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 33 00 00 00 66 00 00 00 99 00'</span><br /><span style="color: #ff0000;">'00 00 CC 00 00 00 FF 00 00 00 00 33 00 00 33 33'</span><br /><span style="color: #ff0000;">'00 00 66 33 00 00 99 33 00 00 CC 33 00 00 FF 33'</span><br /><span style="color: #ff0000;">'00 00 00 66 00 00 33 66 00 00 66 66 00 00 99 66'</span><br /><span style="color: #ff0000;">'00 00 CC 66 00 00 FF 66 00 00 00 99 00 00 33 99'</span><br /><span style="color: #ff0000;">'00 00 66 99 00 00 99 99 00 00 CC 99 00 00 FF 99'</span><br /><span style="color: #ff0000;">'00 00 00 CC 00 00 33 CC 00 00 66 CC 00 00 99 CC'</span><br /><span style="color: #ff0000;">'00 00 CC CC 00 00 FF CC 00 00 00 FF 00 00 33 FF'</span><br /><span style="color: #ff0000;">'00 00 66 FF 00 00 99 FF 00 00 CC FF 00 00 FF FF'</span><br /><span style="color: #ff0000;">'00 00 00 00 33 00 33 00 33 00 66 00 33 00 99 00'</span><br /><span style="color: #ff0000;">'33 00 CC 00 33 00 FF 00 33 00 00 33 33 00 33 33'</span><br /><span style="color: #ff0000;">'33 00 66 33 33 00 99 33 33 00 CC 33 33 00 FF 33'</span><br /><span style="color: #ff0000;">'33 00 00 66 33 00 33 66 33 00 66 66 33 00 99 66'</span><br /><span style="color: #ff0000;">'33 00 CC 66 33 00 FF 66 33 00 00 99 33 00 33 99'</span><br /><span style="color: #ff0000;">'33 00 66 99 33 00 99 99 33 00 CC 99 33 00 FF 99'</span><br /><span style="color: #ff0000;">'33 00 00 CC 33 00 33 CC 33 00 66 CC 33 00 99 CC'</span><br /><span style="color: #ff0000;">'33 00 CC CC 33 00 FF CC 33 00 00 FF 33 00 33 FF'</span><br /><span style="color: #ff0000;">'33 00 66 FF 33 00 99 FF 33 00 CC FF 33 00 FF FF'</span><br /><span style="color: #ff0000;">'33 00 00 00 66 00 33 00 66 00 66 00 66 00 99 00'</span><br /><span style="color: #ff0000;">'66 00 CC 00 66 00 FF 00 66 00 00 33 66 00 33 33'</span><br /><span style="color: #ff0000;">'66 00 66 33 66 00 99 33 66 00 CC 33 66 00 FF 33'</span><br /><span style="color: #ff0000;">'66 00 00 66 66 00 33 66 66 00 66 66 66 00 99 66'</span><br /><span style="color: #ff0000;">'66 00 CC 66 66 00 FF 66 66 00 00 99 66 00 33 99'</span><br /><span style="color: #ff0000;">'66 00 66 99 66 00 99 99 66 00 CC 99 66 00 FF 99'</span><br /><span style="color: #ff0000;">'66 00 00 CC 66 00 33 CC 66 00 66 CC 66 00 99 CC'</span><br /><span style="color: #ff0000;">'66 00 CC CC 66 00 FF CC 66 00 00 FF 66 00 33 FF'</span><br /><span style="color: #ff0000;">'66 00 66 FF 66 00 99 FF 66 00 CC FF 66 00 FF FF'</span><br /><span style="color: #ff0000;">'66 00 00 00 99 00 33 00 99 00 66 00 99 00 99 00'</span><br /><span style="color: #ff0000;">'99 00 CC 00 99 00 FF 00 99 00 00 33 99 00 33 33'</span><br /><span style="color: #ff0000;">'99 00 66 33 99 00 99 33 99 00 CC 33 99 00 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 35 35 3A 3A 3A 3A'</span><br /><span style="color: #ff0000;">'3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 3A'</span><br /><span style="color: #ff0000;">'3A 3A 3A 3A 3A 3A 3A 35 35 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 35 35 3A 3A 4F 4F 4F 55'</span><br /><span style="color: #ff0000;">'55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55'</span><br /><span style="color: #ff0000;">'55 55 55 55 55 4F 4F 3A 3A 35 35 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 35 3A 4F 55 62 62 68 68'</span><br /><span style="color: #ff0000;">'68 68 68 68 68 68 68 68 68 68 68 68 68 68 68 68'</span><br /><span style="color: #ff0000;">'68 68 68 68 68 68 62 55 55 3A 3A 35 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 3A 3A 3A 3A 55 62 68 68 75 75 75'</span><br /><span style="color: #ff0000;">'75 75 75 75 75 75 75 75 75 75 75 75 75 75 75 75'</span><br /><span style="color: #ff0000;">'75 75 75 75 75 75 75 68 68 55 4F 35 88 88 88 88'</span><br /><span style="color: #ff0000;">'35 3A 4F 55 55 3A 3A 3A 55 62 68 75 7B 7B 7B 7B'</span><br /><span style="color: #ff0000;">'7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B'</span><br /><span style="color: #ff0000;">'7B 7B 7B 7B 7B 7B 7B 7B 75 62 4F 35 88 88 88 4F'</span><br /><span style="color: #ff0000;">'55 62 68 68 55 55 55 55 55 62 68 7B 82 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 87 88 88 82 75 62 4F 3A 88 88 88 62'</span><br /><span style="color: #ff0000;">'62 68 68 68 55 4F 4F 3A 4F 4F 62 5C 65 87 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 7E 76 65 61 7E 55 3A 35 88 35 88 68'</span><br /><span style="color: #ff0000;">'68 75 68 55 3A 3A 3A 3A 3A 37 09 2C 69 7F 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 7D 6F 5C 41 69 55 3A 35 88 35 88 68'</span><br /><span style="color: #ff0000;">'68 75 62 4F 35 35 35 35 3A 1E 02 2A 5F 80 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 7E 72 5B 45 41 55 3A 35 35 35 88 68'</span><br /><span style="color: #ff0000;">'68 7B 68 55 35 3A 3A 4F 55 29 01 13 56 78 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 7A 6C 56 2C 40 75 4F 3A 35 35 88 55'</span><br /><span style="color: #ff0000;">'62 68 68 55 3A 4F 55 62 68 2E 03 08 41 76 84 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 78 6B 49 2A 5E 75 62 62 35 35 88 3A'</span><br /><span style="color: #ff0000;">'4F 68 68 68 44 7B 68 75 82 32 01 08 29 6A 83 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 82 76 5F 43 1D 76 75 75 62 4F 4F 88 88'</span><br /><span style="color: #ff0000;">'3A 53 47 34 20 71 5D 4C 88 50 06 04 1C 63 67 4B'</span><br /><span style="color: #ff0000;">'47 4C 47 4C 47 4C 47 4C 47 4C 47 4C 47 4C 47 4C'</span><br /><span style="color: #ff0000;">'47 4C 47 53 62 63 3F 45 78 7B 7B 68 62 55 88 88'</span><br /><span style="color: #ff0000;">'35 55 7D 24 34 68 6C 37 82 68 07 03 0B 1C 2F 32'</span><br /><span style="color: #ff0000;">'45 56 59 58 5B 5B 5C 5E 61 5F 63 63 63 65 6C 6C'</span><br /><span style="color: #ff0000;">'6C 65 54 52 50 31 3F 58 87 7B 7B 75 68 55 88 38'</span><br /><span style="color: #ff0000;">'27 12 75 54 20 4F 47 34 68 54 02 05 12 4D 49 56'</span><br /><span style="color: #ff0000;">'52 56 58 5B 52 00 00 00 00 00 00 00 00 4F 68 6C'</span><br /><span style="color: #ff0000;">'6E 72 6F 75 75 75 63 72 82 75 75 62 55 28 88 55'</span><br /><span style="color: #ff0000;">'7D 51 10 4F 36 35 3A 35 3A 55 22 08 2F 49 46 49'</span><br /><span style="color: #ff0000;">'56 4A 56 58 56 12 17 12 17 12 17 12 17 65 6B 68'</span><br /><span style="color: #ff0000;">'6C 6F 6C 6F 76 75 7A 84 7B 68 68 3A 3A 35 30 33'</span><br /><span style="color: #ff0000;">'68 88 55 3A 88 88 88 88 35 35 1A 06 3F 4D 49 50'</span><br /><span style="color: #ff0000;">'49 56 52 5B 58 5B 5E 60 5E 63 62 63 65 66 65 68'</span><br /><span style="color: #ff0000;">'6E 72 6E 75 75 75 7B 88 55 55 4F 3A 3A 35 5B 51'</span><br /><span style="color: #ff0000;">'26 30 50 88 88 88 88 88 88 88 22 00 2F 45 46 49'</span><br /><span style="color: #ff0000;">'4E 56 5C 58 76 76 5C 76 76 5B 76 76 63 76 76 6F'</span><br /><span style="color: #ff0000;">'6C 6C 6C 6F 72 75 7B 88 3A 3A 88 88 88 88 35 75'</span><br /><span style="color: #ff0000;">'88 55 88 88 88 88 88 88 88 88 30 05 24 45 49 4E'</span><br /><span style="color: #ff0000;">'49 56 58 45 0D 76 42 21 77 45 1B 7A 41 21 78 76'</span><br /><span style="color: #ff0000;">'68 72 6E 72 75 75 7E 7B 88 88 88 88 88 88 17 30'</span><br /><span style="color: #ff0000;">'39 51 88 88 88 88 88 88 88 88 88 08 18 42 45 49'</span><br /><span style="color: #ff0000;">'4E 49 56 58 45 58 5C 42 5C 5F 43 63 63 42 69 65'</span><br /><span style="color: #ff0000;">'6C 6C 6C 6F 72 6F 83 68 88 88 88 88 88 88 47 71'</span><br /><span style="color: #ff0000;">'6E 7B 35 88 88 88 88 88 88 88 88 17 0F 45 49 4D'</span><br /><span style="color: #ff0000;">'49 56 5E 5B 75 76 5B 76 78 5B 78 7A 65 7A 78 72'</span><br /><span style="color: #ff0000;">'68 6C 6E 72 6F 75 84 55 88 88 88 88 88 88 55 75'</span><br /><span style="color: #ff0000;">'6C 37 44 88 88 88 88 88 88 88 88 22 09 42 46 49'</span><br /><span style="color: #ff0000;">'4E 49 5A 42 14 76 45 1B 76 42 1F 76 43 1B 76 6F'</span><br /><span style="color: #ff0000;">'6C 6C 6C 6C 6C 75 88 4F 88 88 88 88 88 88 23 0C'</span><br /><span style="color: #ff0000;">'47 3A 88 88 88 88 88 88 88 88 88 25 06 3F 49 45'</span><br /><span style="color: #ff0000;">'49 56 58 5B 41 5B 5E 45 5E 63 42 63 65 45 65 6C'</span><br /><span style="color: #ff0000;">'65 6C 68 72 6E 7A 88 88 88 88 88 88 88 88 50 82'</span><br /><span style="color: #ff0000;">'7B 64 88 88 88 88 88 88 88 88 88 88 08 32 45 45'</span><br /><span style="color: #ff0000;">'46 49 57 58 76 70 5B 75 76 58 76 76 63 78 76 68'</span><br /><span style="color: #ff0000;">'6B 65 6C 6C 6C 7B 7B 88 88 88 88 88 88 88 4F 38'</span><br /><span style="color: #ff0000;">'11 39 88 88 88 88 88 88 88 88 88 88 0F 29 44 45'</span><br /><span style="color: #ff0000;">'49 4D 49 45 0D 76 44 21 75 45 21 7A 41 1E 78 75'</span><br /><span style="color: #ff0000;">'65 6C 68 6C 6E 86 7B 88 88 88 88 88 88 88 34 0F'</span><br /><span style="color: #ff0000;">'76 7B 88 88 88 88 88 88 82 7B 68 88 10 18 45 42'</span><br /><span style="color: #ff0000;">'45 49 4E 58 43 5B 5C 42 5C 5E 45 5F 63 42 6B 65'</span><br /><span style="color: #ff0000;">'6B 65 6C 6C 6C 82 55 88 88 88 88 88 88 88 35 75'</span><br /><span style="color: #ff0000;">'77 21 4F 88 88 88 88 88 88 88 88 88 62 16 42 45'</span><br /><span style="color: #ff0000;">'49 50 49 5B 77 76 5B 76 78 5B 78 7A 65 76 78 72'</span><br /><span style="color: #ff0000;">'65 68 65 6C 6F 88 88 88 88 68 68 7B 88 88 88 21'</span><br /><span style="color: #ff0000;">'12 55 4F 88 88 78 87 88 88 88 88 88 6C 03 2F 3D'</span><br /><span style="color: #ff0000;">'40 41 43 42 15 70 43 1B 76 42 1E 76 45 1B 76 75'</span><br /><span style="color: #ff0000;">'6B 6A 6C 6C 76 88 82 88 88 88 88 88 88 88 88 33'</span><br /><span style="color: #ff0000;">'82 82 64 38 88 3F 58 76 7F 87 88 88 88 79 6E 71'</span><br /><span style="color: #ff0000;">'64 72 74 75 6E 79 77 72 77 7A 6E 7B 7B 72 7E 82'</span><br /><span style="color: #ff0000;">'82 82 82 86 84 86 88 88 88 88 88 88 88 76 88 88'</span><br /><span style="color: #ff0000;">'62 35 10 35 88 08 3B 4A 5C 5F 6B 78 7A 82 87 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 75 88 88'</span><br /><span style="color: #ff0000;">'23 12 68 75 30 0C 3F 61 65 7A 7E 82 7E 76 6C 3A'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 7B 68 88 88 88 88 7E 80 78 72 65 6C 88 88'</span><br /><span style="color: #ff0000;">'2E 82 7B 23 36 0C 40 5F 76 85 87 88 88 88 76 55'</span><br /><span style="color: #ff0000;">'35 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 7B 88 52 7C 76 6C 6A 6D 6F 6C 65 69 48 88 88'</span><br /><span style="color: #ff0000;">'88 55 27 21 35 10 32 63 7E 88 88 88 88 87 65 75'</span><br /><span style="color: #ff0000;">'88 68 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 4F 3A 63 78 80 82 82 84 80 75 6C 6F 88 88 88'</span><br /><span style="color: #ff0000;">'88 3A 26 62 62 35 29 5F 80 88 88 88 88 7D 6D 76'</span><br /><span style="color: #ff0000;">'68 4F 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 3A 80 19 7C 88 88 88 88 82 73 6C 63 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 55 68 68 7B 0D 63 82 88 88 88 88 76 78 63'</span><br /><span style="color: #ff0000;">'84 7B 88 88 68 88 88 88 88 88 88 88 88 88 68 88'</span><br /><span style="color: #ff0000;">'88 88 49 3C 49 88 88 88 88 82 6F 66 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 22 5F 82 88 88 88 80 65 7C 7F'</span><br /><span style="color: #ff0000;">'6D 85 88 88 88 88 88 7B 7B 7B 7B 7B 7B 88 88 88'</span><br /><span style="color: #ff0000;">'83 41 56 56 3E 78 88 88 88 78 6D 65 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 27 56 82 88 88 76 63 66 75 80'</span><br /><span style="color: #ff0000;">'7F 7A 88 88 6C 63 63 63 5F 63 63 63 5F 73 7B 88'</span><br /><span style="color: #ff0000;">'75 63 65 61 58 56 82 88 84 72 65 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 2E 24 5B 75 63 58 5C 5F 6C 6F'</span><br /><span style="color: #ff0000;">'76 7D 81 85 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'80 76 6D 6A 61 5B 5A 76 7D 65 66 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 33 11 10 32 50 58 5C 5E 63'</span><br /><span style="color: #ff0000;">'65 6C 78 7A 7F 82 84 87 84 88 84 87 84 88 84 87'</span><br /><span style="color: #ff0000;">'78 76 6C 6B 63 5C 5B 4E 52 6C 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 22 0E 0D 0F 29 41'</span><br /><span style="color: #ff0000;">'57 5F 5C 5F 61 5F 6C 6C 73 6F 76 6C 6D 6C 6C 6A'</span><br /><span style="color: #ff0000;">'69 65 5C 49 40 1C 0D 0A 10 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 23 1E'</span><br /><span style="color: #ff0000;">'1A 10 0F 16 2B 2D 2E 2E 2B 2D 2E 2E 2B 2D 24 1F'</span><br /><span style="color: #ff0000;">'0D 0D 0E 1E 1A 25 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 88 88'</span><br /><span style="color: #ff0000;">'88 88 88 88 88 88 88 88 88 88 88 88 88 88 FF FF'</span><br /><span style="color: #ff0000;">'FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF'</span><br /><span style="color: #ff0000;">'FF FF FF FF FF FF FF F0 00 00 00 1F FF FF FF C0'</span><br /><span style="color: #ff0000;">'00 00 00 07 FF FF FF C0 00 00 00 03 FF FF FE 00'</span><br /><span style="color: #ff0000;">'00 00 00 03 FF FF C0 00 00 00 00 03 FF FF 80 00'</span><br /><span style="color: #ff0000;">'00 00 00 03 FF FF 80 00 00 00 00 02 FF FF 80 00'</span><br /><span style="color: #ff0000;">'00 00 00 02 FF FF 80 00 00 00 00 00 FF FF 80 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 FF FF 80 00 00 00 00 00 FF FF 80 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 FF FF C0 00 00 00 00 00 FF FF C0 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 FF FF 80 00 00 00 00 00 FF FF 80 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 FF FF 03 C0 00 00 00 00 FF FF 07 F0'</span><br /><span style="color: #ff0000;">'00 00 00 0F FF FF 0F F0 00 00 00 3F FF FF 0F F8'</span><br /><span style="color: #ff0000;">'00 00 00 3F FF FF 07 F8 00 00 00 3F FF FF 07 F8'</span><br /><span style="color: #ff0000;">'00 00 00 3F FF FF 0F F8 00 00 00 7F FF FF 0F FC'</span><br /><span style="color: #ff0000;">'00 00 00 7F FF FF 0F FC 00 00 00 7F FF FF 0F 04'</span><br /><span style="color: #ff0000;">'00 00 00 7F FF FF 07 00 00 00 00 E1 FF FF 86 00'</span><br /><span style="color: #ff0000;">'00 00 00 01 FF FF 82 00 00 00 00 00 FF FF C2 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 FF FF C0 00 00 00 00 00 FF FF C0 00'</span><br /><span style="color: #ff0000;">'00 00 08 00 FF FF E0 00 20 00 00 01 FF FF E0 00'</span><br /><span style="color: #ff0000;">'00 00 00 01 FF FF F0 00 01 FF 00 03 FF FF FF 00'</span><br /><span style="color: #ff0000;">'00 00 00 03 FF FF FF 00 00 00 00 07 FF FF FF 00'</span><br /><span style="color: #ff0000;">'00 00 00 07 FF FF FF 80 00 00 00 0F FF FF FF F0'</span><br /><span style="color: #ff0000;">'00 00 00 1F FF FF FF FF 00 00 00 FF FF FF FF FF'</span><br /><span style="color: #ff0000;">'FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF'</span><br /><span style="color: #ff0000;">'FF FF FF FF FF FF FF FF FF FF FF FF FF FF'</span><br /><span style="color: #000000;">&#125;</span><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />RELOGIO <span style="color: #0000ff;">ICON</span> <br /><span style="color: #000000;">&#123;</span><br /><span style="color: #ff0000;">'00 00 01 00 03 00 30 30 00 01 00 00 00 00 A8 0E'</span><br /><span style="color: #ff0000;">'00 00 36 00 00 00 20 20 00 01 00 00 00 00 A8 08'</span><br /><span style="color: #ff0000;">'00 00 DE 0E 00 00 10 10 00 01 00 00 00 00 68 05'</span><br /><span style="color: #ff0000;">'00 00 86 17 00 00 28 00 00 00 30 00 00 00 60 00'</span><br /><span style="color: #ff0000;">'00 00 01 00 08 00 00 00 00 00 00 09 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 FF FF FF 00 0E 14 03 00 15 1E 04 00 1C 27'</span><br /><span style="color: #ff0000;">'06 00 22 30 07 00 28 38 08 00 2E 40 09 00 33 47'</span><br /><span style="color: #ff0000;">'0A 00 38 4E 0B 00 3D 55 0C 00 41 5B 0D 00 45 60'</span><br /><span style="color: #ff0000;">'0E 00 48 65 0E 00 4C 6A 0F 00 4F 6E 10 00 51 72'</span><br /><span style="color: #ff0000;">'10 00 54 75 11 00 56 78 11 00 57 7A 11 00 59 7C'</span><br /><span style="color: #ff0000;">'12 00 5A 7E 12 00 5B 7F 12 00 16 1F 04 00 1D 28'</span><br /><span style="color: #ff0000;">'06 00 24 32 07 00 29 3A 08 00 30 43 09 00 36 4B'</span><br /><span style="color: #ff0000;">'0B 00 3B 52 0C 00 40 59 0D 00 44 5F 0D 00 4C 6B'</span><br /><span style="color: #ff0000;">'0F 00 50 70 10 00 56 79 11 00 59 7D 12 00 5B 80'</span><br /><span style="color: #ff0000;">'12 00 5D 83 12 00 1D 29 06 00 2B 3C 08 00 31 45'</span><br /><span style="color: #ff0000;">'0A 00 37 4D 0B 00 42 5C 0D 00 47 63 0E 00 79 79'</span><br /><span style="color: #ff0000;">'55 00 7C 7C 58 00 7D 7D 58 00 7E 7E 59 00 7F 7F'</span><br /><span style="color: #ff0000;">'5A 00 3E 57 0C 00 43 5E 0D 00 49 66 0E 00 4E 6D'</span><br /><span style="color: #ff0000;">'0F 00 52 73 10 00 7B 7B 57 00 82 82 5C 00 85 85'</span><br /><span style="color: #ff0000;">'5E 00 87 87 5F 00 8A 8A 61 00 89 89 61 00 38 4F'</span><br /><span style="color: #ff0000;">'0B 00 3F 58 0C 00 4A 68 0F 00 4F 6F 10 00 54 76'</span><br /><span style="color: #ff0000;">'11 00 77 77 54 00 86 86 5F 00 8D 8D 64 00 90 90'</span><br /><span style="color: #ff0000;">'66 00 92 92 67 00 95 95 69 00 96 96 6A 00 94 94'</span><br /><span style="color: #ff0000;">'68 00 4B 69 0F 00 51 71 10 00 8C 8C 63 00 91 91'</span><br /><span style="color: #ff0000;">'66 00 98 98 6B 00 9B 9B 6D 00 9D 9D 6F 00 A0 A0'</span><br /><span style="color: #ff0000;">'71 00 9E 9E 70 00 78 78 55 00 A2 A2 72 00 A5 A5'</span><br /><span style="color: #ff0000;">'74 00 A7 A7 76 00 AA AA 78 00 A8 A8 77 00 5C 81'</span><br /><span style="color: #ff0000;">'12 00 81 81 5B 00 88 88 60 00 8F 8F 65 00 A4 A4'</span><br /><span style="color: #ff0000;">'74 00 AB AB 79 00 AE AE 7B 00 B0 B0 7C 00 B3 B3'</span><br /><span style="color: #ff0000;">'7E 00 B2 B2 7E 00 7A 7A 56 00 AD AD 7A 00 B1 B1'</span><br /><span style="color: #ff0000;">'7D 00 B4 B4 7F 00 B7 B7 81 00 B9 B9 83 00 BB BB'</span><br /><span style="color: #ff0000;">'84 00 BC BC 85 00 A3 A3 73 00 8B 8B 62 00 9A 9A'</span><br /><span style="color: #ff0000;">'6D 00 A6 A6 75 00 AC AC 79 00 B5 B5 80 00 BF BF'</span><br /><span style="color: #ff0000;">'87 00 C1 C1 88 00 C3 C3 8A 00 C4 C4 8A 00 00 32'</span><br /><span style="color: #ff0000;">'9B 00 C5 C5 8B 00 A1 A1 72 00 BD BD 85 00 C7 C7'</span><br /><span style="color: #ff0000;">'8C 00 C9 C9 8E 00 CB CB 8F 00 CC CC 90 00 AF AF'</span><br /><span style="color: #ff0000;">'7C 00 C0 C0 88 00 C8 C8 8D 00 CE CE 91 00 D0 D0'</span><br /><span style="color: #ff0000;">'93 00 D2 D2 94 00 D3 D3 95 00 B6 B6 80 00 C6 C6'</span><br /><span style="color: #ff0000;">'8C 00 CF CF 92 00 D5 D5 96 00 D7 D7 98 00 D9 D9'</span><br /><span style="color: #ff0000;">'99 00 DA DA 9A 00 C2 C2 89 00 D1 D1 94 00 D8 D8'</span><br /><span style="color: #ff0000;">'98 00 DB DB 9B 00 DD DD 9C 00 DF DF 9D 00 E0 E0'</span><br /><span style="color: #ff0000;">'9E 00 CD CD 91 00 D6 D6 97 00 DE DE 9D 00 E3 E3'</span><br /><span style="color: #ff0000;">'A0 00 E4 E4 A1 00 E5 E5 A2 00 E8 E8 A4 00 E9 E9'</span><br /><span style="color: #ff0000;">'A4 00 EA EA A5 00 E7 E7 A3 00 EC EC A7 00 EE EE'</span><br /><span style="color: #ff0000;">'A8 00 EF EF A9 00 EB EB A6 00 F0 F0 A9 00 F2 F2'</span><br /><span style="color: #ff0000;">'AB 00 F3 F3 AC 00 F1 F1 AA 00 F5 F5 AD 00 F6 F6'</span><br /><span style="color: #ff0000;">'AE 00 F4 F4 AC 00 F8 F8 AF 00 F9 F9 B0 00 FA FA'</span><br /><span style="color: #ff0000;">'B0 00 FB FB B1 00 FC FC B2 00 FD FD B3 00 FE FE'</span><br /><span style="color: #ff0000;">'B3 00 FF FF B4 00 D4 D4 96 00 E6 E6 A2 00 F7 F7'</span><br /><span style="color: #ff0000;">'AE 00 00 00 80 00 00 80 00 00 00 80 80 00 80 00'</span><br /><span style="color: #ff0000;">'00 00 80 00 80 00 80 80 00 00 C0 C0 C0 00 80 80'</span><br /><span style="color: #ff0000;">'80 00 00 00 FF 00 00 FF 00 00 00 FF FF 00 FF 00'</span><br /><span style="color: #ff0000;">'00 00 FF 00 FF 00 FF FF 00 00 06 06 06 00 12 12'</span><br /><span style="color: #ff0000;">'12 00 1F 1F 1F 00 2C 2C 2C 00 39 39 39 00 45 45'</span><br /><span style="color: #ff0000;">'45 00 52 52 52 00 5F 5F 5F 00 6C 6C 6C 00 78 78'</span><br /><span style="color: #ff0000;">'78 00 85 85 85 00 92 92 92 00 9F 9F 9F 00 AB AB'</span><br /><span style="color: #ff0000;">'AB 00 B8 B8 B8 00 C5 C5 C5 00 D2 D2 D2 00 DE DE'</span><br /><span style="color: #ff0000;">'DE 00 EB EB EB 00 F8 F8 F8 00 F0 FB FF 00 A4 A0'</span><br /><span style="color: #ff0000;">'A0 00 C0 DC C0 00 F0 CA A6 00 00 00 3E 00 00 00'</span><br /><span style="color: #ff0000;">'5D 00 00 00 7C 00 00 00 9B 00 00 00 BA 00 00 00'</span><br /><span style="color: #ff0000;">'D9 00 00 00 F0 00 24 24 FF 00 48 48 FF 00 6C 6C'</span><br /><span style="color: #ff0000;">'FF 00 90 90 FF 00 B4 B4 FF 00 00 14 3E 00 00 1E'</span><br /><span style="color: #ff0000;">'5D 00 00 28 7C 00 00 3C BA 00 00 46 D9 00 00 55'</span><br /><span style="color: #ff0000;">'F0 00 24 6D FF 00 48 85 FF 00 6C 9D FF 00 90 B5'</span><br /><span style="color: #ff0000;">'FF 00 B4 CD FF 00 00 2A 3E 00 00 3F 5D 00 00 54'</span><br /><span style="color: #ff0000;">'7C 00 00 69 9B 00 00 7E BA 00 00 93 D9 00 00 AA'</span><br /><span style="color: #ff0000;">'F0 00 24 B6 FF 00 48 C2 FF 00 6C CE FF 00 90 DA'</span><br /><span style="color: #ff0000;">'FF 00 B4 E6 FF 00 00 3E 3E 00 00 5D 5D 00 00 7C'</span><br /><span style="color: #ff0000;">'7C 00 00 9B 9B 00 00 BA BA 00 00 D9 D9 00 00 00'</span><br /><span style="color: #ff0000;">'02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11'</span><br /><span style="color: #ff0000;">'12 13 14 15 15 16 16 15 15 14 13 12 11 10 0F 0E'</span><br /><span style="color: #ff0000;">'0D 0C 0B 0A 09 08 07 06 05 04 03 02 00 00 00 02'</span><br /><span style="color: #ff0000;">'17 18 19 1A 1B 1C 1D 1E 1F 0D 20 21 11 22 23 24'</span><br /><span style="color: #ff0000;">'25 00 00 00 00 00 00 00 00 00 00 25 24 23 22 11'</span><br /><span style="color: #ff0000;">'21 20 0D 1F 1E 1D 1C 1B 1A 19 18 17 02 00 02 17'</span><br /><span style="color: #ff0000;">'26 19 27 28 29 0A 2A 2B 0E 21 11 13 16 25 00 00'</span><br /><span style="color: #ff0000;">'00 2C 2D 2E 2F 30 30 2F 2E 2D 2C 00 00 00 25 16'</span><br /><span style="color: #ff0000;">'13 11 21 0E 2B 2A 0A 29 28 27 19 26 17 02 03 18'</span><br /><span style="color: #ff0000;">'19 27 28 09 31 32 33 34 35 22 16 00 00 00 36 30'</span><br /><span style="color: #ff0000;">'37 38 39 3B 00 00 00 3A 3B 39 38 37 30 36 00 00'</span><br /><span style="color: #ff0000;">'00 16 22 35 34 33 32 31 09 28 27 19 18 03 04 19'</span><br /><span style="color: #ff0000;">'27 28 3C 3D 0C 3E 3F 40 23 25 00 41 2E 37 42 3A'</span><br /><span style="color: #ff0000;">'43 44 45 48 00 AD 00 46 48 45 44 43 3A 42 37 2E'</span><br /><span style="color: #ff0000;">'41 00 25 23 40 3F 3E 0C 3D 3C 28 27 19 04 05 1A'</span><br /><span style="color: #ff0000;">'28 09 3D 0C 49 4A 12 16 00 00 2D 37 39 4B 4C 46'</span><br /><span style="color: #ff0000;">'4D 4E 4F 51 00 00 00 50 51 4F 4E 4D 46 4C 4B 39'</span><br /><span style="color: #ff0000;">'37 2D 00 00 16 12 4A 49 0C 3D 09 28 1A 05 06 1B'</span><br /><span style="color: #ff0000;">'29 31 0C 49 4A 22 24 00 52 30 42 4B 4C 47 4E 51'</span><br /><span style="color: #ff0000;">'53 54 55 57 00 56 56 56 57 55 54 53 51 4E 47 4C'</span><br /><span style="color: #ff0000;">'4B 42 30 52 00 24 22 4A 49 0C 31 29 1B 06 07 1C'</span><br /><span style="color: #ff0000;">'0A 32 3E 4A 22 58 00 2C 59 5A 5B 46 4E 00 5C 57'</span><br /><span style="color: #ff0000;">'5D 5E 5F 61 00 65 65 60 61 5F 5E 5D 00 5C 50 4E'</span><br /><span style="color: #ff0000;">'46 5B 5A 59 2C 00 58 22 4A 3E 32 0A 1C 07 08 1D'</span><br /><span style="color: #ff0000;">'2A 33 3F 12 24 00 62 37 3A 4C 4D 51 6A 57 63 64'</span><br /><span style="color: #ff0000;">'65 66 67 68 69 69 69 69 68 67 66 65 64 63 57 6A'</span><br /><span style="color: #ff0000;">'51 4D 4C 3A 37 62 00 24 12 3F 33 2A 1D 08 09 1E'</span><br /><span style="color: #ff0000;">'2B 34 40 16 00 2C 37 6B 74 6C 50 6D 6E 64 6F 67'</span><br /><span style="color: #ff0000;">'69 70 71 72 73 75 75 73 72 71 70 69 67 6F 64 6E'</span><br /><span style="color: #ff0000;">'6D 50 6C 45 6B 37 2C 00 16 40 34 2B 1E 09 0A 1F'</span><br /><span style="color: #ff0000;">'0E 35 23 00 52 59 3A 45 6C 74 57 5E 65 67 77 71'</span><br /><span style="color: #ff0000;">'73 78 79 7A 7B 7B 7B 7B 7A 79 78 73 71 77 67 65'</span><br /><span style="color: #ff0000;">'5E 57 76 6C 45 3A 59 52 00 23 35 0E 1F 0A 0B 0D'</span><br /><span style="color: #ff0000;">'21 22 25 00 30 5A 4C 6C 76 57 74 6F 68 7D 73 7E'</span><br /><span style="color: #ff0000;">'7A 7F 80 81 82 AE AE 82 81 80 7F 7A 7E 73 7D 68'</span><br /><span style="color: #ff0000;">'6F 7C 57 76 6C 4C 5A 30 00 25 22 21 0D 0B 0C 20'</span><br /><span style="color: #ff0000;">'11 16 00 2D 42 5B 4D 50 57 7C 83 74 71 84 7A 85'</span><br /><span style="color: #ff0000;">'81 86 87 88 89 89 89 89 88 87 86 81 85 7A 84 71'</span><br /><span style="color: #ff0000;">'69 83 7C 57 50 4D 5B 42 2D 00 16 11 20 0C 0D 21'</span><br /><span style="color: #ff0000;">'13 00 41 37 4B 46 51 6D 5E 6F 69 8A 74 7B 8B 86'</span><br /><span style="color: #ff0000;">'8C 8D 8E 8F 90 90 90 90 8F 8E 8D 8C 86 8B 7B 78'</span><br /><span style="color: #ff0000;">'8A 69 6F 5E 6D 51 46 4B 37 41 00 13 21 0D 0E 11'</span><br /><span style="color: #ff0000;">'16 00 2E 39 4C 4E 00 6E 65 68 71 78 91 74 92 89'</span><br /><span style="color: #ff0000;">'93 90 94 95 96 AF AF 96 95 94 90 93 89 92 81 91'</span><br /><span style="color: #ff0000;">'78 71 68 65 6E 00 4E 4C 39 2E 00 16 11 0E 0F 22'</span><br /><span style="color: #ff0000;">'25 00 37 4B 47 50 57 64 67 7D 84 7B 81 87 74 8F'</span><br /><span style="color: #ff0000;">'94 96 97 98 99 9E 9E 99 98 97 96 94 8F 8D 87 81'</span><br /><span style="color: #ff0000;">'7B 84 7D 67 64 57 50 47 4B 37 00 25 22 0F 10 23'</span><br /><span style="color: #ff0000;">'00 36 42 4C 4E 5C 63 6F 77 73 7A 8B 92 8D 90 74'</span><br /><span style="color: #ff0000;">'9A 99 9B 9C 9D 9D 9D 9D 9C 9B 99 9A 95 90 8D 92'</span><br /><span style="color: #ff0000;">'8B 7A 73 77 6F 63 5C 4E 4C 42 36 00 23 10 11 24'</span><br /><span style="color: #ff0000;">'00 30 3A 46 51 57 64 67 71 7E 85 86 89 8F 95 97'</span><br /><span style="color: #ff0000;">'74 9C 9F A0 A1 A1 A1 A1 A0 9F 9C 9E 97 95 8F 89'</span><br /><span style="color: #ff0000;">'86 85 7E 71 67 64 57 51 46 3A 30 00 24 11 12 25'</span><br /><span style="color: #ff0000;">'00 37 43 4D 53 5D 65 69 73 7A 81 8C 93 94 9A 9E'</span><br /><span style="color: #ff0000;">'9C 74 A1 A3 A4 B0 B0 A4 A3 A1 A2 9C 9E 9A 94 93'</span><br /><span style="color: #ff0000;">'8C 81 7A 73 69 65 5D 53 4D 43 37 00 25 12 13 00'</span><br /><span style="color: #ff0000;">'2C 38 44 4E 54 5E 66 70 78 7F 86 8D 90 96 99 9C'</span><br /><span style="color: #ff0000;">'A2 A5 74 A6 A7 A7 A7 A7 A6 A4 A5 A2 9C 99 96 90'</span><br /><span style="color: #ff0000;">'8D 86 7F 78 70 66 5E 54 4E 44 38 2C 00 13 14 00'</span><br /><span style="color: #ff0000;">'2D 39 45 4F 55 5F 67 71 79 80 87 8E 94 97 9B 9F'</span><br /><span style="color: #ff0000;">'A1 A4 A6 74 A9 AA AA A9 A8 A6 A4 A1 9F 9B 97 94'</span><br /><span style="color: #ff0000;">'8E 87 80 79 71 67 5F 55 4F 45 39 2D 00 14 15 00'</span><br /><span style="color: #ff0000;">'2E 3B 48 00 57 61 68 72 7A 81 88 8F 95 98 9C A0'</span><br /><span style="color: #ff0000;">'A3 A6 A8 AA 74 AB AB AB AA A8 A6 A3 A0 9C 98 95'</span><br /><span style="color: #ff0000;">'8F 88 81 7A 72 68 61 57 00 00 00 2E 00 15 15 00'</span><br /><span style="color: #ff0000;">'2F 3A 46 00 56 60 69 73 7B 82 89 90 96 99 9D A1'</span><br /><span style="color: #ff0000;">'A4 A7 A9 AB 74 74 74 74 74 74 74 74 74 74 74 74'</span><br /><span style="color: #ff0000;">'74 74 74 74 74 74 60 56 50 46 00 2F 00 15 16 00'</span><br /><span style="color: #ff0000;">'30 00 00 00 56 65 69 75 7B AE 89 90 AF 9E 9D A1'</span><br /><span style="color: #ff0000;">'B0 A7 AA AB 74 74 74 74 74 74 74 74 74 74 74 74'</span><br /><span style="color: #ff0000;">'74 74 74 74 74 74 74 56 00 00 00 30 00 16 16 00'</span><br /><span style="color: #ff0000;">'30 00 AD 00 56 65 69 75 7B AE 89 90 AF 9E 9D A1'</span><br /><span style="color: #ff0000;">'B0 A7 AA AB 74 74 74 74 74 74 74 74 74 74 74 74'</span><br /><span style="color: #ff0000;">'74 74 74 74 74 74 65 56 50 47 00 30 00 16 15 00'</span><br /><span style="color: #ff0000;">'2F 00 00 00 56 60 69 73 7B 82 89 90 96 99 9D A1'</span><br /><span style="color: #ff0000;">'A4 A7 A9 AB 74 74 74 AC AB A9 A7 A4 A1 9D 99 96'</span><br /><span style="color: #ff0000;">'90 89 82 7B 73 69 60 56 00 00 00 2F 00 15 15 00'</span><br /><span style="color: #ff0000;">'2E 3B 48 51 57 61 68 72 7A 81 88 8F 95 98 9C A0'</span><br /><span style="color: #ff0000;">'A3 A6 A8 AA 74 74 74 AB AA A8 A6 A3 A0 9C 98 95'</span><br /><span style="color: #ff0000;">'8F 88 81 7A 72 68 61 57 51 48 3B 2E 00 15 14 00'</span><br /><span style="color: #ff0000;">'2D 39 45 4F 55 5F 67 71 79 80 87 8E 94 97 9B 9F'</span><br /><span style="color: #ff0000;">'A1 A4 A6 A8 74 74 74 A9 A8 A6 A4 A1 9F 9B 97 94'</span><br /><span style="color: #ff0000;">'8E 87 80 79 71 67 5F 55 4F 45 39 2D 00 14 13 00'</span><br /><span style="color: #ff0000;">'2C 38 44 4E 54 5E 66 70 78 7F 86 8D 90 96 99 9C'</span><br /><span style="color: #ff0000;">'A2 A5 A4 A6 74 74 74 A7 A6 A4 A5 A2 9C 99 96 90'</span><br /><span style="color: #ff0000;">'8D 86 7F 78 70 66 5E 54 4E 44 38 2C 00 13 12 25'</span><br /><span style="color: #ff0000;">'00 37 43 4D 53 5D 65 69 73 7A 81 8C 93 94 9A 9E'</span><br /><span style="color: #ff0000;">'9C A2 A1 A3 74 74 74 A4 A3 A1 A2 9C 9E 9A 94 93'</span><br /><span style="color: #ff0000;">'8C 81 7A 73 69 65 5D 53 4D 43 37 00 25 12 11 24'</span><br /><span style="color: #ff0000;">'00 30 3A 46 51 57 64 67 71 7E 85 86 89 8F 95 97'</span><br /><span style="color: #ff0000;">'9E 9C 9F A0 74 74 74 A1 A0 9F 9C 9E 97 95 8F 89'</span><br /><span style="color: #ff0000;">'86 85 7E 71 67 64 57 51 46 3A 30 00 24 11 10 23'</span><br /><span style="color: #ff0000;">'00 36 42 4C 4E 5C 63 6F 77 73 7A 8B 92 8D 90 95'</span><br /><span style="color: #ff0000;">'9A 99 9B 9C 74 74 74 9D 9C 9B 99 9A 95 90 8D 92'</span><br /><span style="color: #ff0000;">'8B 7A 73 77 6F 63 5C 4E 4C 42 36 00 23 10 0F 22'</span><br /><span style="color: #ff0000;">'25 00 37 4B 47 50 00 64 67 7D 84 7B 81 87 8D 8F'</span><br /><span style="color: #ff0000;">'94 96 97 98 74 74 74 99 98 97 96 94 8F 8D 87 81'</span><br /><span style="color: #ff0000;">'7B 84 7D 67 64 00 50 47 4B 37 00 25 22 0F 0E 11'</span><br /><span style="color: #ff0000;">'16 00 2E 39 4C 4E 6A 6E 65 68 71 78 91 81 92 89'</span><br /><span style="color: #ff0000;">'93 90 94 95 74 74 74 96 95 94 90 93 89 92 81 91'</span><br /><span style="color: #ff0000;">'78 71 68 65 6E 6A 4E 4C 39 2E 00 16 11 0E 0D 21'</span><br /><span style="color: #ff0000;">'13 00 41 37 4B 46 51 6D 5E 6F 69 8A 78 7B 8B 86'</span><br /><span style="color: #ff0000;">'8C 8D 8E 8F 74 74 74 90 8F 8E 8D 8C 86 8B 7B 78'</span><br /><span style="color: #ff0000;">'8A 69 6F 5E 6D 51 46 4B 37 41 00 13 21 0D 0C 20'</span><br /><span style="color: #ff0000;">'11 16 00 2D 42 5B 4D 50 57 7C 83 69 71 84 7A 85'</span><br /><span style="color: #ff0000;">'81 86 87 88 74 74 74 89 88 87 86 81 85 7A 84 71'</span><br /><span style="color: #ff0000;">'69 83 7C 57 50 4D 5B 42 2D 00 16 11 20 0C 0B 0D'</span><br /><span style="color: #ff0000;">'21 22 25 00 30 5A 4C 6C 76 57 7C 6F 68 7D 73 7E'</span><br /><span style="color: #ff0000;">'7A 7F 80 81 74 74 74 82 81 80 7F 7A 7E 73 7D 68'</span><br /><span style="color: #ff0000;">'6F 7C 57 76 6C 4C 5A 30 00 25 22 21 0D 0B 0A 1F'</span><br /><span style="color: #ff0000;">'0E 35 23 00 52 59 3A 45 6C 76 57 5E 65 67 77 71'</span><br /><span style="color: #ff0000;">'73 78 79 7A 7B 74 7B 7B 7A 79 78 73 71 77 67 65'</span><br /><span style="color: #ff0000;">'5E 57 76 6C 45 3A 59 52 00 23 35 0E 1F 0A 09 1E'</span><br /><span style="color: #ff0000;">'2B 34 40 16 00 2C 37 6B 45 6C 50 6D 6E 64 6F 67'</span><br /><span style="color: #ff0000;">'69 70 71 72 73 74 75 73 72 71 70 69 67 6F 64 6E'</span><br /><span style="color: #ff0000;">'6D 50 6C 45 6B 37 2C 00 16 40 34 2B 1E 09 08 1D'</span><br /><span style="color: #ff0000;">'2A 33 3F 12 24 00 62 37 3A 4C 4D 51 00 57 63 64'</span><br /><span style="color: #ff0000;">'65 66 67 68 69 69 69 69 68 67 66 65 64 63 00 6A'</span><br /><span style="color: #ff0000;">'51 4D 4C 3A 37 62 00 24 12 3F 33 2A 1D 08 07 1C'</span><br /><span style="color: #ff0000;">'0A 32 3E 4A 22 58 00 2C 59 5A 5B 46 4E 50 5C 57'</span><br /><span style="color: #ff0000;">'5D 5E 5F 00 60 00 00 00 61 5F 5E 5D 57 5C 50 4E'</span><br /><span style="color: #ff0000;">'46 5B 5A 59 2C 00 58 22 4A 3E 32 0A 1C 07 06 1B'</span><br /><span style="color: #ff0000;">'29 31 0C 49 4A 22 24 00 52 30 42 4B 4C 47 4E 51'</span><br /><span style="color: #ff0000;">'53 54 55 00 56 00 56 56 57 55 54 53 51 4E 47 4C'</span><br /><span style="color: #ff0000;">'4B 42 30 52 00 24 22 4A 49 0C 31 29 1B 06 05 1A'</span><br /><span style="color: #ff0000;">'28 09 3D 0C 49 4A 12 16 00 00 2D 37 39 4B 4C 46'</span><br /><span style="color: #ff0000;">'4D 4E 4F 00 50 00 00 00 51 4F 4E 4D 46 4C 4B 39'</span><br /><span style="color: #ff0000;">'37 2D 00 00 16 12 4A 49 0C 3D 09 28 1A 05 04 19'</span><br /><span style="color: #ff0000;">'27 28 3C 3D 0C 3E 3F 40 23 25 00 41 2E 37 42 3A'</span><br /><span style="color: #ff0000;">'43 44 45 00 46 47 47 00 48 45 44 43 3A 42 37 2E'</span><br /><span style="color: #ff0000;">'41 00 25 23 40 3F 3E 0C 3D 3C 28 27 19 04 03 18'</span><br /><span style="color: #ff0000;">'19 27 28 09 31 32 33 34 35 22 16 00 00 00 36 30'</span><br /><span style="color: #ff0000;">'37 38 39 00 3A 00 00 00 3B 39 38 37 30 36 00 00'</span><br /><span style="color: #ff0000;">'00 16 22 35 34 33 32 31 09 28 27 19 18 03 02 17'</span><br /><span style="color: #ff0000;">'26 19 27 28 29 0A 2A 2B 0E 21 11 13 16 25 00 00'</span><br /><span style="color: #ff0000;">'00 2C 2D 2E 2F 30 30 2F 2E 2D 2C 00 00 00 25 16'</span><br /><span style="color: #ff0000;">'13 11 21 0E 2B 2A 0A 29 28 27 19 26 17 02 00 02'</span><br /><span style="color: #ff0000;">'17 18 19 1A 1B 1C 1D 1E 1F 0D 20 21 11 22 23 24'</span><br /><span style="color: #ff0000;">'25 00 00 00 00 00 00 00 00 00 00 25 24 23 22 11'</span><br /><span style="color: #ff0000;">'21 20 0D 1F 1E 1D 1C 1B 1A 19 18 17 02 00 00 00'</span><br /><span style="color: #ff0000;">'02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 10 11'</span><br /><span style="color: #ff0000;">'12 13 14 15 15 16 16 15 15 14 13 12 11 10 0F 0E'</span><br /><span style="color: #ff0000;">'0D 0C 0B 0A 09 08 07 06 05 04 03 02 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 B4 81 00 00 00 00 00 00 41 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 04 00 00 00 00 00 00 00 65 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 02 00 00 00 00 00 00 00 98 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 1F 01 00 00 00 00 00 00 98 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 43 01 00 00 00 00 00 00 06 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 B7 81 00 00 00 00 00 00 2C 02 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 A8 01 00 00 00 00 00 00 F5 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 B5 81 00 00 00 00 00 00 5D 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 2C 02 00 00 00 00 00 00 62 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 04 00 00 00 00 00 00 00 BD 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 02 00 00 00 00 00 00 00 2C 02 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 A1 01 00 00 00 00 00 00 D9 01 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 02 00 00 00 00 00 00 00 2C 02 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 A0 00 00 00 00 00 00 B4 81 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 02 00 00 00 00 00 00 00 B6 02 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 A0 00 00 00 00 00 00 B6 81 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 9E 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 F0 28 00'</span><br /><span style="color: #ff0000;">'00 00 20 00 00 00 40 00 00 00 01 00 08 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 01'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 FF FF FF 00 0E 14'</span><br /><span style="color: #ff0000;">'03 00 1C 27 06 00 22 30 07 00 2E 40 09 00 33 47'</span><br /><span style="color: #ff0000;">'0A 00 3D 55 0C 00 41 5B 0D 00 48 65 0E 00 4C 6A'</span><br /><span style="color: #ff0000;">'0F 00 51 72 10 00 54 75 11 00 56 78 11 00 4F 6E'</span><br /><span style="color: #ff0000;">'10 00 45 60 0E 00 38 4E 0B 00 28 38 08 00 15 1E'</span><br /><span style="color: #ff0000;">'04 00 16 1F 04 00 1D 29 06 00 2B 3C 08 00 31 45'</span><br /><span style="color: #ff0000;">'0A 00 42 5C 0D 00 50 70 10 00 57 7A 11 00 5B 7F'</span><br /><span style="color: #ff0000;">'12 00 79 79 55 00 7C 7C 58 00 7E 7E 59 00 7F 7F'</span><br /><span style="color: #ff0000;">'5A 00 7D 7D 58 00 5D 83 12 00 47 63 0E 00 37 4D'</span><br /><span style="color: #ff0000;">'0B 00 24 32 07 00 1D 28 06 00 43 5E 0D 00 49 66'</span><br /><span style="color: #ff0000;">'0E 00 52 73 10 00 56 79 11 00 7B 7B 57 00 85 85'</span><br /><span style="color: #ff0000;">'5E 00 8A 8A 61 00 82 82 5C 00 4E 6D 0F 00 3E 57'</span><br /><span style="color: #ff0000;">'0C 00 29 3A 08 00 3F 58 0C 00 51 71 10 00 87 87'</span><br /><span style="color: #ff0000;">'5F 00 91 91 66 00 95 95 69 00 9B 9B 6D 00 A0 A0'</span><br /><span style="color: #ff0000;">'71 00 98 98 6B 00 8C 8C 63 00 4B 69 0F 00 30 43'</span><br /><span style="color: #ff0000;">'09 00 78 78 55 00 9E 9E 70 00 A5 A5 74 00 AA AA'</span><br /><span style="color: #ff0000;">'78 00 A2 A2 72 00 96 96 6A 00 86 86 5F 00 3B 52'</span><br /><span style="color: #ff0000;">'0C 00 4F 6F 10 00 7A 7A 56 00 AD AD 7A 00 B1 B1'</span><br /><span style="color: #ff0000;">'7D 00 B7 B7 81 00 BC BC 85 00 BB BB 84 00 B4 B4'</span><br /><span style="color: #ff0000;">'7F 00 5B 80 12 00 40 59 0D 00 54 76 11 00 92 92'</span><br /><span style="color: #ff0000;">'67 00 9A 9A 6D 00 A6 A6 75 00 AC AC 79 00 B5 B5'</span><br /><span style="color: #ff0000;">'80 00 B9 B9 83 00 BF BF 87 00 C4 C4 8A 00 8B 8B'</span><br /><span style="color: #ff0000;">'62 00 88 88 60 00 A1 A1 72 00 A8 A8 77 00 C8 C8'</span><br /><span style="color: #ff0000;">'8D 00 CE CE 91 00 D0 D0 93 00 00 32 9B 00 D3 D3'</span><br /><span style="color: #ff0000;">'95 00 D2 D2 94 00 CB CB 8F 00 C0 C0 88 00 AF AF'</span><br /><span style="color: #ff0000;">'7C 00 4C 6B 0F 00 8F 8F 65 00 C1 C1 88 00 CF CF'</span><br /><span style="color: #ff0000;">'92 00 D5 D5 96 00 D7 D7 98 00 DA DA 9A 00 D9 D9'</span><br /><span style="color: #ff0000;">'99 00 C6 C6 8C 00 B6 B6 80 00 A3 A3 73 00 C7 C7'</span><br /><span style="color: #ff0000;">'8C 00 CD CD 91 00 D6 D6 97 00 E0 E0 9E 00 E3 E3'</span><br /><span style="color: #ff0000;">'A0 00 E5 E5 A2 00 E4 E4 A1 00 DE DE 9D 00 CC CC'</span><br /><span style="color: #ff0000;">'90 00 DB DB 9B 00 DF DF 9D 00 E8 E8 A4 00 EA EA'</span><br /><span style="color: #ff0000;">'A5 00 E9 E9 A4 00 EE EE A8 00 F0 F0 A9 00 F3 F3'</span><br /><span style="color: #ff0000;">'AC 00 F2 F2 AB 00 EB EB A6 00 8D 8D 64 00 AB AB'</span><br /><span style="color: #ff0000;">'79 00 D8 D8 98 00 E7 E7 A3 00 F1 F1 AA 00 F6 F6'</span><br /><span style="color: #ff0000;">'AE 00 F5 F5 AD 00 C9 C9 8E 00 DD DD 9C 00 EC EC'</span><br /><span style="color: #ff0000;">'A7 00 F8 F8 AF 00 FB FB B1 00 FA FA B0 00 FD FD'</span><br /><span style="color: #ff0000;">'B3 00 FC FC B2 00 C3 C3 8A 00 B2 B2 7E 00 D4 D4'</span><br /><span style="color: #ff0000;">'96 00 E6 E6 A2 00 EF EF A9 00 F9 F9 B0 00 94 94'</span><br /><span style="color: #ff0000;">'68 00 9D 9D 6F 00 B0 B0 7C 00 A7 A7 76 00 F7 F7'</span><br /><span style="color: #ff0000;">'AE 00 C5 C5 8B 00 89 89 61 00 00 00 80 00 00 80'</span><br /><span style="color: #ff0000;">'00 00 00 80 80 00 80 00 00 00 80 00 80 00 80 80'</span><br /><span style="color: #ff0000;">'00 00 C0 C0 C0 00 80 80 80 00 00 00 FF 00 00 FF'</span><br /><span style="color: #ff0000;">'00 00 00 FF FF 00 FF 00 00 00 FF 00 FF 00 FF FF'</span><br /><span style="color: #ff0000;">'00 00 06 06 06 00 12 12 12 00 1F 1F 1F 00 2C 2C'</span><br /><span style="color: #ff0000;">'2C 00 39 39 39 00 45 45 45 00 52 52 52 00 5F 5F'</span><br /><span style="color: #ff0000;">'5F 00 6C 6C 6C 00 78 78 78 00 85 85 85 00 92 92'</span><br /><span style="color: #ff0000;">'92 00 9F 9F 9F 00 AB AB AB 00 B8 B8 B8 00 C5 C5'</span><br /><span style="color: #ff0000;">'C5 00 D2 D2 D2 00 DE DE DE 00 EB EB EB 00 F8 F8'</span><br /><span style="color: #ff0000;">'F8 00 F0 FB FF 00 A4 A0 A0 00 C0 DC C0 00 F0 CA'</span><br /><span style="color: #ff0000;">'A6 00 00 00 3E 00 00 00 5D 00 00 00 7C 00 00 00'</span><br /><span style="color: #ff0000;">'9B 00 00 00 BA 00 00 00 D9 00 00 00 F0 00 24 24'</span><br /><span style="color: #ff0000;">'FF 00 48 48 FF 00 6C 6C FF 00 90 90 FF 00 B4 B4'</span><br /><span style="color: #ff0000;">'FF 00 00 14 3E 00 00 1E 5D 00 00 28 7C 00 00 3C'</span><br /><span style="color: #ff0000;">'BA 00 00 46 D9 00 00 55 F0 00 24 6D FF 00 48 85'</span><br /><span style="color: #ff0000;">'FF 00 6C 9D FF 00 90 B5 FF 00 B4 CD FF 00 00 2A'</span><br /><span style="color: #ff0000;">'3E 00 00 3F 5D 00 00 54 7C 00 00 69 9B 00 00 7E'</span><br /><span style="color: #ff0000;">'BA 00 00 93 D9 00 00 AA F0 00 24 B6 FF 00 48 C2'</span><br /><span style="color: #ff0000;">'FF 00 6C CE FF 00 90 DA FF 00 B4 E6 FF 00 00 3E'</span><br /><span style="color: #ff0000;">'3E 00 00 5D 5D 00 00 7C 7C 00 00 9B 9B 00 00 BA'</span><br /><span style="color: #ff0000;">'BA 00 00 D9 D9 00 00 F0 F0 00 24 FF FF 00 48 FF'</span><br /><span style="color: #ff0000;">'FF 00 6C FF FF 00 90 FF FF 00 B4 FF FF 00 00 3E'</span><br /><span style="color: #ff0000;">'2A 00 00 5D 3F 00 00 7C 54 00 00 9B 69 00 00 BA'</span><br /><span style="color: #ff0000;">'7E 00 00 D9 93 00 00 F0 AA 00 24 FF B6 00 48 FF'</span><br /><span style="color: #ff0000;">'C2 00 6C FF CE 00 90 FF DA 00 B4 FF E6 00 00 3E'</span><br /><span style="color: #ff0000;">'14 00 00 5D 1E 00 00 02 03 04 05 06 07 08 09 0A'</span><br /><span style="color: #ff0000;">'0B 0C 19 00 00 00 00 00 0D 0D 0B 0E 09 0F 07 10'</span><br /><span style="color: #ff0000;">'05 11 03 12 00 00 13 14 15 16 07 17 0A 18 19 1A'</span><br /><span style="color: #ff0000;">'00 00 00 1C 1D 1E 1D 1F 00 00 00 20 19 0C 0A 21'</span><br /><span style="color: #ff0000;">'07 22 15 23 13 02 24 23 16 10 25 26 27 28 00 00'</span><br /><span style="color: #ff0000;">'29 1E 2A 32 00 00 00 9C 2A 2C 29 00 00 00 27 2D'</span><br /><span style="color: #ff0000;">'25 2E 16 15 24 12 2F 16 30 0F 31 0D 00 00 2C 32'</span><br /><span style="color: #ff0000;">'33 34 35 97 00 3C 00 3C 35 37 33 38 2C 1C 00 1A'</span><br /><span style="color: #ff0000;">'31 39 30 10 2F 04 3A 22 0F 39 28 00 3B 1E 38 33'</span><br /><span style="color: #ff0000;">'35 3C 3D 99 00 00 00 59 3D 3F 35 40 38 41 3B 00'</span><br /><span style="color: #ff0000;">'28 31 0F 2E 3A 11 42 17 43 0D 00 44 2B 33 3C 00'</span><br /><span style="color: #ff0000;">'45 46 47 53 00 48 48 49 47 4A 45 00 3C 37 2B 2C'</span><br /><span style="color: #ff0000;">'00 4B 43 26 42 06 4C 21 4D 00 1B 2C 5D 4F 50 51'</span><br /><span style="color: #ff0000;">'52 53 54 65 00 9B 55 90 54 48 52 46 50 36 4E 56'</span><br /><span style="color: #ff0000;">'1B 00 4D 2D 4C 10 09 18 20 00 57 33 58 5D 52 49'</span><br /><span style="color: #ff0000;">'55 5A 5B 5C 5E 92 5E 5F 5B 60 55 61 52 62 58 4F'</span><br /><span style="color: #ff0000;">'57 1E 00 28 09 08 63 0C 00 1C 64 37 59 62 5D 65'</span><br /><span style="color: #ff0000;">'60 66 67 68 69 69 69 6A 67 5F 60 6B 48 6C 59 36'</span><br /><span style="color: #ff0000;">'64 41 00 1A 63 0F 0C 0C 00 32 35 00 4A 49 6E 5D'</span><br /><span style="color: #ff0000;">'70 69 71 72 73 93 73 74 71 75 70 5F 6E 65 4A 51'</span><br /><span style="color: #ff0000;">'00 33 1F 00 0C 0A 28 00 2C 38 36 59 53 61 76 5F'</span><br /><span style="color: #ff0000;">'5D 78 73 79 7A 80 7A 7B 73 72 77 68 76 6B 53 46'</span><br /><span style="color: #ff0000;">'36 40 2C 00 28 0E 4B 00 2B 34 59 46 65 5A 67 69'</span><br /><span style="color: #ff0000;">'74 5D 7C 7D 7E 7E 7E 7F 7C 80 74 78 67 66 65 53'</span><br /><span style="color: #ff0000;">'59 3C 2B 1E 00 0C 20 00 81 37 82 4A 55 60 83 75'</span><br /><span style="color: #ff0000;">'84 80 5D 7E 86 9A 86 87 85 7C 84 72 83 5F 55 48'</span><br /><span style="color: #ff0000;">'82 3F 81 2C 00 0D 00 1C 4E 97 98 53 88 5C 89 72'</span><br /><span style="color: #ff0000;">'8A 7D 86 5D 8C 8F 8C 8D 86 7E 8A 79 89 68 88 65'</span><br /><span style="color: #ff0000;">'98 99 4E 32 2C 00 00 1F 96 96 00 49 60 5F 78 74'</span><br /><span style="color: #ff0000;">'7C 7F 8B 8D 5D 8E 8E 8F 8B 87 7C 7B 78 6A 60 90'</span><br /><span style="color: #ff0000;">'91 00 00 00 2C 00 00 1E 96 96 00 48 76 92 71 93'</span><br /><span style="color: #ff0000;">'94 7E 95 8F 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D'</span><br /><span style="color: #ff0000;">'5D 91 4E 00 2C 00 00 1E 00 00 00 48 76 92 71 93'</span><br /><span style="color: #ff0000;">'94 7E 95 8F 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D 5D'</span><br /><span style="color: #ff0000;">'4A 00 00 00 2C 00 00 1F 00 3C 00 49 60 5F 78 74'</span><br /><span style="color: #ff0000;">'7C 7F 8B 8D 5D 5D 8E 8F 8B 87 7C 7B 78 6A 60 90'</span><br /><span style="color: #ff0000;">'91 91 81 00 2C 00 00 1C 00 00 00 53 88 5C 89 72'</span><br /><span style="color: #ff0000;">'8A 7D 86 8B 5D 5D 8C 8D 86 7E 8A 79 89 68 88 65'</span><br /><span style="color: #ff0000;">'82 00 00 00 2C 00 20 00 81 37 82 4A 55 60 83 75'</span><br /><span style="color: #ff0000;">'84 80 85 7E 5D 5D 86 87 85 7C 84 72 83 5F 55 48'</span><br /><span style="color: #ff0000;">'82 3F 81 2C 00 0D 4B 00 2B 34 59 46 65 5A 67 69'</span><br /><span style="color: #ff0000;">'74 79 7C 7D 5D 5D 7E 7F 7C 80 74 78 67 66 65 53'</span><br /><span style="color: #ff0000;">'59 3C 2B 1E 00 0C 28 00 2C 38 36 00 53 61 76 5F'</span><br /><span style="color: #ff0000;">'77 78 73 79 5D 5D 7A 7B 73 72 77 68 76 6B 53 46'</span><br /><span style="color: #ff0000;">'00 40 2C 00 28 0E 0C 0C 00 32 35 6D 4A 49 6E 6F'</span><br /><span style="color: #ff0000;">'70 69 71 72 5D 5D 73 74 71 75 70 5F 6E 65 4A 51'</span><br /><span style="color: #ff0000;">'35 33 1F 00 0C 0A 63 0C 00 1C 64 37 59 62 48 65'</span><br /><span style="color: #ff0000;">'60 66 67 68 5D 5D 69 6A 67 5F 60 6B 48 6C 59 36'</span><br /><span style="color: #ff0000;">'64 41 00 1A 63 0F 09 18 20 00 57 33 58 59 52 49'</span><br /><span style="color: #ff0000;">'55 5A 5B 5C 5D 5E 5E 5F 5B 60 55 61 52 62 58 4F'</span><br /><span style="color: #ff0000;">'57 1E 00 28 09 08 4C 21 4D 00 1B 2C 4E 4F 50 51'</span><br /><span style="color: #ff0000;">'52 53 54 00 55 00 00 00 54 48 52 46 50 36 4E 56'</span><br /><span style="color: #ff0000;">'1B 00 4D 2D 4C 10 42 17 43 0D 00 44 2B 33 3C 00'</span><br /><span style="color: #ff0000;">'45 46 47 00 48 00 48 49 47 4A 45 00 3C 37 2B 2C'</span><br /><span style="color: #ff0000;">'00 4B 43 26 42 06 3A 22 0F 39 28 00 3B 1E 38 33'</span><br /><span style="color: #ff0000;">'35 3C 3D 00 3E 00 00 00 3D 3F 35 40 38 41 3B 00'</span><br /><span style="color: #ff0000;">'28 31 0F 2E 3A 11 2F 16 30 0F 31 0D 00 00 2C 32'</span><br /><span style="color: #ff0000;">'33 34 35 00 36 36 36 00 35 37 33 38 2C 1C 00 1A'</span><br /><span style="color: #ff0000;">'31 39 30 10 2F 04 24 23 16 10 25 26 27 28 00 00'</span><br /><span style="color: #ff0000;">'29 1E 2A 00 2B 00 00 00 2A 2C 29 00 00 00 27 2D'</span><br /><span style="color: #ff0000;">'25 2E 16 15 24 12 13 14 15 16 07 17 0A 18 19 1A'</span><br /><span style="color: #ff0000;">'00 00 1B 1C 1D 1E 1D 1F 1B 00 00 20 19 0C 0A 21'</span><br /><span style="color: #ff0000;">'07 22 15 23 13 02 00 02 03 04 05 06 07 08 09 0A'</span><br /><span style="color: #ff0000;">'0B 0C 00 00 00 00 00 00 00 0D 0B 0E 09 0F 07 10'</span><br /><span style="color: #ff0000;">'05 11 03 12 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 28 00 00 00 10 00 00 00 20 00'</span><br /><span style="color: #ff0000;">'00 00 01 00 08 00 00 00 00 00 00 01 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00'</span><br /><span style="color: #ff0000;">'00 00 FF FF FF 00 1D 29 06 00 31 45 0A 00 42 5C'</span><br /><span style="color: #ff0000;">'0D 00 50 70 10 00 5B 7F 12 00 54 75 11 00 47 63'</span><br /><span style="color: #ff0000;">'0E 00 37 4D 0B 00 24 32 07 00 0E 14 03 00 45 60'</span><br /><span style="color: #ff0000;">'0E 00 56 78 11 00 95 95 69 00 9D 9D 6F 00 9E 9E'</span><br /><span style="color: #ff0000;">'70 00 98 98 6B 00 8C 8C 63 00 4B 69 0F 00 38 4E'</span><br /><span style="color: #ff0000;">'0B 00 22 30 07 00 91 91 66 00 B1 B1 7D 00 B9 B9'</span><br /><span style="color: #ff0000;">'83 00 BB BB 84 00 82 82 5C 00 49 66 0E 00 33 47'</span><br /><span style="color: #ff0000;">'0A 00 A8 A8 77 00 C8 C8 8D 00 D0 D0 93 00 00 32'</span><br /><span style="color: #ff0000;">'9B 00 D2 D2 94 00 CB CB 8F 00 C0 C0 88 00 AF AF'</span><br /><span style="color: #ff0000;">'7C 00 9A 9A 6D 00 7F 7F 5A 00 41 5B 0D 00 A3 A3'</span><br /><span style="color: #ff0000;">'73 00 CD CD 91 00 DA DA 9A 00 E3 E3 A0 00 E4 E4'</span><br /><span style="color: #ff0000;">'A1 00 DE DE 9D 00 AC AC 79 00 4C 6A 0F 00 E8 E8'</span><br /><span style="color: #ff0000;">'A4 00 F0 F0 A9 00 F2 F2 AB 00 EB EB A6 00 DF DF'</span><br /><span style="color: #ff0000;">'9D 00 CF CF 92 00 F8 F8 AF 00 FA FA B0 00 F3 F3'</span><br /><span style="color: #ff0000;">'AC 00 D7 D7 98 00 C1 C1 88 00 A7 A7 76 00 D4 D4'</span><br /><span style="color: #ff0000;">'96 00 E6 E6 A2 00 FC FC B2 00 FD FD B3 00 F5 F5'</span><br /><span style="color: #ff0000;">'AD 00 E9 E9 A4 00 D9 D9 99 00 C3 C3 8A 00 B4 B4'</span><br /><span style="color: #ff0000;">'7F 00 F7 F7 AE 00 EE EE A8 00 BC BC 85 00 A2 A2'</span><br /><span style="color: #ff0000;">'72 00 C6 C6 8C 00 96 96 6A 00 A0 A0 71 00 86 86'</span><br /><span style="color: #ff0000;">'5F 00 C5 C5 8B 00 8B 8B 62 00 3E 57 0C 00 28 38'</span><br /><span style="color: #ff0000;">'08 00 87 87 5F 00 89 89 61 00 2B 3C 08 00 15 1E'</span><br /><span style="color: #ff0000;">'04 00 00 00 80 00 00 80 00 00 00 80 80 00 80 00'</span><br /><span style="color: #ff0000;">'00 00 80 00 80 00 80 80 00 00 C0 C0 C0 00 80 80'</span><br /><span style="color: #ff0000;">'80 00 00 00 FF 00 00 FF 00 00 00 FF FF 00 FF 00'</span><br /><span style="color: #ff0000;">'00 00 FF 00 FF 00 FF FF 00 00 06 06 06 00 12 12'</span><br /><span style="color: #ff0000;">'12 00 1F 1F 1F 00 2C 2C 2C 00 39 39 39 00 45 45'</span><br /><span style="color: #ff0000;">'45 00 52 52 52 00 5F 5F 5F 00 6C 6C 6C 00 78 78'</span><br /><span style="color: #ff0000;">'78 00 85 85 85 00 92 92 92 00 9F 9F 9F 00 AB AB'</span><br /><span style="color: #ff0000;">'AB 00 B8 B8 B8 00 C5 C5 C5 00 D2 D2 D2 00 DE DE'</span><br /><span style="color: #ff0000;">'DE 00 EB EB EB 00 F8 F8 F8 00 F0 FB FF 00 A4 A0'</span><br /><span style="color: #ff0000;">'A0 00 C0 DC C0 00 F0 CA A6 00 00 00 3E 00 00 00'</span><br /><span style="color: #ff0000;">'5D 00 00 00 7C 00 00 00 9B 00 00 00 BA 00 00 00'</span><br /><span style="color: #ff0000;">'D9 00 00 00 F0 00 24 24 FF 00 48 48 FF 00 6C 6C'</span><br /><span style="color: #ff0000;">'FF 00 90 90 FF 00 B4 B4 FF 00 00 14 3E 00 00 1E'</span><br /><span style="color: #ff0000;">'5D 00 00 28 7C 00 00 3C BA 00 00 46 D9 00 00 55'</span><br /><span style="color: #ff0000;">'F0 00 24 6D FF 00 48 85 FF 00 6C 9D FF 00 90 B5'</span><br /><span style="color: #ff0000;">'FF 00 B4 CD FF 00 00 2A 3E 00 00 3F 5D 00 00 54'</span><br /><span style="color: #ff0000;">'7C 00 00 69 9B 00 00 7E BA 00 00 93 D9 00 00 AA'</span><br /><span style="color: #ff0000;">'F0 00 24 B6 FF 00 48 C2 FF 00 6C CE FF 00 90 DA'</span><br /><span style="color: #ff0000;">'FF 00 B4 E6 FF 00 00 3E 3E 00 00 5D 5D 00 00 7C'</span><br /><span style="color: #ff0000;">'7C 00 00 9B 9B 00 00 BA BA 00 00 D9 D9 00 00 F0'</span><br /><span style="color: #ff0000;">'F0 00 24 FF FF 00 48 FF FF 00 6C FF FF 00 90 FF'</span><br /><span style="color: #ff0000;">'FF 00 B4 FF FF 00 00 3E 2A 00 00 5D 3F 00 00 7C'</span><br /><span style="color: #ff0000;">'54 00 00 9B 69 00 00 BA 7E 00 00 D9 93 00 00 F0'</span><br /><span style="color: #ff0000;">'AA 00 24 FF B6 00 48 FF C2 00 6C FF CE 00 90 FF'</span><br /><span style="color: #ff0000;">'DA 00 B4 FF E6 00 00 3E 14 00 00 5D 1E 00 00 7C'</span><br /><span style="color: #ff0000;">'28 00 00 9B 32 00 00 BA 3C 00 00 D9 46 00 00 F0'</span><br /><span style="color: #ff0000;">'55 00 24 FF 6D 00 48 FF 85 00 6C FF 9D 00 90 FF'</span><br /><span style="color: #ff0000;">'B5 00 B4 FF CD 00 00 3E 00 00 00 5D 00 00 00 7C'</span><br /><span style="color: #ff0000;">'00 00 00 9B 00 00 00 BA 00 00 00 D9 00 00 00 F0'</span><br /><span style="color: #ff0000;">'00 00 24 FF 24 00 48 FF 48 00 6C FF 6C 00 90 FF'</span><br /><span style="color: #ff0000;">'90 00 B4 FF B4 00 14 3E 00 00 1E 5D 00 00 28 7C'</span><br /><span style="color: #ff0000;">'00 00 32 9B 00 00 3C BA 00 00 46 D9 00 00 55 F0'</span><br /><span style="color: #ff0000;">'00 00 6D FF 24 00 85 FF 48 00 9D FF 6C 00 B5 FF'</span><br /><span style="color: #ff0000;">'90 00 CD FF B4 00 2A 3E 00 00 3F 5D 00 00 54 7C'</span><br /><span style="color: #ff0000;">'00 00 69 9B 00 00 7E BA 00 00 93 D9 00 00 AA F0'</span><br /><span style="color: #ff0000;">'00 00 B6 FF 24 00 C2 FF 48 00 CE FF 6C 00 DA FF'</span><br /><span style="color: #ff0000;">'90 00 E6 FF B4 00 3E 3E 00 00 5D 5D 00 00 7C 7C'</span><br /><span style="color: #ff0000;">'00 00 9B 9B 00 00 BA BA 00 00 D9 D9 00 00 F0 F0'</span><br /><span style="color: #ff0000;">'00 00 FF FF 24 00 FF FF 48 00 FF FF 6C 00 FF FF'</span><br /><span style="color: #ff0000;">'90 00 FF FF B4 00 3E 2A 00 00 5D 3F 00 00 7C 54'</span><br /><span style="color: #ff0000;">'00 00 9B 69 00 00 BA 7E 00 00 D9 93 00 00 F0 AA'</span><br /><span style="color: #ff0000;">'00 00 FF B6 24 00 FF C2 48 00 FF CE 6C 00 FF DA'</span><br /><span style="color: #ff0000;">'90 00 FF E6 B4 00 3E 14 00 00 5D 1E 00 00 0B 15'</span><br /><span style="color: #ff0000;">'1C 27 2F 00 00 00 00 00 00 0C 14 50 54 00 0A 14'</span><br /><span style="color: #ff0000;">'1B 00 00 26 51 00 52 1A 00 00 00 4F 53 54 09 13'</span><br /><span style="color: #ff0000;">'00 26 16 00 3B 00 1D 00 4A 4C 00 00 4F 50 08 00'</span><br /><span style="color: #ff0000;">'1A 25 2E 18 3A 4D 43 47 17 4B 4E 00 00 14 07 00'</span><br /><span style="color: #ff0000;">'11 00 3A 35 39 2A 42 21 49 00 4B 4C 00 0C 00 12'</span><br /><span style="color: #ff0000;">'1D 23 20 34 30 33 41 2B 39 49 17 4A 00 00 00 11'</span><br /><span style="color: #ff0000;">'44 22 2D 20 38 45 40 46 2B 21 47 48 1A 00 00 11'</span><br /><span style="color: #ff0000;">'00 21 2C 32 20 3F 3E 40 41 42 43 00 1A 00 00 11'</span><br /><span style="color: #ff0000;">'00 3C 3D 38 3E 20 20 20 20 20 20 00 1A 00 00 0F'</span><br /><span style="color: #ff0000;">'18 1F 2B 31 36 20 37 38 30 39 3A 3B 1A 00 00 0E'</span><br /><span style="color: #ff0000;">'17 1E 2A 30 31 20 32 33 34 35 18 10 26 00 06 00'</span><br /><span style="color: #ff0000;">'28 00 29 2A 2B 20 2C 2D 21 00 2E 16 00 2F 05 00'</span><br /><span style="color: #ff0000;">'16 1D 19 1E 1F 20 21 22 23 24 25 26 00 27 04 0D'</span><br /><span style="color: #ff0000;">'00 16 17 00 18 00 19 00 11 11 1A 00 1B 1C 03 0C'</span><br /><span style="color: #ff0000;">'0D 00 00 0E 0F 00 10 11 12 00 00 13 14 15 02 03'</span><br /><span style="color: #ff0000;">'04 05 06 00 00 00 00 00 00 07 08 09 0A 0B 00 00'</span><br /><span style="color: #ff0000;">'B7 81 00 00 B7 81 00 00 BF 01 00 00 3E 00 00 00'</span><br /><span style="color: #ff0000;">'02 00 00 00 FD 00 00 00 96 01 00 00 04 00 00 00'</span><br /><span style="color: #ff0000;">'D8 00 00 00 65 01 00 00 96 01 00 00 04 00 00 00'</span><br /><span style="color: #ff0000;">'E7 00 00 00 41 01 00 00 96 01 00 00 00 A0'</span><br /><span style="color: #000000;">&#125;</span><br />&nbsp;</div>[/code:1we8v9dq]
icon on listbox
I need to show the icon of some files . i explain you the fianl user sslect the file for send with email procedure ( attach ) i use a listbox to slect the file but on listbox i see only the link of the file sample: c:\documenti\file.txt How i can make to show the icon of the file and the possibilty to open it with app installed on pc ? i saw it on a Delphi application and i wish recreate it also with fwh . [img:2aly2ela]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/06/gg&#46;jpg[/img:2aly2ela] Can I have an idea or a test sample for It ? I thinked it can be made with listview but I not Know how
icon y bitmaps de tpreview
Antonio, tpreview no me muestra el icono de la venta de previsualizacion este codigo esta fallando [code=fw:2pbr7tbm]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #00C800;">if</span> ! ::<span style="color: #000000;">oDevice</span>:<span style="color: #000000;">lPrvModal</span> .and. ::<span style="color: #000000;">oWndMain</span> != <span style="color: #00C800;">nil</span> .and. ;<br />      Upper<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oWndMain</span>:<span style="color: #000000;">ClassName</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> == <span style="color: #ff0000;">"TMDIFRAME"</span><br />      <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> ::<span style="color: #000000;">oWnd</span> ;<br />         <span style="color: #0000ff;">TITLE</span> cTitle ;<br />         <span style="color: #0000ff;">ICON</span> oIcon ; <span style="color: #B900B9;">/*nowork*/</span><br />         <span style="color: #0000ff;">COLOR</span> CLR_BLACK,CLR_LIGHTGRAY ;<br />         <span style="color: #0000ff;">VSCROLL</span> <span style="color: #0000ff;">HSCROLL</span> <span style="color: #0000ff;">MDICHILD</span><br />   <span style="color: #00C800;">else</span><br />      <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> ::<span style="color: #000000;">oWnd</span> ;<br />         <span style="color: #0000ff;">TITLE</span> cTitle ;<br />         <span style="color: #0000ff;">ICON</span> oIcon ;  <span style="color: #B900B9;">/*nowork - por lo menos este que estoy usando*/</span><br />         <span style="color: #0000ff;">COLOR</span> CLR_BLACK,CLR_LIGHTGRAY ;<br />         <span style="color: #0000ff;">VSCROLL</span> <span style="color: #0000ff;">HSCROLL</span> <span style="color: #0000ff;">MENU</span> ::<span style="color: #000000;">BuildMenu</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">ENDIF</span><br /> </div>[/code:2pbr7tbm] se corrige, usando [code=fw:2pbr7tbm]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #00C800;">ENDIF</span><br /><br />   ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">SetIcon</span><span style="color: #000000;">&#40;</span> oIcon <span style="color: #000000;">&#41;</span> <span style="color: #B900B9;">//new</span><br />   ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">SetFont</span><span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">oFont</span> <span style="color: #000000;">&#41;</span><br /> </div>[/code:2pbr7tbm] ahora una pregunta, deseo usar icono propios en la toolbar del previre, aca tu usas una funcion FWBitmap( cResname ), la cual tiene codificada dentro los bitmap usado en hexadecimal, pero en el caso de querer usar bitmap propios, es correcto una funcion como esta: [code=fw:2pbr7tbm]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> FWBitmap2<span style="color: #000000;">&#40;</span> cResname <span style="color: #000000;">&#41;</span><br />   <span style="color: #00C800;">LOCAL</span> oBitmap<br /><br />   <span style="color: #0000ff;">DEFINE</span> BITMAP oBitmap <span style="color: #0000ff;">RESNAME</span> cResname <br /><br />   <span style="color: #00C800;">IF</span> HB_IsObject<span style="color: #000000;">&#40;</span> oBitmap <span style="color: #000000;">&#41;</span><br />      <span style="color: #00C800;">RETURN</span> oBitmap:<span style="color: #000000;">hBitmap</span><br />   <span style="color: #00C800;">ENDIF</span><br /><br /><span style="color: #00C800;">RETURN</span> <span style="color: #000000;">0</span><br /> </div>[/code:2pbr7tbm] [img:2pbr7tbm]http&#58;//i&#46;imgur&#46;com/R4Q6Hg1&#46;png[/img:2pbr7tbm] existe alguna probabilidad de perdida de recursos, o en este caso al funalizar tpreview elimina todos los handle de bitmap usados, incuso lo de mi funcion? salu2 carlos vargas
iconize window
Hi all, I want to activate a timer in the moment a window is iconized to the taskbar. Since there is no ON ICONIZE clause, i don't know what event i can use. Thanks for any hint, Detlef
iconize window
Detlef, You could use another timer to periodically check isIconic(), then start the timer you want when it is true. James
iconize window
Or use ON RESIZE. EMG
iconize window
>Or use ON RESIZE. A good idea, but the timer would be triggered for any resize not just iconizeng. Detlef, I do wonder what you are attempting to do? What if they don't iconize it but merely switch to another application? I rarely iconize an app, but just switch to another using the taskbar. If you are trying to find out if the app is inactive, then I think you are going to have to monitor the event handler or something. James