Search found 98 matches: additem

Return to advanced search

Listview Unicode for CLASS TGrid()

hi, i have found in c:\fwh\source\winapi\listview.c what was change for Unicode   LPWSTR pWide = fw_parWide( 3 );//   lvi.pszText  = ( LPTSTR ) hb_parc( 3 );   lvi.pszText  = pWide; Question : is fw_parWide() the same as AnsiToWide() :?: --- i have now include #define UNICODE    // Made Unic...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410

Re: Folder:AddItem new ::Dialogs Position

hi Antonio,
Antonio Linares wrote:So if you modify DATA nFdHeight you could change its position automatically

ok, thx for Answer
by Jimmy
Tue Feb 14, 2023 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder:AddItem new ::Dialogs Position
Replies: 2
Views: 187

Re: Folder:AddItem new ::Dialogs Position

Dear Jimmy, When Method AddItem() is called, the new dialog gets created at zero, zero:   if Empty( cResName )      DEFINE DIALOG oDlg OF Self STYLE WS_CHILD ;         FROM 0, 0 TO ...
by Antonio Linares
Mon Feb 13, 2023 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder:AddItem new ::Dialogs Position
Replies: 2
Views: 187

Folder:AddItem new ::Dialogs Position

hi,

when using AddItem of TFolder() / TFolderEx() the new ::Dialogs have different Position as 0,0 :?:
Image
it disappear when "resize" ::Dialogs

is there a Workaround without "resize" :?:
by Jimmy
Sun Feb 12, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder:AddItem new ::Dialogs Position
Replies: 2
Views: 187

Bitmap from Resource for TFolderEx()

... "Option 5", "Option 6")          BITMAPS aBitmaps; how to use Resource like "MYFIXDRIVE16" :?: --- when use oTab:AddItem() how to assign Bitmap to new TAB :?:
by Jimmy
Thu Feb 02, 2023 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap from Resource for TFolderEx()
Replies: 2
Views: 284

Re: Save Multi-TAB to "re-build"

hi Antonio, thx for Answer. i got AddItem() "dynamic" working which also need to "fill" Grid after Create() your Sample show how "Static" Item can be used at ON INIT but i can have n-Dim Items --- as i want to ...
by Jimmy
Tue Dec 27, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 525

Re: Save Multi-TAB to "re-build"

Here you have a working example, please review Class TFolder Method AddItem() for more parameters to use: #include "FiveWin.ch"function Main()    local oDlg, oFld    DEFINE DIALOG oDlg SIZE 400, 400    @ 1, 1 ...
by Antonio Linares
Tue Dec 27, 2022 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 525

Re: Save Multi-TAB to "re-build"

hi Antonio, when talk about "Multi-TAB" i mean TFolder() and (Add)Item of it i can dynamic AddItem() and want to "save" it when exit App. i do "load" CONFIG.INI at Start and "write" before exit App but how to use [TAB1] , [TAB2] ... ...
by Jimmy
Tue Dec 27, 2022 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 525

Re: search for TTabControl() Sample

hi Antonio, have some (small) Problem with TFolder() when i assign {} as 3rd Parameter (aPrompts) of TFolder() and use AddItem() than Control will not appear :?   oTabs := TFolder():New( 0, 0,{} , , oMain, 1, , , .t.,;                          .f., oMain:nRight ...
by Jimmy
Sat Oct 29, 2022 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 915

Re: Search on a Xbrowse

... Perhaps with a pocket class ? oToolbar:=TMyControl():New( oBrw:ntop-10,oBrw:nwidth,oBrw:oWnd , , ,, , , oBrw:nWidth, 20,, ) obtn[1] := oToolbar:AddItem("test", bAction, "top2.bmp") CLASS TMyControl FROM TControl       CLASSDATA lRegistered AS LOGICAL  ...
by Silvio.Falconi
Sat Feb 26, 2022 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1210

Re: Problem in TFolderX ans AddItem

...   Local  f := 1    Local nRow := 1 , nCol := 1 , n := 3 ,aBtn := array(21)  , y := 1    oFld:AddItem( 'Fld 2' )     FOR f := 1 TO len(oFld:aPrompts)            nCol := 5    ...
by Silvio.Falconi
Fri Oct 04, 2019 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in TFolderX ans AddItem
Replies: 2
Views: 473

Re: Problem in TFolderX ans AddItem

I do not understand, non ho capito, No entendi, Ich habe es nicht verstanden

I see it this way

Folder 1
Image

Folder 2
Image
by Silvio.Falconi
Fri Oct 04, 2019 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in TFolderX ans AddItem
Replies: 2
Views: 473

Problem in TFolderX ans AddItem

Hello There is a problem with Tfolderx and Additem In folder 1 the button prompt is correctly horizontal In folder 2 (created with additem) the button prompt is vertical #include "fivewin.ch"Function Main()Local oDlg  ,oFld ...
by Maurizio
Thu Oct 03, 2019 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in TFolderX ans AddItem
Replies: 2
Views: 473

Re: How To create a DashBoard

... from: .\source\classes\SAY.PRG => TSAY:NEW( 81 )   Called from: vistamn1.prg => MAIN( 30 )  It want only the addItem()
by Silvio.Falconi
Sat May 11, 2019 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 7005

TFolderEx Tab width problem

... the TFolderEx classes but encountered a problem. I have a button that adds a new tab each time the button was clicked using the code: ::oFld:AddItem(e) I noticed that when there are too many tabs created and there is no more space on the tab line, the new tab is created on a new line, but ...
by ryugarai27
Wed Oct 24, 2018 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx Tab width problem
Replies: 2
Views: 464
Next

Return to advanced search