[Pharo-users] Fwd: DateInput5 in Seaside widget preinitialized value view

2021-09-06 Thread Oswall Verny Arguedas C.
Regarding dateInput5 in Seaside.
How a previously initialized date can be displayed in the form's dateInput5
widget.
I use a pre-initialized date type value that is a property of the object to
render on the form.

html label
  for: 'startDate';
  with: 'Start Date:  '.
html dateInput5
  on: #startDate of: self contract;
  id: 'startDate';
  step: 1;
  title: 'Start Date';
  value: self contrato startDate;
  required.

Widget don't render date initialized.
I can't get it to show up.

Thanks,
Oswall


Re: [Pharo-users] Import a pharo 6 image in pharo 7

2019-10-23 Thread Oswall Verny Arguedas C.
Thank you for your answers
I will try STON first.

After passing the data from pharo 6 image to pharo 7, I also want to move
it to Document Database.
This process is not vital at the moment, I can do it in steps.

For this reason, I asked about Mongo and CouchDB.

Oswall


El sáb., 19 de oct. de 2019 a la(s) 19:02, Sean P. DeNigris (
s...@clipperadams.com) escribió:

> Alejandro Infante wrote
> > I agree with the previous suggestions and use Fuel or STON.
>
> +1. Either of these methods is pretty much a one-liner. The main hiccup
> with
> Fuel is installing the same Fuel version in both the source and target
> images.
>
>
>
> -
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>


Re: [Pharo-users] Import a pharo 6 image in pharo 7

2019-10-19 Thread Oswall Verny Arguedas C.
Thanks Sean and Sven

I'm going to investigate Ston and Fuel to do it.
I also thought about passing the data to CouchDB (document database) and
then accessing from a clean Pharo 7 with Seaside and Bootstrap.
How do you think the status of the drivers for Pharo for CouchDB is
currently. I used it for an application for production. Also Mongo but he
changed his license.
Thanks in advance
Oswall

El vie., 18 de oct. de 2019 a la(s) 12:07, Sean P. DeNigris (
s...@clipperadams.com) escribió:

> Sven Van Caekenberghe-2 wrote
> > You could try to serialise/deserialise your data with... FUEL (binary).
>
> If you use Fuel, this may help:
> https://github.com/seandenigris/pharo/wiki/Cookbook#fuel-migration
>
>
>
> -
> Cheers,
> Sean
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
>


[Pharo-users] Import a pharo 6 image in pharo 7

2019-10-17 Thread Oswall Verny Arguedas C.
I have a prototype of an application with image persistence made in pharo
6.1.
I wanted to export (upgrade) the data (database, objects, collections) of
the image and code to Pharo 7.
It is possible to perform that operation.
Thanks in advance
Oswall


[Pharo-users] Pharo 5 on Raspberrypi 2 Howto

2016-11-22 Thread Oswall Verny Arguedas C. via Pharo-users
--- Begin Message ---
Good day,I need to install pharo in raspberrypi.I try to install it, but I can 
not make the right combination of "sources" with "vm" and "image". I have 
runtime errors.Please if you can tell me the best way to do it, thanks in 
advance.I want to install it on Raspberrypi B + and Raspberrypi 2.
Oswall--- End Message ---


[Pharo-users] FullCalendar on JQueryWidgetBox not work

2015-01-13 Thread Oswall Verny Arguedas C. via Pharo-users
---BeginMessage---
Regards,



I use Seaside 3.1, Pharo 3.0,  on Ubuntu 14.04.I need to use fullcalendar on 
JQWidgetBox but does not work.
When I try to access it with url:     
http://localhost:9090/jquery-widgets/fullcalendar

Error message is:
MessageNotUnderstood:  receiver of encodeCollection:on: is nil
Thanks for the support
Oswall 

   ---BeginMessage---
Regards,

I use Seaside 3.1, Pharo 3.0,  on Ubuntu 14.04.I need to use fullcalendar on 
JQWidgetBox but does not work.
When I try to access it with url:     
http://localhost:9090/jquery-widgets/fullcalendar

Error message is:
MessageNotUnderstood:  receiver of encodeCollection:on: is nil
Thanks for the support
Oswall ---End Message---
---End Message---