Search found 73 matches: testfold

Return to advanced search

Re: PAGE DOWN, no funciona?

Ó Joãozinho... Coloque isto abaixo do DEFINE DIALOG ... de ..\SAMPLES\TESTFOLD.PRG    nY := 1   oDlg:bKeyDown := {|nKey| iif( nKey = 33, (nY:=iif(nY=4, 1, nY+1), oFld:SetOption(nY)), iif( nKey = 34, (nY:=iif(nY=1, ...
by karinha
Fri Sep 17, 2021 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAGE DOWN, no funciona?
Replies: 5
Views: 360

Re: PAGE DOWN, no funciona?

Ó Joãozinho... Coloque isto abaixo do DEFINE DIALOG ... de ..\SAMPLES\TESTFOLD.PRG    nY := 1   oDlg:bKeyDown := {|nKey| iif( nKey = 33, (nY:=iif(nY=4, 1, nY+1), oFld:SetOption(nY)), iif( nKey = 34, (nY:=iif(nY=1, ...
by Euclides
Fri Sep 17, 2021 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAGE DOWN, no funciona?
Replies: 5
Views: 360

Re: Color BUTTON KEY With DIALOG

Hathal,

If you use FWH function SkinButtons() then you could change the colors of the standard buttons.

Please review FWH\samples\testfold.prg
by Antonio Linares
Sun Mar 20, 2016 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color BUTTON KEY With DIALOG
Replies: 4
Views: 711

Re: FiveWeb Questions

by Antonio Linares
Fri Jan 22, 2016 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25529

Re: FiveWeb Questions

Jeff, FiveWeb enhancements: * Enhanced Class TFolder. * Enhanced samples\testfold.prg adding child controls Already available from: https://bitbucket.org/fivetech/fiveweb/downloads (download repository) Here it is the code for the enhanced samples\testfold.prg ...
by Antonio Linares
Fri Jan 22, 2016 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25529

Re: FiveWeb Questions

... ... got that part working now. FiveWeb is working quite well so far :) Now on to FOLDERS.... I am able to create the folders following the sample (TestFold.prg). @ 0, 0 FOLDER oFld PROMPTS "Test 1","Test 2" SIZE 1000, 650 OF oDlg How do I setup my gets/browse etc... in separate ...
by Jeff Barnes
Wed Jan 20, 2016 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25529

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... pg5623292 1860 Mar 28 15:41 qq.html -r-xr-xr-x 1 cargel1 pg5623292 1038718 Nov 6 15:17 testdpic -r-xr-xr-x 1 cargel1 pg5623292 1033703 Nov 6 15:08 testfold -r-xr-xr-x 1 cargel1 pg5623292 1033674 Nov 6 15:18 testradio -rwxr-xr-x 1 cargel1 pg5623292 989746 Oct 29 2012 tutor01 [agave]$ ./tutor01 Attention: ...
by FiveWiDi
Fri May 03, 2013 4:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62384

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... pg5623292 1860 Mar 28 15:41 qq.html -r-xr-xr-x 1 cargel1 pg5623292 1038718 Nov 6 15:17 testdpic -r-xr-xr-x 1 cargel1 pg5623292 1033703 Nov 6 15:08 testfold -r-xr-xr-x 1 cargel1 pg5623292 1033674 Nov 6 15:18 testradio -rwxr-xr-x 1 cargel1 pg5623292 989746 Oct 29 2012 tutor01 [agave]$ ./tutor01 Attention: ...
by FiveWiDi
Thu May 02, 2013 10:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62384

Re: FiveWeb - tutorial (step by step)

Toolbars: http://www.fivetechsoft.net/cgi-bin/testtool http://img13.imageshack.us/img13/7526/capturezcij.png testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oTbr, oBtn1, oBtn2   DEFINE DIALOG oDlg TITLE "Using toolbars"  ...
by Antonio Linares
Tue Apr 30, 2013 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb - tutorial (step by step)
Replies: 19
Views: 3172

Re: FiveWeb - Tutorial (paso a paso)

Toolbars: http://www.fivetechsoft.net/cgi-bin/testtool http://img13.imageshack.us/img13/7526/capturezcij.png testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oTbr, oBtn1, oBtn2   DEFINE DIALOG oDlg TITLE "Using toolbars"  ...
by Antonio Linares
Tue Apr 30, 2013 5:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb - Tutorial (paso a paso)
Replies: 13
Views: 2541

Re: FiveWeb - tutorial (step by step)

testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oFld   DEFINE DIALOG oDlg TITLE "Using folders"   @ 10, 10 FOLDER oFld PROMPTS "One", "Two", ...
by Antonio Linares
Wed Mar 20, 2013 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb - tutorial (step by step)
Replies: 19
Views: 3172

Re: FiveWeb - Tutorial (paso a paso)

testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oFld   DEFINE DIALOG oDlg TITLE "Using folders"   @ 10, 10 FOLDER oFld PROMPTS "One", "Two", ...
by Antonio Linares
Wed Mar 20, 2013 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb - Tutorial (paso a paso)
Replies: 13
Views: 2541

Re: Skinbuttons in Win8 not activ!?

Here it is working fine on Windows 8 32 bits:

samples/testfold.prg
Image
by Antonio Linares
Mon Feb 25, 2013 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Skinbuttons in Win8 not activ!?
Replies: 13
Views: 1605

Re: FiveTech's FiveWeb (free up to version 1.0)

Using folders: http://www.fivetechsoft.net/cgi-bin/testfold testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oFld   DEFINE DIALOG oDlg TITLE "Using folders"   @ 10, 10 FOLDER oFld PROMPTS "One", ...
by Antonio Linares
Tue Nov 06, 2012 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23355

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

Usando folders: http://www.fivetechsoft.net/cgi-bin/testfold testfold.prg #include "FiveWeb.ch"function Main()   local oDlg, oFld   DEFINE DIALOG oDlg TITLE "Using folders"   @ 10, 10 FOLDER oFld PROMPTS "One", ...
by Antonio Linares
Tue Nov 06, 2012 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62384
Next

Return to advanced search