Where to download titanium studio? - titanium

I have been developing with Titanium Studio for some time at the start of the year, and would now after a longer break get back into it again. I've tried to find a place to download the latest version, but for some reason i can only find old releases.
On the Appcelerator website i can see that there is still a description on how to download and install Titanium Studio, but the download page doesn't offer the actual download anymore: http://docs.appcelerator.com/platform/latest/#!/guide/Downloading_and_Installing_Studio-section-30083017_DownloadingandInstallingStudio-InstallingTitaniumStudio
As i understand i can also use Appcelerator Studio offers the same features, plus more. But i don't really need these additional features, as they seem to be mainly related to the Appcelerator Platform.
Is Titanium Studio still supported? If yes, where do i get it from?

A lot has changed since you last used Titanium. They introduced a whole new platform.
If you used Titanium before April 1st, you qualified for a free indie seat, but you should've redeemed it by now. There still is the open source variant, but you need to use your editor for that. I personally don't know exactly how that works.
When using the Indie seat, you can download Appcelerator Studio, and the latest SDK's.
You can develop apps for free, but when you want to deploy them to production you will need an indie seat (at least) when using the platform, or you can dive into the open source variant.
Any questions can also be asked at http://tislack.org, a slack community with about 450 Titanium Developers (and counting).

As far as I know you cannot use Titanium Studio any more. My version stopped working as they changed to Appcelerator studio this summer. If you have been using Titanium Studio earlier I think you qualify for an "Indie seat" which gives you some more facilities (and you do want to claim that). Have a look at appcelerator.com and send an email to them.
/John

Related

Can't Setup Unreal Engine and Rider for Windows 11

I am tired configuring how to install Rider and setup it up to work
Firstly i installed Visual Studio 2022 with Game Development in C++ Workload
then installed Unreal Engine 5.0.3
then installed Rider 2022.2 and Activated it
then did setup rider as default in source code tab of editor preference in unreal engine
the same solution or say project made in unreal is working fine in visual studio
but i dont know why it shows project load failed
tried everything possible that i could do... like playing with build tools settings etc..
installing different .net framework installing mono etc...installing different version of msbuild etc..
i see it working for everybody... so also clean installed it again but absolutely no luck
just relieve my anxiety by simply providing a workaround to it
I tried everything possible like changing msbuild version .net sdks frameworks etc...but nothing worked
can someone share there settings if they have same setup as i described above
The answer was simple but took me so long to figure out!!!
I have my default display language setup to Hindi the language i use in daily life...but somehow jetbrains was not able to handle the language itself and throwing error...
just changing the display setting made it work flawlessly
but yeah i lost the battle here...as i am bound to use english as a language again as display language...
before i thought i will atleast start digitizing my language by incorporating it into my workflow... but naah odds are against me...anyways will try and succeed one day.
Jai Shri Ram...

Updating the affectiva license

I participated in the Affectiva Hackathon, when their license was the 30 day free trial. I was excited to hear they have changed to allow those not trying to sell a free license. However, when I tried to convert to the updated free license when I try to launch the android app on my phone: "Unfortunately, Good Vibes has stopped." Good vibes is the app name.
I have followed the steps outlined on Affectiva's web page
However, I kept everything at 3.0.1 rather than 3.2.0, as I developed the app and it worked fine using the 3.0.1, and I'm just trying to get it back up and running with the updated license.
I believe the issue is that I need a new actual license file. In the original app I had a mylicensefile.license stored in my app/src/main/assets/Affdex directory. This stored the expiration date information and it was incorporated in the code like this:
camDetector = new CameraDetector(context,CameraDetector.CameraType.CAMERA_FRONT, cameraPreview);
String licensePath="mylicensefile.license";
camDetector.setLicensePath(licensePath);
So, my question is where do I get another license file? I don't see that anywhere in the instructions.
The Android SDK can be used without a license since v3.1.1.
I would suggest upgrading to the latest version. This states that the license API's have been deprecated. You can check on the developer-portal to figure out if you qualify for a free license.

Distributing TideSDK application

I recently finished an application based on Titanium, Javascript, HTML, CSS. I have only been a web designer to date so I have little experience in distributing applications. I was accustomed to the TiDev Community deploying app, which prepared the app for download and made it available for download at a given link.
But tidev community is no longer supported, so I use TideSDK Developer to package the app, which doesnt do all the hard work the other one did so nicely.
I am obviously a complete rookie to this.
Could anyone outline the steps I would need to take to go from the bundled application folder I have now (put together by TideSDK Developer), to a link that will allow customers to download and install the app or online? I know there is an issue with packaoging the app for platforms other than your own, and that appcelerator is working on a solution to this I think. I also realise I would probably have to pay to host the download online. Any guidance would be greatly appreciated.
You must use the tidebuilder.py script. to compile a installation package. To compile a binary for a Mac, you must run the script on a Mac, to compile a binary for windows, you must be on a windows box etc.
There is some documentation on how to use it here per platform. The command is very simple and works.
Once you have your application file (DMG for OSX or a MSI for Windows) then just distribute it however you see fit, email, putting it on your web server, whatever works for you.

Carbide.c++ 1.2.2 not displaying SDK S60 2nd Edition CW templates

I downloaded Carbide.c++ 1.2 and also downloaded the SDK S60 2nd Edition CW.
I installed the SDK and it is recognized in the Window->Preferences->Carbide C++->SDK preferences.
but when I try to create a new project, the templates related to the SDK aren't displayed.
and the editor seems not to detect the SDK.
has anyone ever experienced this ?
how do you solve it ?
Attilah, these are quite old versions of both the SDK and Carbide. But if you need to develop an app for an S60 2nd edition device this makes sense. I don't have either of this installed currently, so it's hard to diagnose exactly.
You said the SDK is recognized. In the SDK preferences, if the checkbox next to the SDK is turned off then the SDK is disabled. Make sure it's enabled.
One thing you could try is to turn of the "Filter templates based on enabled SDKs" checkbox in the new Symbian OS C++ project wizard.
Also, you could try importing one of the example apps from the SDK to confirm you can import and build the project OK.
If you decide to do any work with 3rd or 5th edition phones then you can get the latest Carbide from http://developer.symbian.org/main/tools_and_kits/downloads/view.php?id=2

Any other IDEs for Lotus Notes other than Domino Designer?

Are there any other IDEs worth my time for Lotus Notes development? We're doing mostly LotusScript development and would kill for features of Eclipse or Visual Studio, like "Show Declaration". I know there's an Eclipse plugin for Java development in Notes, but seems like it only does Java, and we have too many pieces of legacy code in LotusScript to abandon it.
Lotus Notes has moved to the Eclipse platform in version 8. You can run the client in 2 different modes, basic mode which is the version we all know or on the Eclipse platform (know as the standard). The IDE is also moving to eclipse, version 8.5 beta 2 is currently available with the new Eclipse based IDE. Bear in mind that it's a Beta version and it's not feature complete.
Time is on our side.
The Domino Designer based on Eclipse is now a free download from http://www.ibm.com/developerworks/downloads/ls/dominodesigner/learn.html
It has brilliant Java and LotusScript editors with all the nice Eclipse features like refactoring and typeahead of custom classes.
Every Domino addict should look at this. Admins too, as the above download includes the admin client.
As of version 8.5 Domino Designer is run as an Eclipse application. 8.5.1 will bring a whole ton of improvements including Eclipse based LotusScript and Java editing as well as improvements to performance, stability and XPages.
Matt
The closest thing you're going to find is the Teamstudio LotusScript Browser.
It's not very good, but it is free and that almost makes up for it.
Features:
No support for keyboard shortcuts.
Not completely integrated into the designer so is a bit sluggish.
Only works in script libraries
It does have Find Definition and References functionality which are almost useful.
There is also a rumored LotusScript plug-in for eclipse.
Teamstudio sell a number of tools to assist your Lotus Notes development, and it looks like they can do some of the things you want, but it doesn't look like they can be assembled into an IDE.
http://www.teamstudio.com/products/product-index.html
(Disclosure: I worked for a sister company of Team Studio a number of years back, but never had much to do with their products)
You could give the Zeus IDE a test drive. It is highly and language neutral so it might be possible to configure it for Lotus Notes.
Zeus automatically maintains a tags database based on the information produced by ctags, so provided ctags generates tags information for Lotus Notes it will be able display, browser and search this tags information.
PS: If decide give it a test drive and find it does not support Notes correctly, feel free to post a bug report to the Zeus forum.
(source: zeusedit.com)