(...) raTreeList.TreeList.InternalSetFocusedRowIndex(Int32 newFocusedRowIndex) w DevExpress.XtraTreeList.Handler.TreeListHandler.TreeListControlState.ChangeSelection(RowInfo pressRowInfo, Boolean isLeftbutton ) w DevExpress.XtraTreeList.Handler.TreeListHandler.NodePressedState.Init() w DevExpress.XtraTreeList.Handler.TreeListHandler.SetControlState(TreeListState state) w DevExpress.XtraTreeList (...)
(...) Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance
(...) raTreeList.Handler.TreeListHandler.OnMouseDown(MouseEventArgs e) at DevExpress.XtraTreeList.TreeList.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, Mousebutton s button , Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m) at DevExpress.XtraTreeList.TreeList.WndP (...)
(...) Hello everyone, I’m still learning how to use JavaScript effectively with WEBCON BPS. Currently, I’m working on a project that involves an HTML button /JavaScript triggering a file download at the end: JAVASCRIPT: // Save the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); (...)
(...) nd stop when not visible. It should be visible through few steps. When not visible, it will reset. When visible again, it will start again. Alternatively, • JavaScript, HTML, CSS stopwatch with button s (Start, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some JavaScript functions. • There are a (...)
(...) 2025 we have the same Theme customization attribute but it doesn't do anything. Is it a bug? I know that it is possible to use CSS. When using CSS it changes the color of the left bar but pressing button s resets the button color to default(white). Has somebody tried to change the default grey color of the left navigation bar? My CSS: .navigation { background-color: #f2df37; } .navigat (...)
(...) .Studio.Forms.ModuleProcess.ProcessPanel.bbiAutomationClone_ItemClick(Object sender, ItemClickEventArgs e) w DevExpress.XtraBars.BarItem.OnClick(BarItemLink link) w DevExpress.XtraBars.Barbutton Item.OnClick(BarItemLink link) w DevExpress.XtraBars.BarItemLink.OnLinkClick() w DevExpress.XtraBars.Barbutton ItemLink.OnLinkAction(BarLinkAction action, Object actionArgs) w DevExpr (...)
(...) As the title says, i can't figure out how to add a newline/empty line. To give more context, the user can input what he wants in this field, there is a button that should add a text at the bottom of the textbox, however the text appears besides the user inputed text and i just can't figure out how to change the formrule for it to appear in the nextline without javascript. I appreacite every help i can (...)
(...) Hi, how to bold the values in the item list column on the workflow path and on the click of a button in the action menu? thank you for your help Regards, Paweł
(...) ng worked fine with my PUBLIC LINK and my private GMAIL-Adress. We want to give unknown guests (except an invitation email) the possibility to log into a step of a specific workflow, press the path button and then lose access to the instance. Today we upgraded to the 2024 Version on TEST-Server and now, with the same App and EMail, i get an error translated to "The verification of the digital signa (...)
Hi everyone, I will try to explain the behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related documents. This item list has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename
(...) Does Webcon save the time a user stays in a given process step, i.e. the time from entering the step form to moving to the next step or clicking the save button ? I want to make a report out of it to calculate KPIs
(...) the WEBCON-Tab, I can enter the portal URL and it connects perfect. However, with my production pc/account I can install the add-in also, it also shows up in the Word Ribbon-band, but none of the button s are working (they are "active", but a click on it does nothing). Only the License button is working. I did already some cleanups for Word, but none of them takes effect... I made also an complet (...)
(...) tudio gives a warning that some changes aren't saved and one has to open all application groups to find the apps marked with * and to save them. Another option would be a global "save all changes" button s in this prompt. Kind Regards Sébastien Anselment
(...) od(Object obj) w System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs) w System.Windows.UIElement.OnMouseDownThunk(Object sender, Mousebutton EventArgs e) w System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) w System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArg (...)
(...) level. This could then be used to prevent (accidently) on the production environment which may get overwritten the next time. This would apply to: - Dashboards - Reports - Public views - Start button s Of course, private report and private KPI views wouldn't be effected by this setting. Best regards, Daniel
(...) field global CSS styles #Updated the code at 11:51: Added class and switched from display to visibility attribute to prevent layout changes /* Hide AI assistant in Designer Desk */ .ai-assistant-button , .ai-designer-button , .ai-start-controller { visibility: hidden !important; } Kind Regards Sébastien
(...) s that "Default application dashboard The so-called default application dashboard is created automatically upon application creation. It includes standard elements such as the Task counter widget, button s for registering new instances, and the Suggested dashboards and reports and Recent activities sections. The default application dashboard also serves as the application's main page. While it cannot (...)
(...) I used JS button to InvokeRule(Form rule). Form rule used FOR EACH ROW function on Item list to populate technical column with increment integer (1, 2, 3…). This integer was used for Item list sorting in Item list configuration. While in version 2022, the execution order of FOR EACH ROW was driven by sorting (even unsaved) Item list as seen on the screen (First sorted visible row first, Last sorted visi (...)
(...) Hi How can I trigger the deletion of a given WFelements element in my own action? I know there is a delete button but you can only trigger it by standing on the form, I would like to trigger the deletion action as a cyclic action. Thx Maciej