Servoy 3.5.2

Servoy announcements

Postby jcompagner » Fri Nov 02, 2007 11:37 am

no that url won't happen.
Those 2 properties are the same thing. Except a little bit different solution. The .page is the one where you have full control over what to do. So there you can redirect to what ever you want just place a <meta> tag with a rediret url.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 3.5.2

Postby mcs » Fri Nov 02, 2007 11:39 am

Robert Huber wrote:Hi All

I have a wrong (I think) behaviour with elements.dbTreeView.setExpandNode in version 3.5.2

This works (with 1 array element) to collapse:

...

I also have similar problem when I using elements.dbTreeView.setExpandNode and elements.dbTreeView.selectionPath

It always give me error message:
org.mozilla.javascript.JavaScriptExcept
ion: java.lang.StackOverflowError

I didnt have such problem on previous release and
one thing I found out that if I open the path one by one, i.e.
var nodesCollapsed = [1];
elements.dbTreeView.setExpandNode(nodesCollapsed, true);

nodesCollapsed = [1,4];
elements.dbTreeView.setExpandNode(nodesCollapsed, true);

nodesCollapsed = [1,4, 8];
elements.dbTreeView.setExpandNode(nodesCollapsed, true);

then no error message appear.

If I set it directly, i.e.
nodesCollapsed = [1,4, 8];
elements.dbTreeView.setExpandNode(nodesCollapsed, true);

then the error message appear.

Thanks.

Servoy Developer
Version 3.5.2-build 515

Java Version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

Windows XP Professional Service Pack 2
mcs
 
Posts: 19
Joined: Tue Jul 31, 2007 7:32 pm

Postby ngervasi » Fri Nov 02, 2007 11:41 am

jcompagner wrote:no that url won't happen.
Those 2 properties are the same thing. Except a little bit different solution. The .page is the one where you have full control over what to do. So there you can redirect to what ever you want just place a <meta> tag with a rediret url.


Ok Johan, I will create a page to redirect to the solution login URL.

Thanks for the support!
Nicola Gervasi
sintpro.com
SAN Partner
ngervasi
 
Posts: 1485
Joined: Tue Dec 21, 2004 12:47 pm
Location: Arezzo, Italy

Postby Gabi Boros » Fri Nov 02, 2007 3:01 pm

Hi Robert,

the issue with dbTreeView.setExpandNode (dbTreeView.selectionPath)
using a path that was not shown before, is fixed in the next release.

best regards
Gabi Boros
Servoy
Gabi Boros
 
Posts: 399
Joined: Tue Jun 26, 2007 4:03 pm
Location: Timisoara, Romania

Postby Harjo » Mon Jul 28, 2008 8:41 am

Style support for navigator
The default navigator can now be styled using the classes navigatornumber, navigatornext, navigatorprev, navigatorfirst and navigatorlast.
Example:
Code:

.navigatornumber
{
font: 10pt "Arial";
}

.navigatornext
{
display: none;
}

.navigatorprev
{
display: none;
}

.navigatorfirst
{
display: none;
}

.navigatorlast
{
display: none;
}



These style support for navigator still do not work in Servoy 3.5.6_01
I have created a case, a long time ago, but status is still on new. (129750)

Any progress on this one??
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

Postby Robert Huber » Mon Jul 28, 2008 9:02 am

Hello Gabi

Thanks!

Best regards, Robert

Gabi Boros wrote:Hi Robert,

the issue with dbTreeView.setExpandNode (dbTreeView.selectionPath)
using a path that was not shown before, is fixed in the next release.

best regards
Robert Huber
7r gmbh, Switzerland
SAN Developer
www.seven-r.ch
User avatar
Robert Huber
 
Posts: 1239
Joined: Tue Aug 23, 2005 6:52 pm
Location: Schaffhausen, Switzerland

Postby jcompagner » Mon Jul 28, 2008 2:15 pm

Harjo wrote:
Style support for navigator
The default navigator can now be styled using the classes navigatornumber, navigatornext, navigatorprev, navigatorfirst and navigatorlast.
Example:
Code:

.navigatornumber
{
font: 10pt "Arial";
}

.navigatornext
{
display: none;
}

.navigatorprev
{
display: none;
}

.navigatorfirst
{
display: none;
}

.navigatorlast
{
display: none;
}



These style support for navigator still do not work in Servoy 3.5.6_01
I have created a case, a long time ago, but status is still on new. (129750)

Any progress on this one??


this seems to work fine in 4.0 and i cant believe that that code is changed between 3.5 -> 4.0 but i will test it in 3.5 also
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Postby Harjo » Mon Jul 28, 2008 2:25 pm

as far as I know, it has never worked, from the announcement on!
but I could be wrong ;-)
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

Postby jcompagner » Wed Jul 30, 2008 12:20 pm

just tested it in the latest 3.5.x code and it works fine.
The tableview navigator is adjusted exactly the way it is specified in the style
with the above sample i dont see >> or > only the numbers in 10pt
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 3.5.2

Postby Harjo » Mon Dec 13, 2010 6:10 pm

svroemisse wrote:Style support for navigator
The default navigator can now be styled using the classes navigatornumber, navigatornext, navigatorprev, navigatorfirst and navigatorlast.
Example:
Code: Select all
.navigatornumber
{
   font: 10pt "Arial";
}

.navigatornext
{
   display: none;
}

.navigatorprev
{
   display: none;
}

.navigatorfirst
{
   display: none;
}

.navigatorlast
{
   display: none;
}



We came accross that this pagination style is not working anymore in Servoy 5.2.x
Is this depricated or somehow?

It's becomming an issue for us, because we use the webclient for mobile platforms, like iPhone & iPad, and selecting a page is really hard, with the default small font....
I have created a case: 342926
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 3.5.2

Postby gzola » Mon Feb 14, 2011 10:28 am

Any news on what's reported Harjo?

We going to write a solution webclient and would be very useful to have the navigation bar stylized ...
Giovanni Zola
Servizio Innovazione Informatica
Comune di Nuoro

Version: 5.2.4 - build 1006
Java version 1.6.x (Windows 2000/2003 - XP - Vista - Windows 7)
Mysql 5.0
User avatar
gzola
 
Posts: 91
Joined: Mon Nov 29, 2004 2:24 pm
Location: Nuoro, Sardegna, Italy

Re: Servoy 3.5.2

Postby drookwood » Wed May 11, 2011 4:40 pm

Any update on navigator styles?

It's a problem for us too in 5.x
David Rookwood

SAN Developer
drookwood
 
Posts: 290
Joined: Tue Nov 11, 2003 7:08 pm
Location: Somerset, UK

Re: Servoy 3.5.2

Postby Harjo » Wed May 11, 2011 8:59 pm

That can be done, by using alternate CSS for webclient.

I have opened a project for that on ServoyForge: https://www.servoyforge.net/projects/servoy-default-css
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 3.5.2

Postby drookwood » Wed May 11, 2011 9:50 pm

This is excellent - thanks Harjo :)
David Rookwood

SAN Developer
drookwood
 
Posts: 290
Joined: Tue Nov 11, 2003 7:08 pm
Location: Somerset, UK

Previous

Return to Announcements

Who is online

Users browsing this forum: No registered users and 20 guests

cron