Questions tagged [extra]

Terminal emulation for mainframes. IBM System z (Mainframe), IBM System i (AS/400), UNIX/Linux/OpenVMS (VT), and HP NonStop/Tandem systems.

138 questions
0
votes
1 answer

An extra td with spacer.gif is inserted by richfaces between the tabs generated using richfaces:tabpanel

I need to create tabs and using richfaces:tabpanel component. The probelm is an extra is genearted by richfaces which contains spacer.gif and thus the tabs have space between them. I tried using the richfaces:tabpanel property…
0
votes
1 answer

startActivityForResult, problems with the extras

my camera-app takes a picture and saves the mediafiles path in a string, im starting an intent with a stringextra ( the saved path ) and i want to use it to set my imageviews image. private void intentfbstart() { // TODO Auto-generated…
0
votes
1 answer

Two Table headings printed on webpage

I have to following problem, after running script below it prints out an extra header at the end? What I am doing is getting data from two tables, with certain parameters then placing them into a table. The echo $result at the end is just to see…
0
votes
1 answer

ORM/Extra Validate iby two field

Kohana 3.2 I want to check my parent_id but i need the second value of type_id. Code: public function rules() { return array( 'type_id' => array( array('not_empty'), array('digit'), ), 'parent_id' =>…
Exorcist
  • 1
  • 1
0
votes
2 answers

Joomla K2 - How to order items by Extra Field Date

Me and a colleague are developing a website using joomla, we have ditched the joomla article component and replaced it with K2. A part of the site's content , is posting (using K2 items) upcoming Live Events, such as an upcoming music concert,…
Ryan Di
  • 53
  • 3
  • 8
0
votes
2 answers

Integer[] not working in Intent#putExtra(...)

I want to put an int[] into an Android Intent. For various reasons I am getting a LinkedList, so I tried (roughly) this: LinkedList myList = getIntegerList(); Intent intent = new Intent (context,…
Andrew Wyld
  • 6,923
  • 6
  • 49
  • 95
0
votes
2 answers

Extra byte(s) after encoding/decoding

I'm currently writing program to encode and decode messages via error-correcting cyclic codes. My algorithm works fine for single messages, but I got some problems in decoding strings. Encoding and decoding work like this: Encoding algorithm…
Mo3r
  • 102
  • 1
  • 2
  • 6
0
votes
1 answer

How to send extra parameter on SelectedIndexChanged?

Is there any way to send extra parameter to SelectedIndexChanged function?
SZT
  • 1,337
  • 4
  • 22
  • 46
-1
votes
3 answers

php echo add extra space

Input text : Test one two three fourfive Text is splitted by preg_split with additional processing and now result array is: Test one two three four five When I echo this array in loop I get this: Test one two three…
savgoran
  • 55
  • 6
-1
votes
2 answers

Why is my very simple while loop repeating one extra time?

Here is my while loop. The program sums up integers until a negative number is input. At that point the loop should break and it should print "Goodbye". However it is adding the negative number each time before it says goodbye. Im not sure what is…
-1
votes
1 answer

Adding custom registration field and check its value

We need to customize the WordPress registration form by adding a "Code" field that stores some value at backend like Code = some value/text/number Then at front-end when the user wants to register into the website they enter their information like…
Chandan Sahu
  • 24
  • 1
  • 4
-1
votes
1 answer

Scrapy + extract only text + carriage returns in output file

I am new to Scrapy and trying to extract content from web page, but getting lots of extra characters in the output. See image attached. How can I update my code to get rid of the characters? I need to extract only the href from the web page. My…
-1
votes
1 answer

Java UDP header having additional data?

Why UDP packet it's having additional data in header? I know that Java is setting UDP headers automatically, I can't modify it, but it should be 8 bytes long, not 40 ! 0x69 0x82 0xDB 0xAE 0x00 0x2D 0xFE 0x40 normally it should be the header. What…
Zbarcea Christian
  • 8,320
  • 16
  • 74
  • 124
-2
votes
1 answer

How do I write a script that will pull info from an open tab in Chrome into Mainframe?

I am very very green & have almost no experience in coding. Usually I record a macro & then tweak it to do exactly what I want. However, I am trying to create a script (either *.bzs, *.bbs, *.bbh, *.vbs, *.js, *.ebm) that can pull a single piece of…
Crash86
  • 1
  • 1
-2
votes
1 answer

Extraneous Errors? Where & What Are They? C Programming

my code has been proofread repeatedly and I still am unable to figure out why some of these lines give out error messages. Lines where there is only one ' }' get called out as an error. How is this possible? #include #include…
user3390986
  • 7
  • 1
  • 7
1 2 3
9
10