Thanks Paro!
Thanks for the update! Glad to hear there will be a manual! In the mean time could you please describe how to set the Scroll bar default width please? (The one that appears when "Scroll elements with scrollbar" option is enabled)
Hi Florian, Did you ever get hold of a manual or some info on how to and what are the possible values?
Just a heads up for anyone runs into something similar. I had a my own custom library created in version 3.5.18.20 in my project, I upgraded the library to the newest components and reimported, since then I have not had this error message coming up. I believe the error message could be a bit more telling and I also think the developers are interested in fixing it, if so please let me know so I can provide the code or something.
Hi j-zauner, Do you know if there is manual describing the style names and value limits for each visual component?
Does anyone know if it is possible to set the width of the automatically displayed scrollbars? Btw, I am not asking about the scrollbars that are in the visu toolbox but the ones enabled in the Visualization manager.
Is there any way to resize a dialog from IEC code?
In relation to the above I managed to catch an exception message: ************* Exception Text ************** _3S.CoDeSys.Core.Objects.ObjectSaveException: The object 'PLC_PRG [Device: PLC Logic: Application]' could not be saved. (Reason: The system cannot find message text for message number 0x%1 in the message file for %2. ) at _3S.CoDeSys.ObjectManager.Project.SaveMetaObject(IMetaObject metaObject, Boolean bCommit, Int64 nNewTimestamp, Boolean& bUndone) at _3S.CoDeSys.ObjectManager.Project.SetObject(IMetaObject...
In relation to the above I managed to catch an exception message: *** Exception Text ** _3S.CoDeSys.Core.Objects.ObjectSaveException: The object 'PLC_PRG [Device: PLC Logic: Application]' could not be saved. (Reason: The system cannot find message text for message number 0x%1 in the message file for %2. ) at _3S.CoDeSys.ObjectManager.Project.SaveMetaObject(IMetaObject metaObject, Boolean bCommit, Int64 nNewTimestamp, Boolean& bUndone) at _3S.CoDeSys.ObjectManager.Project.SetObject(IMetaObject metaObject,...
I am wondering if I could be the only one that having this problem whereby Codesys would just give me an error message about non existent text messages upon trying to save a project or adding a new device. The following message appears with slightly different texts: "Project could not be saved . (Reason: The system cannot find message text for message number 0x%1 in the message file for %2" Any ideas on how to solve this would be appreciated, I am now trying now this on the 3rd PC with fresh install...
Hi ajbecker, Did you ever find a solution to this?
Did you manage to get hold of any documentation or examples?
I suspected that would be one reason for it, yet the provided example on forge does not include this. In my experience if you do the reset after opening the dialog you still end up with having open twice after power cycle/ download/ online change, hence I suggested to do before
Answering you 1. question, I was told by our vendor that is not possible (after buying the license), which makes it kind of pointless in my opinion.
I found myself that I have to run the FB first with xExecute:= false, then run it again with Execute:= True and it works every time. So in your scenario just try to stick this above your case statement or just after : fbOpenMessageDialog(sDialogName := 'd01_MessageBox', xExecute:= false); Maybe somebody else could tell us why it is like this.
Is this no-no or am I not wording this very well?
Hi Spiritcore, Could you be a bit more specific on this one. What element did you bring to the foreground? Is it your hidden menu buttons? I think I have a similar problem I have a rectangle as a background with no inputs configured yet I cannot scroll the frame via touch. When the rectangle is removed then it is possible to scroll. I have no luck bringing elements to foreground.
Hi All, I am trying to understand how to change the background of an tab control. It seems to default to the value originating from the selected visu style. Is there any way to change the background colour of a tab control and a Table element? Can I modify the visu style? If so, is there help file or manual for it? Thanks Attila
Hi Kim, did you ever manage to find a solution to this?