I have a msgitem
DEFINE MSGITEM ::oMsgItem4;
OF ::oWndMain:oMsgBar;
PROMPT "";
SIZE 400;
BITMAPS "MSG_EOEO", "MSG_EOEO";
TOOLTIP " "
and I wish show a Meter
@ 02, 11 PROGRESS oApp:oProgressDlg POSITION 1 of oApp:oMsgItem4;
SIZE 200,18 pixel
make error
Error description: Error BASE/1004 ...
Search found 229 matches: eoeo
Searched query: eoeo
- Fri Apr 30, 2021 10:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: progress on msgitem
- Replies: 1
- Views: 366
- Sat Mar 09, 2019 10:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 9630
Re: Testing Debenu Quick PDF Library
Get treated, you, fasi, mda, solution, eoeo.
Your brain is going to jelly, assuming that you have something in that wooden cap that you call head.
And I knew you would bring up the wheelchair with which I move, poor fellow.
sorry you are in error, mda is Domenico di Gregorio of MdaSolution a ...
Your brain is going to jelly, assuming that you have something in that wooden cap that you call head.
And I knew you would bring up the wheelchair with which I move, poor fellow.
sorry you are in error, mda is Domenico di Gregorio of MdaSolution a ...
- Sat Mar 09, 2019 8:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Testing Debenu Quick PDF Library
- Replies: 44
- Views: 9630
Re: Testing Debenu Quick PDF Library
Get treated, you, fasi, mda, solution, eoeo.
Your brain is going to jelly, assuming that you have something in that wooden cap that you call head.
And I knew you would bring up the wheelchair with which I move, poor fellow.
Your brain is going to jelly, assuming that you have something in that wooden cap that you call head.
And I knew you would bring up the wheelchair with which I move, poor fellow.
- Wed Mar 14, 2018 5:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Ecommerce : wich I can use ?
- Replies: 7
- Views: 1743
Re: Ecommerce : wich I can use ?
I Know some api of woocommerce because I made 4 years ago a a plugin
http://www.eoeo.it/portfolio/woocommerce-italia/ for Italian Commerce because on woocommerce need some italian fiscal features. Woocommerce is born on Australia. it's for english ecommerce , then is extended to other ...
http://www.eoeo.it/portfolio/woocommerce-italia/ for Italian Commerce because on woocommerce need some italian fiscal features. Woocommerce is born on Australia. it's for english ecommerce , then is extended to other ...
- Wed Sep 13, 2017 7:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: toast win 10
- Replies: 2
- Views: 704
Re: toast win 10
... nKmIniziali)
where nKmIniziali is a number
and I recall msginfo with this function
Function msginfo(ctext)
Toast( ctext, "TicketBus", "Eoeo Software (c) 2017",;
"file://C:\Work\Prg\TicketBus_tablet\bitmaps\info.png" )
return nil
and it make error
Application===========  ...
where nKmIniziali is a number
and I recall msginfo with this function
Function msginfo(ctext)
Toast( ctext, "TicketBus", "Eoeo Software (c) 2017",;
"file://C:\Work\Prg\TicketBus_tablet\bitmaps\info.png" )
return nil
and it make error
Application===========  ...
- Fri Jul 08, 2016 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Show a Rtf page as Winword or OpenOffice
- Replies: 0
- Views: 397
Show a Rtf page as Winword or OpenOffice
I make some test how show a rtf control as Winword page or Openoffice on the middle of a owndmain
and this is the result
http://www.eoeo.it/wp-content/uploads/2016/07/v.jpg
only i have problem with vertical scroll because when i click on the vscroll it move also the messagebar ...
and this is the result
http://www.eoeo.it/wp-content/uploads/2016/07/v.jpg
only i have problem with vertical scroll because when i click on the vscroll it move also the messagebar ...
- Thu Jul 07, 2016 11:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
- Replies: 19
- Views: 6186
Re: A sample how to create a IMAGE-ani. ( indexbuilder ) UPD.
Uwe,
with Paco Banner class I have the same result ....
http://www.eoeo.it/wp-content/uploads/2015/05/mm.bmp
I make a test with your 16 bmps
the code
#include "fivewin.ch"#include "banner.ch"function main()Local oDlg, oBannerLocal aPasos := { { PONER, 0 } ...
with Paco Banner class I have the same result ....
http://www.eoeo.it/wp-content/uploads/2015/05/mm.bmp
I make a test with your 16 bmps
the code
#include "fivewin.ch"#include "banner.ch"function main()Local oDlg, oBannerLocal aPasos := { { PONER, 0 } ...
- Fri Jul 01, 2016 10:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New method for richedit
- Replies: 4
- Views: 1000
New method for richedit
![Image](http://www.eoeo.it/wp-content/uploads/2016/07/sy.jpg)
choosesymbols(oRtf)
now it is a function but I must converte it on method to use with richedit class
- Fri Jul 01, 2016 9:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug in TXBrowse?
- Replies: 16
- Views: 2874
Re: Bug in TXBrowse?
![Image](http://www.eoeo.it/wp-content/uploads/2016/07/nn.jpg)
here run ok
wich is the problem ?
- Thu Jun 30, 2016 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Nages : special chrs on xbrowse
- Replies: 4
- Views: 727
To Nages : special chrs on xbrowse
http://www.eoeo.it/wp-content/uploads/2016/06/ccc.jpg
why I cannot show the Wingdings characters on a xbrowse ?
I tried with oBrw:odatafont := oFont
I tried also with
FOR i := 1 TO LEN(oBrowChars:aCols)
oCol := oBrowChars:aCols[ i ]
oCol:oDataFont:= CreateFontGrid(aArrayFont ...
why I cannot show the Wingdings characters on a xbrowse ?
I tried with oBrw:odatafont := oFont
I tried also with
FOR i := 1 TO LEN(oBrowChars:aCols)
oCol := oBrowChars:aCols[ i ]
oCol:oDataFont:= CreateFontGrid(aArrayFont ...
- Fri Jun 24, 2016 8:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Range Slider Control
- Replies: 4
- Views: 1083
Re: Range Slider Control
Antonino,
I need it for create tab paragraph on Richedit
I create a small pad ( FivePad)
![Image](http://www.eoeo.it/wp-content/uploads/2016/05/GOOD.jpg)
I insert tregla class to simulate the ruler but it not have the track to set paragraph
I need it for create tab paragraph on Richedit
I create a small pad ( FivePad)
![Image](http://www.eoeo.it/wp-content/uploads/2016/05/GOOD.jpg)
I insert tregla class to simulate the ruler but it not have the track to set paragraph
- Wed Jun 15, 2016 4:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: MsgCalc en REDEFINE GET
- Replies: 7
- Views: 1294
Re: MsgCalc en REDEFINE GET
On www.eoeo.it you can download my calc with ribbon simulation
http://www.eoeo.it/wp-content/uploads/2016/06/calc1-450x242.jpg
with Options language values and skin
http://www.eoeo.it/wp-content/uploads/2016/06/calc2.jpg
with Amort calc
http://www.eoeo ...
http://www.eoeo.it/wp-content/uploads/2016/06/calc1-450x242.jpg
with Options language values and skin
http://www.eoeo.it/wp-content/uploads/2016/06/calc2.jpg
with Amort calc
http://www.eoeo ...
- Tue Jun 14, 2016 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Recompile TWBRW32X.LIB problem **Fixed**
- Replies: 4
- Views: 1054
Re: Recompile TWBRW32X.LIB problem
Dutch,
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/mm.jpg)
I'm using Fwh 16.03
I compiled it with bcc7
I create the lib xWbrowse with xmate with the parameter I wrote you
I try with fwbrow.prg fivetech sample test ( c:\fwh\samples\) .... here run ok !!!!!
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/mm.jpg)
I'm using Fwh 16.03
I compiled it with bcc7
I create the lib xWbrowse with xmate with the parameter I wrote you
I try with fwbrow.prg fivetech sample test ( c:\fwh\samples\) .... here run ok !!!!!
- Tue Jun 14, 2016 7:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error on RibbonBar
- Replies: 27
- Views: 6431
Re: Error on RibbonBar
Cris,
I insert your code
Look ... do you see the name of the first tab ?
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/j.bmp)
Perhaps..but I am not a bionic man
I insert your code
Look ... do you see the name of the first tab ?
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/j.bmp)
Perhaps..but I am not a bionic man
- Mon Jun 13, 2016 2:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: resedit command
- Replies: 11
- Views: 2330
Re: resedit command
I use xmate.
with xmate I use PellesC as you can see on this picture of xmate's Configuration
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/rc.jpg)
Wich is the command line if I wish use resedit instead of PellesC ?
with xmate I use PellesC as you can see on this picture of xmate's Configuration
![Image](http://www.eoeo.it/wp-content/uploads/2016/06/rc.jpg)
Wich is the command line if I wish use resedit instead of PellesC ?