Tagged Questions

0
votes
1answer
16 views

prevent IE to tamper with page code ?

Is it possible to prevent IE (7 or 8) to change the underlying code of a page ? My page, built with Dreamweaver, consists of a table with 5 images; each of these is a link to a larger size one. In FF …
0
votes
3answers
38 views

How do I bypass the “Complete Action Using …”

Hey guys, I have a question related to choosing an application programmatically when shown the dialog "Complete Action Using" in Android. An example would be as follow: In my code, I have this …
1
vote
8answers
160 views

Complete a Ruby Array

My application needs to deal with arrays of fixed size. The problem is that sometimes elements are nil but nil is a forbidden value. I think an easy way is to replace nil values with an the closest …
0
votes
1answer
14 views

Flex datagrid - determining when grid has completed renderering?

hi, i have a datagrid which contains a number of itemrenderers, it is populated each time a user does a search. Is there an event which can tell me when the datagrid has completed rendering all new …
0
votes
0answers
23 views

auto complete request not generated

I am trying to implement auto complete with jQuery, but the request itself is not going? What can be the issue? <%= f.text_field :ads_login_name, :class => 'input', 'autocomplete_url'=> …
0
votes
1answer
68 views

iphone uiwebview download complete page with CSS and Images

Hello, in my app there's a uiwebview that loads a url.. i use the following line to save the HTML of the page loaded locally to be able to view it offline. NSString* html=[webView …
0
votes
3answers
235 views

MS CRM 4.0 CrmService - Close a Task

Hey guys, I'm trying to work out how to use the CrmService to close a Task in MS CRM 4.0 I've tried to use the SetStateTaskRequest to set a Task's state and status to TaskState.Completed and 5. I …
1
vote
0answers
81 views

mac osx tab completion [closed]

Hi - I'm just moved from linux to mac, and one of the problems I'm having is that tab completion is only 1 level deep, and I'm not sure how to correct that. Let me explain by example - when I used …
1
vote
3answers
167 views

how to determine if file has downloaded

I have the following code that allows a user to download a file. I need to know (if possible) if they downloaded the file successfully. Is there any kind of callback that I can tie into to know …
1
vote
1answer
379 views

How to call jquery ajaxStart + ajaxComplete

Hey guys, I have a load function and would like for the code to write some html into a div while it loads, and when it completes, to display the page. I saw some little writeups on the ajaxStart and …
1
vote
2answers
441 views

Get the response data into the jQuery ajaxComplete function

Hi people, What i would like to do is send the return data from any ajax call and also have it avaiable in the ajaxComplete function. So when i have a $.post or $.get or $.getJSON and so on request …
0
votes
2answers
912 views

How to take complete backup of mysql database using mysqldump command line utility

Hi All, Can anyone provide any input on how to take complete backup of mysql database using mysqldump. when I am taking backup my tables from specified database are only getting backed up not the …
0
votes
2answers
88 views

use succes or complete in ajaxcall

Hello, My question is that I want to know what the difference is in the ajaxcall below If I substitute complete for success I get an empty responseText as the error says and with complete it works …
-1
votes
2answers
195 views

Unable to find a substitute command for Bash’s complete in Zsh

I put the newest git-completion.bash to my .zshrc and I get /Users/Masi/bin/shells/git/git-completion.bash:2116: command not found: complete /Users/Masi/bin/shells/git/git-completion.bash:2118: …
0
votes
1answer
613 views

flex Actual CreationComplete event

Which event should I use if I want to make sure all the nested components inside a component have been created? Creationcomplete doesn't seem to work this way.

1 2 next
15 30 50 per page