Search found 21 matches: testcomb

Return to advanced search

Re: Tablet with Win 10

Nages,

From the FWH\samples directory:

Testcmb0.prg - does show large whether I click or use mouse. Maybe this is always large even on a non-touch screen device?

Testcomb.prg - doesn't show different click or mouse. Always small.

James
by James Bott
Wed Jun 28, 2017 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet with Win 10
Replies: 19
Views: 3366

Re: fiveweb: combobox.

Silvina,

ATail( oDlg:aControls ):cAction += '+ "' + oGet1.value + ':"'

Revisa FiveWeb\samples\testcomb.prg
by Antonio Linares
Thu Jun 30, 2016 6:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb: combobox.
Replies: 5
Views: 527

Re: FiveWeb 2

Hugo,

Por favor prueba este ejemplo:

http://www.fivetechsoft.net/cgi-bin/testcomb

Aqui funciona bien

Voy a ver como adaptar el código para que acepte un array
by Antonio Linares
Thu Mar 10, 2016 12:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb 2
Replies: 6
Views: 1047

Re: FiveWeb 2

Hugo,

En el wiki de FiveWeb puedes probarlo y parece funcionar bien:

https://bitbucket.org/fivetech/fiveweb/wiki/testcomb_prg

http://www.fivetechsoft.net/cgi-bin/testcomb
by Antonio Linares
Thu Mar 10, 2016 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb 2
Replies: 6
Views: 1047

FiveWeb 2

Hola Antonio : El ejemplo de 'testcomb' aparentemente no funciona, el Alert no me muestra el valor seleccionado.. Se podría reemplazar "one", "two", "three" por un arreglo aNros := { "one", "two", ...
by hugojtheler
Wed Mar 09, 2016 9:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb 2
Replies: 6
Views: 1047

Re: Get de Combobox

Antonio He preparado un ejemplo basado en ..\samples\testcomb.prg // This sample shows how to create a Combo Test.#include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()  ...
by cnavarro
Mon Apr 13, 2015 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Get de Combobox
Replies: 5
Views: 772

Re: Consulta de FiveWeb

... He tenido que hacer unos cambios en la clase TCombobox. Ahora funciona bien: Aqui tienes la demo: http://www.fivetechsoft.net/cgi-bin/testcomb Aqui la documentación en el wiki: http://code.google.com/p/fiveweb/wiki/testcomb_prg Tienes que actualizar FiveWeb, descárgalo ...
by Antonio Linares
Thu Feb 12, 2015 8:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta de FiveWeb
Replies: 16
Views: 3308

Re: Tooltip in a combo box?

Hello, I modified samples\testcomb.prg but I can´t get the tooltips. Please, can you help me? // This sample shows how to create a Combo Test.#include "FiveWin.ch"//----------------------------------------------------------------------------//function ...
by elvira
Thu Jul 24, 2014 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip in a combo box?
Replies: 9
Views: 2168

Re: bug in FW 13.04 combobox

This would be the final version. I have tested it with combos.prg and testcomb.prg and works fine. I appreciate your feedback: combobox.prg #include "FiveWin.ch"#include "Constant.ch"#define GWL_STYLE          -16#ifndef ...
by Antonio Linares
Mon May 20, 2013 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29081

Re: bug in FW 13.04 combobox

Lucas,

Fixed. In combobox.prg line 476:

Instead of:
Eval( ::bSetGet, If( ::oGet == nil, ::aItems[ nAt + 1 ], ::oGet:GetText() ) )

use:
Eval( ::bSetGet, GetWindowText( ::hWnd ) )

testcomb.prg and combos.prg are working fine :-)
by Antonio Linares
Sat May 18, 2013 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29081

Re: bug in FW 13.04 combobox

André,

Please try FWH/samples/testcomb.prg.

It is a similar to your code and here it is working fine with the above published change, thanks
by Antonio Linares
Tue May 07, 2013 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29081

Re: bug in FW 13.04 combobox

... IDCANCEL, 86, 86, 33, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP}fivewin ICON "../icons/fivewin.ico" In fact, it is testcomb.prg from \samples. Thank you.
by lucasdebeltran
Tue May 07, 2013 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug in FW 13.04 combobox
Replies: 82
Views: 29081

Re: Fiveweb combobox

... have made an error building fiveweb.lib. Best regards, Otto FiveWeb error Application =========== Path and name: \\?\C:\inetpub\wwwroot\Cgi-bin\testcomb.exe (32 bits) Time from start: 0 hours 0 mins 0 secs Error occurred at: 05/02/13, 01:42:43 Error description: Error BASE/1003 Variable does ...
by Otto
Wed May 01, 2013 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fiveweb combobox
Replies: 8
Views: 971
Next

Return to advanced search