Javafx 2.0 ChoiceboxPop UP Position Changes Weirdly - javafx-2

I have a problem with choiceBox in my project.
When i make a selection on choicebox, pop up menu appereance on different areas for all time.
I mean when i make a selection, pop up menu position changes and not even close choicebox.
I am really confused.
Thanks in advance.

Oh, you are using embedded JavaFX. It seems you've encountered issue http://javafx-jira.kenai.com/browse/RT-15970 (Popups aren't drawn in the right place in applet mode if the browser window is moved). It's targeted for upcoming 2.1 release so you may just wait till it.

Related

Tool bars are getting rearranged

I am using VC++ MFC and have the following toolbars in my software.
While working with different screens and software is minimized, if we disconnect the other screen, the toolbars get messed up after restoring the application.
Also that issue occurs, sometimes, when using single screen and change screen resolution or laptop lid is closed and re-open it, most of the cases when application is minimized at time we change anything.
We are not executing any code as such to draw the toolbars every time. While software is starting up, we read the toolbar positions from registry and create toolbars, and while closing application, we read the toolbar current position and save it back to registry.
Please suggest what should I do to fix this..
Thanks...
From the details what i can say is, while you were working on screen of one size the application considering the toolbar co-ordinates in relation to that screen. But when screen changes the old co-ordinates are no more valid as new screen may have different size and that's what causing the issue.

Eclipse Scroll Pane Cutting Parts of its Content Away

Like I say in the title, Eclipse Neon's scroll panes cut away parts of their content. Here's a screenshot showing what I mean:
Notice they light-gray rectangles at the bottom, side, and top of the scroll pane containing the Java code. Same thing happens with any other scrollable GUI object in Eclipse, and it's becoming rather annoying.
This is happening in the latest version of Eclipse Neon running on Ubuntu 16.04 with the latest OpenJDK.
Any help with resolving this issue is appreciated.
It turned out I was using a GTK+ theme than did not work well with Eclipse, and was causing said issue (the theme in question was a Windows-10-lookalike theme).

MergDataGridScroller: How to save + restore position?

Is there an easy way to save the vertical/horizontal scroll position of the datagrid scroller used inside the MergDataGridScroller? Want to be able to go back to the same card and have the datagrid open at the same location as it previously was.
It seems that the datagrid scroller is created/destroyed on the open/close-Card cycle, otherwise I could just hide it.
Perhaps this is one of those situations where it's easier to "roll my own"?
Any help appreciated - thanks!
Yes the scroller is created and destroyed as you open and close cards. I think this is something that should be supported but isn't currently. Basically it's just a matter of not resetting the scroll of the group and then setting the native scroller to the scroll of the group when it's created. Should just be a couple of tweaks to the handleLayout command in the behaviour. I'm not sure about maintaining scroll when the content rect changes. I can look at that too.
So in answer to you question rather than roll your own you have a couple of choices:
Wait for me to do it and release a new version
Edit the behaivior script with whatever changes you like
EDIT
I've done this now ;-)

WPF - Flahing button with a icon on it

How do I place two icons on a WPF button, one in the middle (static icon) and one on the top left (based on a condition)? Also need to Flash the same WPF Button based on a condition?
(While flasing it switches between two background colors, the icons remains same).
Not sure if anyone will want to help you develop super annoying flashing advertising ad style buttons :)
But to point you in the right direction the answer is in learning how to override default control template for the button then for flashing - work on Animation. Once you try that and encounter problems, then post your code and someone will help.
P.S. 'Adam Nathan's WPF Unleashed' is a good start. Good luck!

UIButton Strange Issue (wont release on releasing tap)

I have a problem with UIButton and it is bizarre because I do not have it on similar occasions in new projects. My problem:
I have four UIButton(s), when you hold your finger on one of them them, then when you tap on another button, even if you release your finger from the second button, until you release all the fingers from the screen, the buttons will not release. I guess that it is related to TouchEvents and TouchGestures like swipe and I am using all of them in my application.
Sincerely yours,
Peyman Mortazavi
I myself found the issue.
You need to make a separate panel inside of the main panel (let's say Root) and then put your buttons or any other UI there.
Regards,
Peyman Mortazavi

Resources