Forum: Ruby Apr 7th, 2009 |
| Replies: 4 Views: 2,734 JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. It provides a complete set of core "builtin" classes and syntax for the Ruby language, as well as most of... |
Forum: Ruby Apr 6th, 2009 |
| Replies: 1 Views: 1,335 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... |
Forum: Ruby Apr 6th, 2009 |
| Replies: 4 Views: 2,734 You may want to look at Glimmer. Its a Jruby DSL for creating GUI components.
www.eclipse.org/proposals/glimmer/ |
Forum: Java Mar 19th, 2009 |
| Replies: 1 Views: 849 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... |
Forum: ASP.NET Sep 1st, 2007 |
| Replies: 0 Views: 1,124 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... |
Forum: ASP.NET Aug 13th, 2007 |
| Replies: 1 Views: 3,450 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... |
Forum: C# Aug 3rd, 2007 |
| Replies: 2 Views: 863 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... |
Forum: C# Jul 31st, 2007 |
| Replies: 4 Views: 4,825 I've actually figured it out. After copying the assembly to the application folder, all i needed to do was to run regasm.exe again in the target computer. It now works ok.
... Thanks alot... |
Forum: C# Jul 31st, 2007 |
| Replies: 4 Views: 4,825 I copied the assembly to the application folder. When i instantiate the object as follows
Dim i As New Demo1.Numbers
it sees the class and the methods. but when i try to use them it doesnt... |
Forum: C# Jul 30th, 2007 |
| Replies: 4 Views: 4,825 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... |
Forum: Java May 2nd, 2007 |
| Replies: 5 Views: 949 for(num = 1; num<= 400; num ++)
{
if ((num % 3) == 0);
{
.......showMessageDialog(num);
}
}
or something like that. |
Forum: Community Introductions Aug 29th, 2006 |
| Replies: 1 Views: 667 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: |
Forum: Java Aug 29th, 2006 |
| Replies: 4 Views: 1,661 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... |