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!