application

Different sessions for admin and application in Django

Hi Folks, I'd like to have different sessions for Django admin interface part and application itself to be able to login as admin to admin interface and as usual user to application part. Any ideas how to archive that? Thanks. P.S. Sure, I can use 2 different web browser instances, any other ways? ...

C# Application_Idle does not fire when MessageBox or FileDialogue is active... Any alternates?

We have implemented Application_Idle event in our application. This works great, and users are promptly asked to enter the password if the session is idle for about 20 minutes. However, if there is a message-box open or a File Dialogue open to Save/Open the file. Application_Idle never fires. Even if we leave the application idle overni...

How to check if an application is in waiting

I have two applications running on my machine. One is supposed to hand in the work and other is supposed to do the work. How can I make sure that the first application/process is in wait state. I can verify via the resources its consuming, but that does not guarantee so. What tools should I use? Thanks ...

Problem Run Application API Version 8

when I configure and run the application, an error occurs URL Image! http://i.imgur.com/6r3yW.png ...

How do I access the existing running windows forms application through url?

I have a windows forms application and which provides a way to search the database based on the provided value. Sometime I need to open the application through a simple html hyperlink with the search result while loading itself. There are two questions/doubts from here. How to access the existing running windows forms application as ur...

How does AppDomain initialise in a navite application which hosts .NET components.

Hi Folks, We have some .NET classes exposed as COM components. A customer has a service which utilises these COM components from a multithreaded C++ application. Things generally work fine but in some cases we are seeing issues queuing requests onto the System.Threading.Threadpool in this environment. Basically when we go to queue a user...

Android Launch an application from another application

Hi, I want to launch an installed package from my Android application. I assume that it is possible using intents, but I didn't find a way of doing it. Does anyone have a link, where to find the information? Thanks ...

Unable to cast object of type 'System.String' to type 'System.Collections.Hashtable'.

I am getting this error when I converting Application level variable into Hashtable; First In Global.aspx file I have store Hashtable into Application variable like that: Hashtable htErrorDescription = new Hashtable(); htErrorDescription.Add("Error 1","General Error"); htErrorDescription.Add("Error 2","Service Error"); context.Applica...

Can I let user to multi select some titles in Application Preferences?

Hello. I know I can use PSMultiValueSpecifier to let user to choose a value from a list. But it is a single select. How can I let user to be able to multi choose some values, in Application Preferences? THanks ...

how to send key's to any application that is currently running from background program (c++)

Hello everyone, my question is how to send some key's to any application from application that is running in background? Let's say that I made shortcut to LEFT ARROW key which is ALT+S, and than I want whenever I'm in any application and when I press ALT+S that background application response that shortcut and send to currently opened pr...

Universal Application: two different version for iphone and ipad

I have 2 different version of one program! One for ipad and one for iphone! I don't care about dupplication of code. There is an easy and fast method to make a universal application with different file (xib, .m and .h) for specific device (ipad, iphone) thanks ...

Mobile application for all

I'm new to mobile application development. what should i know if want my application to work on different mobiles (nokia,iphone,blackberry ). Android and j2me will cover entire circle ? Is there any flow to cover all mobiles (for ex: from j2me to android or vice versa). ...

Are there applications where the number of network ports is not enough?

In TCP/IP, the port number is specified by a 16-bit field, yielding a total of 65536 port numbers. However, the lower range (don't really know how far it goes) is reserved for the system and cannot be utilized by the application. Assuming that 60,000 port numbers are available, it should be more than plenty for most nework application. H...

Open source flash MMS maker

I am looking for a flash application which gives me the ability to make an MMS with my picture and video files. I want to make a website and give the user the ability to make an MMS message online and send it. i wonder if there is an open source flash application to give me the ability. Here is an example of such website. Thx in adva...

iPhone Tap Counter

I'm trying to get a UI Button to interact with a UI Label through Xcode and Interface Builder. What should I change in this code to do so? (I have everything linked up in Interface Builder already. The app just crashes when I press the button.) @synthesize window; @synthesize label; @synthesize anotherLabel; @synthesize myButton; ...

PHP Facebook App Problem

I am working on my second Facebook App and seem to have run into a problem. On my first App, I used $user_id = $facebook->require_login(); to get the ID of the user that was using my app. It worked great, and still does. However, on my second App, I used the same thing but keep getting the old 500 Internal Server Error. ( Using Opera...

android service persistent

In my application I implemented a remote service that exchange data with a webserver each 20 minutes and modify the value of some object in MyApplication Class that extends Application. After 12 or 15 hour android kill MyApplication class and/or my Service. I tried to implement the android:alwaysRetainTaskState="true" without results...

How to change font face of Webview in Android?

I want change the default font of webview to a custom font. I'm using webview in developing an bilingual browser app for Android. I tried getting an instance of custom typeface by placing my custom font in assets. But still couldn't set webview's default font to my font. This is what I tried: Typeface font = Typeface.createFromAsset(g...

how to send data from iphone over wifi to application, to print message

hi, i would like to know how to do the following: step 1: how to send the following string from the iphone to a mac computer via WIFI when a user presses a button. string to be sent: "hello". step2: how to receive that string with an application i would have to create. it will be very simple. it will have no interface, except it will ...

On a Blackberry, How do you schedule your app to come on at a specific time?

The context for my question is that of an alarm application but I would like to know in the general case. How do you schedule your application to turn on at a point in time in the future? For instance, if I set an alarm to play a noise tomorrow at 8:00 am how do I make this happen if the device has closed my app? *editted to correct spe...