[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: Admin  XML
Profile for Admin -> Messages posted by Admin [37] Go to Page: 1, 2, 3 Next 
Author Message
Hi,
please open the Eclipse "Problems" view - there you should get more details...
Kind regards! Björn
...is available in the download area.

Details about changes: http://www.captaincasa.com/docu/eclnt_changelog
...is available in the download area.

Details about changes: http://www.captaincasa.com/docu/eclnt_changelog
...my favorite information on this is:

https://gist.github.com/niksumeiko/360164708c3b326bd1c8

Well, it at least shows that a lot of effort is spent dancing around this problem - and not coming to some satisfying result... ;-(

Regards, Björn

PS: the list="xxxx" adds a next variant to it: it seems to switch off the behavior in certain cases, but not in all. Still trying out...
...is available in the download area.

Details about changes: http://www.captaincasa.com/docu/eclnt_changelog
Hi,

no LABEL (if used with FORMAT="date"), FIELD, FORMATTEDFIELD, CALENDARFIELD either use "java.util.Date" or its long-representation, or LocalDate.

Please convert to one of these formats.

If using LocalDate/LocalDayTime - then pass TIMEZONE with value "LOCAL". If using java.util.Date: pass the TIMEZONE value properly...!

Regards, Björn
(from mail conversation)

Is is "unbelievable" but true: Firefox does not show scroll bars if the height of a TEXTAREA is defined lower than 60 pixels. Seems that the strategy is: if there is no space available for showing the minimum scroll bar then we do not show anything... If this strategy is perfect or not, I am not sure about. ;-)

All normal functions for scrolling (with mouse wheel, with navigation) are working.
Hi community,

in the recent time there were problems with the forum's mail function. Most of us (all of us?) did not receive mail-notifications if some message was posted in the forum, or if a message was updated.

We took some deeper look into the forum's software and updated the functions which were responsible for sending mails.

We hope that the problems are solved now - but please feed back your experience, of course!

Kind regards, Björn
...is available in the download area.

Details about changes: http://www.captaincasa.com/docu/eclnt_changelog
Hi,

the client is a single page JavaScript application, so this is some bug there.

Could you please...

1. start the application with URL parameter "cclogactive=true" (e.g. http://localhost/xxx/start.tisc?cclogactive=true

2. Open the browser console by pressing F12 in the browser and then open the console-tab

3. Check the output there + send it over to us? (mail to info@CaptainCasa.com)

THANKS!

Björn
Hi Daniel,

sorry on this. To be honest, we had some problems to figure out if a call is coming from outside or if it is some internal call...

What we now provide: a new method on IWorkpageContainer:

Code:
     public void closeWorkpage(IWorkpage workpage, boolean alsoCloseWorkpageWithNoCloseSupported);
     public void closeWorkpageForced(IWorkpage workpage, boolean alsoCloseWorkpageWithNoCloseSupported);
 


So you can explicitly control if you want to override the default behavior of not deleting these pages.

Is available with next update (expected for tomorrow morning).

Thanks + Regards! Björn
...is available in the download area.

Details about changes: http://www.captaincasa.com/pdf/eclnt_changelog.pdf

There is really nice new feature within the grid management - the automated "execution" of items after a certain duration of not changing the selection...!
...is available in the download area.

Details about changes: http://www.captaincasa.com/pdf/eclnt_changelog.pdf
Hi,
it was updated at around 1pm today. So I believe, after refreshing your browser you may/should see the newest version.
Regards, Björn
...updated + part of next update! Thanks! Björn
 
Profile for Admin -> Messages posted by Admin [37] Go to Page: 1, 2, 3 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team