I want to demo intellitrace. But all of my simple apps end up not having the methods instrumented.
Does anyone know of a good demo app for intellitrace? (or a good idea of one?)
I'm trying to logout of facebook from my app using the following code below, but i'm still logged in (and my alert does not execute)
any ideas?
FB_RequireFeatures(
["Api"],
function(){
FB.Facebook.init(api_key, channel_path);
var api = FB.Facebook.apiClient;
FB.Connect.logout(function(){alert("logged out!");})
}
);
hi,
I devloped a facebook app with fbml canvas.
Sometimes for me it loads a blank page (say 1/10 time). For a user in another location is always loads with blank page.
Is it the problem with facebook or my hosting.
Please help me out to resolve this problem.
Thanks in advance.
This is the first time I'm creating an app using Ruby on Rails.
I would like to switch the database depending on the site which is loaded. With php I used to do a simple strpos on http host, and set the database name depending on that. How can I do this with rails?
How could I enable syntax highlighting on the shell and in emacs when I use Terminal.app on Mac OS X to ssh into other machines? Right now if I ssh and do an "ls" for example, directories are not shown in a different color from flat files, for example, and I'd like to fix that.
thanks.
I would like to write a C# app that runs like an overlay on the desktop wallpaper. Similar to the way that desktop widgets or Rainmeter(rainmeter.net) runs; behind other apps but on top of the desktop wallpaper.
I cannot find any C# examples of this kind of behavior. Can someone point to me to some code?
Here is an example of what I am interested in creating: http://jabz.us/uploaded_images/screenCaptureRainmeter.png
Are these kind of leaks normal? Are they false leaks or something I should be concerned with? The instruments tool doesn't give me any line of code from my app, seems Apple's frameworks are leaking?!
Hi All,
I build my app with distribution profile. Every thing goes fine except one warning,
warning: 'The Validate Built Product build setting was not enabled when building for Distribution.'
I find it on Google but get nothing.
Is this warning affect my distribution build.?
Can some one explains what that warning means.?
I followed all steps mentioned at developer portal.
Thanks In Advance.
What do I need to include if my iPhone App uses some third party code under an opensource licence for example BSD or MIT, before submitting for AppStore approval?
Is it enough if I let original code with it's comments untouched or do I need to include a readme file where I describe that I used "xyz's framekwork under licence abc" or something like that?
I have a free app published in Android market. I have lost the certificate used to sign the current version but I want to publish an updated version. Android market refuses to accept my upgrade because it is signed by a new certificate. I realize the users will have to uninstall the current version to get the upgrade but it's not clear how to get the updated version into the market so that the current users will find it.
What are my options?
Thanks,
John
Does anyone know if there's a way to access past app installs via the sdk? I want to be able to get a list of all the apps users have downloaded from the Market.
Hi
i had created table with primarykey{groupname} in google app engine datastore as follows,
//---------------coding-----------//
@Entity
@Table(name="Groups", schema="PUBLIC")
public class Creategroup {
@Id
private String groupname;
@Basic
private String groupid;
.
.
.
}
My doubt is I wnat to set groupname and groupid both as primary key is it possible.how ?
Guide me
thanks in advance
I've built an app/widget with ADT/Eclipse that I need to sync with a PC.
It's my own data types, and not calendar/contact items.
Is it possible at all? If so, how?
Hi,
I have an MVC 1.0 app just setup but it only shows the Index.aspx page
of Home.
Seems like the routing engine is not being engaged.
I get a 404 error when i try to browse other pages.
Any ideas why this might be?
Malcolm
I want to change the app index page so I add help text to the models themselves, e.g. under each model I want to add help text. I know that I should override AdminSite.app_index. What is the best way to do this?
Hi,
I have a windows app that runs correctly in my PC that is 96DPI but when I use it on a PC that has 120DPI the forms transform and all their components scramble.
How can I fix this?
Thanks.
Hi,
I have a few labels on my first Ipad App.
How to make them rotating?
When I rotate the IPad, the Label is still the same position as before, it dowsn't rotate with.
Hi. Is there a git gui app (for commiting) that shows detected renames?
Git-gui currently shows me a lot of deleted and new files instead of renames.
TortoiseGit does not work at all on my system. Intellij's Git somehow does not detect any modifications to commit. TIA.
I want to add a simple one-page HTML page help to my Cocoa app. Can you tell me how to do it? I assume I just have to throw in one lousy .html (and maybe one .css?) file somewhere into my Cocoa project in Xcode?
can I have some examples of how you organize your Shoes apps? I mean, simply using a Shoes.app{} block and instance variables is clumsy.. I'd like to achieve a MVC like structure.. I'm used to it (from rails, FLEX frameworks and others..) and would like to recreate something similar..
How do I make one square on a screen lead about 6 with more to be added as the game progresses and how do I control the direction of the lead square with buttons?
I basically want to know how to make a "Snake" app for the iPhone, iPod and iPad
Please answer!!!!!!
I was thinking about a way to allow multiple users to get CRUD access to an XML document in an asp.net app. The operations would obviously have to be made under the assumption of a multithreaded environment.
For perf reasons, would it make sense to cache the document, and use a mutex on that cached version? When would changes be flushed to the physical XML document?
Any and all recommendations are appreciated (also "use a database" isn't an option at this point unfortunately)
I want to create a list like iphone list and HTC hero phone app.
So how can i do that because I tried it with default ListView but I can not make two list in a single layout and ScrollView does not work on it.
So can any body help me about this matter?