Hey @trentrichardson, and thanks for the response! The best I could figure in the meantime was to initialize the prompt differently in each branch, like so:
if (user.isSignedIn) {
states = {
signOut: states.signOut,
signIn: states.signIn,
register: states.register
};
} else {
states = {
signIn: states.signIn,
signOut: states.signOut,
register: states.register
};
}
thePrompt = $.prompt(states);
But it’s definitely better to have true support for this in the extension itself. Excellent!
Sorry if this is obvious, but how can I open a multiple-state prompt in a specific state other than the first one in the states object? In other words, in the first statesdemo example, how can I open the prompt in state1 instead of state0?
I’m working on a login/logout/registration form with each of the three as a separate state and would like to start the prompt in either the ”log in” or ”log out” state depending on whether the user is currently logged in or not.
(I’m trying to work out the solution reading Impromptu’s source code, but figured I’d also pose this question here for others like me to find in the future.)
Onko kukaan löytänyt suorien lähetysten RSS-syötettä?
Itte tykkäsin aina enemmän salaliittojaksoista, Monster of the Weekit olivat laadultaan aina vähän hit and miss. Lisäksi koin niiden ”lopussa kaikki palaa ennalleen niin että seuraavassa jaksossa ei ole enää mitään muistijälkiä tästä jaksosta” -asetelman ärsyttävän lapsellisena, se muistutti Simpsoneita (jolle saman tyylin olin valmis sallimaan, koska se oli piirretty komedia). Joitain pieniä visuaalisia viittauksia Salaiset kansiot toki myös menneitten MotW-jaksojen tapahtumiin silloin tällöin ruudulle heitti, ja tietysti sitten Toomsista tykkäsin juuri siksi, että hahmo teki comebackin myös myöhemmässä jaksossa.
Muistan sarjaa 90-luvulla katsellessani pitäneeni sellaista koko kauden tai jopa sarjan ylitse ulottuvaa juonikaarta jotenkin uutena ja ihmeellisenä ilmiönä, mutta en tiedä oliko se tosiasiassa niinkään radikaalia kuin sittenkin enemmän seurausta siitä, etten juurikaan ollut myöhäisillan tv-sarjoja ennen X-Filesia katsellut. Mutta nykypäivän poliisisarjoista (varsinkin Foxilla) on kyllä helppo nähdä, että niissä on paljon Salaisten kansioiden perintöä.
Vielä luetaan, onnea kymmenvuotiaalle!
Well the CGI ants sure look CGI.
Well kudos to the game creator for keeping the legacy alive, but I have to say that the game seems to suffer from artificial difficulty.
This morning Gmail notified me that my browser is unsupported, which made me realize Chromium for Precise hasn’t been updated since September 2014 and is currently at version 37 (37.0.2062.120-0ubuntu0.12.04.1~pkg917) whereas more recent versions of Ubuntu are already at Chromium version 41. The ”unsupported version” messages are of course harmless and easy enough to dismiss, but I’m guessing the newer Chromium releases also have important security fixes that should warrant an update – unless there are compatibility issues blocking it from happening?