How to display a pe:timeline in a vertical position - jsf

http://www.primefaces.org/showcase-ext/sections/timeline/editClient.jsf
Please refer the link. In the link timeline is displayed in a horizontal way. Is there any possibility to display it vertically?

Sorry, no this is not possible.
See also http://forum.primefaces.org/viewtopic.php?f=3&t=17418
Make google your friend

Related

A hologram is offset in a screenshot

I use Vuforia to recognize a tag and put a hologram above it. I want to take a screenshot with that. But the hologram is displayed in the wrong place on the screenshot, although I see it in the right place through HoloLens.
What is the reason? How can I correct it?
This happens because the camera is not in the center of the HoloLens but, rather it is over the right eye. Therefore any pictures you take with the HoloLens will be slightly offset.
If you are using Mixed Reality Capture (MRC), for good alignment you have to make sure that the focus plane is set at the hologram depth as discussed in the link above. Here is some information on how to set it in Unity https://learn.microsoft.com/en-us/windows/mixed-reality/develop/unity/focus-point-in-unity

How to hide Oracle/Netsuite logo?

Please help I would like to hide the logo from the top left corner, leave only the company logo.
I've tried but I couldn't find any possible solution, any help will be very appreciated
I don't believe that is possible, without dynamically editing the DOM. I can't think of a reason why NetSuite would want to allow people to hide that logo.

How to create an anchor link inside a single page in Balsamiq?

I have a wireframe in Balsamiq.
I know how to link to another screen.
I would like to click a button and open a popup on the same screen. Is it possible with Balsamiq?
Unfortunately, this is not something you can achieve in our little tool which has low interactivity on purpose, as detailed here: https://blogs.balsamiq.com/ux/2011/06/17/why-we-arent-doing-interaction/
The Linking feature is indeed the best way to achieve this result in Balsamiq Mockups.
Please let us know if you need anything else, we're here to help! (support#balsamiq.com)
-Virgin from Balsamiq

Annotation in UIWebview in iphone sdk

I need help for, scribbling on the webpage i.e where ever the user moves on the uiwebview there it should draw a line according to the touch moves.
Is this possible.
Can any one please help me in this.
Thanks,
Mrudula.
yes it is possible just you have to write uiWebView.scrollView instead of uiWebView for getting coordinates of uiwebview.
I started working on something sort of like this. It doesn't currently let you "draw", but it does let you detect and record relative touch coordinates so that you can scale them correctly when zooming in. The DSAnnotationView object lets you provide a custom UIView to be toggled at the annotation point. Check it out here: https://github.com/justindarc/WebViewAnnotations
-Justin

Find text position

Could you please help me !!!! For example, I load some page into opera/Firefox etc., there is a text on the page (which is a link). What I need is to find position of the text on the screen and send mouse click to that position. Is it possible to do? If you can, give an example please!!!!
Use jquery. Examples on the site as well, for example: http://api.jquery.com/category/events/
You won't need to find the position of the link to click it. If using jQuery, the code would look something like:
$('a#id-of-link').click();

Resources