Hello,
I'm looking for some tool on windows/linux which draws the layout of the network I'm in. Btw, don't think I'm just a user in this network. I don't have any admin controls.
The command loadkeys dvorak '' ctrl:nocaps fires errors, apparently due to no sudo access, such as kdskbent: operation not permitted. The command dpkg-reconfigure is not permitted. How can I manually change the keyboard layout in console?
I'm wondering if there's any tools (preferably offline) that would allow me to layout all of the new equipment that will be going into several standard racks. Currently I'm using Excel to map out all of the slots columns for the data but I suspect that there is some better method of doing this. Suggestions?
Edit: Dell has an online tool, but…
I'm wondering if there's any tools (preferably offline) that would allow me to layout all of the new equipment that will be going into several standard racks. Currently I'm using Excel to map out all of the slots columns for the data but I suspect that there is some better method of doing this. Suggestions?
Edit: Dell has an online tool, but…
Hello.
I have one problem I've been dealing with for this week. You see, I'm new to Java, so that's probably it...
Anyways, I've started a project out of pure curiosity. I had it done in Java, but in plain CMD-style, which is not very pretty. It calls one of my ten programs, chosen by the user using "Case". Eg.: If you type 1, it will go to…
Hi everybody,
I made a script (using mootools library) that is supposed to overlay an image with a table grid and when each grid cell is clicked/dragged over its background color changes 'highlighting' the cell.
Current code creates a table and positions it over the element (el, image in this case). Table was used since I am planning to add…
I have a grid, 3 by 3 (3 rowdefinitions and 3 columndefinitions). I want some content (a StackPanel) in one of those grid cells to scroll. I'm fairly sure this is possible but I cannot figure out how. I've tried adding ScrollViewers and Scrollbar controls to the grid cell I want to scroll, but this usually ends up creating scrolling for the…
I am making an application that connects to our billing software using its API, and I am running into a few issues getting the layout working properly.
I want to make it so that when one of the expanders is minimized, the other window fills the gap, and when it is expanded again the other expander goes back to where it was. Right now…
Wrote an application for GoogleTV box to play a video. The video is a separate activity to the main activity.
Wired up a button on my main layout/activity to to start the video activity up (using its own video.xml layout), the video activity loads and starts playing, but the video is clipped, only showing a few centimetres of the…
Hi this is a new problem that I did not have a few weeks ago.
I have a Logitech Illuminated Keyboard running on Mac OS X 10.6 (Snow Leopard).
The problem is that I cannot type a tilde.
Instead when I press the tilde I get this character:
§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§§
I cannot for the life of me figure this…
I am using Windows 7 Ultimate on a Windows network. My default settings is Danish locale, Danish keyboardlayout, but English system language. I only have Danish keyboard layout installed (in Text Services and Input Languages).
However, at the login screen I can choose Danish and English, but whatever I choose Windows 7 changes…
There are many ways to make your application scalable in Web Browser window and align it in the center. Usually we use two Grid controls to align and panel control (like Canvas) to scale our apps.
Not the best solution
<UserControl … >
<Grid x:Name="LayoutRoot" Background="White">…
I currently have two languages set up; English and Dutch. The only difference is in keyboard input. The Dutch one uses the French/Belgian AZERTY layout and the English one uses the Irish/English QWERTY layout (@ = Shift+').
When a Belgian colleague needs to use my computer, I switch the language to NL (Dutch)…
I use a Kinesis Advantage with my MacBook Pro. While I use the dvorak layout when using the MBP's built-in keyboard the Kinesis has its own internal dvorak mode which assumes the host computer is using QWERTY.
Is it possible to have OS X change the keyboard layout depending on which keyboard is currently…
I'm a Dvorak guy.
I recently installed a new machine at the inlaws who are not Dvorak people.
I stupidly selected Dvorak as my Input Method of choice while installing OS X.
Now, all of the users I created default to Dvorak and need to go through the manual process of removing Dvorak as their Input…
I know how to have six symbols on one key thanks to this question: Xmodmap: Six characters to one key?
However, when I have two layouts and switch them, weird things happen.
I have the following (well, different, but this is easier to talk about) line in my xmodmap:
keycode 31 = a A b B c C …
Hello community,
I'm currently trying to add gridlines to a canvas. I need an exact free space between them, where I'd like to place something for hit detection per cell, maybe simply a transparent border or such a thing.
While I thought this would be an easy thing, I'm facing problems like…
I am using Ext.data.Store to call a PHP script which returns a JSON response with some metadata about fields that will be used in a query (unique name, table, field, and user-friendly title). I then loop through each of the Ext.data.Record objects, placing the data I need into an array…
I'm working on replacing an existing web grid in an ASP.NET web application, with a new implementation. The existing grid is powerful, but not flexible enough. It also brings with it all kind of frameworks we don't like to have on our web pages.
While looking into existing options I…
Hello friends,
I have a jquery grid columns defined like this..
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Trirand.Web.Mvc;
using System.Web.UI.WebControls;
namespace JQGridMVCExamples.Models
{
public class OrdersJqGridModel
…
Hello friends,
I have a button on the view.. I need to make disable based row count in the jquery grid..
that is if Rows are comming lessthen 100 I need to make Disable that button?
any idea about this?
here is my code..
<script type="text/javascript">
…
Im using c# .net , windows form application. I have a XML file which contains two columns and some rows of data. now i have to fill this data into a data grid view. im using a button, when i click on the button an open dialog box will appear. i have to select the xml…
I have a grid of a variable number of elements. Say 5 images per row and a variable number of images. I need to determine which column (for lack of a better word) each image is in... i.e. 1, 2, 3, 4 or 5.
In this grid, images 1, 6, 12 and 17 would be in column 1…
I have a layout that contains some text fields and has a background image that's displayed at the top of my activity. I'd like the background image to scale to wrap the content (don't care about aspect ratio). However, the image is larger than content, so the…