Custom Scrollbars in SAP Design Studio

Posted by

As we have seen in an earlier post we can enhance the looks of our SAP BusinessObjects Design Studio applications with the use of some CSS coding. In this post I will show you how to add scrollbars to Design Studio components and how to change the looks of them. The result of an adjusted Text component will look like this:

Some components, like the Crosstab or the Filter Panel component will activate horizontal and/or vertical scrollbars themselves when there is not enough room to display all the data. The Text component doesn’t do this and just simply expands vertically. The height setting in the component’s layout properties has no effect on this anymore.

scollbar1

Read More

The future of reading is almost here

Posted by

Just a few years ago I used to have a lot of subscription on monthly, weekly and daily magazines and newspapers. Yes the classic paper editions that were delivered at my home.  There are a lot of problems with these ‘information’ products which eventually made me cancel everything.

The daily newspaper is of course always outdated, and I didn’t want to keep paying for the comics, some columns and the football (p)reviews. I tried the weekend edition, but the subjects of the deeper analyses articles seem to be chosen completely at random. It’s just a gamble what they come up with every edition. Bye bye Telegraaf and Financieel Dagblad.

I’ve read Elsevier, a big weekly magazine on politics and current affairs, for many many years. But, they got lazy with republishing some big multipage ‘stories’ every year (tips on doing your taxes around tax time, tips for your holiday around the summer etc.). The political news analyses are not really better than the ones you can find for free online and their tech articles are just a joke. Bye bye Elsevier.

I also had a subscription to the largest weekly football magazine in Holland (Voetbal International). Since a few years ago they have two 90 minute talkshows each week, which I can listen to for free while driving to work. Also the magazine mostly covers the bigger teams, in which I don’t have any interest. So bye bye VI.

But, once in a while these magazines or newspapers have one or even a few articles that I really do want to read. For example when the football magazine has a big article on my team. My strategy was to quickly read that specific article from the supermarket news stand during shopping and thus not paying for the €4 magazine. Not really a good strategy since I might miss some interesting articles and this only works with the magazines (and not with newspapers; too much hussle).

So luckily there now is something called Blendle. Blendle is a website that can be seen as an iTunes Music Store for articles. So how does it work? Blendle gives you access to (almost) all available magazines and newspapers in Holland. You can scroll through them and if you see an article that you like, just click it to read it. Each article has a price, mostly ranging from €0,10 to €0,25. So instead of buying a full magazine for maybe a few cool articles you can now just get that single specific piece you actually do want to read.

blendle2

Read More

DIY CSS navigation buttons in SAP Design Studio

Posted by

In SAP BusinessObjects Design Studio you can use the container components like a Tabstrip or a Pagebook to organize your application. The Tabstrip component already includes the tabs for navigation between the pages. For the Pagebook component we have to create our own navigation buttons.

You can use the standard button components, but these have a pretty basic look. In this example I will show you how to create your own custom navigation buttons with some CSS code and a tiny bit of JavaScript.

We will create two buttons. The button for the selected page should have a blue color, the unselected button should be white. Also, when the user hovers the unselected button with the cursor, the button should turn blue.

For this we need three CSS statements. You can add these to your custom CSS file:

  • .button_show
  • .button_show:hover
  • .button_selected

Read More

De Nederlandse BI Podcast – Episode 8 VNSG Edition

Posted by

Episode 8, previewing the Dutch VNSG congres next month.

Check the show in iTunes, on our website or just use the Podcast player below.

Dilbert on Pie Charts

Posted by

Just some Dilbert comics featuring pie charts. OOOH!

dilbert_piechart1

dilbert_piechart4

dilbert_piechart2

dilbert_piechart3