Terminal emulation for mainframes. IBM System z (Mainframe), IBM System i (AS/400), UNIX/Linux/OpenVMS (VT), and HP NonStop/Tandem systems.
Questions tagged [extra]
143 questions
1
vote
1 answer
Setting a spinner item selected depending on an Intent Extras value
I have a spinner in my activity, populated from a DB, and if the activity gets an Intent with Extras, I want to set an Item from the spinner selected according to the extra. For example - if I have an Extra "CURR_NOTE_CATEGORY" and its value is 2, I…

Igal
- 5,833
- 20
- 74
- 132
1
vote
3 answers
HTML form with only hidden inputs create extra white space in FireFox
I have a simple form with two hidden inputs that is causing extra white space in Firefox. I've been in trouble with this for few days.
1
vote
1 answer
Passing the same Intent extra multiple times, and somehow the extras don't match
I have an app that is set up to display an entry from a database as a notification when it receives a broadcast. The _id for that database entry is passed as an extra for the broadcast's intent. When the notification is clicked, the app is supposed…

MowDownJoe
- 728
- 1
- 11
- 29
1
vote
2 answers
Arduino: UDP sending yields extra characters
At the moment I have an Arduino board with an Ethernet Shield connected to a router. My computer connects to this router via Wi-Fi. My board and my computer send UDP messages back and forth to each other. My computer is a client, and the board is a…

Nick Williams
- 253
- 2
- 12
1
vote
2 answers
Android intent extras values casting error: double casted to integer
I have such a problem while sending intent with extras: values put as double are converted to integer, and cannot be read as double when receiving the intent. The code is below.
creation of the Intent in onUpdate method of WidgetProvider:
Intent…

k4b
- 215
- 1
- 3
- 12
1
vote
2 answers
Attachmate data scraping macro that prints pages to file
I recorded the following macro using Attachmate Extra! X-treme at work. I believe I'm using version 9.0. I'm trying to "scrape" data from a report that spans various screens, and print each page to a .txt or .prn file. The code as presented steps…

astroDude1
- 125
- 1
- 3
- 8
0
votes
1 answer
Passing value from extra to cursor
I'm trying to iron out the last few bugs in my application. With my current setup I have the user go through a series of listview (Category -> source -> title). Based on the position from the listview I pass a int that is used by my cursor to filter…

maebe
- 553
- 1
- 6
- 18
0
votes
0 answers
Pytorch DataLoader returning incorrect dimensions
I'm using the following code to construct an iterable dataset to work with multiple datafiles:
class LargeScaleDataset(IterableDataset):
def __init__(self, csv_files, target_file, chunksize=10 ** 6): # 1 GB chunks
self.csv_files = [f…

Ali
- 193
- 3
- 13
0
votes
0 answers
Flutter - Remove the extra top of second appbar
I have a page: return Scaffold (appBar: appBar1...)
I have a package, in the package i have a pageA - return Scaffold (appBar: Appbar1)
. When i push a new screen from pageA - this navigate to the new page return Scaffold (appBar: appBar2...) - and…
0
votes
0 answers
A-frame Extras Agent Falls Through Navmesh
Well, here's a good one for you - Using A-frame Extras Pathfinding and working on building patrolling agents using waypoints. HOWEVER, the characters (especially the random patrol lady) fall through the navmesh and get stuck. The guy is following…

James
- 11
- 1
0
votes
0 answers
Bluezone Rocket TE passing variables to macro from pad button
I am making the move from Attachmate Extra to BlueZone Rocket and have hit a stumbling block with my core macro. Using an Extra QuickPad each button would call the same script passing arguments to the script and all functions called based on select…

David
- 131
- 1
- 11
0
votes
0 answers
Environment variables in Attachmate Extra Basic Macros
I needed to add current working directory to a macro which I thought would be simple using an environment variable, but quickly learned Extra basic does not recognize "CD" like windows does. After searching I found the code below to see what all…

David
- 131
- 1
- 11
0
votes
0 answers
Adobe PDF macro to scrape data from Attachmate extra x-treme
I’ve found a wealth of information on scraping data from Attachmate extra x-treme with VBA using Microsoft products, but I’m trying to find out if that’s feasible from JavaScript. I’ve got PDF forms that I’d like to self populate from an Attachmate…

David
- 131
- 1
- 11
0
votes
1 answer
Base64 Encode with Attachmate Extra! Basic macro
I'm working with an Attachmate (MicroFocus) Extra! Basic macro and have a need to encode a string to Base64 for rudimentary password protection. The code below is what keeps popping up in searches. I'm not sure if I'm missing a declaration or lib,…

David
- 131
- 1
- 11
0
votes
0 answers
Display of different pins custom on map SwiftUi (error extra argument)
I'm trying to display custom pins on my map, only an error appears "extra arguments at postions #7, #8 in call. If anyone can help me I would be grateful!
(I'm new to swift)
var body: some View {
VStack {
if locationManager.location !=…