Search found 25 matches: toolbar2

Return to advanced search

Re: Sample Program Toolbar2.prg is NOT working in other App

Dear Sir ,

Thanks a lot for this support.


Thanks
Shridhar
by shri_fwh
Tue Jun 18, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

Please try this sample: #include "fivewin.ch"function Main()   local oWnd, oBar   DEFINE WINDOW oWnd TITLE FWVERSION   DEFINE BUTTONBAR oBar OF oWnd SIZE 64,64 2007  HEIGHT 90 // Use height clause only if using Group Labels   // Left ali...
by nageswaragunupudi
Tue Jun 18, 2019 6:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

Dear Sir ,

Yes...! I want to align button either left or right. I have two button BARs for the First Button BAR I want to see all buttons LEFT to RIGHT and in Second Button BAR all button RIGHT to LEFT.

Can you please guide on this..! Thanks in advance...!


Thanks
Shridhar
by shri_fwh
Tue Jun 18, 2019 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

Buttonbar always extends from left to right full (or top to bottom if the bar is vertical). But why do you need to restrict the width of the buttonbar? It looks awkward. If you explain what is it you want to achieve, we can help you. Do you want some buttons aligned to the left and a few buttons ali...
by nageswaragunupudi
Mon Jun 17, 2019 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

Hi Uwe ,

Thank you ...! I will try this code.

I was looking also BUTTONBAR instead of TOOLBAR in the BUTTON BAR I did not find the property like oToolBar1:nWidth = 300. Please correct me if I am wrong.

Thanks
Shridhar
by shri_fwh
Mon Jun 17, 2019 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

Is that the situation do You mean : a mainwindow with a toolbar or something else, calling a dialog on selection with a defined TREBAR ( using toolbar2.prg but defined as a dialog ) :?: During testing I noticed a problem : including this sample in the FWH-sample-folder it works. The same created ...
by ukoenig
Mon Jun 17, 2019 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: Sample Program Toolbar2.prg is NOT working in other App

... "DBFCDX" )             AppToolBar()         return   Toolbar2.prg // Win32 TReBar and TToolBar sample#include "FiveWin.ch"function AppToolBar   local oWnd, oReBar, oToolBar1, oToolBar2, ...
by shri_fwh
Fri Jun 14, 2019 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Sample Program Toolbar2.prg is NOT working in other App

Dera All , I have compiled the Sample Program toolbar2.prg and it is successfully compiled and executed as well. But when I copy all source code of toolbar2.prg as it is in my app and compiled it. But It is neither showing any Toobar nor Button ...
by shri_fwh
Wed Jun 12, 2019 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1089

Re: FWH64

... (x86)\Microsoft Visual Studio 14.0\VC"SDKDIR="c:\Program Files (x86)\Windows Kits\8.1"PRGS =       \   toolbar2.prg.SUFFIXES: .prg .c .obj .rc .restoolbar2.exe : $(PRGS:.prg=.obj) toolbar2.res   echo $(PRGS:.prg=.obj) > msvc.tmp  ...
by Marc Vanzegbroeck
Tue Mar 22, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25098

Re: FWH64

Marc,

If you use uppercase here:

PRGS = \
TOOLBAR2.PRG

Then you have to use upper case here too:

TOOLBAR2.exe : $(PRGS:.PRG=.OBJ) TOOLBAR2.res

and here:

$(PRGS:.PRG=.OBJ) : $(PRGS:.PRG=.C)
$(PRGS:.PRG=.C) : $(PRGS)
by Antonio Linares
Tue Mar 22, 2016 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25098

Re: FWH64

Antonio, I want to create a MAK-file for my projects mith more than one PRG-file, but I get an error. I want to create the example 'toolbar2.prg'. Creating it with build64.bat works fine. The MAK-file give the error : c:\_vmsdata\FWH64\projects\EPKSDoc\prg>if exist "C:\Program Files ...
by Marc Vanzegbroeck
Tue Mar 22, 2016 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25098

Re: Position Toolbar

Antonio, thanks for help me, but the way you showed is just like this already, I want this shown in the image below assembly.


Image

I want be like this.
Image
by ctoas
Mon Aug 04, 2014 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position Toolbar
Replies: 12
Views: 1801

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: 2493

Re: TestTitl.prg Sample MDI

... Please check the used Image-path ! DEFINE BRUSH oTBrush FILENAME ".\bitmaps\blustone.bmp" http://www.pflegeplus.com/pictures/toolbar2.jpg Some more lines added : #include "FiveWin.ch"static oToolBar function Main()local oWnd, oImageList, oRadio1, oSay1, ...
by ukoenig
Tue Feb 28, 2012 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11739

Re: OUTLOOK GROUP cCaption or cTitle changing

... now, it doesn't change the caption of the RIGHT group button This is how it looks: http://i65.photobucket.com/albums/h235/codemaker_bg/toolbar2.jpg Any idea
by codemaker
Thu Feb 09, 2012 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OUTLOOK GROUP cCaption or cTitle changing
Replies: 3
Views: 823
Next

Return to advanced search