FiveDBU for 32/64 bits
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Uwe,
I am quite close to start defining the classes and objects that FiveDBU is using, so I will do a code reorganization in short
I am quite close to start defining the classes and objects that FiveDBU is using, so I will do a code reorganization in short
Re: FiveDBU for 32/64 bits
Because nowhere, I could find a pair BMP's < copy > < Paste > that related to each other,
I created them bymyself. Maybe You like them. ( can be included inside a Resource )
( right Mouseclick to copy )
New Background-selection added :
Copy.bmp
Paste.bmp
32x32
A template, to add Your own Symbols :
äBest Regards
Uwe
I created them bymyself. Maybe You like them. ( can be included inside a Resource )
( right Mouseclick to copy )
New Background-selection added :
Copy.bmp
Paste.bmp
32x32
A template, to add Your own Symbols :
äBest Regards
Uwe
Last edited by ukoenig on Wed Jun 06, 2012 11:37 pm, edited 10 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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Updated FiveDBU with AutoSort support in browse columns:
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: FiveDBU for 32/64 bits
Updated version with "processes" support (scripts):
http://code.google.com/p/fivewin-contri ... p&can=2&q=
http://code.google.com/p/fivewin-contri ... p&can=2&q=
Re: FiveDBU for 32/64 bits
Antonio,
I added Brush-support of Main-window and Dialogs
10 Brushes can be used with any Combination and tested at Runtime, clicking on a Radio-button.
The Result can be saved to a Ini-file.
I'm still working on the Buttons, adding Images and changing BUTTON to BUTTONBMP.
Best Regards
Uwe
I added Brush-support of Main-window and Dialogs
10 Brushes can be used with any Combination and tested at Runtime, clicking on a Radio-button.
The Result can be saved to a Ini-file.
I'm still working on the Buttons, adding Images and changing BUTTON to BUTTONBMP.
Best Regards
Uwe
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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Uwe,
Please place the skins option inside the Preferences dialog, thanks
Please place the skins option inside the Preferences dialog, thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Support fo filters Please test it and provide feedback. It seems as the filter is not set, though DbFilter() returns it as set.
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: FiveDBU for 32/64 bits
Solved the filters bug:
Code: Select all
@ 4, 15 BUTTON "&Ok" OF oDlg SIZE 45, 13 ;
ACTION ( cFilter := AllTrim( cFilter ),;
If( Empty( cFilter ), DbClearFilter(), DbSetFilter( GENBLOCK( cFilter ), cFilter ) ),;
oBrw:Refresh(), oDlg:End() )
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Updated version with Expression check for the filter:
http://code.google.com/p/fivewin-contri ... p&can=2&q=
http://code.google.com/p/fivewin-contri ... p&can=2&q=
Re: FiveDBU for 32/64 bits
Antonio, very nice and awesome. We can open files with ads? (remote and local), and use scopes? filters? very thanks
Re: FiveDBU for 32/64 bits
Antonio,
Skin-section moved to => Preferences
Skin-gradients can be used as Wnd or Dlg-background as well
in any Combination with BMP-brushes ( 25 x 25 = 625 possible Combinations ).
Gradient-position and direction can be defined.
Moved to < Preferences >
Best Regards
Uwe
Skin-section moved to => Preferences
Skin-gradients can be used as Wnd or Dlg-background as well
in any Combination with BMP-brushes ( 25 x 25 = 625 possible Combinations ).
Gradient-position and direction can be defined.
Moved to < Preferences >
Best Regards
Uwe
Last edited by ukoenig on Fri Jun 08, 2012 12:40 pm, edited 1 time 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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: FiveDBU for 32/64 bits
Norberto,
Yes, you can use ADS with these minor additions:
http://forums.fivetechsupport.com/viewt ... 87#p130787
Yes, filters are available too
thanks for your kind words
Yes, you can use ADS with these minor additions:
http://forums.fivetechsupport.com/viewt ... 87#p130787
Yes, filters are available too
thanks for your kind words
Re: FiveDBU for 32/64 bits
best a configuration dialog where select the tyoe of connection ( as was the old wdbu)
Re: FiveDBU for 32/64 bits
Antonio, tested filters, do not consider this as a criticism, because I know that and a work in progress, just a note, a report, after activated filters makes navigation very slow compared to other "dbu", perhaps due to the type of line used in marking xbrowse.
Tested in a file with 40000 records, in other "dbu" slows, but usefull, in that of to see the cursor assemble the rows.
As we can see in current systems, the effects, degrades, background bitmaps, are being left aside, in favor of a cleaner interface, which makes data traffic quickly , either local or remote, may we have to adapt to that, like Metro and OSX.
But this getting excellent, with some adjustments we'll have a great and best dbu
thanks again.
Norberto
Tested in a file with 40000 records, in other "dbu" slows, but usefull, in that of to see the cursor assemble the rows.
As we can see in current systems, the effects, degrades, background bitmaps, are being left aside, in favor of a cleaner interface, which makes data traffic quickly , either local or remote, may we have to adapt to that, like Metro and OSX.
But this getting excellent, with some adjustments we'll have a great and best dbu
thanks again.
Norberto
Re: FiveDBU for 32/64 bits
Noberto,
don't worry about :
As we can see in current systems, the effects, degrades, background bitmaps,
are being left aside, in favor of a cleaner interface, which makes data traffic quickly
Everything can be switched off ( it is just a matter of taste ) :
Best Regards
Uwe
don't worry about :
As we can see in current systems, the effects, degrades, background bitmaps,
are being left aside, in favor of a cleaner interface, which makes data traffic quickly
Everything can be switched off ( it is just a matter of taste ) :
Best Regards
Uwe
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.