Tagged Questions

3
votes
2answers
75 views

RealBasic to write Windows applications?

Hello, Before I go ahead and invest time checking out RealBasic, I'd like some feedback from people who have moved on from VBCLassic and use the Windows version of RealBasic to wr …
2
votes
5answers
129 views

Dev Platform of choice for Windows and OS X desktop apps

I'm about to write a small desktop app that should run on Windows and Mac OS X mainly. The choices I have so far are: I usually use Java + Swing for this type of stuff, but this …
18
votes
9answers
910 views

Why is it bad practice to call an eventhandler from code?

Say you have a menu item and a button that do the same task. Why is it bad practice to put the code for the task into one control's action event and then make a call to that event …
4
votes
10answers
1k views

What are the advantages of c# over, say, delphi/realbasic for windows applications

has anyone ever written an application bigger than its .net luggage? People used to criticize vb6 for its 2 MB runtime but it rarely dwarfed the app it accompanied. Today despite …
10
votes
19answers
2k views

Create a cross platform Windows, Mac OS X application

Hello, I would like to build an application that runs on both Windows and Mac OS X. I would also like it to leverage the best of what the platform it runs on has to offer with rega …
7
votes
10answers
900 views

Is REALBasic worth $50?

As a Windows and web developer of 12+ years and an "at home" Mac user, I'm wondering if it's worth it to get the REALBasic for personal use. I've often wanted to dabble in develop …
1
vote
1answer
156 views

Non realbasic ActiveX controls in Realbasic projects

Realbasic allows you to include e.g an MS Flexgrid control in your Realbasic project and use it as though it were a native control. Does the end user need to have this control inst …
0
votes
1answer
135 views

PHP, Ruby, Python…Yuma?

In considering languages to use in creating a web-application that interfaces with a database back-end, has anyone had experience in using Yuma and can share how stable it is and w …
3
votes
3answers
833 views

How do I create a “select folder OR file dialog window” in REALbasic?

You can use SelectFolder() to get a folder or GetOpenFolderitem(filter as string) to get files but can you select either a folder or file? ( or for that matter selecting mult …