Questions tagged [activation]

is for questions dealing with the technologies for the activation of software.

Activation is a process that is required by software that uses it to allow the program to work or at least work with full functionality. It is usually done through and online process, though some software will allow you to do it manually.

374 questions
0
votes
1 answer

User registration activation, active boolean and token

I want to add an emailed activation link for the user who create an account on my app. But I don't know how to adapt my database more efficiently. I have two ideas : Either I add an active boolean and an active_token string. When the user is…
Flo Rahl
  • 1,044
  • 1
  • 16
  • 33
0
votes
1 answer

Can a SilverLight component instantiate a registration-free COM-visible .NET object

We are trying to load in SilverLight 5.0 component running in IE a COM-visible .NET object registration-free using the activation context API. http://msdn.microsoft.com/en-us/library/ms973913.aspx The SilverLight component is runnning as a trusted…
0
votes
2 answers

Activating account via email with Laravel 3

I am trying to verify user accounts via email using the new users email and a hash. Something is wrong with my routing as I get a 404 error when clicking on the link. The URL I send out to the user looks like…
Jaystew
  • 299
  • 1
  • 5
  • 9
0
votes
0 answers

How to avoid GLUT window getting activated on mouse hover

In the following Python program, using PyOpenGL and GLUT, the successive GLUT windows are getting activated merely by the mouse hovering over them. How can I avoid that? from OpenGL.GL import * from OpenGL.GLU import * from OpenGL.GLUT import…
Jacques de Hooge
  • 6,750
  • 2
  • 28
  • 45
0
votes
4 answers

How to activate my application after I run another process - C#

I'm running a virtual keyboard when a textbox gets focus, but then keyboard app is focused and will not transfer keys to textbox. If I click on textbox to activate it, everything is fine, but I want my application to get activated after vKeyboard…
user2495415
  • 3
  • 1
  • 6
0
votes
1 answer

Is there a way to use the OSX cocoa NSApplication method activateIgnoringOtherApps: to activate an app that is already loading

This may be a dumb question but it seems like activateIgnoringOtherApps: may be the only way to activate an app using Cocoa. I have a java app that loads up a Cocoa app and I want the Cocoa app to be activated when this happens. The problem is I…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
0
votes
1 answer

View emails with Swing using javamail

I'm writing a mail client using javamail. I followed the example in javamail-samples folder but the CommandInfo is just null for all mails retrieved. As a way of debugging, I wrote the following code: Session session =…
Emmanuel John
  • 2,296
  • 1
  • 23
  • 30
0
votes
1 answer

Spring. Java. Log in and activation email

I have a "chicken egg" problem. In application I use UserDetailsService to get User (we don't store user information in our DB, we use third party service to actually get all information). Recently we've added account activation feature. After…
user2101310
  • 115
  • 1
  • 2
  • 10
0
votes
1 answer

Script troubleshooting

I'm trying my hand at AHK and want to make it load up all of the things for when I play runescape. I have no idea what's up with my first script, so if someone could point out what is up with it, I would be eternally greatful. Here is the…
0
votes
1 answer

Eclipse Plug-in activated when Eclipse launch an Exception

I want to create an Eclipse Plug-in that will be activated automatically when Eclipse launch an Exception (while a java program is running). How can I do this? Then I need informations about the Exception launched (name, class, etc.). Which…
user1289984
  • 90
  • 1
  • 9
0
votes
2 answers

jQuery - Remember if a timed popup has been activated after page refresh

I have a page with a popup overlay containing a form, that appears automatically after 20 seconds or is shown via the click action on a div. I need it to work so that when the page is refreshed after the form is sent, the timer for the overlay…
0
votes
1 answer

Maven profile properties not overriding values in springs configurations

I have a very weird problem with maven profiles. In pom.xml we have profiles with some properties. We use those properties on pom.xml and in spring configurations. When building with specific profile only properties in pom.xml are affected, in…
Hasanen
  • 23
  • 3
0
votes
1 answer

How to edit the registration email sent by buddypress for activating users

I have this message when users register on my site, this is an excerpt of what is sent to the user and the email header message was incomplete. Take a look at what is sent when a user register Email Subject = "[WWW Sites] Activate \http://1/" And…
0
votes
2 answers

Why is my activation method working twice?

I am making an account activation method. Everything looks fine. But I think that I am missing something.. my activation method works twice times. I am new in web. this is my method [HttpPost] public ActionResult Active(string code) { …
ertan2002
  • 1,458
  • 1
  • 32
  • 68
0
votes
2 answers

I can't activate my WordPress plugin on localhost

I am trying to activate a tiny plugin on WordPress that is running on localhost but it runs into the following error: The plugin generated 6 characters of unexpected output during activation. If you notice “headers already sent” messages,…
Saeed Pirdost
  • 167
  • 3
  • 12