Bom dia todos, venho usando a RibbonBar como padrão na janela principal no meu sistema, mas tem um pequeno detalhe me incomodando.
Para não incluir muitos botões, eu defino alguns botões como SPLITPOPUP, e eles ficam assim:
http://img11.imageshack.us/img11/4971/ribbonsplitpopup1. ...
Search found 92 matches
- Tue Jun 07, 2011 12:58 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: RibbonBar - Splitpopup
- Replies: 1
- Views: 821
- Tue Jun 07, 2011 12:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RibbonBar - Splitpopup
- Replies: 0
- Views: 325
RibbonBar - Splitpopup
Good morning everyone, I've been using the RibbonBar default in the main window on my system, but has been bothering me a little detail.
Not include many buttons, I set some buttons as SPLITPOPUP, and they are thus:
http://img11.imageshack.us/img11/4971/ribbonsplitpopup1.png
How ...
Not include many buttons, I set some buttons as SPLITPOPUP, and they are thus:
http://img11.imageshack.us/img11/4971/ribbonsplitpopup1.png
How ...
- Wed Mar 16, 2011 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WBrowse
- Replies: 1
- Views: 454
WBrowse
Gentlemen
The first system developed is finally being migrated to Fivewin 10.6/xHarbour.
We encounter a problem with WBrowse, by inserting the first record in DBF, the first line gets a cut in the last column, as can be seen in the image below:
http://img687.imageshack.us/img687/4282 ...
The first system developed is finally being migrated to Fivewin 10.6/xHarbour.
We encounter a problem with WBrowse, by inserting the first record in DBF, the first line gets a cut in the last column, as can be seen in the image below:
http://img687.imageshack.us/img687/4282 ...
- Tue Feb 01, 2011 4:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MsgInfo() with Timer
- Replies: 2
- Views: 568
Re: MsgInfo() with Timer
I created the following functions
****************************************************************************static procedure MsgTimer(cMessageCaption, nSeconds)****************************************************************************** Fechar um MsgDialog automaticamente* Parametros ...
****************************************************************************static procedure MsgTimer(cMessageCaption, nSeconds)****************************************************************************** Fechar um MsgDialog automaticamente* Parametros ...
- Tue Feb 01, 2011 12:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MsgInfo() with Timer
- Replies: 2
- Views: 568
MsgInfo() with Timer
Good morning everyone ..
Has anyone modified the function MsgInfo () so that if the user is not near the pc, after 5 seconds it closes and the system continues its processing?
Has anyone modified the function MsgInfo () so that if the user is not near the pc, after 5 seconds it closes and the system continues its processing?
- Mon Aug 02, 2010 2:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dialog flashes when editing a cell in xbrowse
- Replies: 1
- Views: 426
Dialog flashes when editing a cell in xbrowse
My dialogue flash when editing a cell in xbrowse.
I'm using Fivewin 10.06 + xHarbour.
Pelles C is my resource editor. Using Custom Control with the property Windows Styles = 0x50A00000 .
Link to the video demonstration.
http://www.youtube.com/watch?v=ZPU6bXW2rUQ
I'm using Fivewin 10.06 + xHarbour.
Pelles C is my resource editor. Using Custom Control with the property Windows Styles = 0x50A00000 .
Link to the video demonstration.
http://www.youtube.com/watch?v=ZPU6bXW2rUQ
- Mon Jul 26, 2010 6:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RibbonBar Visual Designer
- Replies: 6
- Views: 1526
- Tue Jul 13, 2010 5:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: array access in TRibbon
- Replies: 4
- Views: 882
Re: array access in TRibbon
Dowloading....
Thanks
Thanks
- Tue Jul 13, 2010 11:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: array access in TRibbon
- Replies: 4
- Views: 882
Re: array access in TRibbon
dont work!!
- Mon Jul 12, 2010 1:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: array access in TRibbon
- Replies: 4
- Views: 882
array access in TRibbon
Fivewin 10.6
Application=========== Path and name: G:\prog\FiveWin\Farma Manager\Farma1.EXE (32 bits) Size: 4,745,728 bytes Time from start: 0 hours 0 mins 7 secs Error occurred at: 12/07/2010, 10:25:27 Error description: Error BASE/1068 Argument error: array access Args: [ 1] = U ...
Application=========== Path and name: G:\prog\FiveWin\Farma Manager\Farma1.EXE (32 bits) Size: 4,745,728 bytes Time from start: 0 hours 0 mins 7 secs Error occurred at: 12/07/2010, 10:25:27 Error description: Error BASE/1068 Argument error: array access Args: [ 1] = U ...
- Tue Oct 27, 2009 7:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert Delphi to Fivewin
- Replies: 2
- Views: 969
Re: How to convert Delphi to Fivewin
Almost worked. Not update when I run baction.
function MsgRun( cCaption, cTitle, bAction ) local oDlg, oMeter, oText, oBtn, oFont local nVal := 90, Result := .T., oTmr := NIL DEFAULT bAction := { || nil },; cCaption := "Processando...",; cTitle := "Por favor, aguarde..." DEFINE ...
function MsgRun( cCaption, cTitle, bAction ) local oDlg, oMeter, oText, oBtn, oFont local nVal := 90, Result := .T., oTmr := NIL DEFAULT bAction := { || nil },; cCaption := "Processando...",; cTitle := "Por favor, aguarde..." DEFINE ...
- Mon Oct 26, 2009 12:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to convert Delphi to Fivewin
- Replies: 2
- Views: 969
How to convert Delphi to Fivewin
How to convert?
Delphi
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XPMan, StdCtrls, ComCtrls;type TForm1 = class(TForm) ProgressBar1: TProgressBar; XPManifest1: TXPManifest;  ...
Delphi
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XPMan, StdCtrls, ComCtrls;type TForm1 = class(TForm) ProgressBar1: TProgressBar; XPManifest1: TXPManifest;  ...
- Mon Oct 26, 2009 12:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Barra de progresso sem fim.
- Replies: 6
- Views: 2019
Re: Barra de progresso sem fim.
How to convert?
Delphi
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XPMan, StdCtrls, ComCtrls;type TForm1 = class(TForm) ProgressBar1: TProgressBar; XPManifest1: TXPManifest; procedure FormShow(Sender: TObject) ...
Delphi
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XPMan, StdCtrls, ComCtrls;type TForm1 = class(TForm) ProgressBar1: TProgressBar; XPManifest1: TXPManifest; procedure FormShow(Sender: TObject) ...
- Mon Jun 01, 2009 3:19 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Impressora
- Replies: 7
- Views: 1127
Re: Impressora
FranciscoA wrote:Para obter o nome da impressora padrão, acho que você pode usar GetPrintDefault( GetActiveWindow() )
Saudações
Isto eu sei.
Quero nome do compartilhamento!!
Printer default -> \\computador\epson lx-300
Share name -> \\computador\epson <<<
Port Name -> LPT1
- Mon Jun 01, 2009 12:43 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Impressora
- Replies: 7
- Views: 1127
Re: Impressora
Mas desta forma é estático!
Preciso de algo dinamico, preciso descobrir qual é a impressora padrão para posteriormente pegar o nome do compartilhamento!
Preciso de algo dinamico, preciso descobrir qual é a impressora padrão para posteriormente pegar o nome do compartilhamento!