i use Ajax in my page, and dynamicaly load content, but in this case my back/forward does't work. could you tell me how can i solve this problem?
thanks
I am trying to make an app that will pass data between two servers Connection1 and Conenction2 using sockets.What i would like to do is receive data from Connection1 and pass it to Connection2 and vice-versa.Connection1 and Conenction2 are on different threads. What is the best way to call methods on different threads in order to pass data back and forth between them.Both threads will use the same message object type to communicate in both directions between them.
Thanks
Take this Java code:
for (ContactsReduced curContact : allcontacts) {
..........
allcontacts.remove(curContact);
}
I do based on a condition a remove, will the foreach miss the next item in order, and do we need to step back(somehow)?
Currently the left bar button default value is the title of the view that loaded the current one, in other words the view to be shown when the button is pressed (back button).
I want to change the text shown on the button to something else.
I tried putting the following line of code in the view controller's viewDidLoad method but it doesn't seem to work.
self.navigationItem.leftBarButtonItem.title = @"Log Out";
What should I do?
Thanks.
how do i add a if statement when the right image is at +400px then animate back to -400px... when hovering the right image?
$('#left img').mouseenter(function() {
$('#right img').animate({
left: '+=400px'
}, 700);
});
$('#right img').mouseenter(function() {
$('#left img').animate({
left: '-=400px'
}, 700);
});
something similar to this - http://www.hyundaiusa.com/
(the two main images on the site)
Hi , for example , when you playing game , you are play in the game UIView
and when you exit your game and return to the game root menu,
there're a 'exit' button on the game UIView
I wanna click this button to release self view and go back to the main menu
how to do this?
I have a requirement to do the following.
Pass a set of variables from a website to a backend webservice
Apply the variables to a WPF 3D model.
Generate an image and pass back to the website.
Is this possible?
I'm working on a web application using JSP/Servlets, etc. And I have a lot of form progression. I am aware of some ways to use the "Back" functionality, but I am not sure if its efficient enough.
What are the best ways to implement this? Does it Involve using the session object? or just the request? or neither?
Back UP RDLs Files Creation in SSRS 2008
Automatically when we save it.
Can we resolve this ?
Like if there is report which name is AssetAmount.rdl
so when we updated it and save it
then there is an autogenerated Rdl created as
AssetAmount-BackUP.rdl
AssetAmount-.rdl
so there are two rdls files in a same folder
Hai Friends
I have used lot of codinds to disable the browser (using server side code) back button in mozila firefox 3.2 it is not working.But it is working fine in the Internet Explorer.Pls same the correct solution to solve this problem in mozila firefox3.2 version.say me in detail.
why facebook connect always calls back to localhost URL even when the URL was updated in FB settings.
I have updated application key+secret key to point to another application that has no more LOCALHOST configured as CONNECT URL. Still my web page opens Facebook POPUP with localhost URL when clicking blue f connect button.
I am using FBToolkit.Samples.Connect.Web
I don't understand why async as described here
http://www.rebol.com/article/0050.html
is no more available. Will it return back any time soon or has the name changed ?
I found out that when pressing back button it gets previous page from browser cache even if I send following headers:
Test1.aspx
Server ASP.NET Development Server/9.0.0.0
Date Wed, 24 Mar 2010 17:49:40 GMT
X-AspNet-Version 2.0.50727
Location Test2.aspx
Cache-Control no-cache, no-store
Pragma no-cache
Expires -1
Content-Type text/html; charset=utf-8
Content-Length 189
Connection Close
I am trying to run code coverage in VS 2010 and I am running into the following error. No coverage information is generated.
Code coverage in-place instrumentation: Cannot fully backup the binary 'MyProject.dll'. Cannot find the back up file, created by instrumentation utility: 'MyProject.dll.orig'.
Can a post back to the user control be triggered from javascript (on the client side) without updatepanels?
What I am trying to achieve is this
Initially the page and the user control are loaded with default values
The parent pages makes a PageMethod request
When the data is available (from the PageMethod request), the user control has to be reloaded to update with the new values
Hello
I have two Xib view, one which contain play list and another which play the song containing with tab bar controller. Now after the song was played when we go back to play the next song then it contain the previous view along with navigation bar.
I have also tried the method "viewController=nil;".But I have get any result
Thanks
Ritesh
Let's say I have intercepted a packet from Netfilter and subsequently returned NF_STOLEN. At some point I want to re-inject that packet back to, in this case, the TCP stream it came from. I want to do this from Kernel space. So far I have been unable to find a way to do this. Thanks for the help.
I would like to add a toolbar to a UIWebView that resembles Safari's toolbar. I just can't find the 'back button' . There is only 'forward button' - which is actually 'play'. Help!
Hi all
when i am pressing the back button a pop screen is displayed which shows three button save, discard and cancel button i don't want this screen to be popped up. is this possible.
Thanks in advance
As you all know the VS 2010 RC is out for MSDN subcribers.
Unfortunately I guess I have the same problem as some of you, in that the company I work for wants to continue keeping our projects on VS 2008.
I would like to know if its possible for me to work with VS 21010, then later convert my projects back to VS2008?
I intend to use v3 of the framework for this particular project.
Thanks in advance..
Hellow all, I am using navigation controller and have table views inside views.
when i select any cell it it will navigate to another view. so,from there if i click back button it come sto previous view.But,it showing the cell which is selected previously. I dnt want this .it should not show which cell we selected previously.
Could any one help me how to get this.
Thanks.
Hi all
I am showing contacts list in my iphone application. When user taps a contact number then call starts.
But when call is completed then iPhone exits from My Application and switches to the Apple iPhone contacts application.
Please suggest me any idea on how to return back to My Application after completing the call..
Thanks
Deepika
Hi Al,
I have a simple navigation based app which has a bunch fo forms in it, I have a method connected to a button that saves data when the button is tapped but I was wondering if I could call the same method when the back button is tapped in the navigation? Just incase a user fails to use the save button. If it is possible, how would I go about it?
thanks in advance!
How can I order the nodes alphabetically in my Drupal back-end ?
I cannot sort the columns by clicking on the headers unfortunately. Should I hack the code or install any plugin ?