Search found 72 matches: rebars

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... lista de estilos. * ListView samples: (1) listvie1.prg revisado (2) listvie2.prg implementación unicode * Implimentación unicode para ToolBars y Rebars, ejemplo revisado samples\toolbar1.prg * Mejora: Función FW_SayTextHilite(). El último parámetro aWord, debía estar en mayúsculas. Ahora es indistinto. ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3872

New FTDN October/Octubre 2023 (FWH 23.10)

... * ListView: Samples: (1) revised litvie1.prg amd new sample (2) listvie2.prg for Unicode implementation * Unicode implementation for ToolBars and Rebars revised sample: samples\toolbar1.prg * Enhanced: function FW_SayTextHilite(). The last paramter aWords, was required to be upper case. Now the ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3872

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

nageswaragunupudi wrote:Unicode is implemented now for Rebars and Toolbars
Image


Look good.
by richard-service
Mon Aug 28, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 419

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

Unicode is implemented now for Rebars and Toolbars
Image
by nageswaragunupudi
Mon Aug 28, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 419

Re: Problem with the TREBAR class on Windows XP

Bug fixed: The key to solve it is this line at that specific location: #define _WIN32_WINNT 0x0500 Please add this code to samples\rebars.prg #pragma BEGINDUMP#define _WIN32_WINNT 0x0500#include <Windows.h>#include <hbapi.h>#include <commctrl.h>HB_FUNC( RBINSERTBAND ...
by Antonio Linares
Fri Nov 08, 2019 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with the TREBAR class on Windows XP (solved)
Replies: 16
Views: 2140

Re: Problem with the TREBAR class on Windows XP

In Windows 10 without the manifest file

Image
by cnavarro
Wed Oct 30, 2019 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with the TREBAR class on Windows XP (solved)
Replies: 16
Views: 2140

Problem with the TREBAR class on Windows XP (solved)

... I know that Windows XP is an outdated operating system but unfortunately I still have clients who use it. To check the problem, simply compile rebars.prg file in the samples folder. #include "FiveWin.ch"function Main()   local oWnd, oReBar, oToolBar, oPanel, oBtn1, oFolder, ...
by MaxP
Wed Oct 30, 2019 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with the TREBAR class on Windows XP (solved)
Replies: 16
Views: 2140

Re: Rebar in XP

> I come to the result, that REBARS not functioning as expected! (with grippers, more bands, etc.) Please provide a PRG example to test what is not functioning right, thanks > Is there a another class to containing other objects? Most ...
by Antonio Linares
Fri Jun 30, 2017 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebar in XP
Replies: 9
Views: 1484

Re: Rebar in XP

I come to the result, that REBARS not functioning as expected! (with grippers, more bands, etc.)
Is there a another class to containing other objects?
by byte-one
Thu Jun 29, 2017 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebar in XP
Replies: 9
Views: 1484

Re: xbrowse in a Toolbar?

This is a sample using 2nd alternative. I used buttonbar instead of rebar, but can be adopted to rebars too. //----------------------------------------------------------------------------//function TestSel()   local oWnd, oBar, oFont   local ...
by nageswaragunupudi
Wed Feb 11, 2015 1:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse in a Toolbar?
Replies: 14
Views: 4549

Re: Is it possible to have 2 rows of BUTTONBAR?

Hua, Yes, it is possible to have more than one toolbar. Take a look at fwh\samples\rebars.prg for an example. This shows two toolbars and one of them is actually a tabbed toolbar containing two more toolbars on tabs. Note that this uses the windows control, rebar, ...
by James Bott
Mon Oct 21, 2013 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to have 2 rows of BUTTONBAR?
Replies: 18
Views: 6181

New FTDN June/Junio 2011 (FWH 11.06)

... updated for Microsoft msvc 2010 support and also enhanced the dialog template. * Fix: Class TDialog, non modal dialog boxes used from folders and rebars (samples\rebars.prg reported bug). * Enahancement: MESSAGE clause of controls can now have codeblocks also instead of text. * Enhancement: function ...
by Antonio Linares
Tue Jun 28, 2011 11:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2011 (FWH 11.06)
Replies: 0
Views: 1333

Re: Ejemplo Rebars

Arreglado, vamos a publicar una revisión, gracias! :-) mientras tanto esta solución temporal lo arregla: METHOD Activate( bLClicked, bMoved, bPainted, lCentered, ;                 bValid, lModal, bInit, bRClicked, bWhen, lResize16, ;    &nbs...
by Antonio Linares
Thu Jun 16, 2011 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Rebars
Replies: 2
Views: 616

Re: Ejemplo Rebars

Hola:

confirmo el problemas, esta en los folder, se queda pegado en XP y Win7
by Patricio Avalos Aguirre
Tue Jun 14, 2011 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Rebars
Replies: 2
Views: 616

Ejemplo Rebars

Hola

el ejemplo rebars.prg no funciona, en win7, alguna solucion?


xharbour + fwh11.5
by Soft-Javi
Mon Jun 13, 2011 3:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo Rebars
Replies: 2
Views: 616
Next

Return to advanced search