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 - Jean

Pages: 1 ... 68 69 [70] 71 72 ... 82
1036
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:46:10 PM »
https://jcremers.com/SetupPlanetdance.exe
After installing try to edit oracle.ab and run it from the editor.
A file c:\planetdance\log.txt will be created, can you post it here?
We may need to do this a few times to find the spot where it messes up.

1037
Astrobasic / Re: Customized ring
« on: February 07, 2021, 05:15:32 PM »
I don't have an explanation for that yet. First time i hear something like that. I assume if you run it directly using Application - Run, it gives no error, only from the editor?

If you like to investigate this i could make a special version that creates a log file to try and see where the error happens.

What you could try is first delete oracle.abc , then try again with oracle.ab

1038
Astrobasic / Re: Customized ring
« on: February 07, 2021, 04:52:06 PM »
Can you tell me the exact steps ?

Try this.
Application - Edit - give it a name, like test.
In the editor, richt click, then choose Program - Template - Window.
Press F9, it should display a simple window.

1039
Astrobasic / Re: Customized ring
« on: February 07, 2021, 02:08:56 PM »
Maybe look at drawhoroscope().
Also look in the program editor at program - templates, you can use these to start writing something from scratch, the horoscope entry is a good one to start, it get the basic data from the current horoscope into variables.
No need to rush for something to publish, just have fun.

1040
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 01:25:31 PM »
Jeremy, yes please do! Thanks.

1041
Astrobasic / Re: Customized ring
« on: February 07, 2021, 12:02:59 PM »
Hi Les,
As Ed says, you could code an astrobasic script. There's Help - Astrobasic and you can study programs using Application - Edit. There are examples that draw rings, for instance Vedic - Nakshatra.ab is not too complicated.

Hope this helps.

1042
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 11:56:13 AM »
If it works i'm glad to leave it at this.

1043
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 11:39:47 AM »
I don't know which version i used before.
This was made with the latest inno 5.x  https://jcremers.com/SetupPlanetdance.exe try it please.

1044
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 07, 2021, 08:36:53 AM »
what happens if you only enter 'wine' ?
or /usr/bin/wine?

I tried an older version, you know it didn't work, you can't expect me to try out all kind of older versions.

1045
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 06, 2021, 08:00:45 PM »
You forgot to put 'wine' in front, bash calls wine

Code: [Select]
wine /Users/TT/Desktop/SetupPlanetdance.exe /LOG="/Users/TT/Desktop/SetupPlanetdance.exelog.txt"

or in two steps

Code: [Select]
cd /Users/TT/Desktop
wine ./SetupPlanetdance.exe /LOG="log.txt"


1046
Planetdance General / Re: Planetary hours
« on: February 06, 2021, 06:09:06 PM »
I'm sorry, I thought i had published it, i did now.

I also found the error in my logic. To get rise/set times UT is needed but to determine weekday local time is needed, i forgot to do that. Now it translates to saturday / saturn correctly.

Another bug fixed Sindy. :)

1047
Planetdance General / Re: Planetary hours
« on: February 06, 2021, 05:55:42 PM »
Sindy, what do you mean 'Where did you do the changes'?
I just published an update if that's what you mean.

1048
Planetdance General / Re: Planetary hours
« on: February 06, 2021, 05:16:10 PM »
I'm not sure i understand what's going on. What the module does is divide the time between sunrise and sunset in 12 equal parts, then it follows the sequence moon, mars, mercury etc to give that planetary hour, the start for that sequence is dependant on the weekday. It also does this for the night.

To calculate rise / set it needs a time, to indicate when to start looking, if i give it the local time it starts the sequence with venus, if i don't correct for timezone it begins the sequence with saturn, just as the websites are reporting. For 'day of the week' to work correctly it needs a local time. So I'm not sure what's going on but i get the same results if i *don't* correct the start of the search for sunset to local time.

So it may work correctly now.

1049
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 06, 2021, 04:32:08 PM »
cd /Users/TT/Desktop/
wine ./SetupPlanetdance.exe /LOG="log.txt"
log.txt will be created in that map.

1050
Planetdance on Other OS / Re: Wine install bug on mac
« on: February 06, 2021, 03:49:52 PM »
if SetupPlanetdance.exe is in the current path you have to use a dot/slash like

wine ./SetupPlanetdance.exe /LOG="log.txt"

log.txt will be created in that map. I saw you posted in the inno help forums too, we need the output from that log (if any) and see if they can help us there.

Pages: 1 ... 68 69 [70] 71 72 ... 82