Search found 1339 matches

by priyank_bolia
Sat Jun 07, 2008 5:47 pm
Forum: C++ Development
Topic: Clipboard Monitor
Replies: 3
Views: 2309

Clipboard Monitor

How to receive clipboard modification alert. wxClipboardTextEvent will send only if the same application modified the clipboard.
by priyank_bolia
Mon Jun 02, 2008 10:15 pm
Forum: C++ Development
Topic: How to control system volume
Replies: 3
Views: 1691

The easiest solution is to use ALSA driver and use command line execution to control volume using amixer.

For anyone interested, GTK+ provides volume control:
http://library.gnome.org/devel/gtk/2.12 ... utton.html
by priyank_bolia
Fri May 30, 2008 7:26 am
Forum: C++ Development
Topic: How to implement multiple undo/redo for textctrl?
Replies: 5
Views: 2501

Thanks Jorg,
I'll try with that.
by priyank_bolia
Thu May 29, 2008 8:40 pm
Forum: C++ Development
Topic: How to implement multiple undo/redo for textctrl?
Replies: 5
Views: 2501

my application is not doc/view, also what would be the commands for textctrl
by priyank_bolia
Thu May 29, 2008 8:24 pm
Forum: C++ Development
Topic: How to implement multiple undo/redo for textctrl?
Replies: 5
Views: 2501

How to implement multiple undo/redo for textctrl?

How to implement multiple undo/redo for textctrl?
by priyank_bolia
Wed May 28, 2008 10:17 am
Forum: C++ Development
Topic: How to control system volume
Replies: 3
Views: 1691

Most of the links are windows specific, on windows I don't have any issue, as I am a windows developer. But I am talking about Gnome/KDE Also looking at audacity would be a heavy job, and also audacity is a media player itself, it don't control system volume, its controls the media volume (I guess s...
by priyank_bolia
Wed May 28, 2008 4:54 am
Forum: C++ Development
Topic: how to get the word beneth the mouse pointer
Replies: 2
Views: 1451

how to get the word beneth the mouse pointer

I need to get the word, when I click on any word in a text control. How to do that?
by priyank_bolia
Wed May 28, 2008 4:52 am
Forum: C++ Development
Topic: How to control system volume
Replies: 3
Views: 1691

How to control system volume

I need to change the system volume, how to do that.
No media control, I am not using any media, its a text to speech software.
by priyank_bolia
Tue May 27, 2008 8:07 pm
Forum: The Code Dump
Topic: Notebook control
Replies: 5
Views: 4044

I tried the latest sources but my event handler is still not getting called using: EVT_BOOK_PAGE_CLOSING(wxID_NOTEBOOK, TalkingclipboardFrame::OnPageClosing) though m_topbook = new Notebook(mainPanel, wxID_NOTEBOOK, wxDefaultPosition, wxDefaultSize, wxVB_TOP|wxVB_HAS_X|wxVB_TAB_DECORATION); m_topboo...
by priyank_bolia
Tue May 27, 2008 5:25 am
Forum: The Code Dump
Topic: Notebook control
Replies: 5
Views: 4044

Is the EVT_BOOK_PAGE_CLOSING broken?
my event handler is not getting called :(
by priyank_bolia
Wed May 21, 2008 7:13 pm
Forum: Platform Related Issues
Topic: Ubuntu, where is setup.h?
Replies: 5
Views: 2017

Did you installed using the Synaptic package manager or what? setup.h is used for compiling the wxWidgets libraries, ubuntu comes with pre-compiled libraries (I think so). If you are compiling wxWidgets using the downloaded package, then the setup.h will be in your build folder, just search that dir...
by priyank_bolia
Wed May 21, 2008 5:30 am
Forum: Compiler / Linking / IDE Related
Topic: Compiling Samples under Ubuntu?
Replies: 1
Views: 1114

Compiling Samples under Ubuntu?

How to compile the samples under Ubuntu, when I go to the samples directory and issue make, it does not work. priyank@priyank-laptop:~/Projects/wxGTK-2.8.7/samples/aui$ make all Makefile.in make: *** No rule to make target `all'. Stop. priyank@priyank-laptop:~/Projects/wxGTK-2.8.7/samples/aui$ make ...
by priyank_bolia
Tue May 06, 2008 5:11 pm
Forum: Open Discussion
Topic: Run existing windows application on linux
Replies: 3
Views: 2235

Wine big brother: codeweavers
by priyank_bolia
Tue May 06, 2008 4:28 pm
Forum: Open Discussion
Topic: To use wxWidged on windows , which IDE should be used ??
Replies: 5
Views: 7419

You might be interested in: http://priyank.co.in/articles.php?cat_id=1
by priyank_bolia
Mon Apr 28, 2008 4:14 pm
Forum: Open Discussion
Topic: Linux IDE
Replies: 17
Views: 12806

It worked finally, the problem was indeed the spaces in file path.