Questions tagged [invalid-argument]
263 questions
0
votes
1 answer
webView:didFailLoadWithError - (null) phone gap app for ios
I'm getting this error while loading paypal checkout page. I'm using in app browser of phonegap for this.Any idea?
webView:didFailLoadWithError - (null)
*** WebKit discarded an uncaught exception in the…

Harikrishnan
- 9,688
- 11
- 84
- 127
0
votes
2 answers
Warning: implode(): Invalid arguments passed in functions.php on line 674
i tried to go online after finishing the website but a error occurs
Warning: implode(): Invalid arguments passed in functions.php on line 674
foreach ( $one_array_font as $font => $variants ) {
$font = str_replace(' ', '+', $font);
…

StManozz
- 1
- 1
- 1
- 2
0
votes
1 answer
c# Invalid argument for Index, null value
i just made a file editor, it contains a listview and a textbox, i made that when i select and item from the list view it appears in the textbox, the text is japanese, and when i select a japanese text or line, it gives me an error: InvalidArgument:…

Omarrrio
- 1,075
- 1
- 16
- 34
0
votes
1 answer
LINQ saying invalid arguments for insertonsubmit
I seem to be running into this issue with inserting data into a table in a SQL Server 08R2 using LINQ in C#. No matter what I've tried I keep getting an error with INSERTONSUBMIT().
Here is the code...
private void testUpdateUNITBC()
{
using…

saturnnine
- 1
- 2
0
votes
2 answers
C++ handling invalid parameters
I'm writing a C++ class. Some of its fields are STL containers, some aren't. While writing the methods I began wondering, how should I handle invalid values passed to methods? For example, some methods are more or less wrappers to STL container…

cfa45ca55111016ee9269f0a52e771
- 2,153
- 3
- 26
- 39
0
votes
3 answers
UIButton UIButtonTypeCustom error.Unrecognized selector sent to class
I have this error with my code. I am designing a custom checkbox. For that i have a UIView which i have customized to look like a Checkbox. I have another copy of my project where i used the code and it works perfectly fine. I copied the code to…

RookieAppler
- 1,517
- 5
- 22
- 58
0
votes
1 answer
listbox1.SelectedIndex (arguement out of range exception) c#/.net
I am trying to browse web pag1es using a listbox, I have added three links to it. All three links are loading well but when third link finishes loading I got this exception.
Exception is:
InvelidArguement = value of '3' is not valid for…

user1563019
- 69
- 1
- 2
- 8
0
votes
2 answers
Delayed Centered Popup Javascript using setTimeout
Trying to get a centered popup to display after a set value of time, something like this: