Search found 37 matches: collapsed

Return to advanced search

Re: FW Preview user style

... thousands of lines long and distilled it down to 1/10 of it's original size using OOP. Note that (generally) reading OOP code is like reading a collapsed outline, which is so much easier to read and understand. Sorry Otto, but I don't see how your technique is more "straightforward" ...
by James Bott
Sun May 15, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: Implementando una Clase TExplorerBar propia de FWH

... muestren colapsados por defecto. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38700&start=0&hilit=TTaskPanel+Collapsed De paso que se pueda cambiar la distancia que hay entre los paneles. Ya que al intentar definiría de manera manual, este no hace caso. jejejejeje. ...
by leandro
Tue Apr 14, 2020 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 8970

Re: TTaskPanel collapsed como?

... pero no ocurre nada que pueda notar. Carlos de la manera que dices, obtengo el siguiente resultado: https://hymplus.com/forofw/collapsed.png Voy a intentar de la manera que dice eduardo y comento.
by leandro
Fri Mar 27, 2020 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

Re: TTaskPanel collapsed como?

Hola Leando, Como bien dice Carlos, es un bug en la clase, yo lo he "medio solucionado" de la siguiente forma aunque a veces y dependiendo la resolucion del monitor no me respeta bien el scroll vertical al expandir/contraer, pero de alguna forma me funciona de momento. Esto lo vi en algun ...
by EBM
Fri Mar 27, 2020 8:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

Re: TTaskPanel collapsed como?

Leandro, Cristobal Parece que es un bug en la clase TTaskPanel El proceso de expandir/contraer el panel se da en el Method LButtonUp METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel   local n, hWndFocus   if nRow < ::nTitleHeight    // En la siguiente línea se produce el problema,...
by Cgallegoa
Fri Mar 27, 2020 8:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

Re: TTaskPanel collapsed como?

Leandro, Cristobal Parece que es un bug en la clase TTaskPanel El proceso de expandir/contraer el panel se da en el Method LButtonUp METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel   local n, hWndFocus   if nRow < ::nTitleHeight    // En la siguiente línea se produce el problema, ...
by Cgallegoa
Fri Mar 27, 2020 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

Re: TTaskPanel collapsed como?

Debería funcionar con lCollapsed := .T.
Prueba despues de definir todos tus panels, poniendo esto: oExplBar:CheckScroll()
by cnavarro
Fri Mar 27, 2020 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

TTaskPanel collapsed como?

Buenas tardes para todos, estoy usando la clase TExplorerBar, pero requiero que algunos de los paneles se muestren colapsados o contraídos, pero no encuentro la forma. Lo intente así, pero no funciona.   oPanel5 = oExpPqr:AddPanel( "SALIDA", ".\Res\salida.png",20 ,25, 0  )...
by leandro
Fri Mar 27, 2020 6:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TTaskPanel collapsed como?
Replies: 5
Views: 864

Re: Xbrowse class technical question

... path. This sample shows: 1) Creation of tree with group totals and grand totals. 2) Browse the tree: (a) When a group item ( State ) is collapsed, group totals are displyed in the same row. (b) When the group item is expanded, the totals are shown at the bottom of the list. (c) The values ...
by Marc Venken
Wed May 08, 2019 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 4927

Re: TtaskPanel

Mario: gracias, es facil es colocarle la clausula NO COLLAPSABLE al grupo y a los otros COLLAPSED si los quieres cerrados. TTaskpanel.ch  // command taskgroup#xcommand TASKGROUP [ <oObj> PROMPT ] [ <cPrompt> ] ;        ...
by armando.lagunas
Mon Aug 31, 2015 7:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TtaskPanel
Replies: 35
Views: 7629

Re: Xbrowse class technical question

... path. This sample shows: 1) Creation of tree with group totals and grand totals. 2) Browse the tree: (a) When a group item ( State ) is collapsed, group totals are displyed in the same row. (b) When the group item is expanded, the totals are shown at the bottom of the list. (c) The values ...
by nageswaragunupudi
Sat Dec 27, 2014 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 4927

OT: earthquake

... Many people sleep in tents or away from home. Many homes were destroyed in one of the most productive areas of Italy. Many buildings have collapsed and the ground shakes every day. well hopefully Here at Padua we perceive when the mag is greater than 3 and we are 70 km away marco
by MarcoBoschi
Sun Jun 03, 2012 8:27 pm
 
Forum: Off Topic / Otros temas
Topic: OT: earthquake
Replies: 0
Views: 416

Re: Help with MENU COMMAND !!

Here is a working example. I still don't like the way this works. The menu is collapsed when the user checks Home. Then the menu is different when they pull it down again. Very confusing. James #include "fivewin.ch"function main()   TMyApp():new()return ...
by James Bott
Sun Aug 01, 2010 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with MENU COMMAND !!
Replies: 11
Views: 1872

Re: How does Fivetech plan Backstage menu

... Button ToggleButton DropDownButton SplitButton TextBox CheckBox ComboBox Spinner Toolbar Ribbon Resizing Defining Groups for Ribbon Resizing Collapsed Group Behavior Defining Group Combinations for Ribbon Resizing Group Horizontal Scrolling Tabs Compression Quick Access Toolbar (QAT) Displaying ...
by richard-service
Wed Jun 16, 2010 3:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does Fivetech plan Backstage menu
Replies: 34
Views: 9696

Re: How does Fivetech plan Backstage menu

... Button ToggleButton DropDownButton SplitButton TextBox CheckBox ComboBox Spinner Toolbar Ribbon Resizing Defining Groups for Ribbon Resizing Collapsed Group Behavior Defining Group Combinations for Ribbon Resizing Group Horizontal Scrolling Tabs Compression Quick Access Toolbar (QAT) Displaying ...
by Otto
Tue Jun 15, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does Fivetech plan Backstage menu
Replies: 34
Views: 9696
Next

Return to advanced search