No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Software Developer
10 Posted Topics
Hi y'all, I've run into problems while running my program in eclipse. Its a Jruby application that uses Glimmer to create GUI components. I've followed the instructions as in [url]www.indijava.in/community/article/Glimmer-Using-Ruby-to-Build-SWT-User-Interfaces[/url] within eclipse, yet I can't seem to get it work. Am trying to run a simple example as the one … | |
Re: You may want to look at Glimmer. Its a Jruby DSL for creating GUI components. [url]www.eclipse.org/proposals/glimmer/[/url] | |
I need a simple of way of redirecting output from the console to a custom GUI that I have made i.e. Text Area or Text Box. Am looking for a way of making the PrinStream to be attached to my custom gui so as to output the contents of System.out … | |
Hi! I have a web application in ASP.net 2.0. within it i want to corporate a report that will list all the customers together with the products they have bought in a sub group. Thereafter i need to find the subtotals of all th ecustomers within the same reports. The … | |
Re: You can use a member of System.String called Substring(). This member returns a string that represents a substring of the current string. For example, your sample text is"DreamBoy". Now suppose we only needed to retrieve "Boy" from "DreamBoy", your code would like something similar to this: [COLOR=#0000ff]string[/COLOR][COLOR=#000000] s = [/COLOR][COLOR=#800000]"DreamBoy"[/COLOR][COLOR=#000000];[/COLOR] … | |
I have implemented a grid view that that lists invoices in a linear fashion. However, i want to improve its functionality so that one can be able to expand and collapse the rows in order to view more details/infomation about the invoices. I've searched on the net but most of … | |
Hi! Am trying to create a C#.NET dll and use it in VB6.0 application. I've created the class library, generated the type library using tlbexp.exe, registered it using regasm.exe, but after referencing the tlb file in VB6.0, it says "ActiveX component can't create object". Am using MS Visual Studio 2005. … | |
Re: for(num = 1; num<= 400; num ++) { if ((num % 3) == 0); { .......showMessageDialog(num); } } or something like that. | |
Hi Everyone! I've been wondering what to do this semester for my final year project. Last semester i developed a java chat application, which i thoroughly enjoyed. This semester am clueless on what to do. Can someone offer me any suggestion? I woul gladly appreciate it.:rolleyes: | |
Hi! Am a geek. My major area of specialisation is programming and software development. My favorite language is java. looking forward to having a superb time here.:mrgreen: |
The End.