![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Open Source Projects The place to discuss Basic4ppc open source applications. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi Neil
Ur missing an & between the width & 'x', should be Resolution.Text = "Resolution: " & BurningSand.Width & " x " & BurningSand.Height It wont compile with v5.9 with that error - even tho it may run on urs Plus r u still willing to do these 1) Add horix & Vert u wanted (see my post last week) 2) Make the top of group active like u wanted (see yesterdays post) 3) And make the All panels and icons .Left and .Top relative to the MaxX and MinX Remember the ones at the top and the left can be hardcoded in the form. Its only the ones on the right that will need things like RightPanel.left= MaxX Bottompanel.Top=MaxY Icons.Left = MaxX+5 (or something) bottom texts.Top = MaxY+4 (or something) That will keep u busy for a while! Then I can try it on my new VGA imate when it arrives lol! Last edited by colin9876 : 12-18-2007 at 10:00 AM. |
|
|||
|
As I said previously I am not sure about the VGA and QVGA and so I wouldn't know what to do with that... but i suppose I could do that other stuff.
Also as I haven't a licence yet for BASIC4PPC I can not get the BETA. I will get it once I have got it (trying to get it for this weekend) |
|
|||
|
VGa is just ad diff screen res 640x480. The Toshiba G900 uses 800x480. To work on all ppcs we need to do everything relative to MaxX, MaxY
set all the icons on the right, and the bottom relative to this e.g. right after uve worked out MaxX= ... width-30 MaxY= . Call SetScreen before the burningsands.show sub SetScreen water.left=MaxX+5 Rpanel.left=MaxX ResolutionText.Top=MaxY+20 etc ....etc end sub call water_click sub to set everything up for water when Watergroup code runs Last edited by colin9876 : 12-18-2007 at 06:18 PM. |
|
|||
|
if I did that then it would make the top one appear as if it was selected but wouldn't effect which one WAS selected.
EDIT: I think perhaps you should do the VGA... I seriously don't get it at all. (I know it was resolution but that is it) |
|
|||
|
Its ur project - Is it that u cant be bothered because it involves adding about 12 lines to a screen reset routine, and work out how many pixels up u want things. Ive told u exactly how to do it - Ur normally quite good at setting the layout.
Last edited by colin9876 : 12-18-2007 at 06:20 PM. |
|
|||
|
Ive finished everything - all in Basic. Ive had problems compiling in V6 because my Vista laptop has gone all weird and nothing worked for ages.
However Ive got a gut feeling that it wont be fast enough without a dll and we would need to continue with a C library, and in that case it would need AGs help again and I think I annoyed him last time lol! Edit Just heard that maybe v6 is 3x faster - not 10 or so as first speculated! But quite frankly if u wont do the VGA - setting the values of the controls relative to MaxX,MaxY - which is a bit timeconsuming but very easy - it makes me think why should I bother, or anyone else for that matter Last edited by colin9876 : 12-18-2007 at 06:35 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Personal Pocket PC Wiki | tsteward | Open Source Projects | 121 | 11-29-2008 09:06 AM |
| Tippy v.1.0 [open source] | N1c0_ds | Share Your Creations | 4 | 11-20-2008 10:08 PM |
| Another Pocket Wiki | digitaldon37 | Open Source Projects | 1 | 09-17-2008 11:01 AM |
| Pocket Burning Sand | neilnapier | Questions & Help Needed | 2 | 11-05-2007 08:53 PM |
| dzSpy - Spy and Task Manager App - Open Source | dzt | Share Your Creations | 3 | 07-15-2007 06:21 AM |