Tagged Questions

An exception that is thrown because the value of a variable is outside the allowed range

learn more… | top users | synonyms

4
votes
2answers
212 views

Delphi - How do I break when a form's ComponentCount decrements

The code below is reproduced from Toolbar2000. It is part of routine that reads toolbar positions and dock states from an INI file. I call this routine during initialisation. This code below is ...
2
votes
1answer
276 views

C#: How to fix this ArgumentOutofRangeExeception?

Making myself a password manager and I'm running into some problems with a segment of code. Whats supposed to happen is the application opens an xml file, and then populates a listview with the items ...
1
vote
1answer
195 views

Adding Parent and Child Nodes in TreeView from Sql Server 2008

i want to add the parent and child nodes from sql server to treeview. i implemented some code. but i gets error "Index was out of range" below is the code i am using to fill parent and child nodes. ...
1
vote
1answer
644 views

BIGINT Out-of-range Error since MySQL 5.5

I'm working with nested sets for my CMS but since MySQL 5.5 I can't move a node. The following error gets thrown: Error while reordering docs:Error in MySQL-DB: Invalid SQL: SELECT baum2.id AS ...
1
vote
2answers
765 views

Python - Understanding error: IndexError: list index out of range

I'm fairly new to python. I have an error that I need to understand. The code: config.py: # Vou definir os feeds feeds_updates = [{"feedurl": "http://aaa1.com/rss/punch.rss", "linktoourpage": ...
1
vote
1answer
111 views

no out of bound in Matlab

I notice the following in Matlab. >> a = [1, 3]; >> a(3, 4) = 1 a = 1 2 0 0 0 0 0 0 0 0 0 1 >> a(5, 4) ??? Attempted to access a(5,4); index ...
1
vote
1answer
662 views

Prevent NSRangeException in subarrayWithRange

I have this code which allows me to pass in an index, and selectively retrieve, a number of images in an array for a certain range length - depending on orientation. When in portrait the range ...
1
vote
3answers
659 views

ListView returns InvalidArgument=Value of '0' - Out of Range Exception

I am attempting to scroll through a database of Album Names using ListView. When I initially select an album, _SelectedIndexChanged returns the appropriate album; however in subsequent attempts to ...
1
vote
2answers
226 views

Java List with blank allowed

This is probably really simple but I really could not word it properly on Google. See, I have a ArrayList that keeps the info for each thread. Each thread has it's own ID. So, at the beggining: ...
0
votes
1answer
26 views

IndexOutofRangeException Winform

What's wrong with my code?? string birthdate = ((DataRowView)comboBox1.SelectedItem).Row["birthdate"].ToString(); //pulled the data into the database () string[] split = birthdate.Split('/'); ...
0
votes
0answers
14 views

FBDidLogin throwing an exception:

I am developing an iPhone app, which supports connecting the app to Facebook. Everything was working perfecting. But for the past few days I am encountering this "-[NSCFString substringFromIndex:]: ...
0
votes
3answers
20 views

Why does VecMedian generate out of range?

Currently I'm trying to figure out why my helper function for computing the median of a vector of HW numbers is not working correctly. My helper function is suppose to work with more than just a ...
0
votes
1answer
95 views

Column position '0' is out of range. The number of columns for this ResultSet is '3'

In a previous piece of code I received the exact same error I listed in the title. I had a username validator in my code but forgot to include the following code: password ...
0
votes
1answer
135 views

Why my customized lookupEdit throw the following error

Error: Index was out of range Must be non-negative and less than the size of the collection I have a customized LookUpEdit - public class MyLookUpEdit : LookUpEdit I refer to the following link to ...
0
votes
4answers
109 views

IndexOutOfRangeException when changing selected TabItem twice

I have the following simple WPF-app: <Window x:Class="TabControlOutOfRangeException.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
1answer
159 views

Activate windows of files stored in arrays, but getting subscript out of range error?

Sub Merge() Dim File As String Dim AllFiles(), Filename As Variant Dim count, test, StartRow, LastRow, LastColumn As Long Dim LastCell As Variant test = 0 ChDir "C:\" 'Insert suitable directory ...
0
votes
1answer
52 views

Argument OutOfRangeException C# DataGridView

i have an argument outofrangeexception for my datagridview. i try to fill it. It stops when i = 1; I dont know where is my mistake but its not the array donnee[,] here's my code for(int i = 0; i ...
0
votes
1answer
94 views

Open array files subscript out of range

I'm trying to open up a series of xlm files stored in an array, but the error keeps popping up that says that the subscript is out of range. Any advice? Thanks Dim AllFiles() As String Dim count, ...
0
votes
1answer
124 views

Open .dat files with a Hex Editor

I'm trying to Open up a series of .dat files with a Hex Editor thru the vba in excel and then start a copy and paste process. Does anybody know how one can open up a file using a program other than ...
0
votes
0answers
28 views

queue growth factor out of range exception from csla

I have searched the forums and not found any info on this error or its cause. I have seen similar problems attributed to problematic .net versions of the client system. The site does not get much ...
0
votes
1answer
206 views

How to prevent the Scrollbar out of range?

I use the code procedure TMyCanvas.RichEditChange(Sender: TObject); var ScrollInfo: TScrollInfo; begin FillChar(ScrollInfo, SizeOF(ScrollInfo), 0); ScrollInfo.cbSize := SizeOf(ScrollInfo); ...
0
votes
1answer
168 views

exception handling in c#

My project about networking.It gives IndexOutOfBound exception. I write try,catch block.This exception is handled but press any key to continue is message is display. give any solution.
0
votes
3answers
209 views

Array augmentation problem in Java

I have here a program that is supposed to begin with an array of length 1, allow the user to make an entry into the array, and then double the size of the array with each entry the user makes to avoid ...
0
votes
1answer
215 views

WPF Tetris Index Out Of Range Exception

I am very new and very inexperienced. I have downloaded a WPF version of tetris from MSDN to review the code and try to see whats going on but there is an error in the program and I'm not sure what is ...
0
votes
1answer
211 views

ArgumentOutOfRangeException on initialized List

It's throwing an ArgumentOutOfRangeException in the middle of the For loop, please note that I cut out the rest of the for loop for (int i = 0; i < CurrentUser.Course_ID.Count - 1; i++) { ...
0
votes
1answer
262 views

DataGridView Cell Index Problem

Okay I have a problem with my Windows Application. My DataGridView consists of the following columns: ProductName, Qty, Price, Subtotal. So I am assuming that the Cell Indexes of these are ...
0
votes
1answer
300 views

Index out of range at “int msgLength = BitConverter.ToInt32(gzBuffer, 0);”

I am currently working on some game made in C# XNA. Since I need to send a huge chunk of data over net (bout 96kb), I am using some string compressor/decompressor code, which I found on the internet. ...
0
votes
3answers
2k views

std::out_of_range error?

I'm dealing with a file with a linked list of lines with each node looking like this: struct TextLine{ //The actual text string text; //The line number of the document int line_num; ...
0
votes
4answers
156 views

String convertion in java

i have written following code but it is throwing array index out of range exception String options = "" + args[0]; if (options.toLowerCase().contains("failover")) { ...
-2
votes
3answers
275 views

#1264 Out of range value fix?

When I try to insert the below into my MySQL INSERT INTO `rooms` (`id`, `ip`) VALUES ('131213', '-259857341'); I fails with the follow error: Warning: #1264 Out of range value for column 'ip' at ...