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.mi... |
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.fivetechsupp... |
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... |
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.
Salud... |
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 per... |
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.
St... |
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:se... |
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:setDis... |
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"</... |
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";
$_... |
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:1g... |
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 s... |
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;">#incl... |
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://fivetechsoft.github.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://www.marcoboschi.it/public/Screenshot_2020-03-02-13-44-07.png[/img:8w8zb9xl]
I hope I was h... |
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://www.modharbour.org/modharbour_samples/modpro/modpro.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://www.sitepoint.com/build-responsive-bootstrap-website/[/url:1sv8auzq] |
hybrid FWH/MH program | Now with datepicker.
[img:2hxslpmt]https://mybergland.com/fwforum/fwhandmoddatepicker.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:... |
hybrid FWH/MH program | main-prg
[img:1kcmhbfu]https://mybergland.com/fwforum/mh_html.jpg[/img:1kcmhbfu]
form
[img:1kcmhbfu]https://mybergland.com/fwforum/form.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 in... |
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... |
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 cad... |
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" />... |
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.... |
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.ch"
FUNCTION MAIN()
LOCAL oDlg, oBmp
DEFINE DIALOG oDlg;
SIZE 700, 500
@ 1, 1 BITMAP oBmp FILE "c:\fwharbour\bitmaps\magic.bmp" SIZE 320, 200
ACTIVATE DIALOG oDlg;
... |
iMAGE WITDH AND hEIGHT | Silvio, Enrico,
As a temporary workaround you may do:
[code:gst444o7]
ACTIVATE DIALOG oDlg;
CENTER ;
ON INIT oBmp:SetSize( 320, 200 )
[/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://dantheman827.github.io/ios-app-signer/[/url:1e00pi04] |
iOS certificates nightmare | [url:3p2t3bjy]https://www.genuitec.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://bouk.co/blog/sideload-iphone/[/url:12vc7kll]
[url:12vc7kll]http://stackoverflow.com/questions/30884950/xcode7-beta-no-provisioning-is-it-right/30885089#30885089[/url:12vc7kll]
[url:12vc7kll]http://stackoverflow.com/questions/4952820/test-ios-app-on-device-without-apple-dev... |
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://www.macnn.com/articles/10/04/04/early.hack.gets.root.on.ipad/[/url:1dv1o69h]
[url:1dv1o69h]http://www.youtube.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 ... |
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 allo... |
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 eje... |
iPhone OS SDK support for Harbour | [url:2e2lvtfq]http://code.google.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:
<!-... |
iPhone SDK and iFund | The iPhone simulator running on Leopard:
[url=http://imageshack.us:bg5s4tze][img:bg5s4tze]http://img100.imageshack.us/img100/3893/picture2iw4.png[/img:bg5s4tze][/url:bg5s4tze] |
iPhone SDK and iFund | Using Safari from the iPhone simulator:
[url=http://imageshack.us:4h61borf][img:4h61borf]http://img509.imageshack.us/img509/5717/picture1pg9.png[/img:4h61borf][/url:4h61borf] |
iPhone SDK and iFund | Watching photos from the iPhone simulator:
[url=http://imageshack.us:292cwint][img:292cwint]http://img339.imageshack.us/img339/3463/picture1uy0.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://imageshack.us:nincl0sp][img:nincl0sp]http://img145.imageshack.us/img145/6667/picture1wb6.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 ha... |
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 ... |
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:-) ... |
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:9j... |
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="... |
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 -... |
iPhone SDK y iFund | El simulador del iPhone funcionando en Leopard:
[url=http://imageshack.us:31zsv2f6][img:31zsv2f6]http://img100.imageshack.us/img100/3893/picture2iw4.png[/img:31zsv2f6][/url:31zsv2f6] |
iPhone SDK y iFund | Usando Safari desde el simulador del iPhone:
[url=http://imageshack.us:2h9q1hk4][img:2h9q1hk4]http://img509.imageshack.us/img509/5717/picture1pg9.png[/img:2h9q1hk4][/url:2h9q1hk4] |
iPhone SDK y iFund | Viendo fotos desde el simulador del iPhone:
[url=http://imageshack.us:1ppps18f][img:1ppps18f]http://img339.imageshack.us/img339/3463/picture1uy0.png[/img:1ppps18f][/url:1ppps18f] |
iPhone SDK y iFund | Vuestro iPhone virtual:
[url=http://imageshack.us:ppm78dv2][img:ppm78dv2]http://img145.imageshack.us/img145/6667/picture1wb6.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><!-- ... |
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 st... |
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;">(</span><span style="color: #000000;... |
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... |
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> ... |
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 f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.