[Pharo-users] Re: Magritte

2020-11-25 Thread Russ Whaley
Sanjay,
I, too, am interested in Magritte. I'd appreciate it if you'd post whatever
you learn back to this list?

Thanks,
Russ

On Sun, Nov 22, 2020 at 3:10 AM Sanjay Minni  wrote:

> Hi
>
> I am posting here instead of the Magritte group as the readership is high.
>
> Is Magritte a robust enough package for an application with a large number
> of forms and sub forms.
>
> This is to be used in Pharo9 + Seaside +Willow.
>
> I am putting this question as i do not see much mention of Magritte in
> forums / discord of late, whereas by its description the package seems to
> fit a space for applications with many domain objects and associated forms.
>
> regards
> Sanjay
>
>
>
> -
> cheers,
> Sanjay
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>


-- 
Russ Whaley
whaley.r...@gmail.com


[Pharo-users] Re: Pharo and Virtual Realitity

2020-11-25 Thread Russ Whaley
+1+1

On Fri, Nov 20, 2020 at 10:08 AM Kasper Osterbye 
wrote:

> Hi
>
> This is the coolest thing for a long time. I think this is super
> interesting to start exploring.
> The first steps are what you show on your github, but the idea that you
> you will have a full universe of pharo code, running and being able to
> manipulate it is truely awesome. I had been thinking about how to even
> start to crack this nut, and is so happy you have started it.
> Being able to move windows and browsers around in a true 3D workspace, to
> see programs run, to turn a UI around and see it from the inside, to shake
> a debugging stack to unfold it in all its length, to grab it with two hands
> to split it in two to see two different places next to each other. To 
>
> Just plain awesome! I am so looking forward to where you go with this!
>
> I was going through my junk computers, and did not find any 3D glasses.
> Could you post the specs of what you are using, so I can get an estimate of
> how many christmas presents I need to budget to give myself?
>
> -- Kasper
>
>

-- 
Russ Whaley
whaley.r...@gmail.com


[Pharo-users] Willow-Playground

2020-11-25 Thread G B via Pharo-users
I am following the instructions for Willow-Playground ba-st/Willow-Playground:

| 
| 
| 
|  |  |

 |

 |
| 
|  | 
ba-st/Willow-Playground

Examples on how to use Willow to develop a complete interactive web application 
- ba-st/Willow-Playground
 |

 |

 |




Metacello new
baseline: 'WillowPlayground';
repository: 'github://ba-st/Willow-Playground:release-candidate/source';
load.I have tried this in 9.0 64-bit and 8.0 64-bit, but it always 
stops with the Inspector:
"a MetacelloScriptApiExecutor"self
Is that the expected behavior when it successfully completes, or did it not 
install?





[Pharo-users] Re: Willow-Playground

2020-11-25 Thread g_patrickb--- via Pharo-users
```
That didn't format like the email, so let me try again here.

Installing Willow-Playground from the instructions:


Metacello new
baseline: 'WillowPlayground';
repository: 'github://ba-st/Willow-Playground:release-candidate/source';
load.
```

I have tried this in 9.0 64-bit and 8.0 64-bit, but it always stops with the 
Inspector:

\
"a MetacelloScriptApiExecutor"

self

\
Is that the expected behavior when it successfully completes, or did it not 
install?


[Pharo-users] Re: Willow-Playground

2020-11-25 Thread Tomaž Turk
I just tried to load Willow-Playground in the same way with Pharo 8.0 
64-bit fresh image on Windows 10 and it works flawlessly.


Seaside package has long filenames and directory names, on Windows this 
can be a problem if Pharo images are located deep in the hierarchy - but 
the error message in that case is usually different.


Best wishes,
Tomaz