How to fix Titanium's broken menu bar on mac osx - macos

I started developing an desktop-app with Titanium Appcelerator for mac. Everything is fine except the broken menu bar. So I launch the app and get this weird looking menu bar, where every item is placed two times. I didn't create a menu, it's a default project.
Does anybody know how to fix this problem?
Thanks.

It's been a while since this was asked, but I want to contribute an answer so we can close this off:
This was fixed with Titanium Desktop 1.2.0. It was something we were doing wrong, and have since fixed.
You can read more here, if you are interested: http://jira.appcelerator.org/browse/TIDESK-549
Regards,
Dawson

Related

SwiftUI - makes mac unuseable

So not sure if this is just an issue I am having but, has anyone else noticed that the preview seems to slow down you mac? I am now wanting to turn that feature off because I feel its just useless. I have my device connected to the computer and personally I can run it on there.
I am wondering has anyone else had this issue.
Also preview seems to not show images that are using https://github.com/crelies/RemoteImage
So I am basically at a loss.
How do I disable the swiftUI preview.
Click Adjust Editor Option tabbar button and un-check Canvas

Xcode [8] Editor scrolls on its own?

EnvironmentXcode 8MacOS 10.11.6MacBook Air (circa 2013)
ProblemI've noticed recently that the Editor in Xcode seems to periodically scroll-up on its own. Which I, at least, find very annoying.
I've looked at a couple of other postings:
Xcode scrolls text while typing
XCode auto-scroll when pressing Command after a text selectionBut neither of them seem to provide a solution for me, as I'm not pressing the Command key and I'm not using multiple fingers on the touch-pad.
It seems to happen most frequently when I'm working on code near the bottom of the file, I haven't been able to narrow down the cause-and-effect scenario more than that just yet.
Query
Has anyone else noticed this?
Has anyone figured out a way to stop it?
Is there a reasonable way to report this to Apple? There doesn't seem to be an Xcode section on the http://www.apple.com/feedback/ site.
Try to disable your XCode theme if you have one. We ended up with that bug by doing this trick!
For XCode 10.1 changing the font size to 12 for the selected theme did the trick.

What kind of progress bar is this and why does it disappear?

I see this weird progress bar in AppStore on Yosemite, which keeps disappearing all the time. When you switch tabs, it is there for some seconds, then gone again.
Out of interest, I tried to figure out, what kind of bar it is and why that is happening, but can't find anything similar on google images.
In IB there is only the NSProgressIndicator, looks different and cannot configure it to look like the AppStore bars, so I guess they are using sth else?
The disappearing effect is happening on all Yosemite devices I know .. saw it happen both in the Mac AppStore and in the XCode->Preferences->Downloads screens.
Not sure anymore about iOS, but thought I saw it there too.
Any idea what element it is and what the folks at apple might be doing wrong?
I moused over it with the Accessibility Inspector, and it appears to be a Web view. So that progress bar is probably styled in HTML and CSS, and is not a native control.
A download bar because you are downloading.

Missing primary topmost Xcode6 menu toolbar (File, Edit, Navigate, etc.)

I'm using Xcode 6. For some reason the Xcode menu toolbar at the top with everything from File to Navigate and Debug is missing. I've managed without so far but would like to find out if there is an easy fix. Not sure if it was there when I first installed. Appreciate your help.
Try View > Show Toolbar to make it re-appear. If this is not the toolbar you miss, please post a screenshot of your current Xcode interface.
Before:
Okay so I solved this one. It wasn't showing as I had made the window smaller to use alongside online tutorial. When I opened it in full window mode the top toolbar was back.

Building a gui app using wxPython (menubars)

while creating a menubar and adding menu-items to it,my panel is showing blank...the menubar is not showing and am getting this message-
(python:4106): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
how do i resolve this problem???
I know I'm a bit late but...
Are you using Ubuntu 11/12? It's a bug in Ubuntu's GTK implementation from what I gathered
There are unofficial patches but they are for C++ Wx. I have the same problem as you and it is annoying
http://trac.wxwidgets.org/ticket/14292
For myself, the menu bar shows itself but the signals aren't sent to the status bar when going over it with the mouse.
I removed the "global menu bar" from Unity using the link on the ticket. It fixed the problem
We kind of need a sample app: http://wiki.wxpython.org/MakingSampleApps That will help us figure out the issue. However, menus are supposed to be children of the frame in almost all cases, so I suspect that is your problem. Attach it to the frame instead of the panel. See also http://www.blog.pythonlibrary.org/2008/07/02/wxpython-working-with-menus-toolbars-and-accelerators/ or http://zetcode.com/wxpython/menustoolbars/

Resources