Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Les

Pages: [1] 2
1
Astrobasic / Re: new defined planet in horoscope
« on: February 14, 2021, 08:49:35 AM »
I have also been analyzing default.sym where bitmaps are kept, perhaps here would be easy to add bitmaps of new planets, but the length of that file seems to be fixed... or some additional file. I am just sharing my thoughts.

2
Astrobasic / Re: new defined planet in horoscope
« on: February 14, 2021, 08:42:52 AM »
Hi Jean,
this is very good idea, perhaps bmp would be even easier, as jpg is compressed.

3
Astrobasic / Re: new defined planet in horoscope
« on: February 13, 2021, 07:25:04 PM »
... alright, solved.
&MyBitmap must be without "&". :)

4
Astrobasic / Re: new defined planet in horoscope
« on: February 13, 2021, 06:46:04 PM »
Thank you Jean.
I used first setbitmap as per example in help:

char MyBitmap[16][17] =
"x xxxxxxxxxxxxxx",
"x xxxxxxxxxxxxxx",
"xx xxxxxxxxxxxxx",
"xxx xxxxxxxxxxxx",
"xxxx xxxxxxxxxxx",
"xxxxx xxxxxxxxxx",
"xxxxxx xxxxxxxxx",
"xxxxxxx xxxxxxxx",
"xxxxxxxx xxxxxxx",
"xxxxxxxx xxxxxxx",
"xxxxxxxxx xxxxxx",
"xxxxxxxxxx xxxxx",
"xxxxxxxxxxx xxxx",
"xxxxxxxxxxxx xxx",
"xxxxxxxxxxxxxx x",
"xxxxxxxxxxxxxxx ";

setbitmap(&MyBitmap, BLACK);
putbitmap(10, 10, 0);

but PD tells me that: "Variable not found: Parameter no: 1. Line 221"
Line 221 is: setbitmap(&MyBitmap, BLACK);
therefore I was looking for other way as that one does not work for me and don't know how to get it right.
char MyBitmap is in the section where all variables are being declared of course.
What do I wrong with this one?

5
Astrobasic / new defined planet in horoscope
« on: February 12, 2021, 07:21:27 PM »
Hi,
I would like to put a new 'planet' into horoscope.
Just wondering if there is a chance to put bmp file instead of using setbitmap(&BitmapInfo, int color); and then putbitmap?

6
Astrobasic / Re: Customized ring
« on: February 07, 2021, 07:29:59 PM »
Many thanks Jean, have a good evening! :)

7
Astrobasic / Re: Customized ring
« on: February 07, 2021, 07:16:36 PM »
Both are run on window 7, but the second one was installed and run on early windows 7 starter.
Anyway, great to hear it. I am waiting for a new release :)

BTW. is it possible to run both version on the same PC? So I could start my work, having that second from you.

8
Astrobasic / Re: Customized ring
« on: February 07, 2021, 07:03:28 PM »
This new one works. I run changed Oracle.ab in Editor without errors.
log is attached.

9
Astrobasic / Re: Customized ring
« on: February 07, 2021, 06:45:47 PM »
yes, sure. Here you have another one. I checked the content and looks the same.

10
Astrobasic / Re: Customized ring
« on: February 07, 2021, 06:27:04 PM »
I run it on another computer. I change a little bit Oracle.ab and then Run it from the Editor. Error is the same
I attached the log file.

11
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:38:19 PM »
deleting oracle.abc does not help

12
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:30:43 PM »
I tried this and 'Run' does not make any problems indeed, Editor only.
Yes, please make that special version, I will try it.
Difficult to say what is the reason, what i did before, was playing with different options, I customized colors and symbols.

13
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:11:36 PM »
Steps:
Application - Edit - choose 'Oracle.ab' -  richt click, then choose Program - Run/Debug --> Error

I followed your advice:
Application - Edit - type 'test' - OK - right click, then choose Program - Template - Window - F9 --> Error

14
Astrobasic / Re: Customized ring
« on: February 07, 2021, 04:11:22 PM »
I tried to run Nakshatras Chart-example.ab (which is a copy of Nakshatras Chart.ab) in Editor just check how it works and the error occurred. I tried with others scripts and got the same. Perhaps something wrong with my Planetdance?

15
Astrobasic / Re: Customized ring
« on: February 07, 2021, 02:30:10 PM »
Thank you Ed!
Thank you so much Jean for hints, I will have a lot of fun. :)

Pages: [1] 2