Search found 130 matches: toolbars

Return to advanced search

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, ...
by Antonio Linares
Tue Apr 30, 2013 5:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb - Tutorial (paso a paso)
Replies: 13
Views: 2592

Re: Last FWH version. Memory leak.

I notice there is a similar discussion of vanishing bitmaps on toolbars back in Nov 2012 here:

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24329

James
by James Bott
Thu Feb 14, 2013 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Last FWH version. Memory leak.
Replies: 48
Views: 10394

Re: sub menus

Bruce

I prefer Buttonbars or Toolbars with a combination of MDI menus .. have a look at these samples

Buttonbars:

Test2007.prg
Customer.prg

Toolbars:

Toolbar1.prg
Toolbar2.prg

Rick Lipkin
by Rick Lipkin
Sat Aug 11, 2012 1:23 pm
 
Forum: FiveWin for CA-Clipper
Topic: sub menus
Replies: 4
Views: 2542

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... like; HbIDE.exe \harbour\tests\test.dbf myOther.dbf \mysources\first.prg. This mode also hides "Main" and "Docking Widgets" toolbars, thus presents a lean look. If a .dbf is passed as above, then IdeDBU gets preference over source editor in terms of application's real-estate, ...
by Pritpal Bedi
Fri Jul 13, 2012 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99988

New FTDN February/Febrero 2012 (FWH 12.02)

... parameter aCols in ToExcel() method is ignored while exporting to Excel. Fixed. * New: samples\boris.prg and boris.rc shows how to manage multiple toolbars and switch from one to another: http://forums.fivetechsupport.com/viewtopic.php?p=125941#p125941 * Fix: Solved bug in rpreview.prg introduced ...
by Antonio Linares
Thu Mar 01, 2012 12:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2012 (FWH 12.02)
Replies: 0
Views: 1687

Re: Ayuda con xedit (solucionado)

... StopOnErrors=.F. ShowAllMessages=.F. AutoDepend=1 Processes=1 DontRunOnWarnings=.F. MinimizeToTray=.F. UIFont=MS Sans Serif,8 Language=10 [TOOLBARS] File=.T. Project=.T. Navigation=.T. NavigationWidth=340 Edit=.T. Find=.T. Marks=.T. [-] Root=C:\- Bin=C:\-\Bin Lib=C:\-\Lib Include=C:\-\Include ...
by Compuin
Thu Feb 09, 2012 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con xedit (solucionado)
Replies: 13
Views: 4144

Re: Changing the Toolbar content

Boris, You can create and manage as many toolbars as needed :-) To switch from one toolbar to another is as easy as:          MENUITEM "&ToolBar1..." ACTION If( oWnd:oTop == oToolBar2, ( oWnd:oTop := oToolBar1, oToolBar2:Hide(), ...
by codemaker
Wed Feb 08, 2012 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2285

Re: Changing the Toolbar content

Boris, You can create and manage as many toolbars as needed :-) To switch from one toolbar to another is as easy as:          MENUITEM "&ToolBar1..." ACTION If( oWnd:oTop == oToolBar2, ( oWnd:oTop := oToolBar1, oToolBar2:Hide(), ...
by Antonio Linares
Wed Feb 08, 2012 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2285

Changing the Toolbar content

... by replacing the each button image in toolbar and assign a new ACTION to it? And also, hide the rest of the buttons etc... I just started to use Toolbars and I might ask some stupid question, but the documentation for Toolbars is not extensive so I need some help Thanks
by codemaker
Tue Feb 07, 2012 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the Toolbar content
Replies: 6
Views: 2285

Re: Pressing ALT erasing parts of dialog (SOLVED)

... gracias antonio. una pregunta antonio, el segundo parametro en fixsay es opcional?, ya que por ejemplo la otra parte donde se usa fixsays es en toolbars, por ejemplo la de rpreview. aca esta la config del subrayado. http://img209.imageshack.us/img209/3796/54869516.png Uploaded ...
by carlos vargas
Wed Dec 14, 2011 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9657

PNG images

Hi,

can I use png in toolbars , btnbmps ? If yes , how ? Through TImage class ? Or I must convert png to bmps ?

With best regards !
by Rimantas
Wed Oct 26, 2011 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PNG images
Replies: 6
Views: 1430

Windows 7 quick launch bar (hidden)

Right click in the taskbar -> Toolbars -> New Toolbar...

Now search in
C:\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\ for the folder "Quick Launch"
by Antonio Linares
Sat Jun 11, 2011 7:05 am
 
Forum: Utilities / Utilidades
Topic: Windows 7 quick launch bar (hidden)
Replies: 0
Views: 631

Re: he conseguido un iphone

... un fichero de cabecera ,en vez en codigo del archivo , tal como lo hace objective-c ?. Lo digo porque veo el mismo codigo tanto en windows.m como toolbars.m y seguro que si hacemos desde otro control añadidos a window se nos olvida en toolbar ... @interface Window : UIWindow{   @public ...
by mastintin
Sat Oct 23, 2010 3:26 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131683

Re: he conseguido un iphone

Comenzada la implementación de las toolbars. Ya está subido al SVN tutor04.prg function Main()   local oWnd := TWindow():New()   TNavBar():New( oWnd, "FivePhone", "Exit", "About" ...
by Antonio Linares
Sat Oct 23, 2010 2:15 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131683

Re: vTaskBar on the left MDIChild Window on the Right

... twice about migrating to SDI. With SDI you won't have the windows control issues previously discussed. You will also be able to add tabs, trees, toolbars, splitters, and other such controls. Since I don't work with MDI I don't know if you can use all these with MDI windows. To be fair, I am not ...
by James Bott
Wed Sep 29, 2010 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vTaskBar on the left MDIChild Window on the Right
Replies: 14
Views: 4580
PreviousNext

Return to advanced search