Hi,
is there any photo gallery available for Pier? I mean a widget where I
could upload pictures and they are rendered in a nice way. I started
one 4 years ago but I abandoned it.
Bye
--
Damien Cassou
http://damiencassou.seasidehosting.st
I want to learn/play with Pier.
Starting with Pharo 20500 image, I loaded seaside30 and pier3 from the
configurations browser. (ignored some warnings).
Then I do:
PRPierFrame registerAsApplication: 'emptyPier' kernel: PRPierFrame
exampleEmpty .
but I get WARequestContextNotFound error.
How can I make it work? Should I be using seaside2.8? What is the
difference between pier2 and pier3?
thx.
Thanks Doru!
OK, sounds good. I'll be looking at the list, and will let you know if I
can take some of the issues.
Cheers,
Reza
> On February 25, 2013 at 9:18 AM Tudor Girba <tudor(a)tudorgirba.com> wrote:
>
> Hi,
>
> Yes, I will create a couple of issue entries with the problems. One is
> already available:
> http://code.google.com/p/pier/issues/detail?id=141
>
> Cheers,
> Doru
>
>
>
> On Sun, Feb 24, 2013 at 10:55 PM, Reza Razavi <razavi(a)acm.org
> <mailto:razavi@acm.org>> wrote:
>
> Hi Doru,
>
> Would it be possible to provide more precision on the kind of
> deployment issues you have observed, and how would you like to get
> help in addressing them.
>
> Cheers,
> Reza
>
>
>> On February 24, 2013 at 12:02 AM Nikolay Suslov
>> <nsuslovi(a)gmail.com> <mailto:nsuslovi@gmail.com> wrote:
>>
>> Hello,
>>
>> I'm interested in, as also working on projects based on Pier3.
>>
>> Regards,
>> Nikolay
>>
>> On Sun, Feb 24, 2013 at 2:34 AM, Tudor Girba
>> <tudor(a)tudorgirba.com <mailto:tudor@tudorgirba.com>> wrote:
>>
>> Hi,
>>
>> I migrated one site to the latest Pier. It looked quite fine
>> locally, but when deployed, all sorts of problems popped up
>> to the point that it is hardly useable.
>>
>> If anyone is interested in joining forces to track things
>> down, please let me know.
>>
>> Cheers,
>> Doru
>>
>>
>> --
>> www.tudorgirba.com <http://www.tudorgirba.com/>
>>
>> "It's not what we do that matters most, it's how we do it."
>>
>>
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
>
>
>
> --
> www.tudorgirba.com <http://www.tudorgirba.com/>
>
> "Every thing has its own flow"
Hi Doru,
Would it be possible to provide more precision on the kind of deployment
issues you have observed, and how would you like to get help in
addressing them.
Cheers,
Reza
> On February 24, 2013 at 12:02 AM Nikolay Suslov <nsuslovi(a)gmail.com>
> wrote:
>
> Hello,
>
> I'm interested in, as also working on projects based on Pier3.
>
> Regards,
> Nikolay
>
> On Sun, Feb 24, 2013 at 2:34 AM, Tudor Girba <tudor(a)tudorgirba.com
> <mailto:tudor@tudorgirba.com>> wrote:
>
> Hi,
>
> I migrated one site to the latest Pier. It looked quite fine
> locally, but when deployed, all sorts of problems popped up to the
> point that it is hardly useable.
>
> If anyone is interested in joining forces to track things down,
> please let me know.
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com <http://www.tudorgirba.com/>
>
> "It's not what we do that matters most, it's how we do it."
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
>
Hi,
I migrated one site to the latest Pier. It looked quite fine locally, but when deployed, all sorts of problems popped up to the point that it is hardly useable.
If anyone is interested in joining forces to track things down, please let me know.
Cheers,
Doru
--
www.tudorgirba.com
"It's not what we do that matters most, it's how we do it."
Dear all,
first of all I have to admit that I obviously do not fully understand how PIER deals with external files. Ive developed a (non-commercial) website which I want to run via www.seasidehosting.st a really great service.
Ive added Randomizer to my website and it works with static files/resources that Ive uploaded to the resources directory on the seasidehosting server. So far so good - but I still have a problem with a CSS-File that I have created for the website. In my development environment (on my computer) everything looks good. After uploading the image to the seasidehosting server some things (e.g. the main menu) looks very different. Obviously I didnt connect my CSS-file correctly to the uploaded PIER-image.
Do I have to apply the FileLibrary for getting the access to the CSS-file? Within the setting-area for the PIER-components only local files can be specified for the associated CSS-files.
Ive tried so many things up to now with no result so I would be really grateful for any help in this matter.
Many thanks in advance and best wishes
Carl
Since I'm using Spec for all my Pharo UIs, I'm interested in having Spec as the backend to Magritte. If anyone is interested, I started an experiment at http://ss3.gemstone.com/ss/SpdPlayground/ . Look for the Magritte-Spec package.
Cheers,
Sean
I was pleasantly surprised that Magritte loaded without any hiccups :)
The only failing tests seem to be related to:
- includesSubString: -> includesSubstring:
- time printing w/without milliseconds
- FileDirectory
Cheers,
Sean