I was installing source control in the xPages / Domino designer and screwed it up. In trying to repair my flawed install, I've somehow removed the "Team" designer menu option.
Can anyone tell me how to get the "Team" menu option in designer back?
Thanks in advance,
-- Jeff
99% of the time, deleting the workspace folder will reset everything (back it up somewhere in case you need the stuff in it).
This will resolve issues caused by most broken plugins.
I assume you are in the package explorer because Team is only displayed there.
What I try is to do a reset perspective that can be found in the window menu.
One thing that I wasted a lot of time on was not being able to find the "Team Development" menu in the Navigator pane (your "normal" Domino Designer view of databases). The trick is to select the XPages perspective... ;-)
/John
Related
Hi XPages app developers.
Some weird stuff happening between the Notes Client and the Designer Client:
I launch Notes then right-click an app and tell it to Open in Designer.
I wait for it to load, it does, but funny, it says "IBM Notes in the title bar". I proceed to select the Xpages Perspective; I open the list of Views and select a view to Edit.
And BOOM! it opens the view in a kind-of design mode in my regular Notes client! Messed up or what?
Who's seen this and has a solution? Please share your thoughts!
Whatever it was, reinstalling worked.
I am using GitLab in combination with Sourcetree. Every time I want to commit something, I would go to my Domino Designer and right click the database, click Team Development and use 'Sync with ODP...'.
Most of the time everything works perfectly fine but sometimes the synchronization dialog pops up and just wont go away. In my Sourcetree I can see that some files are waiting to be commited but those files are not all.
So the dialog shows up, wont go away and says "Progress information" "Exporting..." and thats it.
There is no "use in background" button there and the 'cancel' button is disabled.
At this point the only thing I can do is to shut down the Designer using the task manager but the problem still wont go away even after restarting my computer and VirtualBox which I am working on (The designer runs on the VM). The only thing that changes: It sometimes gets stuck "later" in the progress.
I have read the designer hangs often due to automatic synchronization. In my case this feature is disabled.
Is there someone who can tell me what causes this problem and how I can fix it?
- Thank you in advance
(The synchronization is in progress for roughly four hours now, with no change)
Are you able to track it down to a specific design element? If there is a corruption in the DXL, the export to the ODP will probably fail. In Package Explorer you can use the "Open With..." right-click menu option to open as XML. Similarly, using the menu options to export as DXL might also highlight any corruption in DXL. Also, is the NSF local or on a server. If it's on a remote server, that may impact the performance of syncing to an ODP (which will be local).
We are using Domino Designer and Sourcetree in combination with Mercurial and Bitbucket for about a year now.
We suffered a lot of difficulties: "hanging" sync, corrupted custom controls, missing files, lot of stress etc.
What I did find out: most of the syncing problems have something to do with the file IconNote in the resources.
Sometimes the associated source contains another version of this resource, so it creates an IconNote.orig. Whenever this file exists, the syncing will go wrong. I guess that IconNote.orig isn't allowed in Resources and so the syncing stops without any warning(!) and often corrupted files.
It took me a very long time find out, but now I know: If IconNote exist in the Git, I delete it instantly! Syncing goes well aftwerwards.
I'm using IBM Domino Designer 9.0.1. I have a server locally installed, and I have an ODP project associated to the nsf. Recently I've been opening Domino Designer to have it completely forget the nsf elements (have a look at the picture). Preferences/General/Workspace is set to 'Refresh automatically' and Build automatically is turned off.
I've tried: Refreh (no effect), Build (no effect), Sync (Progress bar gets filled with 'Updating File Menu based on Navigator Filter' but no progress).
The only thing that seems to work is re-associating the ODP to a new nsf.
Anybody have anything similar? Should I just reinstall Domino Designer? Because, you know, that's just loads of fun!
I had a similar issue but with an older version of Designer (8.5 or 8.01). Currently at 9.01 and haven't had the issue. I believe I had to rebuild my /workspace to solve the issue.
I found another similar issue with 8.01 in the Notes forum. You didn't mention if Processing indications (green circle and status bar bottom right) showed anything going on in the background.
delete your workspace directory under Data. it saves your day
I have a C# project in VS2012 with an output type set to "Class Library", in fact it is a VSTO word 2010 add-in, after publishing the project and installing it with ClickOnce, I notices that the icon used in the "Programs and Features" list is the default icon, which is not really professional IMO. I would like to be able to set a custom icon for my application but as its a Class Library I'm having a really hard time figuring out how to do it.
In the "Application" tab of my project properties in the "Resources" section, the "Icon and Manifest" option is selected by default but it is disabled so I can't select and Icon file. I fear there is no way to do it for a class library project, but I haven't found any confirmation of this either.
Thanks for any informatin/help you might give.
After searching for a couple hours I think this is not possible right now, see this link that I posted in a comment on the OP above. Its a bit sad as it would look a lot more profesional if we could put a custom application icon on a vsto addin that would be visible in the Programs and Feature list in the control panel...
in a website developed with Joomla CMS (1.5.15 version) in the admin panel the extensions menu (necessary to install extensions, templates and so on) isn't shown.
What could be the problem?
Thanks
First, you need to update to 1.5.22. It's very easy to do and you are extremely vulnerable considering there have been 7 security updates since your version.
Next, those menu items are not available to all administrators, only super admins. Here's a good summary of back end permissions - http://help.joomla.org/content/view/228/153/1/2/
I solved the problem.
Tmp and logs directories path was wrong so Joomla wasn't able to install the component because it could not extract the archive of the component.