This explanation is in lieu of having a copy of Microsoft Project on my home computer. It looks at a Gantt Chart which you could get by applying to http://www.monkeybreadsoftware.de/realbasic/chartdirector/images and explains what is being done on the programme.
If you wanted to go to Microsoft Project which is available in most uni computer rooms and attempt to create a Gantt Chart using the subjects of the course as the subjects down the Left Hand side of the Project. Then you would be able to set up times, in terms of 5-day periods.
You could see the subjects in this Chart and then see each of these subjects in terms of bars and time.
Author: JackBarnett21; Tags:
aid
An
Chart?
exam.
for
Gantt
is
the
What

A new, Precision Screen Tool!
Rulers is an application that lets you measure, align and inspect everything on your monitor(s). It's available for both Mac and Windows systems.
"Rulers" allows you to create rulers on the entire screen area like most common graphic editors allow on their working areas only.
The guide lines enable you to measure and position objects with precision. Rulers is incredibly useful in many fields, such as computer graphics, desktop publishing and web design.
Rulers can also be used to select a screen area and take a screenshot that is automatically saved to your desktop or copied to system clipboard.
Main features
Unlimited rulers creation
Rulers autosave option
Grid generator
Multiple units of measurement support
Multi monitor support
Take a screenshot of selected area or whole screen
Magnifier
Color picker
Automatic internet update
Available for both Microsoft Windows and Mac OS X
Available in 8 languages (English, Italian, Spanish, German, French,...
Author: omnidea; Tags:
apple
color
development
distance
mac
magnifier
measure
monitor
omnidea
os
pick
realbasic
rulers
screen
utility
windows
En este tutorial puedes ver cómo asignar un icono de aplicación personalizado a tus aplicaciones REALbasic. Dicho icono será valido para tus aplicaciones Mac OS X, Windows y Linux.
Author: realbasichispano; Tags:
Informática
Programación
REALbasic
Primer tutorial de nivel básico. En este caso vemos cómo podemos mostrar un mensaje en pantalla mediante el uso de un sencillo comando ejecutado desde la acción de un control de tipo PushButton.
Author: realbasichispano; Tags:
Informática
Programación
REALbasic

Whats in my dock? watch this video to find out!! oh, and PLZ reply so i can see whats in your dock too!
List of applications:
Finder: you know, finder...
AppZapper: Uninstall Applications
TeamViewer: Remote Desktop Software
Safari: browser
iTunes: Music Organizer
iChat: Chat client
Comic Life: Comic Application
Skype: voice and video chat
xCode: basic application maker
iShowU: Screen Recorder
iMovie HD: video editor
VisualHUB: movie compressor
RealBASIC: advanced application maker
Terminal: UNIX command prompt
ImageShack Uploader: uploads to imageshack.us
TextWrangler: plain text editor
iSync: i dunno
iWeb: basic WYSIWYG webpage designer
Adobe Illustrator CS3: advanced logo designing
Adobe Dreamweaver CS3: advanced webpage designing
Adobe After Effects CS3: advanced special effects software
Adobe Photoshop CS3: advanced photo editing
Adobe Flash CS3: advanced animation, game, webpage maker. exports to .swf format.
Fetch: FTP client
MarbleBlast Gold: fun little game from...
Author: infestor1; Tags:
10.4
adobe
computer
dock
electronics
emac
four
gadget
imac
iphone
ipod
leopard
mac
os
osx
point
ten
terminal
tiger
This is a Short Guide on how to create a Login Prompt using REALBasic on WinXP.
Here is the Code you will Need -
If EditField1.text = "username" And EditField2.text = "password" Then MsgBox("Successful")
Else MsgBox("Denied")
End If
Thank you and Enjoy,
NEMESIS.
Song: Sonne - Rammstein
Author: NEMESISTutorials; Tags:
Basic
Login
NEMESIS
Prompt
Real
Realbasic
Tutorial
This Is A tutorial On how to make a Advanced Application Launcher. Using REALBasic on WinXP.
RadioButton1 Code -
If RadioButton1.Value = True Then
ComboBox1.Visible = False
End If
If RadioButton1.Value = True Then
ComboBox2.Visible = True
End If
RadioButton2 Code -
If RadioButton2.Value = True Then
ComboBox1.Visible = True
ComboBox2.Visible = True
End If
BevelButton Code -
Dim s As Shell
s = new Shell
If RadioButton1.value = true Then
s.execute (ComboBox2.text)
End If
If RadioButton2.value = true Then
s.execute (ComboBox1.text)
End If
Comment, Rate, Appreciate.
Message Me If you Have Any Questions.
Thank you and Enjoy,
NEMESIS.
Song: No One Like You - Scorpions
Author: NEMESISTutorials; Tags:
Advanced
Applications
Basic
Launcher
Multiple
NEMESIS
Real
REALBasic
Tutorial:
tutorials
This is a short tutorial on how to create a multiple Application opening program.
Code for Launch Button -
Dim s As Shell
s = new Shell
s.execute (Combobox1.text)
Comment, Rate, Appreciate.
Message Me If you Have Any Questions.
Thank you and Enjoy,
NEMESIS.
Song: Cannon Techno Remix - ?
Author: NEMESISTutorials; Tags:
Application
basic
Launcher
Multiple
NEMESIS
NEMESIS0744
real
REALBasic
Tutorial:
In This Tutorial I will show you how to create a simple Calculator in REALBasic for WinXP
Code Needed -
Add Button -
"StaticText2.text = "+"
EditField3.Text = Str(Val(EditField1.Text) + Val(EditField2.Text))"
Minus Button -
"StaticText2.text = "-"
EditField3.Text = Str(Val(EditField1.Text) - Val(EditField2.Text))"
Divide Button -
"StaticText2.text = "/"
EditField3.Text = Str(Val(EditField1.Text) / Val(EditField2.Text))"
Multiply Button -
" StaticText2.text = "*"
EditField3.Text = Str(Val(EditField1.Text) * Val(EditField2.Text))"
Comment, Rate, Appreciate.
Message Me If you Have Any Questions.
Thank you and Enjoy,
NEMESIS.
Song: Come To Dreamland - Fernando Pereira
Author: NEMESISTutorials; Tags:
basic
Calculator
NEMESIS
NEMESIS0744
real
REALBasic
Tutorial
This Is a short guide on how to create a funny App. To use as a practical joke on people, Using REALBasic on WinXP.
Code Added to BevelButton -
Beep()
Thank you and Enjoy,
NEMESIS.
Song: Secret Melody - DJ Toxic
*Note - If you do Build the App and you don't know how to exit it, Control+Alt+Delete, find the Process and end it.*
Author: NEMESISTutorials; Tags:
Annoying
App
Basic
Funny
Prank
Real
Realbasic
Tutorial
Next Page »