Currently there are two options for development on the Playbook - air

I am trying to figure out if there are plans for a third, pure C/C++ or java SDK for the Playbook.
Anyone know?

Yes there are plans for both. However both are scheduled for later on after the official launch with an ETA of Summer 2011 (details came from the 2011 Developer Day in Toronto yesterday.)
This also includes the tools to port Android Apps to run in the "Android App Viewer".
Update: The schedule has changed a bit but there is now more information available about the upcoming "BB 10" platform expected around February/March of 2012. (Note it was originally called "BBX")
BB 10 Announced: http://crackberry.com/bbx-announced-devcon-2011-today
Developers interested in developing on the new platform can gain early access here: https://bdsc.webapps.blackberry.com/native/

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...

Is it possible to manage long-term project for automation testing Win and OSX apps?

My current goal is to define a way, how to implement automation testing for Windows and MacOS desktop apps. I would prefer create a Appium-based project (based on my experience) and just handle my project from two OS's. But it seems irrational somehow, so I want to find (if it exists) some kind of tool which allows to write automation tests for both platforms and run them on one machine (currently on MacBook 2021 M1). Is is possible to find something good with all automation-needed features/actions for a long-term project?

Where to download titanium studio?

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

Managing software compatibility between multiple development environments?

I'm setting up new computer (Windows 8 Pro x64) with development tools needed for my new job. Whereas in past positions I was working in mainly one environment, I now am developing across those environments. After spending the last 12 hours digging through my registry to find out how an opensource BI/Analytics tool screwed up my local install of SAP among other things.
Currently I'm working on projects in the following environments:
SAP
JRuby, Rails
Python
R
CSS, Bootstrap
VB.NET
For each of these projects I've got several tools and git repos to keep track of. I'm new to the development world coming from the Analytics/Business Process Management one. Suggestions for any utilities, tools, best practices, etc... for managing these environments on my workstation would be welcomed. I use GitHub and other PM tools for the projects themselves but its the environments I need to keep track of now.
Thanks,
-J
Why don't you use VMWare Workstation 9.0.
It's perfect, and I use it for several environment too..
Hope this helps.

Downgrade Worklight 6 from Eclipse

My eclipse recently updated to Worklight 6 and screwed all my projects .. Is there a way to downgrade to Worklight 5 ? Does anyone have a Worklight 5 installation zip ?
For the free Developer Edition, no, only the latest version is available. (source)
You will find information about buying IBM Worklight here.
I think it's worthwhile spending a bit of time making your project(s) Worklight 6.0 compatible. There are a lot of new features (JSONStore runs on the browser, better client-side logger, analytics, geolocation, etc) and overall improvements and fixes. I recommend you open another question and provide details about your environment, relevant pieces of code and log messages, what your goal is and what you have tried so far.