[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-12 Thread Dan Kozlowski
Attached HTML file -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-12 Thread Niphlod
this is what happens when you use the correct css with the markup you posted. something on your end isn't serving the styles. On Tuesday, March 12, 2013 11:12:35 AM UTC+1, Dan Kozlowski wrote: Attached HTML file -- --- You received this message because you are subscribed to the

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-11 Thread Niphlod
it's not possible e.g. .web2py_paginator { padding:5px; text-align:right; background-color:#f2f2f2; } should render the export buttons greyish. You posted an image where they are white. Either the css is not there or the browser is not rendering them correctly. --

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-11 Thread Dan Kozlowski
On Monday, March 4, 2013 9:06:17 PM UTC-6, Dan Kozlowski wrote: Does anyone have this same problem with a smart grid ? Running on Linux. Thanks 1.) the word grid is show to the right of the grid 2.) No boxes for Bread Crums 3.) No buttons for external links just text to the link

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-11 Thread Dan Kozlowski
Same problem with Windows IE8, Linux Chrome and Linux Firefox. Below is what I have in my CSS web2py_paginator { padding: 5px; color: #333; text-align:right; background-color: #f2f2f2; padding: 5px; border-bottom: 1px solid #DDD; -- --- You received this message because you

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-10 Thread Dan Kozlowski
My CCS is there and seems to be fine. Any other thoughts ? On Monday, March 4, 2013 9:06:17 PM UTC-6, Dan Kozlowski wrote: Does anyone have this same problem with a smart grid ? Running on Linux. Thanks 1.) the word grid is show to the right of the grid 2.) No boxes for Bread Crums 3.)

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-09 Thread Dan Kozlowski
Still can't get this work. I just built a new test app and have the same problem. Does anyone which CSS the buttons would be in ? On Monday, March 4, 2013 9:06:17 PM UTC-6, Dan Kozlowski wrote: Does anyone have this same problem with a smart grid ? Running on Linux. Thanks 1.) the word

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-09 Thread Niphlod
here https://github.com/web2py/web2py/blob/master/applications/welcome/static/css/web2py.css#L183 On Saturday, March 9, 2013 9:06:01 PM UTC+1, Dan Kozlowski wrote: Still can't get this work. I just built a new test app and have the same problem. Does anyone which CSS the buttons would be in ?

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Dan Kozlowski
Niphlod, I am using the following and not using the generic grid. What CSS could be missing ? def dailycounts(): grid=SQLFORM.smartgrid(db.daily_counts, user_signature=False,create=False,editable=False,deletable=False,

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Jim Gregory
{{=BEAUTIFY (something)}} is for pretty-printing a dictionary. What you want to use instead is: {{=grid}} -Jim -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Dan Kozlowski
Jim, I just did the following and nothing changed. Still no breadcrums or buttons.{ {extend 'layout.html'}} h1Daily Count View/h1 {{=grid}} -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Jim Gregory
In your original response you quoted, you had grid: followed by the HTML assigned to that key. Are you still getting the grid: part, or just the (unstyled) HTML? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Dan Kozlowski
Jim, I just noticed the word grid is gone, so it must be unstyled HTML. Is there a way to make it styled ? On Tuesday, March 5, 2013 9:38:50 PM UTC-6, Jim Gregory wrote: In your original response you quoted, you had grid: followed by the HTML assigned to that key. Are you still getting the

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-05 Thread Jim Gregory
Sounds like your CSS file is missing. View the source of the page and see if it is referencing the CSS file. If so, try accessing the CSS file directly by copying and pasting the URL of the file from the page source into the location bar of your web browser. If you get a 404 error, then either

[web2py] Re: Problem with smartgrid no GUI Bread Crums or missing buttons for links

2013-03-04 Thread Niphlod
a) missing css files b) you're probably using the generic view and returning dict(grid=grid, ) On Tuesday, March 5, 2013 4:06:17 AM UTC+1, Dan Kozlowski wrote: Does anyone have this same problem with a smart grid ? Running on Linux. Thanks 1.) the word grid is show to the right of the