RibbonBar designer - work in progress
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
RibbonBar designer - work in progress
http://code.google.com/p/fivewin-contri ... p&can=2&q=
It requires some little changes in the classes that we will publish asap (I am right now in Frankfurt airport)
Full source code included
It requires some little changes in the classes that we will publish asap (I am right now in Frankfurt airport)
Full source code included
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: RibbonBar designer - work in progress
Hi
working in Gradient selector, useful for this project
Ejemplo: http://www.sitasoft.net/fivewin/samples/tgselect.zip
working in Gradient selector, useful for this project
Ejemplo: http://www.sitasoft.net/fivewin/samples/tgselect.zip
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: RibbonBar designer - work in progress
Daniel,
I got a Errormessage from the right Selector :
Application
===========
Path and name: E:\T_GRAD\tgselect.exe (32 bits)
Size: 1,530,880 bytes
Time from start: 0 hours 0 mins 15 secs
Error occurred at: 05/23/11, 14:44:39
Error description: Error BASE/1132 Bound error: array access
Args:
[ 1] = A { ... }
[ 2] = N 3
Stack Calls
===========
Called from: C:\prg\fivewin\selector\tgselect.prg => TGSELECTOR:MOUSEMOVE(397)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1508)
Called from: C:\prg\fivewin\selector\tgselect.prg => TGSELECTOR:HANDLEEVENT(229)
Called from: .\source\classes\WINDOW.PRG => _FWH(3417)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(993)
Called from: C:\prg\fivewin\selector\tgselect.prg => MAIN(14)
Best Regards
Uwe
I got a Errormessage from the right Selector :
Application
===========
Path and name: E:\T_GRAD\tgselect.exe (32 bits)
Size: 1,530,880 bytes
Time from start: 0 hours 0 mins 15 secs
Error occurred at: 05/23/11, 14:44:39
Error description: Error BASE/1132 Bound error: array access
Args:
[ 1] = A { ... }
[ 2] = N 3
Stack Calls
===========
Called from: C:\prg\fivewin\selector\tgselect.prg => TGSELECTOR:MOUSEMOVE(397)
Called from: => TWINDOW:HANDLEEVENT(0)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1508)
Called from: C:\prg\fivewin\selector\tgselect.prg => TGSELECTOR:HANDLEEVENT(229)
Called from: .\source\classes\WINDOW.PRG => _FWH(3417)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(993)
Called from: C:\prg\fivewin\selector\tgselect.prg => MAIN(14)
Best Regards
Uwe
Last edited by ukoenig on Mon May 23, 2011 12:58 pm, edited 3 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: RibbonBar designer - work in progress
Uwe
Thanks... we are continuing working in this prototype
how did you got this error?
Thanks... we are continuing working in this prototype
how did you got this error?
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Re: RibbonBar designer - work in progress
Thank you for all your new features.
But would not be better to improve, for example, the Preview appearance?.
I don´t need a Ribbon designer but a better Preview look with a Ribbon and multiple pages preview for example will be a goal for my customers.
.
But would not be better to improve, for example, the Preview appearance?.
I don´t need a Ribbon designer but a better Preview look with a Ribbon and multiple pages preview for example will be a goal for my customers.
.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: RibbonBar designer - work in progress
Enhanced version, it generates some source code already
http://code.google.com/p/fivewin-contri ... p&can=2&q=
http://code.google.com/p/fivewin-contri ... p&can=2&q=
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: RibbonBar designer - work in progress
you see, you want a Ribbon there, thats why we need a good ribbon designer... but a better Preview look with a Ribbon ...
Re: RibbonBar designer - work in progress
Hi Antonio,
You may know. When you generate source code, it does not create the buttons source.
Also is it possible to save and restore ribbon details?
Thanks,
You may know. When you generate source code, it does not create the buttons source.
Also is it possible to save and restore ribbon details?
Thanks,
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: RibbonBar designer - work in progress
Hakan,
Yes, that is coming asap
Yes, that is coming asap
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: RibbonBar designer - work in progress
Enhanced version, it already generates source code for the buttons
http://code.google.com/p/fivewin-contri ... p&can=2&q=
http://code.google.com/p/fivewin-contri ... p&can=2&q=
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: RibbonBar designer - work in progress
It already supports bitmaps in the buttons and in the generated source code:
http://code.google.com/p/fivewin-contri ... p&can=2&q=
http://code.google.com/p/fivewin-contri ... p&can=2&q=
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: