Page 6 of 11

Re: FiveDBU for 32/64 bits

PostPosted: Wed Jun 06, 2012 11:57 am
by Antonio Linares
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 :-)

Re: FiveDBU for 32/64 bits

PostPosted: Wed Jun 06, 2012 1:21 pm
by ukoenig
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 :

Image

Copy.bmp

Image

Paste.bmp

Image

32x32

Image
Image

A template, to add Your own Symbols :

Image

Image

Image

äBest Regards
Uwe :lol:

Re: FiveDBU for 32/64 bits

PostPosted: Wed Jun 06, 2012 1:52 pm
by Antonio Linares

Re: FiveDBU for 32/64 bits

PostPosted: Thu Jun 07, 2012 7:40 pm
by Antonio Linares

Re: FiveDBU for 32/64 bits

PostPosted: Thu Jun 07, 2012 8:17 pm
by ukoenig
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.

Image

Best Regards
Uwe :lol:

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 10:39 am
by Antonio Linares
Uwe,

Please place the skins option inside the Preferences dialog, thanks :-)

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 11:14 am
by Antonio Linares
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-contributions/downloads/detail?name=fivedbu_20120608.zip&can=2&q=

Image

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 11:37 am
by Antonio Linares
Solved the filters bug:

Code: Select all  Expand view
  @ 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() )
 

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 11:57 am
by Antonio Linares

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 12:23 pm
by norberto
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

PostPosted: Fri Jun 08, 2012 12:35 pm
by ukoenig
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.

Image

Moved to < Preferences >

Image

Best Regards
Uwe :lol:

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 12:39 pm
by Antonio Linares
Norberto,

Yes, you can use ADS with these minor additions:

viewtopic.php?p=130787#p130787

Yes, filters are available too

thanks for your kind words :-)

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 12:54 pm
by Eoeo
best a configuration dialog where select the tyoe of connection ( as was the old wdbu)

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 1:24 pm
by norberto
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 :P

thanks again.

Norberto

Re: FiveDBU for 32/64 bits

PostPosted: Fri Jun 08, 2012 3:55 pm
by ukoenig
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 ) :

Image

Best Regards
Uwe :lol: