FiveDBU for 32/64 bits

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Wed Jun 06, 2012 11:57 am

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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby ukoenig » Wed Jun 06, 2012 1:21 pm

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:
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Wed Jun 06, 2012 1:52 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Thu Jun 07, 2012 7:40 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby ukoenig » Thu Jun 07, 2012 8:17 pm

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:
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Fri Jun 08, 2012 10:39 am

Uwe,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Fri Jun 08, 2012 11:14 am

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Fri Jun 08, 2012 11:37 am

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() )
 
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Fri Jun 08, 2012 11:57 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby norberto » Fri Jun 08, 2012 12:23 pm

Antonio, very nice and awesome. We can open files with ads? (remote and local), and use scopes? filters? very thanks
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: FiveDBU for 32/64 bits

Postby ukoenig » Fri Jun 08, 2012 12:35 pm

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:
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: FiveDBU for 32/64 bits

Postby Antonio Linares » Fri Jun 08, 2012 12:39 pm

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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41462
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: FiveDBU for 32/64 bits

Postby Eoeo » Fri Jun 08, 2012 12:54 pm

best a configuration dialog where select the tyoe of connection ( as was the old wdbu)
User avatar
Eoeo
 
Posts: 222
Joined: Mon Jun 04, 2012 12:00 pm

Re: FiveDBU for 32/64 bits

Postby norberto » Fri Jun 08, 2012 1:24 pm

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
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: FiveDBU for 32/64 bits

Postby ukoenig » Fri Jun 08, 2012 3:55 pm

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:
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 137 guests