Questions tagged [multibox]
11 questions
8
votes
1 answer
Can`t uncheck all in Struts Multibox
I have a j2ee application running on weblogic. I was confused with my multibox.
What I know of multibox is that the checked items will be passed as an array of strings on submit.
I don`t know why in my application it works fine when i uncheck a…

cedric
- 3,107
- 15
- 54
- 65
1
vote
1 answer
Using Multibox (mootools) on an IBM WebSphere Portal 6.1 Portlet
I'm trying to deploy a portlet in IBM WebSphere Portal 6.1, that features a MultiBox (an extended version of a Lightbox, which not only allows to display pictures, but also other kind of components, in my case an HTML feedback form).
I'm using…

Francisco Alvarado
- 2,815
- 2
- 26
- 51
1
vote
1 answer
How to prevent multiboxing in flash game?
I have multiplayer flash game (AS3) and I would like to prevent multiboxing, e.g. prevent user running two (or more) instances of my game at one computer. Is there simple and reliable way how to do that? I don't want to filter them based on IP…

Lope
- 5,388
- 4
- 30
- 40
1
vote
1 answer
Tensorflow Object Detection API on Android
I'd like to swap out the multibox_model.pb being used by TensorFlowMultiBoxDetector.java in Google's Tensorflow Detect Sample App with the mobilenet frozen_inference_graph.pb included in the object detection API's model zoo.
I've ran the…

matteo411
- 390
- 2
- 6
0
votes
0 answers
How to print only selections made in multi-selection box
I'm working on my 1st personal project. I have a multi-selection box in a form page and I am trying to figure out the best way to show the selections made in the multi selection box right underneath the box in a list. Thanks in advance!
0
votes
0 answers
How can we connect 2 or more instances of the same program using code (java for example)? (multiboxing)
For example, I want to open 4 instances of a certain application, and I want an action on that instance to occur on all 4 instances, so all the process are connected, also known as multiboxing (usually done in games). I'm trying to do this in java…

Anony
- 63
- 6
0
votes
1 answer
MobileNet for object detection on *mobile*
I am trying to use a MobileNet for object detection on Android. While fine-tuning the net worked fine, the resulting model cannot be used on Android.
It is incompatible (tensor names, shapes) with the Android object detection demo app using the…

Rene Schallner
- 1
- 1
0
votes
1 answer
multibox lightbox
I'm using multibox 1.4 lightbox to show an enquiry form using PHP.
It opens the form to submit. The problem…


Krishna Priya
- 31
- 4
0
votes
0 answers
Send Ctrl or Alt + key in AutoHotkey to multiple windows (dualbox)
I have an AutoHotkey script that can send same keystrokes to multiple windows and it works well.
But I need to also send Ctrl or Alt + Key.
To simplify, I need this: when I push "2", I need to send to both windows "Alt+2"
now my script is like…

Frostwolf
- 1
- 2
0
votes
0 answers
Send Ctrl+q to multiple windows
I'm trying to write a script that sends Ctrl+something to multiple windows. I wrote this:
; it's Eve Online - the window title is like this: "EVE - Character Name"
SetTitleMatchMode, 1
WinGet, eveid, list, EVE
; I want to send Ctrl+Q to 2 windowed…

Radu
- 1
- 2
0
votes
1 answer
disabling multibox using jquery
I have a multibox in a jsp page.I wanted to create a jquery function that if more than 3 transactions are choosen, then the rest of the checkboxes(rendered from the multibox) would be disabled.I have written the foolowing code.When I tested it in a…

Ayan Biswas
- 1,641
- 9
- 39
- 66