Computing desk | ||
---|---|---|
< June 18 | << May | June | Jul >> | June 20 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
what is protocol —Preceding unsigned comment added by 24.10.124.11 (talk • contribs) 00:29, 19 June 2007
I need a quick lesson on programming a flash app for my TI-84. where can i find one, or can someone give me a quick one here.
I am trying to create a cash register of sorts that counts number of sales of each product.
thank you, Omnipotence407 01:44, 19 June 2007 (UTC)
Yeah, everything looks like greek to me. I can program in the normal programs but i want to be able to track what i run through, something i think works bestin an app so id doesnt suck as many resources. Omnipotence407 01:27, 21 June 2007 (UTC)
What are codecs and where can you get it from?
124.183.39.98 08:08, 19 June 2007 (UTC)
every time i try to open my yahoo mail i receive this messsage on the address bar.is my email been blocked or sumthin? http://us.mg2.mail.yahoo.com/dc/system_requirements?browser=blocked
I've set up my own custom tiny linux system under parallels for mac. Now, I would like to take the (30mb) virtual hard drive and copy it ontu my memory key. Does anyone know how to do that...?--67.181.167.227 16:14, 19 June 2007 (UTC)
Hi, my desktop icons all appear weird - they all have a white box over them (see right). Does anyone know how to fix them. I'm running Vista, and wish to see no smartass comments from anyone about "move to Linux/Mac", thank you. Vista is awesome and has been so since I installed it three months ago, this is the first problem I've had. I tried changing the colour from 32 to 16-bit and back again to see if that would force the icons to redraw, no dice. I've also restarted the computer, and also tried changing the icon, still no luck. Every icon has one of these weird white boxes over it (I don't know what they are called). When I refresh the desktop (right click, hit "Refresh"), they appear normally for a fraction of a second before the white boxes appear again. The shortcuts all do actually work, though, still. Any ideas? Neil ╦ 16:44, 19 June 2007 (UTC)
Is there any way to be able to change the parent's render attribute without affecting its children? I am using the most recent stable versions of JSF/Facelets and I wouldn't be opposed to using an outside library. Basically, what I am trying to do is:
<h:inputTextArea> <h:outputText>#{ManagedBean.value}</h:outputText> </h:inputTextArea>
, where it would only render the text area around the outputText if ManagedBean.edit = "true". Also, there would be an outer h:form element which would only render under the same circumstances as h:inputTextArea. If ManagedBean.edit = "false", it would only render the h:outputText.
Thanks for your help.
149.173.6.51 20:12, 19 June 2007 (UTC)
I've got a Logitech Extreme 3D Pro Joystick. (Actually, I've had two of them; I bought a new one yesterday.) The new one is recognized by Windows and Mac, but not by Linux. (Debian 2.6.8-2-686.)
I had the exact same joystick a little while ago, and Linux recognized it just fine. /dev/input/js0
was created, and I could read from it to my heart's content. But the new one I bought yesterday is not recognized at all. Unfortunately I don't have access to the old one at the moment to confirm whether it still works.
When I plug the new one in, I get
kernel: usb 2-1: new low speed USB device using address 2
kernel: drivers/usb/input/hid-core.c: ctrl urb status -2 received
in /var/log/messages
. Sometimes (but not all of the time) I also get
hal.hotplug[4608]: timout(10000 ms) waiting for /devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0
But it does look like somebody's waiting too patiently for a response that never comes. I never get a recognition message in the log file confirming the manufacturer and product name, and I never get any new device files appearing in /dev/input/
. Sometimes the whole input subsystem gets hung, and my regular mouse (which is also USB) stops responding, and I have to reboot. This is happening on two different Linux laptops (both Debian 2.6.8-2-686).
Anyone seen anything like this before? Is the driver too sensitive to some timing issue with some models of this joystick? Is the particular joystick I have maybe borderline, and Windows and Mac just have better luck talking to it? (I hope not, because I'll have a hard time convincing the store to take it back with that kind of Linux-specific failure mode...) --Steve Summit (talk) 20:35, 19 June 2007 (UTC)