Questions tagged [realstudio]

Real Studio is the line of software development products from Real Software.

Real Studio is the line of software development products from Real Software. These include:

  • Real Studio Personal Edition
  • Real Studio Professional Edition
  • Real Studio Web Edition
  • Real Studio Enterprise Edition

You should ask questions about Real Studio here on Stack Overflow, but if you have bugs to report, report them using Feedback. You may then want to post the link to your bug report here on Stack Overflow, so others can vote on how important your bug is to them. Real Software takes the votes into account when deciding which bugs to fix first.

21 questions
1
vote
1 answer

Array manipulation in Real Studio

I am trying to do a few things with arrays in Real Studio, but can't seem to find anything about them in the documentation. The first thing is extracting subsets of multidimensional arrays: I want to make a new vector out of a piece of a column in a…
jennifer.cl
  • 205
  • 1
  • 2
  • 11
1
vote
2 answers

How do I duplicate iTunes-style windows on Windows?

Can anyone provide some insight on how to "duplicate" an iTunes style window in Windows? Specifically I am looking for the following features: 1) rounded window 2) top and bottom toolbars 3) rounded text fields I'm currently attempting a bit of…
humble_coder
  • 2,777
  • 7
  • 34
  • 46
0
votes
3 answers

RealStudio and PostgreSQL

To connect to the database I use this example. But I can't find lessons on how to create a database. For example: connect to server create new database do something drop database close connection Can anybody show me how to do it? Thanks!
kaa
  • 1,265
  • 5
  • 22
  • 39
0
votes
1 answer

Real Studio: finding position of XQL results in original XmlDocument

I have the following XML (stored in an XmlDocument): Timestamp ERB.CHW.BTU_CV ERB.CHW.BTU1_CV ERB.HW.BTU_CV ERB.HW.BTU1_CV
ABach
  • 3,743
  • 5
  • 25
  • 33
0
votes
3 answers

Splitting A String In Two Parts(REALBASIC)

I am trying to split a string at the character ":" but cant create two separate strings from the split. If somebody could help me, I would appreciate it.
user1232105
  • 69
  • 1
  • 1
  • 4
0
votes
5 answers

what languages are supported in realbasic?

a friend told me that i possibly can create mac applications via the php plugin in realbasic. is this true? ive searched the net like crazy and the syntax doesnt look anything close to php using the plugin that is. all u do is write function calls…
1
2