1,092 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
187
views
@FacesComponent not displayed properly
Trying to jump into learning Jakarta EE 10+, with Jakarta Faces 4+.
With a simple example on creating a custom componant (tag) the rendering of it is not done properly.
Added some System.out.prinln ...
0
votes
0
answers
22
views
Why does Keyboard.dismiss not work in App.js?
I created the following component in react-native:
import { TouchableWithoutFeedback, Keyboard } from "react-native";
export default function DismissKeyboard({ children }) {
return (
&...
1
vote
2
answers
71
views
Loading code between 2 Javascript files doesn't carry variable
I have a game engine type thing and I'm tring to make it so the users can have multiple 'poopengine-window' elements and specify a Javascript file for that specific game window to use. However I ...
0
votes
0
answers
76
views
How to make automatically use the Custom panel in Custom ComboBox into one in vb.net
I'm Trying to make automatically use the Custom panel PanelGlow in Custom ComboBox FLATCOMBOBOX into one in vb.net
Please Guide me
Thanks
Custom FLATCOMBOBOX
Imports System.ComponentModel
Imports ...
0
votes
0
answers
134
views
why custom component ComboBox display Black color when dropdownstyle set to dropdown in vb.net
I'm trying make custom component ComboBox but display Black color when dropdownstyle set to dropdown in vb.net
without using WndProc how can I solve it when dropdownstyle set to dropdown ?. Is there ...
1
vote
0
answers
193
views
How to show labels in an apache echarts custom series?
I'm trying to create a "custom" apache echarts component that acts as a timeline for a series of events. However, I managed to do everything but to get the labels to show. Here's my script:
...
1
vote
0
answers
47
views
How to do an overflow visible in a custom filter with AgGgrid React
I want to do an overflow visible in a custom filter with AgGgrid React.
But Idk how to do it. I have a custom filter in AgGrid React with a DropDownList, but I cannot show by default the options of ...
1
vote
1
answer
54
views
Tips for custom vue components
I'm using vs code. I wanted to find out if there is a way to create hints for a custom vue component.
Example: I have a component QLabelValuesItem and when I hover over it I want to see what it ...
-2
votes
1
answer
109
views
Question about using Quartz with a custom Camel consumer
I am developing a custom component, endpoint and consumer. It generally works with the default Camel scheduling options: initialDelay and delay.
public class MyEndPoint extends ScheduledPollEndpoint
...
0
votes
1
answer
87
views
Blazor validation works only when single field is present
So the thing is I have a little sandbox to play with Blazor. There is a basic form with a few fields. I'm trying to put some validation on that. The input fields are custom component, applied some ...
0
votes
0
answers
342
views
Visual Studio 2022 SSIS.Pipeline Error: Cannot find the connection manager with ID in the connection manager collection due to error code 0xC0010009
I have created a custom connection manager component and also dataflow component, I can see both the components in Visual Studio 2022 IDE at design time and there is no compilation error.
But when I ...
1
vote
0
answers
44
views
How to notify associated custom controls for property changes?
I created a set of custom controls like a label, an edit, a button, etc. for the VCL using C++ Builder 11.2.
I also made a component which has some color and font properties and acts like a stylesheet....
0
votes
1
answer
47
views
Cannot Convert Custom ExpyTableView Type in Swift
I'm working on an iOS application using Swift and encountered a type mismatch error when trying to use ExpyTableView, an expandable table view library. The error occurs in a part of my code where I'm ...
1
vote
0
answers
168
views
How do I build a custom non-visual component for TMS WEB Core?
I tried following this document about how to build a non-visual component for TMS WEB Core, but it's not working.
This is my full unit code:
unit MyTestCustomComponents;
interface
uses
System....
0
votes
1
answer
1k
views
How to Create our own Custom Component in MudBlazor
My Own Custom component with MudNavLink and MudCheckBox but it didn't show in Implemented Razor Page output. I didn't know issue i was using own component for first time.
CustomLinkWithCheckbox.razor
...