Please anybody tell me how to add a button as they have shown example in their tool but I am not getting that as I am new to cross platform development tool but I know to develop using Eclipse? Thanks in advance
I am a developer support engineer at Marmalade. I am not completely sure what module you are trying to use, but I recommend that you check out our documentation for IwNUI. This will allow you to add native buttons to your cross platform application:
http://docs.madewithmarmalade.com/display/MD/IwNUI+overview
Better yet, as you are new to Marmalade, why don't you try out our full game tutorial which I hope that you will find helpful.
http://docs.madewithmarmalade.com/display/MD/cplusplustutorial
Finally, if you have any other issues, you will be much more likely to get assistance at our official forums, so please feel free to visit:
https://devnet.madewithmarmalade.com/index.html
Hope this helps!
Related
So basically, I have no idea where to start since I'm not actually a desktop developer.
I'm a web dev but we need this functionality in our current project with a client but sadly we don't have background knowledge for this and we have been searching for ways how to do it and so far we are convinced that we need C/C++/C# for this.
But the problem is how or in where do we start? The use case for this is very few and thus too little Documentation is available especially in forums.
We would appreciate any help. Thanks in advance.
I logged into my PowerBI online application (Pro license) and noticed a new 'Datamart(Preview)' feature in my workspace. I spent some time looking up documentation and tutorials to learn more about what this is all about, but I cannot find anything!
Can anyone point me in the right direction where I can learn more about this feature?
Thank you
It is typical that documentation will not be available for preview features
I'm trying to get into game development as a tools programmer and to get some hands on experience I was told I should try to create a custom data export plugin for Maya/Max to Unreal. I'm not sure how to go about starting this project and google searches haven't been helpful or productive.
I have experience in C++ and I'm going through tutorials for Unreal Engine now. I haven't downloaded Maya because I'm not a student anymore so I can't get the free version and I want to make the most out of the free 30-day trial when I do download it.
Does anyone have any suggestions on where to start with this? Thank you!
The maya devKit contains a lot of examples from command plugins up to Viewport renderers. And as much as I know there is an exporter as well. So you could download it and have a look at the example projects there.
If I'm not completele mistaken, you can use Maya in batch mode withou a license, at least it was the case for a long time. So you could use it for 30 days and after that period, you can try to start it in batch mode and execute your stuff even if it is a bit tricky because you do not have visual feedback.
And to be honest if you search for a "maya api exporter" you should get some decent results. e.g. the very first result here is "Maya API - Writing a plugin exporter".
I recently learned about django-discussion. I don't know it may be a great application but I couldn't find any documentation, no example anywhere on the web.
Can somebody please guide me to the right direction? How can I integrate it with other application?
According to the lists of django forum applications here and here, there are better alternatives like django-threadedcomments, djangobb or pybbm - take a look.
Plus, django-discussion is not actively developed now.
Hope that helps.
Hi I want to use Tab Activity(My Tab View must be at bottom) and android version 4.0 or later told that tabactivity is deprecated. so it must be a better way than it. but I could not find properly. some tutorials gave me advise to use Fragments but really I don't know anything about it. so please suggest me best tutorial or sample code for Fragments Or other best alternative way.
Thanks!
One suggestion is to use the Sherlock ActionBar. Inside the package there are good sample projects about Fragments, ActionBar, Navigation with tabs! I recommend ActionBarSherlock!
It also is 2.x compatible!!!
here is a link from android developer site,
http://developer.android.com/reference/android/app/TabActivity.html
and a tutorial,
http://maxalley.wordpress.com/2013/05/18/android-creating-a-tab-layout-with-fragmenttabhost-and-fragments/
Just by following above links you can create i easily.