Search found 21 matches: sub2

Return to advanced search

TFolderEx duas linhas de prompt

... 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: 528

Re: BackGround Painting

... 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 ) // no! needed oFld:lTransparent ...
by ukoenig
Sun Feb 24, 2013 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 4792

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

... 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 be copied. Is there maybe another ...
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: Bug - Cyrillics font and notes on FolderEx

... 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 requested some times ...
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

... 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

... 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: 1430

Re: Bug in TFolderEx

... + 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 := nTabH ...
by ukoenig
Mon Feb 14, 2011 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2891

Re: Bug in TFolderEx

... + 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 := nTabH ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2891

Folder en tiempo de ejecucion

... 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

FOLDER CON DIALOGOS DESDE RECURSOS

... := .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 funciona como contenedor ...
by VPOZO
Thu Aug 20, 2009 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER CON DIALOGOS DESDE RECURSOS
Replies: 6
Views: 996

Re: Folder and Focus

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

TGraph on a folder tab from resource file

... a TGraph control on a Folder (tab) that's defined in a resource file. Using the TestFold.prg sample program as a starting point, I modified the Sub2 tab in TestFold.rc to be: sub2 DIALOG 18, 18, 142, 67 STYLE WS_CHILD | 4 { CONTROL "", 120, "TGraph", 0x00000000, 3, 15, 260, 135 } This was based ...
by PatrickWeisser
Sun Oct 05, 2008 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph on a folder tab from resource file
Replies: 4
Views: 1058

Folder Color

... 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 a un ...
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: 1799

BROWSE DESDE FOLDER

... oWnd, cValue, cText := "Hello world!" DEFINE WINDOW oWnd TITLE "Folders" @ 0.5, 1 FOLDER oFld PROMPTS "One", "Two" , "Three" ; DIALOGS "sub1", "sub2" , "sub3" ; SIZE 225, 245 REDEFINE COMBOBOX cValue ID 100 OF oFld:aDialogs[ 1 ] ; ITEMS { "Red", "Green", "Blue" } REDEFINE BUTTON ID 110 OF oFld:aDialogs[ ...
by mag071
Wed May 09, 2007 5:24 am
 
Forum: FiveWin para Pocket PC
Topic: BROWSE DESDE FOLDER
Replies: 5
Views: 1799
Next

Return to advanced search