servoy webclient sexy tabpanels

Forum to discuss the Web client version of Servoy.

Which style of tabpanels YOU like?

I like the old css style
3
10%
I like the new css style
28
90%
 
Total votes : 31

servoy webclient sexy tabpanels

Postby Harjo » Fri Sep 10, 2010 11:24 am

Hi, I posted last night a nice tip on ServoyCamp: http://www.servoycamp.com/topics/tips/1 ... y-way.html

servoy webclient old-style:
servoy_tab_old.png


servoy webclient new-style:
servoy_tab_new.png


after that, Jan Aleman and I had a nice (funny-teasing) little chat, he says: 'blue is nice, grey sucks' I said: 'blue sucks, grey is nice!'
I said, let's setup a poll and look who is winning, he agreed! :D

So give your vote! :wink:
You do not have the required permissions to view the files attached to this post.
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: servoy webclient sexy tabpanels

Postby Bonkie » Fri Sep 10, 2010 11:31 am

The new tabs are looking way better.. Too bad of the blue tabpanel-border..
User avatar
Bonkie
 
Posts: 68
Joined: Wed Jun 27, 2007 11:05 am
Location: Den Ham, The Netherlands

Re: servoy webclient sexy tabpanels

Postby kazar » Fri Sep 10, 2010 1:53 pm

I was lucky to attend, years back, a visual design seminar by Edward Tufte. (Highly recommended!) His gospel rule, which he demo'd throughout the presentation, for differentiating elements of a visual design is to use "the smallest possible difference" to distinguish one object from another, but not so small as to make the viewer (or user) struggle to detect the state, implied significance, behavior or purpose of an element.

IMO the new css example follows Tufte's precept and is very classy.

kazar
User avatar
kazar
 
Posts: 367
Joined: Sat Sep 13, 2003 9:59 pm
Location: New York City

Re: servoy webclient sexy tabpanels

Postby jmcneely » Fri Sep 10, 2010 4:38 pm

I like the new ones, but I'm not sure I would characterize them as "sexy". Maybe, 'slightly more tasteful' is more accurate.
jmcneely
 
Posts: 45
Joined: Thu May 06, 2010 7:22 pm

Re: servoy webclient sexy tabpanels

Postby bobbydtma » Fri Sep 10, 2010 4:49 pm

jmcneely wrote:I like the new ones, but I'm not sure I would characterize them as "sexy". Maybe, 'slightly more tasteful' is more accurate.


Agreed. Slightly less bland.
We did something similar in our webclient solution, but gave them a rounded corner and 3D-gradient look.
Next on our list...the paging controls for table views... :|
Last edited by bobbydtma on Fri Sep 10, 2010 5:00 pm, edited 1 time in total.
------------------------------------------
Bobby Drake
Software Engineer
TMA Systems, LLC
http://www.tmasystems.com
Servoy 5.2.1
DB: Oracle 10g, SQL Server 2005
OS: Vista 64
User avatar
bobbydtma
 
Posts: 20
Joined: Wed May 06, 2009 8:09 am
Location: Tulsa, OK, USA

Re: servoy webclient sexy tabpanels

Postby Karel Broer » Fri Sep 10, 2010 4:55 pm

Harjo wrote:Hi, I posted last night a nice tip on ServoyCamp: http://www.servoycamp.com/topics/tips/1 ... y-way.html

Cool tip, Harjo! Thanks!
My vote goes definetly for the new-style look! :)
Karel Broer
ServoyCamp - http://www.servoycamp.com
User avatar
Karel Broer
 
Posts: 779
Joined: Mon May 03, 2004 12:49 am
Location: Doetinchem

Re: servoy webclient sexy tabpanels

Postby Harjo » Fri Sep 10, 2010 5:22 pm

bobbydtma wrote:
jmcneely wrote:Next on our list...the paging controls for table views... :|


That already can be done, by inserted this in the Servoy style:

Code: Select all
.navigatornumber
{
       background-color: #cccccc;
    border-width: 0px 0px 0px 0px;
    border-color: #dddddd;
    border-style: solid;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 22pt;
    margin: 0 6px 0 6px;
    color: #0000cc;
}

.navigatornext
{
       background-color: #cccccc;
    border-width: 0px 0px 0px 0px;
    border-color: #dddddd;
    border-style: solid;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 22pt;
    margin: 0 6px 0 6px;
    color: #0000cc;
}

.navigatorprev
{
       background-color: #cccccc;
    border-width: 0px 0px 0px 0px;
    border-color: #dddddd;
    border-style: solid;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 22pt;
    margin: 0 6px 0 6px;
    color: #0000cc;
}

.navigatorfirst
{
   display: none;
}

.navigatorlast
{
   display: none;
}


;-)
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: servoy webclient sexy tabpanels

Postby mboegem » Fri Sep 10, 2010 5:44 pm

I like the new style better :D

Just out of curiosity: the tip Harjo posted is definitely simple to implement, can't this just be fully configurable from the solutions style sheet?
besides tabpanel and navigator I'd like to have more control over the table headers as well...
Marc Boegem
Solutiative / JBS Group, Partner
Servoy Specialist
• Servoy Certified Developer
• Servoy Valued Professional
• Freelance Developer

Image
User avatar
mboegem
 
Posts: 1752
Joined: Sun Oct 14, 2007 1:34 pm
Location: Amsterdam

Re: servoy webclient sexy tabpanels

Postby Harjo » Fri Sep 10, 2010 7:27 pm

wow, still 2 votes for the old style! :shock:
one is Jan, I'm sure! :lol:
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: servoy webclient sexy tabpanels

Postby Jan Aleman » Fri Sep 10, 2010 8:12 pm

Don't challenge me to hack the forum and add 100 votes for the blue version! ;-)
Jan Aleman
Servoy
Jan Aleman
 
Posts: 2083
Joined: Wed Apr 23, 2003 9:49 pm
Location: Planet Earth

Re: servoy webclient sexy tabpanels

Postby Thomas Parry » Fri Sep 10, 2010 10:14 pm

I am truly sorry but do not like either - totally without appeal whatsoever. Where is that third poll option?
@bobbydtma
We did something similar in our webclient solution, but gave them a rounded corner and 3D-gradient look.

Now that might be worth having a look at - can you post a screen shot.
Also maybe Harjo could beg you to post it on ServoyCamp too?
Tom Parry
Prospect IT
Java/C++/Servoy/Jasper Reports/Simulation/Service Applications
http://www.prospect-saas.biz
Thomas Parry
 
Posts: 498
Joined: Thu Jan 10, 2008 8:48 pm
Location: Ottawa, Canada

Re: servoy webclient sexy tabpanels

Postby Harjo » Fri Sep 10, 2010 11:23 pm

Jan Aleman wrote:Don't challenge me to hack the forum and add 100 votes for the blue version! ;-)


:lol: :lol: :lol:
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: servoy webclient sexy tabpanels

Postby Harjo » Fri Sep 10, 2010 11:25 pm

Thomas Parry wrote:I am truly sorry but do not like either - totally without appeal whatsoever. Where is that third poll option?


sure, everyone has its own taste! ;-) can you post a screenshot, of what you think has appeal?
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Re: servoy webclient sexy tabpanels

Postby jcompagner » Mon Sep 13, 2010 2:34 pm

Harjo wrote:wow, still 2 votes for the old style! :shock:
one is Jan, I'm sure! :lol:


and who do you think the other one is...... (but now there are 3!!)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: servoy webclient sexy tabpanels

Postby Harjo » Mon Sep 13, 2010 3:00 pm

that doesn't matter, we won!! :D :D
Harjo Kompagnie
ServoyCamp
Servoy Certified Developer
Servoy Valued Professional
SAN Developer
Harjo
 
Posts: 4321
Joined: Fri Apr 25, 2003 11:42 pm
Location: DEN HAM OV, The Netherlands

Next

Return to Servoy Web Client

Who is online

Users browsing this forum: No registered users and 26 guests