Tagged Questions
The notebook tag has no wiki summary.
12
votes
14answers
4k views
Ultra-Portable Laptop or Tablet PC for Development and Sketching
I am a software developer that primarily writes in PHP, [X]HTML, CSS, Javascript, C# and C++. I use Eclipse for web development, Visual Studio 2008 for C++ and C# work, TortoiseSVN, Subversion server ...
10
votes
2answers
101 views
Mathematica's spacing of symbol accents when typesetting mathematical formulas
Mathematica appears to have difficulty horizontally aligning accents (e.g. bars, hats, and tildes) when placed on top of certain mathematical symbols.
Here's a simple example:
Using the ...
10
votes
11answers
5k views
Programming on the Asus EEE Pc in Visual Studio
Has anybody tried programming on the EEE Pc in Visual Studio?
I'm considering buying one so I can show some apps on the fly, but also make small changes to them if necessary, without the ...
9
votes
1answer
267 views
Reattaching pages to a Notebook in GTK#
I'm using a Notebook widget to pull off a tabbed file view, and I've added code to allow detaching pages from an existing Notebook, which spawns a new window with a separate Notebook, containing just ...
8
votes
1answer
130 views
Automagically generating notebooks with collapsed sections
The code block below
CreateDocument[{
TextCell["Title", "Title"],
TextCell["Subtitle", "Subtitle"],
TextCell["Section 1", "Section"],
TextCell["Section 1.1", "Subsection"],
...
6
votes
2answers
270 views
What generates the In/Out CellLabels in Mathematica and how can I add automatic Timing to them?
When Mathematica evaluates a cell, it gives the Input cell and Output cell the CellLabels In[$Line]:= and Out[$Line]= where $Line is a counter that gets incremented on each evaluated input.
If you ...
5
votes
1answer
125 views
Is there a way to access DELL XPS media buttons programmatically
If you have seen a Dell XPS in actions you probably have noticed its nice media buttons above the normal keyboard:
They are flashing when the notebook is starting and when you touch them.
Does ...
3
votes
4answers
2k views
Take picture using webcam from command line
I have a Logitech webcam (QuickCam Pro for Notebooks), and I'd like to take a snapshot using the cam from a command line.
Does it have any command line interface?
If not, is there an API that will ...
2
votes
0answers
115 views
Mathematica Notebook Navigation Shortcuts [closed]
I really enjoy structuring my Notebook with different part & sub-parts, however, I have not yet found the shortcuts to navigate it efficiently.
For example :
-How to go from one paragraph to ...
1
vote
1answer
67 views
Widget to Display subprocess stdout?
I have a python based tkinter script which executes some commands using subprocess module.
I need to display the standard output on the GUI itself.
Since I am new to tk (One week Bold :) ), I need ...
1
vote
2answers
895 views
How do I limit the number of options displayed in an HTML Select element dropdown menu?
Essentially the length of the HTML Select drop down is exceeding the screen on notebooks, I've checked and different browsers allow different amounts of options to be displayed before it turns it into ...
1
vote
1answer
420 views
Python/Tkinter: Using the new ttk.Notebook widget (custom font, trapping tab focus/mouseover)
I'm using the new ttk.Notebook widget available in Python 2.7 and Python 3.1.
I'm struggling with the following tasks:
How to change the font associated with notebook tab captions. I want to use a ...
1
vote
3answers
227 views
Need help with wxPython, NotebookCtrl in particular
I am trying to write a non-webbased client for a chat service on a web site, it connects to it fine via socket and can communicate with it and everything. I am writing a GUI for it (I tried writing it ...
1
vote
2answers
132 views
Why “netbook OSs” just run on netbooks?
What are the differences between a Netbook and Notebook? Is it CPU architecture? What are differences between a netbook CPU architecture and notebook CPU architecture?
1
vote
2answers
454 views
Using the ttk (tk 8.5) Notebook widget effectively (scrolling of tabs)
I'm working on a project using Tkinter and Python. In order to have native theming and to take advantage of the new widgets I'm using ttk in Python 2.6. My problem is how to allow the user to scroll ...
1
vote
3answers
570 views
PyGTK: Packing widgets before tabs in a gtk.Notebook
Basically, what I want to do is put some buttons before the tabs in a gtk.Notebook. I tried making my own notebook type widget and it worked well, but it would have required lots more work to make it ...
1
vote
2answers
571 views
Adding/removing notebook pages in PyGTK/GTK on the fly
How to refresh a notebook on the fly?
I have an application which is supposed to have various number of
pages according to the data in the underlying model. In order to
synchronize the appearance of ...
0
votes
1answer
19 views
wxpython get currently selected notebook tab label (not index)
I have an EVT_NOTEBOOK_PAGE_CHANGED function to alert me when the tab changes, but I can only get it to tell me the index of the notebook tab:
self.Bind(wx.EVT_NOTEBOOK_PAGE_CHANGED, ...
0
votes
2answers
61 views
How to get (childless) “tabs” in a pygtk application
I am facing the problem to need tabs in a pygtk app. Pretty much just like gedit has, but without any per-child widget content.
I’ve come across gtk.Notebook, but that requires me to put a widget for ...
0
votes
1answer
52 views
How to disable or apply custom menu to GTK (PyGTK) Notebook pages?
I am trying to apply custom menu to tab pages on my notebook control. I need to be able to select certain specific action for the entire page and i figured the tab label would be the best place to ...
0
votes
0answers
76 views
WxPython: Using a Code Snippet to Switch between NoteBook Pages on a Button Event
Does anyone know the method by which I would switch from one page to the next in a wxPython NoteBook? My goal is to automatically cause the first page to switch to the second one when a "start" button ...
0
votes
2answers
529 views
Trouble with CUDA on notebook with Optimus
I've installed CUDA toolkit v4.0 RC2 on my ASUS N61J with GeForce GT 325M (Win7 x64).
Managed to integrate Cuda with Visual Studio 2010.
I try to run an example code stolen from here ...
0
votes
0answers
48 views
GTK-win32:problem with scrollable and homogeneus properties in notebook
I´m working wit the notebook widget of GTK 2.18 on WinXP.
When i active both homogeneous and scrollable properties, the tabs are draw outside of the tabs boundaries (over the rigth arrow).
I´ve ...
0
votes
0answers
96 views
Suggestions for a nice&small - high battery life programmer notebook [closed]
I'm planning to buy a new notebook since the Toshiba I have now sucks in battery life.
I'm a web designer & programmer, and the main features of the notebook should be:
High battery life
Small, ...
0
votes
1answer
196 views
Why do we use graph paper? [closed]
Question just occurred to me today. So many folks in computer science/engineering and related disciplines always seem to be drawing/writing on graph paper. As I write this, I have 3-4 pads sitting ...
0
votes
2answers
506 views
Simulate Fn+F11 key press
Can you tell me how I can simulate key presses Fn + F11 on a laptop? Do I have to write a driver, or something like that?
The platform is Windows XP Pro SP3. Programming Language is C/C++. The ...
0
votes
1answer
203 views
How to make tab text orientation of a notebook vertical (in gtkmm)
I want my notebook tab labels to be rotated by 90°.
I tried the set_angle() function of Gtk::Label but it doesn't work:
#include <gtkmm.h>
int main(int argc, char *argv[])
{
Gtk::Main ...
0
votes
1answer
1k views
Python Tkinter Tix: How to use ScrolledWindow with grid in Tix NoteBook
I'm adding several widgets to a Frame which is located in a tix.NoteBook. When there are too much widgets to fit in the window, I want to use a scrollbar, so I put tix.ScrolledWindow inside that Frame ...
0
votes
2answers
434 views
PyGTK: How do I make a custom widget look like a gtk.Notebook tab?
I'm writing a program and I need some extra functionality from the gtk.Notebook widget, so I have taken to creating my own.
My only problem is styling my tabs so that they look like the tabs in ...
0
votes
1answer
109 views
Configuration of Java Developer's Notebook
For Java Platform, i use Eclipse Galileo IDE, Jboss Tools plugin, SpringSource IDE, MyEclipse IDE, Tomcat as Service, Mysql as Service, Oracle Sql Developer Client, Netbeans, Aptana Studio, also ...
0
votes
2answers
542 views
How to adjust the brightness of the screen on notebook displays
I have a slide bar to adjust the brightness of the screen on notebook displays in my application, but I found those articles from internet are adjusting the Gamma value, the behavior is not really ...