How can I change UI language as English - kiwi-tcms

I install it as docker way
Kiwi TCMS is displayed as local language.
I want to see UI as English.
How can I change it?

Related

Hamburger menu styled differently

I have a strange problem I need some help with.
Very recently I started experiencing a problem with the hamburger/side menu.
On startup our production version renders the hamburger menu in black but the current dev version renders in blue.
Once I login on the dev version, and start using the app, when I go into one of our application's forms, the hamburger menu disappears. The side menu can be activated by a slide-in motion.
I first started seeing this when doing a cloud/device build, not on the simulator.
A day or so after I got this on the simulator.
Thinking it may have been an environment issue (specifically I had been doing some theming with the GUI designer), I set everything up on my Windows VM, with a clean copy of the production code copied out of SVN - but I get this problem on the 'clean' version.
As I inherited this code, I was able to go back to the machine left by the previous developer and in running their version in the simulator all was fine. Black hamburger on login screen and present on our application forms.
I submitted the code to do a SAAS device build but then a library update ran on this previous developers machine, and I now get blue Hamburger at startup and missing on our application forms in the simulator - the same problem that I got.
Seems to point to something in the new libs. So, I then pegged the versioned build back a level (3.6 rather than latest) - to try to resolve any 'new version' issues but I get the same problem.
I guess we are missing some initialisation steps out on the new sidemenu - our code has been in place for a few years now, so ideally I would like to build against the previous version of the CN1 libs where we didn't have this problem until I have time to work what we are missing.
I thought versioned build would give me this ability but the problem persists- any assistance would be gratefully accepted.
UBUNTU 16.04
Windows 8&10
Eclipse Oxygen
We transitioned to the on-top menu over the weekend. This has been announced a while back and despite that as usual people were caught a bit off guard. We posted multiple updates on that to the blog so you should probably keep an eye on that.
The on-top side menu uses the default TitleCommand UIID styling where the old side menu had a different UIID but I'm guessing the engineer in charge used the theme constant sideMenuImage which we didn't include in the first release of on top side menu. This should be fixed in the update coming out this Friday (November 3rd 2017).
FYI You can disable the on-top mode using Toolbar.setOnTopSideMenu(false) although I would recommend sticking with it as it's WAY better.

Lightswitch screen does not appear in Visual Studio

When I run the application in Visual Studio, some screens are not visible!
Screens when App is started in VS 2012
The currently deployed version on the web server, shows all screens.
Published Version
I cant publish now, since not all screens are shown.
im hoping its going to be an issue as simple as this, if you go to your Project Properties, and check that the "Granted for debug" options are ticked. basically if these aren't ticked, then it will compare all your screens against the "TestUser" rather than the Administrator you are logging in as on your live version.
when they are check you are effectively ignoring the permissions so you can see everything while programming it. Ticking these has no affect over your live project.
Hope this helps

Iron python debugger for my application

I have a WPF application.It has a iron python script editor using AvalonEdit. We were able to validate and run the iron python scripts using this application.
But we need to integrate an iron python debugger in to this application.
Can anyone suggest better solution for this?
You could take a look at pdb and dbd. This are some very useful modules. You could go through the code and integrate it in your application.

How to run samples. Visual Studio 2010

This might be a dumb question but I've been developing for a while and I still can't figure this out. Sometimes when I download samples for WP7 applications it shades out the "run application". I can build it and it succeeds but I can't run it. Anyone know how I can run these samples?
The sample I'm looking at is the "Farseer Physics Engine 3.3.1 Samples XNA" at http://farseerphysics.codeplex.com/releases/view/64108.
The WP7 project hasn't been set as the default one. In the Solution Explorer, right-click on Samples XNA WP7 and click Set as Startup Project. You should then be able to deploy.
Edit - If you find that you can't deploy because you get:
The application could not be launched for debugging. Verify that the
application is installed on the target device.
go to Properties...Configuration Settings and make sure Build and Deploy are both checked
In the device dropdown is Windows Phone Emulator or Windows Phone Device selected?
Sometimes with samples that dropdown will have neither selected and therefore can not run until one is selected.

Expression Blend no longer has project templates

When trying to create a new project, there is nothing in the "New Project" dialog to choose from.
I will make the issue easy to understand with an image:
Have you uninstalled the Silverlight developer runtime?
The easiest thing to do may be to hit this link and run the web installer: http://www.silverlight.net/getstarted/

Resources