170 Unanswered Topics
Remove Filter ![]() | |
Hello, there. Before a lot of years, my main work in computer was made with Ubuntu because I have a computer without an official bought Windows version and I was afraid from a not legal work. When I bought this PC, in spite of that i made a double entry … | |
Hello everyone, I have a problem with my app when closing the gui-UI, that is developed in PyQt5. In my app I have 3 discrete threads and one of it using slot-signals for communicating with the gui. The problem I have is that when I close the gui, and the … | |
I've been studying the [XEmbed protocol specification](https://standards.freedesktop.org/xembed-spec/xembed-spec-latest.html#lifecycle), as well as [Gtk reference manual](https://developer.gnome.org/gtk3/stable/GtkSocket.html), but I'm having some difficulty. I'm using Gtk+ 3. I've created a Gtk socket, got its window ID, but that's where I'm stuck. I'm using C. If I understand this correctly, the program I'm writing that contains … | |
Have you guys ever met process so stubborn? It wouldn't close, no matter which tools/programs/commands you might use regardless elevation? Talking about Windows and Firefox. This is kind of story that made me irritate, get mad and laugh like an idiot at the end. It goes like this: I go … | |
To download streaming videos on window is very easy after all there are so many softwares to do that for you but on linux it is not soo easy. There is howevery this command line tool that helps you do this [youtube-dl](https://github.com/rg3/youtube-dl. But this command line tool lacks some features … | |
Assignment is as follows: **Create a GUI-based program to accept name of donor, name of charity, and amount of pledge from the user. Display a list of entries in a JTextArea or JTable. Submit the .java source file or files for this program. Do not use any package statements in … | |
I'm using Netbeans 7, JEE project with application client, stateless ejb with remote interface, and JPA entity clasess made from sql script. Interfaces are in separate library project which is referenced in ejb and client project. **And the problem is the remote method that use custom interface object made from … | |
I have a retailplus rp-capu-835 web cam which was working fine on this computer. This is an xp box with an asus k8v se motherboard. When I click on "MYComputer" and then click on USB Device #1, which is the camera, the MyComputer window freezes for about 60 seconds, then … | |
#1 - I'm a newb to java :( #2 Im having a problem getting getting my JTable to update when the user edits a cell. Im using a abstract model which is basically what the sun tutorial did word for word( i used a abstractmodel so i could make columns … | |
I created one download accelerator using vb.net. now I integrate that application in IE(i.e when user click on any download link it should open my application instead of normal download window. for example the system having Internet download manager(IDM) ,when we click on any download link in Internet explore it … | |
Here's one for you to try to figure out. I believe i've already figured it out but not real certain. I have this "HP Pavailion DV6000" "Service Tag DV6225US" "P/N:RP154UA#ABA" "S/N:CNF7020202DR" "Window's 7 32 bit "IE8* but did have "IE9" till I uninstalled it at my client's request. I hate … | |
Ok my question is: How I can create a window into my window.(My dialog is ready in .rc file) I want to complete my level editor for my new game but I've got problem with the toolboxes. I've got one white filled window with menu. Menu>>Tools>>Object Manager. When this is … | |
Hi all, I have been working with shadowbox in joomla which was working correctly but now it is not working as it use to.When i click on a hyperlink in a joomla page the content regarding that link should be shown in the shadowbox,but now it is showing in a … | |
i recently tried Gnu/linux musix ,which boots into command line interface.when i issue the command starx it returns some errors... "I830 dma initialization failed" "xf86vidmem:could not map framebuffer(0x400000,0*10000)(invalid argument) " i also tried replacing xfree86 by xorg but it gives the same errors. thanks in advance. | |
I am using Ubuntu 10.04. Every time I mount NTFS partition some folders by the name RECYCLER, $RECYCLE.BIN, System Volume Information and a file by the name Thumbs.db got auto generated. This is really cluttering up the partition. What could this be? I've tried hiding those folders but they always … | |
Hi everyone! ^_^ I'm learning Python with "[URL="http://openbookproject.net/thinkcs/python/english2e/"]How to Think Like a Computer Scientist - Learning with Python 2nd Edition (Using Python 2.x)[/URL]". I'm trying to use GASP & Pygame to do the practice excercises, but once the program runs, the window just keeps freezing, and I get an error … | |
Hi there, I'm using asp.net with the ScriptManager control from AJAX and some Javascript code., and came across this weird problem. The thing is that I have a page in which i placed the script manager and refreshed according to the interval of a timer. Some images are placed inside … | |
[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- saved from url=(0233)[url]http://employer.dice.com/talentmatch/servlet/TalentmatchSearch?op=201&dockey=xml/5/8/588dc5c2940163a08ac76fd58199497b@endecaindex&cskr=1&ranking=0&FREE_TEXT=oracle%2Boracles%2B&DESIRED_POSITION=%2B&RECENT_EMPLOYER=%2B&SCHOOL_NAME=%2B[/url] --> <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>About Steve Peters </title> <style type="text/css"> #wrapper { width: 318px; } #btnHeader { background-image: url( /assets/images/notes_head.gif ); width: 318px; height: 36px; padding: 0; margin: 0; font-size: 11px; font-family: Arial, Helvetica, sans-serif; … | |
I am not able to establish remote connections to SQL Server 2008 enterprise edition. I have followed and implemented a lot of tutorials available. These are the things i have done: 1. enabled TCP/IP connections in SQL configuration manager. 2. added a rule to allow inbound connections at port 1433. … | |
How can i relate a source file in a gdb command... Provided that i have two files: test.c test(executable) How?thx for answering | |
In my C++ program, I'm using ShellExecute command with last parameter as SW_SHOWMAXIMIZED to open a web page (.aspx). [CODE] ShellExecute(NULL,"open","http://localhost/WebApp/default.aspx?Page=0",NULL, NULL, SW_SHOWMAXIMIZED); [/CODE] The Internet explorer can open this web page in its maximized state if I did not set the Window Title of IE in the registry (HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\Internet … | |
I'm trying to close the form window and exit from the application, by using the following code The form is closed but the application is still running in the task manager. Can someone please explain why it happens? [CODE]Application.ApplicationExit += new EventHandler(OnApplicationExit); public void OnApplicationExit(object sender, EventArgs e) { Application.ExitThread(); … | |
[B]Any ideas on how I would could this to add the selection in each box and put it in the total charges label? [/B] [CODE] import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; /** The Main class creates the GUI … | |
Hello there I have this question. I have a PC with an old Pentium 4 and Windows XP installed on it. This PC has only 512MB. The Windows explorer's window gets really slow, almost stuck, whenever I browse "my images" folder inside of "my documents" folder. This "my images" folder … | |
I have written code to show records in a datagridview but it shows nothing. I have tried to debug & when it step into GetData function following codes [Code] Catch ex As Exception returnData = Nothing If connection.State = ConnectionState.Open Then connection.Close() End If [/Code] become gray & it shows … | |
I have a many faceted problem. I installed Roxio, but during the install, somehow my original configuration changed. Originally, I had [ C: ] ; [ D:(DVD) ] ; [ E; CD (R/W) ] now after the install, somehow it added a 'Local Disk (E:)' with 2 objects: "Recycled" and … | |
Hi, I have been working to build a new Linux distribution that runs off a live CD. The live CD is set up and runs a terminal. It can handle multiple logins. What do I need to do to get xfree86 with iceWM to work on it. Thanks, James | |
I am using ext4 filesytem on fedora 13 and also Windows 7. Tried linux internal reader, ext2fsd and many more to fetch data from ext4 partition but unable to do so. Can any one help to access data in Linux partition from Windows 7. Thank You | |
I thought I was secure, but earlier someone started remote controlling my PC while I was using it. They opened task manager and an open file dialog in an open acrobat reader window (by mistake I guess). In the filename edit box they typed "you got owned". This in the … | |
Hello everyone, i am having these problems for almost 3 days, i am trying to add a keyboard layout using gconftool-2, when i execute the commands i dont have any problem, the commands are: #gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s /desktop/gnome/peripherals/keyboard/kbd/layouts -t list --list-type string '[us,ara]' #gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s /desktop/gnome/peripherals/keyboard/kbd/options -t … | |
Hello, I have an issue where ie opens a new window to a random site on its own. But only if I am browsing the web. It does not open unless I have it open, then it randomly opens a new window on its own. I have looked in add … | |
First time posting; thanks for the welcome! Have been having all kinds of problelms lately (am in safe mode now) ran several programs (some things found; root kit?) ran Malwarebytes, SpyS&D, OIL, DDs, please checkk my logs; I tried deleting some things in HJT and they did not delete. I … Information Security api audio client-server dns flash google-api http-protocol microsoft-access microsoft-office microsoft-windows multimedia open-source pdf peer-to-peer posting-games social-media storage streaming-service tablet user-interface web-browser web-server window-manager windows-api windows-virus windows-vista | |
This is related to remote desktop over VNC. I'm not sure if this should be posted in the Desktop or Server section. I'm sure a mod will move this if necessary. In short, the problem is that CentOS 5 won't recognize PNG files. There are a few errors about it … | |
have a problem in VB Grid.. how to seek a value in VB DataGrid | |
background: I have a computer with 2 monitors. One monitor opens a web page to an inventory manager(M1). The other monitor has a web page with a display of available inventory(M2). When I update something on M1 and the page reloads I want it to automatically refresh M2. Currently I … | |
I got an old generic notebook. The spec is Pentium M 1.6GHz, 20GB hard disk, 512MB RAM, S3 graphic card, 85 keys keyboard and the OS is Ubuntu 9.10. Everything works fine but I seem can't find the keyboard layout for my notebook. It uses 105 key layout as default. … | |
I want to know what "nautilus -q" command does in linux. As I use this command from Linux command line, all the icons from the desktop disappears and even no mouse click works upon desktop. When I restart the computer only then all icons appears on the desktop as usual. … | |
Hey, I have a problem, if checkboxes is activated, it could be download packages ( Ubuntu ), would be necessary to verify to checkboxes and if it's true, then these packages, which should installed my system ( Ubuntu ). [CODE]#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (C) 2010 from … | |
Hi Pushkar Thanks a lot. The script manager works fine. I have a quick question, We have a java script function: [CODE] function openPickList() { var iMyWidth; var iMyHeight; iMyWidth = (screen.width - 350) / 2; iMyHeight = (screen.height - 200) / 2; //Open the window. var win = window.open("............. … | |
"Write an applet that draws the house (house Rectangle white, two quader windows black, triangle ruff white, rectangle door black. When the user user clicks on the door or windows, they should close, The figure should look clear ruff, clear house rectangle, clear door with door opener (circle black), windows … | |
Hi all I am making a code for folder lock, for that i made a unix code in notepad which makes a batch file of that but i am having a problem in this, when i run this batch file the folder converts into control panel shape.But i want that … | |
Hello! I'm trying to install an Oracle application onto Win XP SP2 and am getting the following error: user1.pin(20): OS_ERROR while spawning ifsrv60 -install Forms60Server port=9000 mode=Socket batch=yes Any ideas on this?? Having difficulty resolving this issue. | |
Hai Frnds, I am using RHEL 5 in my server and all my clients are in windows platform. I already configured samba server but i am unable to configure the proxy in my server, Plz guide me to do, i struggling in last 2 months. Thnks & Rgrds Lingam | |
hi, i'm currently working on a project that require me to read from several servlet/feed. i am able to read from one servlet but am facing problem reading from the second servlet. below are my codes (i only uses one .js file for the project and serveral .js files to … | |
In shared hosting you will share the same IP address with other users while in dedicated hosting you own your personal server and are responsible for its maintenance and security but that's not in shared hosting. Shared hosting is cheapest among them.In shared hosting as many users share same IP … | |
[QUOTE]Over time unused, but still installed, drivers can cause problems if they inadvertently become enabled. They can cause hardware conflicts or just cause the system to behave erratically. You can locate and remove any old and unused drivers by enabling a special feature in Device Manager that allows it to … | |
I keep getting redirected to goofy search engines and I have not been able to download spyware stuff properly. I have ran spyware and it has not fixed the problem: Here is the HIJACK THIS log file: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:55:35 AM, on 9/15/2009 … | |
I have been exploring netbook systems with various Linux distributions for some time now. I have tried (and still have loaded in one place or another) both Gnome and KDE "standard" desktops, the Ubuntu Netbook Remix, Moblin (does [I]anyone[/I] really like this? It drives me screaming into the night every … | |
I've seen posts on this, but here's my specific issues. When I log on, my taskbar starts out normal and then turns gray and I have no volume. My volume icon disappears and my Control Panel says that I have no Audio Devices. Here's my log from HijackThis: Running processes: … | |
I'm using netbeans and I have a problem. I'm using a card layout to flip between multiple windows. Two of these windows are wider than the others, and this cannot really be helped. Ideally, it would be best to design each window so that they are all the same size, … |
The End.