127 Topics
I just try to attach GIF file to a post. Server attempted or uploaded and rejected the image, but pop up window went blank. After that I seen there is a limitation in dimension of uploaded documents. Resize did the trick. Point is, after failure to upload document pop up … | |
Last few days I'm having problem open daniweb page. Anybody else with same issue? | |
[B]This is not a question just small challenge[/B] if you interest in improving provided solution and feedback for me. I just went back to some assignment I did at university and one of these been design phone book for mobile device with use of Java Microedition (JME). At the time … | |
After numerous issues with my first hosting I got new deal. Now I want to get my blog move to its new home, but I hit the wall with simple WAR deployment Here is catalina.log [code]INFO main org.apache.catalina.core.StandardService - Starting service Catalina INFO main org.apache.catalina.core.StandardEngine - Starting Servlet Engine: Apache … | |
| |
Last night (yes night, I'm in UK) I downloaded Windows 7 and got the activation key. After that I ran search & rescue mission to locate my 2nd HDD. Installation took just 20 min, that was little surprise. As I never "infested" my PC with Vista I'm left only with … | |
I know I should probably post this in Web Services of Web Development, but this may be beneficial to others that are trying to lean something about it too. I'm getting lot of strange behaviour from this assignment that at this point I'm willing to throw it away and never … | |
I have two questions ( these may be very simple, but I'm concentrating on different things so I need somebody push me in right direction as not to waste time, bold said but that is reality) [LIST=1] [*]Passing object from top component to lower ones I have GUI where after … | |
I tried to follow [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html]Creating Apache Axis2 Web Services on NetBeans IDE[/url]. It worked for me till the point of [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html#deploy_axis]deploying an Axis2 web service to the server[/url]. Once I select [b]Test Operation in Browser[/b] it does give me following Warning [code]Unable to open web service tester page: http://localhost:8080/axis2/services/HelloAxisWorld/hello?name=XYZ Make … | |
In the JFrame I have two components JMenuBar and JPanel. A selection in one of the options in menu bar change the content of panel as [code=Java]JMenuItem jmiAddEmployee = new JMenuItem("Add Employee"); jmiAddEmployee.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ae) { mainPanel.removeAll(); mainPanel.add(addEP); validate(); } });[/code] This will replace the content, … | |
I working on assignment to create bank management GUI with swing. Right now I'm messing with login. Instead of using JDialog as many may suggest to use I used JFrame. [attach]8150[/attach] In case of any error messages on login attempt I wanted to display error above all previously displayed content, … | |
I was under impression that declaration of [icode]char(4)[/icode] can store only values of [B]exact length[/B] of 4 characters. However I was able to insert empty string and strings of less characters than 4. Is there some datatype that will only accept string of declared length? Strings with less characters should … | |
I made fresh installation of Windows XP Pro which previous times went without any troubles. However now I'm getting error 0x80096010 and I'm not able to install any software, if I try I get message such as "Extraction failed. File is corrupt." I tried to check certificates as many discussion … | |
Now I do not think that even Dude can pull better hat-trick then this... [url]http://www.break.com/index/evolution-of-the-wedding-dance.html[/url] ([I]For these who want to move fast forward with action, jump to 1:20[/I]) | |
:o Hi there!!!!!! May I ask for help? After holidays all my C++ knowledge gone. What I need is to create string from integer number and another string as STRING = INTEGER + SUFFIX where INTEGER is 5 SUFFIX is than 'th' so STRING is 5th | |
I created menu for mobile phone, where after you make move screen should be repainted and after that a sound should be played. However at present stage sound is played first and just after that Canvas view is repainted. Bellow is skeleton of the class [code=Java] public class ContactMenu extends … | |
I'm working on an application that simulated process of writing text message on mobile phone. On the canvas I first draw already typed message. If any and on button pressed I retrieve correct set of characters. Here I'm able to loop through them and highlight currently active/selected character. However I … | |
I'm trying to get character "2936" printed out ( it is the arrow on your big Enter of the keyboard) as seen in Unicode charts [URL="http://unicode.org/charts/PDF/U2900.pdf"]Supplemental Arrows B[/URL]. However it does show as question mark. Suggestions? [code=Java] public class PrintCharacters { public static void main(String[] args) { String[] one = … | |
I yet did not master the skill of concurrency better say I failed on first attempt and since then did not tried, therefore I'm asking for help. Currently I working on JME application where I need to load mp3 files into Player. I'm able to do it with one file, … | |
After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. This tutorial is not intended to teach you everything from top to bottom, it is just a starting point to … | |
Everybody, enjoy the freedom of the information With compliments from my ::DFC:: friends | |
Does anybody know how to setup PHP on Tomcat 5.5? I found this tutorial [URL="http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/"] http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/ [/URL] but i can't get it work. Can somebody help? Thank you | |
I'm with UK Be there. Since their maintainance work on 16 May I'm having random packets lost when using streaming media (online radio or TV, playing online games). When I loose some packets I will not get disconnected, router lights remain on, but I will be kicked from server or … | |
I have some webspace that I used so far for university assegnments. I would like to to convert it to blog website where I will place some rants, codes and some maybe for somebody interesting info that I find along the research path of my MSc project. Website will be … | |
Just now spoted how nicely you implemented members post count dani. It does not change on all posts, just increase on the new one. Great job and thank you :* | |
Seems to me that rating box shrinken down. Rating titles used to be next to stars, where in attached screenshot they are in some cases actually bellow stars. Is this supposed to be like that or some width parameter sliped by control process | |
Girlfriend would like to learn about MySQL. Can you recommend any book that purely deal with MySQL? No adds on as PHP or any other web developing technology? I know there are many sites with great tutorials but she insist on book so I have the "pleasure" to find the … | |
When you get mouse over link to thread in forum sections the usualy nicely formated pop-up box has no background and text is streched accros rest of the page. Please see attachment ![]() | |
I need to find out what is currently hold in PictureBox.Image property and take action as necessary. I tried various things but can't get it work Compare it with PictureBox which Image is set to null [code=c#] PictureBox emptyImg = new PictureBox(); emptyImg.Image = null; //Compare myPictureBox.Image.Equals((Bitmap) emptyImg.Image) [/code] Compare … | |
Is there a way to set exact coordinates for background image or it is limited to layout options? | |
I need to retrive value of the variable to which has been assign value on click event. The value is dynamicaly read from xml. I know that correct value is assign to propertyNum as I tried command [ICODE]document.write(propertyNum);[/ICODE] after value assign to just check it. [code]<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" … | |
[URL="http://www.peterscorner.co.uk/christmas.wmv"]http://www.peterscorner.co.uk/christmas.wmv[/URL] | |
Just getting into XML and other X-stuff so this may sound little silly as I'm thinking more ahead of I'm currently reading and able to do, but here it goes...:twisted: Take simple example of CD collection. Currently with use of XSL i'm able to display my XML document as table … | |
[B][COLOR="Red"]Merry Christmas and Happy New Year![/COLOR][/B] [B]I wish you all the best in your personal and professional lifes... [/B] | |
I was long looking for some help with my wireless on the laptop and finaly I found good tutorial at this place [URL="http://untitledfinale.wordpress.com/2007/10/22/update-ieee-80211-and-ipw2200-on-ubuntu-gutsy/"]http://untitledfinale.wordpress.com/[/URL]. Now after long I have briliant working wireless, better quality then ever. Hope this help somebody | |
We been asked to develop GUI for mobile pc 2003. Just interface, which is no problem. Part of my interface are some ComboBoxes. I found the way to add elements to them, but strangely I can't figure out how to force combo box to display selected element in the box. … | |
Will be this forum directly linked to daniweb user database or do we need to create new account? | |
Is there any other IDE for Windows CE development besides Visual Studio? | |
Just seen that post count may not work properly. For example this guy [URL="http://www.daniweb.com/forums/member172816.html"]http://www.daniweb.com/forums/member172816.html[/URL], it shows that he made 2 posts but when you search for them it actualy find only one(at the moment!!! As even this I request to delete so may not exists when you will look for … | |
... third one is the [URL="http://www.youtube.com/watch?v=t-AQGohc3zI"]winner[/URL] Had a good laugh on it ;) | |
In last week or two I tend to recieve email notification to my subscriptions day or two after. Ussualy Iget them with in a hour. Does anybody else have similar problem? Or it is only my case which mean it is then my email provider? | |
I was looking for some solution to get my Logitech MX510 mouse side buttons work under Ubuntu. While searching I come accross this guide [url]http://ubuntuguide.org/wiki/Ubuntu:Feisty[/url] Plus there are also guides for Fedora, Fedora Frog, Mandriva and Alternatives [url]http://ubuntuguide.org/wiki/Main_Page[/url] Hope this will be help others... | |
Have friend which has a problem with Windows start up process. Sometimes on the start, pc just switch its self off for no reason. Can somebody advice? I read somewhere something about it, but can remember where. I will search for it, but if somebody know solution plese let me … | |
I recently start to have problem with my internet connection. Called ISP and they told me to run few tests when there is a problem. One of them is [B]tracert[/B]. The last test result was as follow and is confusing [CODE]Tracing route to xxx.xxx.xxx.xxx over a maximum of 30 hops … | |
I don't know if it was intention or not but Wink ;) and Tongue :P have same face | |
I recently installed Ubuntu 7.04 on my system and for last few days been learning ways around this system and get familiar with it. I have to say I'm glad that my university has 25% machines running unix systems for Computer Science students or I would be lost. Today I … | |
I have directory which is used to temporary store images while working with them. Once all process are done and images are not need it anymore I would like to delete them. I tried following code but it didn't work. Where is problem? [code] Runtime comPrompt = Runtime.getRuntime(); String[] execStr … | |
Does any of you can recomend some usefull resorces on native compilers? | |
How do I call JAR which is in same folder as my java file? BUT I don't want to place this JAR file into JRE>lib>ext and also I don't want to create CLASSPATH for it. |
The End.