Topic profile page for Iterator.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Iterator.
Topic "Iterator" was discussed 0 times on 0 sites in last 3 months
Started 1 week ago (2009-12-21 07:58:00)
by Eric Lam
Hi, I have a master form and I want to have an af:iterator as the detail of that form. I'm using it to show an horizontal scrollable image list. I have a detail table of the image list working on a separate application. But when I moved the code into our real application and the af:iterator needed to refresh based on a master, nothing showed up. I ...
Started 1 week, 5 days ago (2009-12-16 06:25:00)
by parkri
Hi All, Please help me understand this error. My program builds without any errors, but when I try to debug, a window pops up with the message: Debug Assertion Failed! Expression: map/set iterator not dereferencable And then it points to the line 256 in the file "xtree" ---> _DEBUG_ERROR("map/set iterator not dereferencable"); Am I missing out on how to use "...
Started 1 week, 6 days ago (2009-12-14 23:53:00)
by amersohail794
I have created iterator binding at runtime with name "UdfVO2Iterator". and then i am binding one of field "Udf1" with a richInputText at runtime but i am receiving error "PropertyNotFoundExceptionTarget Udf1 unreachable.". I have printed detail logging and this error is appearing after this line. 6797 Releasing iterator binding:UdfVO2Iterator I don't...
Hello everyone please have a look at the following: My program read user input and respond relatively to my hashmap which i set: here we read from user input: public String generateResponse(HashSet words) { Iterator it = words.iterator(); while (it.hasNext()) { String word = (String) it.next(); String response = (String) ...
Started 2 weeks, 2 days ago (2009-12-11 16:33:00)
by Matthew Denno
Hello list, Could someone tell me how to iterate over the points in a multipoint feature? I have searched through the mailing list and have looked through the documentation but can't seem to find it. I was expecting there to be a "nextPart" or iterator or something, but I don't see anything, am I missing it? Any help would be greatly appreciated. Matt
Started 3 weeks ago (2009-12-06 22:26:00)
by Sankari Kannan
Hi, I am using panel group layout with 5 input text fields. when i do row.refresh(Row.REFRESH_REMOVE_NEW_ROWS) with iterator refresh the newly inserted row in the form get cleared but next time when i try to view other records, 3 inputtext fields always blank even if the row contains data for the fields. Can anyone help me to get what is the problem? ...
Started 3 weeks, 2 days ago (2009-12-05 00:14:00)
by Sankari Kannan
Hi, I am using 11g. I am trying to refresh iterator - newly inserted row without commit and edited/updated row - has to be cleared while i do refresh the iterator. I tried vo.executeQuery(), Iterator.refresh() methods. But it is not working. I am using managed bean in Session Scope. Can anyone kindly suggest me a good way to refresh the iterator. Thanks...
Started 3 weeks, 2 days ago (2009-12-04 22:05:00)
by JDev newbie
Hi! I need to search an iterator named "PermitYrIterator1" for a year value (e.g. 2009) that is stored in bindings.Yr in my jsp. How do I do this in my jsp's DataForwardAction Code) in Jdev 10.1.2? I need this in my "Create page." I need to search for this value because I want to check if I should re-execute the "PermitYrIterator1" so that it shows the...
Started 6 days, 5 hours ago (2009-12-22 04:06:00)
by abhi_4u
Hello All. i have list of values(e.g 100). using logic:iterate, how can i print the 5th element? how the logic:iterate will understand that i want to print 5th element. I am using But my netBeans is giving error that operator == can not applied to index,int Regards Abhishek Edited by: abhi_4u on Dec 22, 2009 4:06 AM
Started 6 days ago (2009-12-22 08:59:00)
by grandpaw broon
Hey all, Almost all the time, i come across issues which i find tricky to remember. For example, decrementing the iterator after a splice or even the SWF metadata dispite using it for 2 years in every project. I have tried paper before and always get bored and lose the pad. I have tried Joomla but i found it far too much effort. Likewise, also wordpress but again its just overly ...
Started 4 days, 23 hours ago (2009-12-23 09:40:00)
by Julia Lawall
From: Julia Lawall Move the kfree after the iounmap that refers to the same structure. A simplified version of the semantic match that finds this problem is as follows: ( http://coccinelle.lip6.fr/ ) // @@ expression x,e; identifier f; iterator I; statement S; @@ *kfree(x); .... when != &x when != x = e when != I(x,...) S *x->f // Signed-off-by: Julia ...
Started 4 days, 23 hours ago (2009-12-23 09:40:00)
by Julia Lawall
From: Julia Lawall Move the kfree after a reference to the freed structure. A simplified version of the semantic match that finds this problem is as follows: ( http://coccinelle.lip6.fr/ ) // @@ expression x,e; identifier f; iterator I; statement S; @@ *kfree(x); .... when != &x when != x = e when != I(x,...) S *x->f // Signed-off-by: Julia Lawall ---...
Started 4 days, 23 hours ago (2009-12-23 09:40:00)
by Julia Lawall
From: Julia Lawall Move the kfree after the print statement that uses the freed structure. A simplified version of the semantic match that finds this problem is as follows: ( http://coccinelle.lip6.fr/ ) // @@ expression x,e; identifier f; iterator I; statement S; @@ *kfree(x); .... when != &x when != x = e when != I(x,...) S *x->f // Signed-off-by: Julia...
Started 1 week ago (2009-12-21 03:24:00)
by Glenton
Hi All I was writing a bit of code to solve Euler Project #90, and came across the need to iterate through all combinations of a particular list. Any improvements would be most welcome, but I thought a class with an iterator would be appropriate. Here's the class with a bit of code. Expand | Select | Wrap | Line Numbers class myComb(object): """my ...
Started 1 week ago (2009-12-21 03:25:00)
by bajajv
This is my code - i/p is L"!?%@ VIPUL" o/p is @ VIPUL. desired o/p is VIPUL Not getting the correct o/p. Expand | Select | Wrap | Line Numbers class CString { public: wstring wStr; int getLength(); CString& TrimLeft(wchar_t* wcChar) ; }; CString& CString::TrimLeft(wchar_t* wcChar) { wstring::...
Started 6 days, 5 hours ago (2009-12-22 04:18:00)
by jamborta
hi guys, I'm sure it's something silly but I can't figure out what's wrong with this code: Expand | Select | Wrap | Line Numbers HashMap allWeights = weights.getAllWeights (); iterator itr = allWeights.entrySet().itera tor(); log.info("Number of users in the dataset: {}", allWeights.size()); Collection evaluatorCallables = new ...
Started 1 day, 11 hours ago (2009-12-26 21:44:00)
by Bob Bedell
I'm dying to know...if I create a simpe iterator block like: static IEnumerator GetCounter() { for ( int count = 0; count < 10; count++) { yield return count; } } The compiler-generated state machine will contain the following in the 'MoveNext method: public bool MoveNext() { switch ( this ._state) { case 0:...
Started 4 days ago (2009-12-24 09:17:00)
by Teagan
Server First 100 stiker helmet. (Earned by Iterator 12-24-09) Server First death by 250 fires. Server First 50 ragequits. Server First Permabanned. (Earned by Teagan 12-02-09) Server First trolled to utter sh!t. Server First WOW, WHY ARENT YOU DEAD YET. (Earned by Kouture 0B.C) Please, if you think you can fill in any of these or any I've failed to mention, app at ridentarg.com ...