Forum Moderators: open
Anyways, I'm wonderring if some ppl can give me a user model to work with.
You cann't drag and drop, and at the moment resize (working on it). You have three elements. You want to create a layout that will be:
<tr>
<td rowspan=2></td>
<td></td>
</tr>
<tr>
<td></td>
</tr>
Here's what you CAN do: click on an item to pick it up. click again to drop it.
Describe how you would create a two column, two rows layout.
The first dropped item fills the region (width: 100%, height: 100%).
The second dropped item falls ON the right of the first item. Hence, the first item's width cuts in half and the second item fills the free space.
The third item falls OUTSIDE the first but ON the second's bottom half. Hence, the first stays as it is. The second's height cuts in half and the third takes the free space.
Sound reasonable?
Here's the alpha prototype. Plz. excuse the URL. Lotsa bugs. I know 'em. Just, does the method used to split make sence?
[orb.rr.nu...]
^-- Personal test server/MLDonkey web interface. Most things are password protected (now), so don't f*ck with my machine plz?
I couldn't get to your project, but I hope that this helps.
-Chris