Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
619 views

fake gps for android running in virtual-box

I am trying to virtualize GPS device in android running in virtual-box. I want to facilitate an app running in android to use the gps device or get a fake gps location some how. I have started looking ...
3
votes
2answers
469 views

JavaFX layouts question

I am having some problem understanding layouts in JavaFX. Consider following code. Stage { title: "ListView test" scene: Scene { width: 400 height: 400 content: [ ...
2
votes
2answers
2k views

autoscroll does not work with vbox layout

I need align the formpanels to the center, so I used the vbox layout, and after I used it the autoscroll did not work as before, the code is as below: Usr.VWPanel = Ext.extend(Ext.Panel, { ...
1
vote
2answers
162 views

Ext JS 4 - laying out fields in a form using hbox, vbox, etc

I have a simple Ext JS 4 form inside a window (MVC style app). The example below shows 4 fields. This example is simplified, but now I need to take these fields and lay them out using hbox and ...
1
vote
2answers
53 views

Is there a way to position a component in flex that is fixed?

Just like in HTML / CSS you can set the position of a div to be 'fixed' using css. For example, a header that is fixed at the top of the web page when the user scrolls down the webpage. Is this ...
1
vote
2answers
154 views

Cannot get scroll bar to work PyGTK treeview

First let me start off by saying I read on here a lot and I have googled around for the answer but have not been able to turn one up. Basically I am trying to add a scroll bar to add to my vbox ...
1
vote
1answer
191 views

How to make widgets packed within gtk.Box (VBox/HBox) resizable by the user

Is it possible to make the widgets within a box resizable by the user? Cheers! Example: hbox.pack_start(my_scrolled_window_1, expand=True, fill=True, padding=0) hbox.pack_start(my_vseparator, ...
1
vote
1answer
72 views

Difference between SetProperty and RemoveChild in Flex

I am new to Flex. Recently, I am learning about 'state' concept in Flex. When state is changed, we can define the new properties for the new state overidding the properties of the base state. ...
1
vote
1answer
2k views

Sencha Touch : vbox inside hbox layout issue

I am putting a vbox layout inside hbox layout. But the vbox isn't working properly. Here is the code: Code: var panel = new Ext.Panel({ fullscreen : true, layout : { ...
1
vote
0answers
108 views

linking vbox lib with android lib

I am trying to use vbox hgcm (ring-3) from android. I have created a c file containing hgcm connect, disconnect, and call functions and compiled it (on ubuntu) for vbox. I have to create another ...
1
vote
0answers
567 views

alsa_aplay not recording on android

I have just started working on android and I am trying to understand how android audio sub-system (alsa) works. I am running an android image in virtual-box running on windows-7 (64 bit). I was ...
1
vote
1answer
121 views

Adding a child to a VBox component (FLEX)

First of all I wanted to thank in advance to everyone that reads this post. I'm having a problem when adding a child to a VBox component. Is it not the same thing?: List Item: <mx:Script> ...
1
vote
1answer
147 views

Z-Order in javafx

How do i set z-order for VBox in JavaFX
1
vote
7answers
556 views

Anyone know of a multi-column VBox example?

Just wondering if anyone knows of an example out there, or class I can add to my app that would perform like a VBox but with 2 or more columns? I'm adding items to a VBox from a loop, and that works ...
0
votes
1answer
263 views

ExtJS vbox layout autoheight

I have two extjs items which are of variable height to be layed out vertically. I am using Ext.container.Container for the vertical layout, using the following code. ...
0
votes
1answer
37 views

VirtualBox:Got multi arp replies when ping the virtual nic in guest OS

Hi, I have met a problem with virtualbox, I hope someone could help me here, I'll very preciate about it: My host OS is Ubuntu 9.10, the guest OS is RouterOS, Virtualbox version is 4.10, I virtualize ...
0
votes
4answers
113 views

How to find the number of returned objects from an Actionscript getter function?

In my Flex project, I have a service function getItems() that returns me a collection/array of Item objects. The function runs an SQL statement like SELECT * FROM table. I therefore do not want to ...
0
votes
1answer
144 views

Understanding the linux audio subsystem (alsa). any recommended book?

I am trying to fiddle with linux audio sub-system. Basically, I am trying to understand how audio input/ouput flows (use of audio encoders etc) when running a linux image on Vbox. Anyone know a good ...
0
votes
1answer
75 views

Animated component adding-delete in a VBox

Is there a way to make the elements of a VBox smoothly move to their new positions when a new element is inserted or removed? I actually need only to make them move smoothly when I remove an element. ...
0
votes
0answers
76 views

vboxapi: The VARIANT type is unknown (0x00000014)

When doing CreateBaseStorage on IMedium with the latest vboxapi version (4.0.something), I get exceptions.TypeError: The VARIANT type is unknown (0x00000014) 0x14 = 20 = signed 8-byte integer... ...
0
votes
2answers
319 views

documentation for vboxapi?

Where can one find the documentation for VirtualBox's python bindings, vboxapi? Google searching related terms reveals an appalling lack of links to any official documentation...
0
votes
1answer
381 views

Auto width in a BorderLayout panel

I am trying a implement a really simple layout using BorderLayout. var summary = new Ext.Panel({ region:'west', id:'summary', title:'Summary layout', header: true, split:true, ...
0
votes
1answer
156 views

Xul: Dynamically populating a hbox with vboxes results in elements places vertically

I'm trying to populate in runtime an hbox elements with vboxes elements using the following code: Xul code : <hbox style="overflow:auto;" id="canvasContainer"> </hbox> Javascript code ...
0
votes
1answer
261 views

get all the descendants Elements(controls) of VBox(container) in flex?

can we get all the elements and all the descendants of those elements in a VBox ? lets say i have Vobx, in which a grid is added.. and in grid there are many texinput controls.. i want to ...
0
votes
1answer
56 views

How can i access my company's network from a Client Virtual Machine, when at home

Here i the scenario: I am using MacbookPro as host Using VBox for creating / using VM's Using ubuntu as VM , with the installed software which needs access to my work (over VPN, of course) Have VPN ...
0
votes
2answers
919 views

In flex, how to get cooridnates when using VBox for stacking up components?

In flex, I am using VBox & HBox to stack components. When I try to get x,y coordinate of a component, I always get 0. If I specify cooridnate like mx:VBox x="120", then I get the value. How can ...
0
votes
1answer
711 views

flex add radiobutton child to VBox

I am having troubles adding a radiobutton to a VBox in actionscript. var radioButton:RadioButton = new RadioButton(); radioButton.groupName = "source"; radioButton.label = "label"; ...
0
votes
3answers
572 views

How to get Flex components to fill available space using Actionscript

I was laying out my Flex components using mxml and had them working correctly. But then I wanted to switch them over to Actionscript because I wanted them to extend a base component that provides ...
0
votes
2answers
962 views

Flex: List with VBOX-type (smooth) scrolling?

I have a list control that uses a custom itemRenderer and custom itemEditor. The itemRenderer/Editor are textarea controls with at least 3 lines of text each. The default scrolling nature of a list ...
0
votes
1answer
605 views

setting verticalScrollPosition not working

I have a VBox that I am populating programatically, After a particular event (dragDrop) I do some calculations, reorder some variables, then re-build the VBox. This all works great, but I want the ...