File | Line | Function |
---|---|---|
/global.php | 94 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 550 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php | 811 | errorHandler->error |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/global.php(872) : eval()'d code | 26 | errorHandler->error |
/global.php | 872 | eval |
/printthread.php | 16 | require_once |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 160 | errorHandler->error |
File | Line | Function |
---|---|---|
/printthread.php | 165 | errorHandler->error |
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.30 (FreeBSD)
|
Aligner should be working with replications of instances - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: General (https://murlengine.com/forum/forumdisplay.php?fid=8) +--- Thread: Aligner should be working with replications of instances (/showthread.php?tid=271) |
Aligner should be working with replications of instances - supertreat - 01 Sep 2016 Hi murl engine team, Aligners are helping a lot for user interfaces. Unfortunately they are not working as expected when using with Instances: I understand that the aligner is only using direct children for alignment. But as Instance is a special node and a common use case is, that instances have replications set to greater than 1. So the aligner should be iterating through the children of Instances. It should align all the children of the Instance as well. Or am I missing something and there is an easy way or work around to fix this? I hope you can change this with the next version. best regards supertreat RE: Aligner should be working with replications of instances - dizzy - 03 Oct 2016 Hi! With the next update, the Graph::Aligner node accepts the new "processInstances" attribute, which affects how children implementing the Graph::IInstance interface are handled. By default, this attribute is set to true, and all individual replications of instance children are treated as if they were direct children of the aligner. To disable this new behavior, simply set "processInstances" to false. Best regards, dizzy RE: Aligner should be working with replications of instances - supertreat - 03 Oct 2016 Hi dizzy, Thank you for the good news! Especially on a monday Do you already now when the next update will be? best regards, Chris RE: Aligner should be working with replications of instances - dizzy - 11 Oct 2016 Hi! Update 6529 is now ready to download! On the download page, there is also an updated Werkbank build available in the "Other Downloads" section. Best regards, dizzy RE: Aligner should be working with replications of instances - supertreat - 11 Oct 2016 That's great news! Everything seems to be working great. fyi: also my logitech mouse now is able to scroll in the werkbank best regards supertreat |