Re: new version of EOModelGraph

2019-06-05 Thread Savas Celik via Webobjects-dev
Hello Jesse Tayler

If you select "Install New Software…" in the Help Menu of Eclipse, you can 
enter the URL in the dialog window and download WOlips which extends our 
EOModelGraph.


> On 5 Jun 2019, at 17:25, Theodore Petrosky via Webobjects-dev 
>  wrote:
> 
> it worked fine for me!!
> 
> both setting up an update site or downloading the zip!
> 
> Markus, did you set up the update site in Eclipse with the first URL?
> 
>> On Jun 5, 2019, at 11:04 AM, Jesse Tayler via Webobjects-dev 
>> mailto:webobjects-dev@lists.apple.com>> 
>> wrote:
>> 
>> I get an error
>> 
>> 
>> 
>> You don't have permission to access….
>> 
>> 
>> 
>>> On Jun 5, 2019, at 11:00 AM, Markus Ruggiero via Webobjects-dev 
>>>  wrote:
>>> 
>>> I have updated the temporary Eclipse update site with the latest graphical 
>>> editor for EOModels. At the same time I have issued a pull request to 
>>> wocommity asking for integration into WOLips.
>>> 
>>> You can try out the editor by using this 
>>> https://rucotec.ch/WOLips-EOModelGraph as your update site. The site works 
>>> inside Eclipse but is not browsable via web browser. If you want to examine 
>>> the stuff, just add .zip to above URL and download the site files 
>>> (https://rucotec.ch/WOLips-EOModelGraph.zip)
>>> 
>>> Have fun
>>> ---markus---
>>> 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
>>> 
>>> This email sent to jtay...@oeinc.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
>> 
>> 
>> This email sent to tedp...@yahoo.com 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch
>  
> 
> 
> This email sent to savas.ce...@rucotec.ch 
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: D2W ModelDialog inside EditPage

2019-05-29 Thread Savas Celik via Webobjects-dev
Hello Jérémy

Thank you very much, this worked perfectly.

Savas

> On 28 May 2019, at 21:21, Gastronomie des Terroirs 
>  wrote:
> 
> Hello Savas,
> 
> In your modal dialog container, use ERXWOForm tag instead of WOForm and set 
> embedded to true (see below).
> 
> Hope this helps,
> 
> Jérémy
> 
> AjaxForm: ERXWOForm {
>   embedded = true;
> }
> 
>> Le 28 mai 2019 à 18:44, Savas Celik > <mailto:savas.ce...@rucotec.ch>> a écrit :
>> 
>> I have a problem with the ModelDialog, I tried to call an AjaxModelDialog in 
>> my EditPage. The AjaxModelDialog is displayed but unfortunately the values 
>> changed in the AjaxModelDialog are not saved.
>> I get a warning displayed in the console which says that an AjaxModelDialog 
>> must not be inside a form. 
>> Therefore I tried to add the AjaxModalDialog to the 
>> "belowDisplayPropertyKeys" but unfortunately the "object" is not given to me 
>> here.
>> 
>> The warning:
>> May 28 18:39:13 Application[13007] WARN  er.ajax.AjaxModalDialog 
>> (EditVerrechnungsGruppe) - The AjaxModalDialog should not be used inside of 
>> a WOForm (EditForm) if it contains any form inputs or buttons.  Remove this 
>> AMD from this form, add a form of its own. Replace it with an 
>> AjaxModalDialogOpener with a dialogID that matches the ID of this dialog.
>>  
>> 
>> Is there any neat solution for this problem?
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/jeremy.deroyer%40ingencys.net
>>  
>> <https://lists.apple.com/mailman/options/webobjects-dev/jeremy.deroyer%40ingencys.net>
>> 
>> This email sent to jeremy.dero...@ingencys.net
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


D2W ModelDialog inside EditPage

2019-05-28 Thread Savas Celik
I have a problem with the ModelDialog, I tried to call an AjaxModelDialog in my 
EditPage. The AjaxModelDialog is displayed but unfortunately the values changed 
in the AjaxModelDialog are not saved.
I get a warning displayed in the console which says that an AjaxModelDialog 
must not be inside a form. 
Therefore I tried to add the AjaxModalDialog to the "belowDisplayPropertyKeys" 
but unfortunately the "object" is not given to me here.

The warning:
May 28 18:39:13 Application[13007] WARN  er.ajax.AjaxModalDialog 
(EditVerrechnungsGruppe) - The AjaxModalDialog should not be used inside of a 
WOForm (EditForm) if it contains any form inputs or buttons.  Remove this AMD 
from this form, add a form of its own. Replace it with an AjaxModalDialogOpener 
with a dialogID that matches the ID of this dialog.


Is there any neat solution for this problem?
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: EOModel Graph Update Site

2019-04-13 Thread Savas Celik
Hello Theodore

Browsing with the browser is disabled for this link. But you can just download 
it with the Eclipse software installer.

Savas Celik


> On 12 Apr 2019, at 18:46, Theodore Petrosky  wrote:
> 
> I tried   :(
> 
> Forbidden
> 
> You don't have permission to access /WOLips-EOModelGraph/ on this server.
> 
> 
> 
>> On Apr 12, 2019, at 5:17 AM, Markus Ruggiero > <mailto:mailingli...@kataputt.com>> wrote:
>> 
>> Great day in Frankfurt yesterday.
>> 
>> EOModelGraph will eventually make it into WOLips (may take a bit of time). 
>> Until then we have created a temporary update site so you can start playing 
>> with it.
>> 
>> https://rucotec.ch/WOLips-EOModelGraph/ 
>> <https://rucotec.ch/WOLips-EOModelGraph/>
>> 
>> EOModelGraph is currently one-way only. You can use it to create ERD and 
>> ClassDiagram representations of your EOModels but you cannot (yet?) edit 
>> your models graphically. There is currently no way to export the graphics 
>> other than taking a screenshot. 
>> 
>> Have fun and let us know when you find issues or have suggestions
>> ---markus---
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
>> <https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com>
>> 
>> This email sent to tedp...@yahoo.com <mailto:tedp...@yahoo.com>
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch
>  
> <https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch>
> 
> This email sent to savas.ce...@rucotec.ch <mailto:savas.ce...@rucotec.ch>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Condition for showing DeleteButton in a ListPage

2019-04-08 Thread Savas Celik
How can I make the Key: isEntityDeletable true or false depending on the 
objects status?

for example:  100 : (pageConfiguration = 'ListUser' and object.status = 
“cantBeDeleted") => isEntityDeletable = “false" 
[com.webobjects.directtoweb.Assignment]

This should make every User delete able except the once with the status = 
“cantBeDeleted”. But it does not work, it only applies it for the first item in 
the List.

Savas
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wolips Plug-in

2019-02-06 Thread Savas Celik
Just for clarity: I have been tying to extend the WOlips Plugin from GitHub 
with some custom functionality. The WOlips plugin has some 50 plugin project 
files. I created a new plugin project file in it. When I run the plugin in the 
Eclipse IDE as an Eclipse Application everything works fine, however when I try 
to build the update-site (which is done by the ant framework) the build fails:


/Users/celik/WOlips_Development/WOlips-workspace/buildscripts/plugin-project.xml:34:
 Compile failed; see the compiler error output for details.

[javac] 
/Users/celik/WOlips_Development/WOlips-workspace/wolips/core/plugins/org.objectstyle.wolips.eomodeler/java/org.objectstyle.wolips.eomodeler/java/org/objectstyle/wolips/eomodeler/editors/EOModelEditor.java:12:
 error: package ch.rucotec does not exist
[javac] import ch.rucotec.SimpleApplication;


What do I miss?

> On 5 Feb 2019, at 17:31, Savas Celik  wrote:
> 
> Somehow my message got wrapped.
> 
> This is my question: 
> 
> I was experimenting with the Wolips plug-in. I have an extra plugin project 
> file which I want to build now, but i can’t make it build properly :/ what do 
> I have to take care of? when there is an extra file to build?
> 
>> On 5 Feb 2019, at 16:54, Savas Celik > <mailto:savas.ce...@rucotec.ch>> wrote:
>> 
>> Hello community
>> 
>> I was experimenting with the Wolips plug-in. I have an extra plugin project 
>> file which I want to build now, but i can’t make it build properly :/ what 
>> do I have to take care of? when there is an extra file to build?
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> <mailto:Webobjects-dev@lists.apple.com>)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch
>>  
>> <https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch>
>> 
>> This email sent to savas.ce...@rucotec.ch
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wolips Plug-in

2019-02-05 Thread Savas Celik
Somehow my message got wrapped.

This is my question: 

I was experimenting with the Wolips plug-in. I have an extra plugin project 
file which I want to build now, but i can’t make it build properly :/ what do I 
have to take care of? when there is an extra file to build?

> On 5 Feb 2019, at 16:54, Savas Celik  wrote:
> 
> Hello community
> 
> I was experimenting with the Wolips plug-in. I have an extra plugin project 
> file which I want to build now, but i can’t make it build properly :/ what do 
> I have to take care of? when there is an extra file to build?
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/savas.celik%40rucotec.ch
> 
> This email sent to savas.ce...@rucotec.ch

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Wolips Plug-in

2019-02-05 Thread Savas Celik
Hello community

I was experimenting with the Wolips plug-in. I have an extra plugin project 
file which I want to build now, but i can’t make it build properly :/ what do I 
have to take care of? when there is an extra file to build?

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOlips Plugin

2018-10-08 Thread Savas Celik
Thank you Wolfgang

-Savas
> On 8 Oct 2018, at 06:41, Wolfgang Hartmann  wrote:
> 
> Yes, you can ignore it.
> 
> It's just in the repository and not bundled into the plugin. Just close the 
> mechanic-project in your workspace.
> 
> Best regards, Wolfy 
> 
> Get Outlook for Android
> 
> From: Webobjects-dev 
>  <mailto:webobjects-dev-bounces+halbeisen=hotmail....@lists.apple.com>> on 
> behalf of Savas Celik mailto:savas.ce...@rucotec.ch>>
> Sent: Friday, October 5, 2018 12:14:59 PM
> To: webobjects-dev@lists.apple.com <mailto:webobjects-dev@lists.apple.com> 
> WebObjects
> Subject: WOlips Plugin
>  
> I am currently exploring the WOlips plugin with Eclipse PDE and wondered why 
> the package “org.objectstyle.wolips.mechanic” is needed? because if i delete 
> it, the plugin starts without any errors. The package uses Google Mechanic. 
> Can I ignore it and continue working on the WOlips plugin?
> 
> - Savas
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/halbeisen%40hotmail.com
>  
> <https://lists.apple.com/mailman/options/webobjects-dev/halbeisen%40hotmail.com>
> 
> This email sent to halbei...@hotmail.com <mailto:halbei...@hotmail.com>

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


WOlips Plugin

2018-10-05 Thread Savas Celik
I am currently exploring the WOlips plugin with Eclipse PDE and wondered why 
the package “org.objectstyle.wolips.mechanic” is needed? because if i delete 
it, the plugin starts without any errors. The package uses Google Mechanic. Can 
I ignore it and continue working on the WOlips plugin?

- Savas
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Replacing the delete button in a D2W ListTask

2018-08-22 Thread Savas Celik
Hello Fabian,

Thank you for replying.
It works perfectly now.

Savas

> On 22 Aug 2018, at 10:53, Fabian Peters  wrote:
> 
> Hi Savas,
> 
> This will add a "fooAction" on the right side:
> 
> 100 : pageConfiguration = 'ListAddress' => actions = {"right" = 
> ("deleteAction", "fooAction"); } [com.webobjects.directtoweb.Assignment]
> 
> And this will tell D2W which component to use for it:
> 
> 100 : propertyKey = 'fooAction' => componentName = "FooButton" 
> [com.webobjects.directtoweb.Assignment]
> 
> Fabian
> 
> P.S.: Please keep the mails on the list.
> 
>> Am 22.08.2018 um 10:41 schrieb Savas Celik :
>> 
>> Thank you very much Fabian, 
>> 
>> the first rule works it's replacing the delete button. But what if, I do not 
>> want to replace it but just add a custom button next to it? How would this 
>> work?
>> 
>> Savas
>>> On 22 Aug 2018, at 09:19, Fabian Peters  wrote:
>>> 
>>> Hi Savas,
>>> 
>>> That's certainly possible. This rule in ERModernLook should be the one to 
>>> modify:
>>> 
>>> 20 : (look = 'ERModernLook' and propertyKey = 'deleteAction') => 
>>> componentName = "ERMDDeleteButton" 
>>> [com.webobjects.directtoweb.Assignment]:Default modern button component 
>>> names
>>> 
>>> There's also ERMDRemoveRelatedButton, which is used in 
>>> ERMODEditRelationshipPage:
>>> 
>>> 20 : (look = 'ERModernLook' and propertyKey = 'removeRelatedAction') => 
>>> componentName = "ERMDRemoveRelatedButton" 
>>> [com.webobjects.directtoweb.Assignment]:Default modern button component 
>>> names
>>> 
>>> Fabian
>>> 
>>>> Am 22.08.2018 um 08:18 schrieb Savas Celik :
>>>> 
>>>> Hello,
>>>> 
>>>> how can I replace the delete button with a custom made button in a list 
>>>> task? or is this even possible?
>>>> 
>>>> Thanks in advance.
>>>> Savas
>>>> ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/lists.fabian%40e-lumo.com
>>>> 
>>>> This email sent to lists.fab...@e-lumo.com
>>> 
>> 
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Replacing the delete button in a D2W ListTask

2018-08-21 Thread Savas Celik
Hello,

how can I replace the delete button with a custom made button in a list task? 
or is this even possible?

Thanks in advance.
Savas
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com