Search found 11 matches
- Tue Dec 14, 2004 6:25 pm
- Forum: Game Programming
- Topic: ? about writing an RPG game
- Replies: 2
- Views: 1602
- Mon Dec 13, 2004 4:22 pm
- Forum: Coding Questions
- Topic: 3 Questions: 2 Easy and one hard
- Replies: 39
- Views: 7474
Use the SetGadgetState and CountGadgetItems commands to show the last item added to a listview. I've attached a line of code from a program I'm working on right now which does that exact thing.
Code: Select all
SetGadgetState(#Gadget_MainWindow_SerialOutput, CountGadgetItems(#Gadget_MainWindow_SerialOutput)-1)
- Thu Oct 07, 2004 5:07 pm
- Forum: Coding Questions
- Topic: Making something move in a circle.
- Replies: 7
- Views: 1864
Use polar coordinates (angle and distance from centre of circle) + an angular velocity (+ for clockwise motion and - for counterclockwise motion). in your main program. That way it makes it easy to imagine where and what your 'something' is doing at any particular time. Then write a function which ...
- Fri Aug 27, 2004 1:37 pm
- Forum: General Discussion
- Topic: Proposal/Suggestion on a PB CD
- Replies: 4
- Views: 1338
- Thu Aug 19, 2004 1:35 pm
- Forum: Off Topic
- Topic: Can't change my email in private account
- Replies: 4
- Views: 1437
Geotrail: I had the same trouble. Changing the email account only changes where the update info and things are emailed too... not your login name. You need to email support@purebasic.com to change the login name.
- Tue Aug 17, 2004 5:55 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Future maintenance will be easier
- Replies: 38
- Views: 8616
- Wed Aug 04, 2004 4:58 pm
- Forum: Off Topic
- Topic: brainless replies
- Replies: 5
- Views: 1782
- Mon Jul 26, 2004 6:41 pm
- Forum: Feature Requests and Wishlists
- Topic: Gadget?!!... GADGET!!!???? Did I just enroll in pre-school?
- Replies: 113
- Views: 32444
- Mon Jul 26, 2004 6:27 pm
- Forum: Game Programming
- Topic: 2D particle code...just a test
- Replies: 5
- Views: 2597