Programming :: GTK+ Button Not Showing?

Feb 22, 2011

the button btnQuit;Is not showing up on the main window.. Can somebody explain why?? Code below.. I don't want no functionality yet, just displaying it on the form..

Code:
#include <stdio.h>
#include <gtk/gtk.h>

[code]....

View 4 Replies


ADVERTISEMENT

Ubuntu :: Close, Minimize And Maximize Button Not Showing?

May 2, 2011

i have upgrade 11.04 it not showing the close,minimize, maximize buttons in any windowshow to fix this.

View 9 Replies View Related

Programming :: Launching A Terminal Command With A Qt Button?

Feb 9, 2010

I've created a QT interface with some buttons and labels, and i want to launch a terminal command with one of these buttons,but the command maust starts with "sudo",unfortunately it didn't work because it wants root password and i can't enter it even in the Button cammand....

View 6 Replies View Related

Programming :: Handle Keyboard Button Pressed Signal?

Jul 4, 2011

I'm learning Signals, and I have a question:

Is possible to make a handle when I press any of the keyboard buttons?

The SIGINT handles the Ctrl-C combination, but I want to handle if any keyboard button was pressed.

View 3 Replies View Related

General :: Mouse Button Programming - How Two Smaller Buttons Addressed

Apr 14, 2010

I have a Logitech ambidextrous trackball, with a left and right mouse button. The trackball device also has two smaller left and right buttons. I'd like to know how those two smaller buttons are addressed. Ultimately, I'd like to assign certain keystrokes to them, to make work faster. For example, ALT+<right arrow> moves a browser back one page. how to name these keys, or whether/how I should address this USB mouse. FWIW, I'm actually using it through the PS/2 mouse adapter, since that doesn't take a USB slot.

View 1 Replies View Related

Debian Programming :: Trigger Interrupt With Middle Mouse Button In Terminal

Feb 2, 2015

Ctrl-c with middle mouse button (MMB) trigger in running bash script trigger.

The key combination Ctrl-C or "^C" with the keyboard triggered on a running bash script stands for "signal interrupt" (SIGINT) and terminates the process.

For my workflow in the test phase, how I could do that with the MMB-Buffer, followed by the modified script command:

Code: Select allscript runs
script runs
script runs

Signal interrupt and rerun with MMB trigger:

Code: Select all^C; ./script.sh
modified script runs
modified script runs
does not work and 2 hours meta-crawlers

View 1 Replies View Related

Debian Configuration :: Disable Middle Mouse Button Paste Action-not The Whole Button?

Apr 1, 2011

While searching the net I found how to complete disable the functionality of the middle mouse button but I need this button for many other uses.I want to disable only it's paste action.

View 2 Replies View Related

General :: Multi-button Mouse On X11: How To Configure Several Buttons To Act As The Middle Button

Mar 17, 2011

I know how to make another button act as the middle button but how can I map several mouse buttons to the middle button? xmodmap complains if I repeat button numbers in the pointer option.

View 2 Replies View Related

Programming :: Open Gnome Terminal (pass Commands ) On Clicking Glade Button

Dec 18, 2010

I am working on a small project for making a small configuration tool for ubuntu 9.10 for new linux users, that make their system working easily without knowledge of the linux commands.I created a gui in glade and loaded the gui with my python program to show up, now i wish to have some python codes that can launch a gnome terminal (and also pass some linux commands to it) on the click of a button contained in the glade file.

View 1 Replies View Related

Ubuntu Networking :: Button To Enable Wireless Is A Touch Button?

Jan 20, 2010

So I have a intel wifi link 5100 , the drivers should work BUT iwconfig doesn't show my card ..

However doing a ' sudo lshw -C network ' command , it DOES show my wireless card is recognised but not enabled and here is where the problems start ..

I have a touch button on my laptop to enable/dissable it And when I touch it in Ubuntu it doesn't light up like in W7

How can I enable it :s? I really want to use ubuntu !

View 9 Replies View Related

Programming :: FORTRAN77 Code Not Working - Showing No Error

May 17, 2010

I have written FORTRAN77 code,also a makefile. But is not working at all. how to start looking for errors?

View 9 Replies View Related

Programming :: Mingw - Looking A Command Showing The Version Of A Dll File?

Mar 16, 2011

Several mouth a go I've found a command in the mingw package who was able to give me the version of a dll file.

or is there a document which list what each command of the mingw package does?

View 2 Replies View Related

Ubuntu :: No Close Button Minimize And Maximize Button?

Apr 19, 2011

i m using ubuntu 10 .10.for 2 weeks it was working fine yesterday onwards it changed.tried all themes but still i cant drag the window to make it small in sizethere is no close button minimize and maximize button in all the application and files[URL]

View 1 Replies View Related

Programming :: Java Application Compiled Successful, But No Data Showing?

Jun 11, 2009

I am currently taking a Java class and I am not understanding it very well. I have compiled the following program, but it will not give me any data back to where I input the employee name, hours, rate. Can you look it over and tell what I am missing? I have been working on this for about 7 hours now and I have been reading and researching and just can not seem to know what is missing.

public class Employee
{
public static void main( String args[] )

[code]...

View 4 Replies View Related

Fedora :: Evolution 2.32.2 - Not Showing Html Websites Showing Up In Email Like Venison Sending A Promo

Aug 7, 2011

Having one issue with evolution not showing html websites showing up in email like verizon sending a promo. I have gone to edit, preferences, mail preferences, html messages and have always load images from the internet chosen. I have also added sender to contacts. Even if I right click message and tell it to dload images it doesn't.

View 1 Replies View Related

Software :: USB Mounting Error In Ubuntu 7.10 / Showing Cant Mount When I Clicked Details Its Showing Bad Blocks?

Dec 12, 2008

I would like to know when usb inserted, its showing cant mount when i clicked details its showing bad blocks in beginning , and smething in /dev/sd6. Can i knw why usb drive cant be mounted automatically , even if its set to do so, and to cope the error mentioned above

View 1 Replies View Related

General :: Screen Not Showing On Laptop But Showing On Projector When Connected

Apr 18, 2011

When I try to connect a projector to my laptop (already running) and hit the fn+f7 (the designated button for switching screen), nothing happens. I see "no source found" on projector screen and my laptop screen works perfectly. Now if I restart the laptop with the projector connected, I see all the intial booting messages on the projector screen (not on my laptop), then the gnome login screen appears on both the projector screen and laptop (when the login screen appears on laptop it looks like it has lower resolution than my usual laptop resolution). But immediately after I log in, my laptop screen goes blank, and projector screen becomes the only active screen.

If I restart without the projector, again all normal operation on laptop screen is restored.

I feel like I am missing some very silly options. Any help is appreciated.

Here is the output of xrandr when the laptop is connected:

Code:

View 3 Replies View Related

Programming :: LINUX "hacx": Click On A Button Of PHP Webpage?

Jul 18, 2010

I am working on a piece of html/php code. With a specific moment of the week, I would like that linux click on the button : RESET

( indicated with
Code:
<INPUT type="submit" name="bsubmit" value="Reset">

[code]....

View 1 Replies View Related

Ubuntu :: The "Close" Button From Window Button Applet In Panel Has Vanished

Feb 3, 2011

i was so happy using the window buttons applet in gnome panel. it was working fine in maximize window , now suddenly i find the close button has vanished i tried to remove and re install, changed theme and all the jugglery within my limits... have absolutely no idea what went wrong, any clue ? to get back the "CLOSE" button ? its funny with just the minimize and restore button visible in maximised mode... its the close button i use most in maximise mode

View 1 Replies View Related

Programming :: Get The "Next" Button On A Webpage In PHP And MySQL?

Feb 3, 2010

I have a table full of stuff which I want to print on screen 5 at a time, with a "next" button for the next page - how do I do this?

The list for each page is obtained with a: SELECT NAME FROM table LIMIT $start, 5;

which is simple enough, then I think I need to do a :

SELECT count (*) FROM table ;, and check if there will BE a "next" page, and then generate the link for that at the bottom of the page - how do I do this?

View 1 Replies View Related

OpenSUSE :: No Close "X" Button Or Resize Button In The Top Right Corner?

Jan 7, 2010

I'm running SuSe 11.2 32 bit. I noticed today that what ever program, window, or what have you I open there is no close "X" button or resize button in the top right corner.

View 9 Replies View Related

Programming :: Valgrind Output Showing Addresses Not Code Against Errors - 2 Errors From 2 Contexts (suppressed: 0 From 0)

Feb 26, 2010

I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.

The output is

==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.

[code]....

View 1 Replies View Related

Hardware :: Hp Dv4 Wireless Button Not Responding / Button Turn Wireless On And Off Itself?

Sep 11, 2010

For some reason my button to turn the wireless on or off turned itself off. It's orange when off and blue when on. I tried rebooting but that didn't work. I need to turn it back on to get my wireless working again.

View 1 Replies View Related

Programming :: Showing Process Id But There Is No Such Process?

Nov 9, 2010

I have a shell script to identify whether the process is running or not. If the process is not running, then I execute another script file to run my application. Below is my script and saved this script as monitorprocess.sh

Code:
#!/bin/bash
result=$(ps -ef | grep -v grep | grep "applicationname.sh" | awk '{print $2}')

[code]...

View 14 Replies View Related

Fedora :: Where Has Shutdown Button Gone?

Feb 10, 2010

I run fedora 11, on KDE recently after an update the option to shut-down or restart has disappeared, I have to log out and then shut down. Its things like this that make me think fedora is emulating Microsoft grrrrrr. How do I get it back? Why was it removed in the first place?

View 1 Replies View Related

Fedora :: No Shutdown Button

Jul 14, 2010

After the latest batch of updates on f13 I no longer have a shutdown button and have to log off before I can suspend my machine. Where has it gone?Pressing the suspend button on my keyboard does actually suspend the system whilst logged in.Ok, after a reboot it's come back, why?

View 2 Replies View Related

Fedora :: How To Zip Using Right Button In Nautilus

May 30, 2011

how to compress files by using the right button and selecting something like "Compress to zip". This feature is present in Thunar and most file managers but I can't find how to enable it in Nautilus.

View 4 Replies View Related

Ubuntu :: How To Set Button On Wacom CTH-460

May 12, 2010

I just upgraded to Lucid and reinstalled Wacom driver for my CTH-460 Bamboo, but I cannot set Button1 to PagUp..... I tried these cmd:

1) xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button1 "key core pgup" But I receive msg: Invalid key 'CORE'

2) xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button1 "core key pgup" (swapping core and key keywords) But I receive msg: Invalid key 'pgup'

I tested also using pagup instead of pgup with the same results; so I used xsetwacom list mod in order to see which modifiers could be used, but unlikely i got the msg: unknown argument to list

UPDATE: If I send xsetwacom set "Wacom BambooFun 2FG 4x5 Finger pad" Button1 "CORE KEY ALT F2" all works fine! I'm lost.

View 2 Replies View Related

Ubuntu :: Log Off Button Disappeared?

Jul 13, 2010

Basically what happened is that I installed ubuntu 10.04 a few weeks ago. At some point, there were two gwibber icons in my task bar, one covering my "log off" button. (Not sure what the term for that is.) I restarted and it was fine, then it appeared again. I then shut gwibber via console, and since then my log off thing has not yet reappeared, i.e. I am constantly shutting down in console. What can I do to have that button back?

View 2 Replies View Related

Ubuntu :: To Add Shutdown Button Again

Feb 1, 2011

The widget ,which comes in the right hand side corner of the panel in ubuntu for the shutdown and logoff, i have deleted it by mistake. I want it back.Can somebody guide me to get it back.I have attached the screenshot of which i am talking about. I have marked in Red.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved