Search found 21 matches: sub1

Return to advanced search

TFolderEx duas linhas de prompt

... FOLDEREX oFld ID 110 PROMPT "LINHA1"+CRLF+"LINHA2", "Open"; BITMAPS "new", "open"; DIALOGS "sub1", "sub2" ; ROUND 5
by MGA
Tue Mar 08, 2016 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFolderEx duas linhas de prompt
Replies: 2
Views: 534

Re: BackGround Painting

... 2", "Page 3", "Page 4"; BITMAPS "new", "new", "new", "new"; DIALOGS "sub1", "sub2", "sub1", "sub2" ; ROUND 5 // Disable the red lines from sample ! // F_BACKGRD( oFld, 550, 300 ) // ...
by ukoenig
Sun Feb 24, 2013 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 4800

Re: A Filecopy-sample (Directory-backup) with TMeterEx

... and up to two Subdirectories. If a Subdir doesn't exist inside the Dest.-Dir, it will be created. Sample : FROM : C:\Main 1. Subdir = C:\Main\Sub1 2. Subdir = C:\Main\Sub1\ Sub2 .or. C:\Main\ Sub2 TO : D:\New 1. Subdir = D:\New\Sub1 2. Subdir = D:\New\Sub2 A Checkbox defines, if Subdirs will ...
by ukoenig
Tue May 29, 2012 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filecopy (Dir.-backup) with xBrowse and TMeterEx
Replies: 3
Views: 1262

Re: FOLDEREX - PROMPT - Array

... FOLDEREX oFld1 ID 310 OF oDlg1 PROMPT aPrompts ; BITMAPS "Page", "Page", "Page", "Page" DIALOGS "Sub1", "Sub1", "Sub1", "Sub1" Best regards Uwe :lol:
by ukoenig
Tue Apr 10, 2012 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX - PROMPT - Array
Replies: 3
Views: 644

Re: Bug - Cyrillics font and notes on FolderEx

... oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" It not will work ( second tab - in russian "Windows" ). How to fix that ? With best regards ! To Antonio : I ...
by Rimantas
Fri Dec 09, 2011 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug - Cyrillics font and notes on FolderEx
Replies: 6
Views: 1578

Bug - Cyrillics font and notes on FolderEx

... oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" It not will work ( second tab - in russian "Windows" ). How to fix that ? With best regards !
by Rimantas
Thu Dec 08, 2011 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug - Cyrillics font and notes on FolderEx
Replies: 6
Views: 1578

Re: Bug in modal dialog

... oDlg RESOURCE "DIALOG1" REDEFINE FOLDEREX oFld1 ID 110 OF oDlg; PROMPT "&Clipper", "&Виндовс" DIALOGS "Sub1", "Sub2" It not will work ( second tab - in russian "Windows" ). Please , turn attention for that . With best regards !
by Rimantas
Tue Dec 06, 2011 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in modal dialog
Replies: 9
Views: 1434

Re: Bug in TFolderEx

... ; c_Path + "\bitmaps\" + cTabBmp, ; c_Path + "\bitmaps\" + cTabBmp, ; c_Path + "\bitmaps\" + cTabBmp ; DIALOGS "Sub1", "Sub2", "Sub3", "Sub4" ; ROUND 5 ; ON CHANGE ( nTabPos := oFld:nOption ) // oFld:lTransparent := .T. oFld:nFolderHeight ...
by ukoenig
Mon Feb 14, 2011 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2898

Re: Bug in TFolderEx

... ; c_Path + "\bitmaps\" + cTabBmp, ; c_Path + "\bitmaps\" + cTabBmp, ; c_Path + "\bitmaps\" + cTabBmp ; DIALOGS "Sub1", "Sub2", "Sub3", "Sub4" ; ROUND 5 ; ON CHANGE ( nTabPos := oFld:nOption ) oFld:lTransparent := .T. oFld:nFolderHeight ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2898

Folder en tiempo de ejecucion

... //oFld := TFolder():ReDefine( 200, {"Cli&pper", "&and", "&Windows", "&Magic"}, { "Sub1","Sub2" }, oDlg,,,,, .F. ) Alguna idea ? Gracias
by JoseGS
Wed Sep 09, 2009 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Folder en tiempo de ejecucion
Replies: 2
Views: 416

Re: FOLDER CON DIALOGOS DESDE RECURSOS

... |WS_VISIBLE ,101,5,235,171 } El codigo del dialogo que se invoca en la primera pestaña del Folder es este: SUB1 DIALOG MOVEABLE PURE LOADONCALL DISCARDABLE 0, 0, 182, 112 STYLE WS_POPUP |WS_VISIBLE |WS_CAPTION |0x40000000 CAPTION "Dialog" LANGUAGE ...
by VPOZO
Thu Aug 20, 2009 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER CON DIALOGOS DESDE RECURSOS
Replies: 6
Views: 997

FOLDER CON DIALOGOS DESDE RECURSOS

... oDlg:lHelpIcon := .F. REDEFINE FOLDER oFolder ID 900 OF oDlg PROMPT "Identificacion", "Accesos al Sistema" DIALOGS "SUB1", "SUB2" OPTION 1 ACTIVATE DIALOG oDlg CENTERED los dialogos "SUB1" y "SUB2" se dibujan fuera del FOLDER no ...
by VPOZO
Thu Aug 20, 2009 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER CON DIALOGOS DESDE RECURSOS
Replies: 6
Views: 997

Re: Folder and Focus

... to control a Browser inside Folders. REDEFINE FOLDER oFld1 ID 110 OF oDlg ; PROMPT "&Page1", "P&age2" ; DIALOGS "Sub1", "Sub2" ; ON CHANGE( Testbrowse( nOption, nOldOption ) ) //----------------------------------------------------------------------------// ...
by ukoenig
Tue Aug 04, 2009 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder and Focus
Replies: 2
Views: 462

Folder Color

... TESTFLD2.PRG, y poniendo; REDEFINE FOLDER oFld1 ID 110 OF oDlg ; PROMPT "&Clipper", "&and", "&Windows", "&Magic" ; DIALOGS "Sub1", "Sub2" ; --> COLOR CLR_GREEN, CLR_BLUE Según la documentación es posible, pues no coge los colores. ¿ Existe alguna manera de poner un color ...
by thefull
Fri Feb 15, 2008 5:35 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Folder Color
Replies: 2
Views: 1182

Mario,

Prueba a incluir esta línea en el PRG:

#include "FWCE.ch"

function Main()

local oWnd, cValue, cText := "Hello world!"

DEFINE WINDOW oWnd TITLE "Folders"

TWBrowse()

@ 0.5, 1 FOLDER oFld PROMPTS "One", "Two" , "Three" ;
DIALOGS "sub1", "sub2" , "sub3" ;
SIZE 225, 245

...
by Antonio Linares
Wed May 09, 2007 7:17 am
 
Forum: FiveWin para Pocket PC
Topic: BROWSE DESDE FOLDER
Replies: 5
Views: 1801
Next

Return to advanced search