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.

143 questions
0
votes
1 answer

how to get intent content (thumbnail from mediastore.ACTION_IMAGE_CAPTURE)

I have worked around for a week , and I cannot see why I can't get my thumbnail. I only need it , and not the actual image, and I read that it is convenient to get it through Mediastore.captureimage with no urifile passed to the intent . My code…
marc
  • 116
  • 8
0
votes
1 answer

Highstock extra Y axis

I have this JSON array. With this data, the graph is nicely plotted using Highcharts. Now I'm trying to add extra Y axis (especially for the data1…
Caesius
  • 267
  • 2
  • 6
  • 16
0
votes
2 answers

multiple line-heights without extra css class

Is there a way to have multiple line heights in an unordered list? See the example below, the normal li's have a line height of 25px, but as soon as the sentence gets too long it will split in the same line height as defined…
0
votes
3 answers

XML with PHP "echo" getting error "Extra content at the end of the document"

I'm getting an error that I believe to be very specific. This PHP is stored in my domain. It access a server with a mysql database and uses it's table information to generate an XML with markers, that will afterwards be used in Google Map. Actually…
Cauê Jannini
  • 531
  • 1
  • 6
  • 10
0
votes
3 answers

SystemInfo - Get computer System Model via CMD - Extra spaces bug

I'm trying to get a Computer System Model type via Batch file. for this i've created this script: systeminfo | find "System Model" > %temp%\TEMPSYSINFO.txt for /F "tokens=2 delims=:" %%a in (%temp%\TEMPSYSINFO.txt) do set SYSMODEL=%%a del…
Eliran Cohen
  • 3
  • 1
  • 1
  • 2
0
votes
1 answer

Pass extra param sencha touch

I am new to Sencha touch. Please see my code below. Model.js Ext.define('bluebutton.model.BlueButton.MemberList', { extend: 'Ext.data.Model', config: { idProperty: 'memberlistModel', fields: [ { name…
user998405
  • 1,329
  • 5
  • 41
  • 84
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
  • 33
  • 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
  • 7,133
  • 7
  • 54
  • 96
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
  • 112
  • 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,771
  • 4
  • 26
  • 53
-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 2 3
9
10