BlackBerry How to fix footer manager using native API - blackberry-jde

I have a header , listfield and footer in my application's main page. I use horizontalfield manager for footer and header.The header is a banner and footer is a tabs container. I add the header, the listfield and the footer to the screen respectively. So I can fix the header but the footer is below the listfield and the wasn't shown in the screen if a listfield have many content.
I think I have to fix footer to the bottom of the device screen.
Does anyone know how to do that?
Thanks,
Regards

setStatus(footer);

Related

Override css for specific pinterest buttons

I have added a pinterest button to my site so that if any image is hovered, the pinterest button will show up and you will be able to pin the image to your board:
<script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true" data-pin-do="buttonBookmark" data-pin-color="white"></script>
However, on a couple of images, the button sits on top of the site header (which is fixed position to the top of the page) and disappear once the cursor enters the header. I have been searching but could not find any way to overwrite the inline styles that are applied to the button for specific images.
Any solution I have found is for the older version of the pinterest button where you can easily override the styles in your css file.
Does anyone know how to do this for the new button?
Here is a fiddle demonstrating my problem - you cannot click the button for the top two images
In the end I made my own plugin to loop through all images on the page and create a link which I then had complete control over.
As long as the link href was formatted in the following way, it seemed to work:
https://www.pinterest.com/pin/create/button/?url=[full url of web page]&media=[full url of image]&description=[image title]

Joomla default tooltip is hiding

I am using Joomla version 3.0
I have used default Joomla tootip to display image on hover in tooltip content.
But the problem is it is getting hidden below the navigation bar.
Refer link: http://books.kisan.co.in
Can anyone tell me any setting/changes we need to resolve this issue.
Thank you in advance.
I see you have set z-index:1000 on the div-element with class djcf on the bottom of the page. This is the tooltip-box. Hovever, the navigation-element on top of the page has a z-index=1030. So increase your z-index on the djcf-element to more than 1030, and you should be OK, regards JOnas

Vertical scrolling gallery for joomla

I need module for joomla 2.5.4 - vertical image carousel (3-4 images in column) with navigation and with lightboxes when you click on image (navigation in popup window). Could anybody help me?
This is what you need --
http://extensions.joomla.org/extensions/photos-a-images/slideshow/image-mootools-slideshow/13119
OR check this---
http://www.demo2.ari-soft.com/joomla-carousel-module.html
Use this module http://extensions.joomla.org/extensions/news-display/articles-display/news-tickers-a-scrollers/15315 this will works for you, you can also check demo of this module at http://demo.themexpert.com/extensions/free-extensions/xpert-scroller

How can change a text on a label in COMPONENTS PAGE when using MUI2 for NSIS?

I want to add a link somewhere on the components page. I tried the method presented here, while it is indeed working for the WELCOME PAGE, it causes the installer to crash when I'm adding it to the components page.
The thing I want to add is a text that contains an underlined blue word which opens a url on the default browser when clicked on. I want to add it to the existing components page.
Thanks,
J
I solved it using some help from the nsis forum the relevant links are:
Add Link to Components Page and How to customize an existing MUI2 page (components)
The main issue is that in contrast to welcome/finish page, the components page is not a nsDialog page. In order to dynamically add a label we have to use User32::CreateWindowEx. I used the resource hacker to add a static label in order to get its position and use that as a guide for the new label I added (It's all explained in the links...)

unable to edit footer area in magento

I am a newbie in magento. I want to replace the footer area in magento default theme with just an image and for this I edited the footer.phtml file. I removed all the links Contact Us and etc. But how to replace the default blue image from the bottom that is seen on the magento home page using default theme.
You'll have to edit the CSS for the default theme in that case. Also, depending on how you want the footer to look you should also edit the footer html code to fit your design requirements.
Assuming you are using the completely default theme, check this css file for the .footer tags:
skin/frontend/default/default/css/style.css
You can change all your CSS there.
Would suggest you first activate Template hints from System>Configuration>Developer>
Now look at the footer area to see from which theme the footer.phtml is being loaded. Edit the related CSS and you should be good to go
Would also suggest you empty the Magento Cache after making any css changes as suggested

Resources