1,092 questions
1
vote
2
answers
182
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
69
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
75
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
133
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
191
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
46
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
52
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
331
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
163
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
...
3
votes
1
answer
268
views
How to invoke property editor upon double-clicking a TCollectionItem?
I have a custom control. It has a published property of type TOwnedCollection, which of course contains several instances of TCollectionItem (inherited to my own implementation). Let's call them ...
0
votes
1
answer
176
views
Creating SSIS Custom Component - PreExecute method cannot get connection manager
I had trying my hands on creating a SSIS custom component to retrieve data from Salesforce. I having the custom connection manager project working and verified, and the custom source works and ...
0
votes
0
answers
120
views
Angular change style of host when custom attribute is set
I would like to change the style of a custom Angular component based on an custom attribute (just the attribute, without key-value) on the host tag. But somehow the ':host[...]' selector is not used/...
0
votes
0
answers
156
views
Delphi 10.3 how messages routing in wincontrols work
I have this type of problem:
I need to be able to know when mouse cursor is inside my custom wincontrol that have other custom controls on it. Let me explain in a more graphical way:
component tree:
...
1
vote
0
answers
2k
views
Customize the Material 3's Switch component in Jetpack Compose
Switch example Is there a way to customize Material 3's Switch appearance and behavior?
I have seen some examples of customized components in the Now in Android Case Study Figma file, I wonder if ...
1
vote
2
answers
2k
views
Adding Custom Component to Docusaurus
I have a quite large angular component exported as custom component, which I want to load as a demo into my docusaurus documentations It consists of several bundles and other resources all saved in ...
1
vote
1
answer
2k
views
Limit antd select tag number
Currenlt im trying to customizing the multiple Select component in Ant Design to meet specific requirements. However, im uncertain about the possibility of fully customizing this component according ...
1
vote
2
answers
2k
views
Shadcn error module not found: Error: Can't resolve '@/components/ui/accordion' in 'Desktop/sadcn/src'
i am using shadcn with simple react app with typescript installed but i'm getting this error
module not found: Error: Can't resolve '@/components/ui/accordion' in '/home/vinayak/Desktop/sadcn/src'
i ...
0
votes
0
answers
288
views
Custom Delphi Tool Palette Grayed out
I am moving a project from Delphi XE8 to 11.2.
I have a custom Tool Palette .bpl that I have loaded into Delphi 11.2 using "Install Packages".
I can see pre-existing custom components in the ...
3
votes
1
answer
218
views
Custom collapsible widget causing size issues
I came across this post answer on How to make an expandable/collapsable section widget in Qt, but the proposed solution is not without flaws.
In fact, as you can see below, once the widget has been ...
0
votes
0
answers
276
views
Naming attribute in Angular custom components: with or without hyphen?
I have created an Angular component that have some inputs, such as the following:
@Input('max-length') maxLength: number;
So when I use it from another component I can type this:
<my-component max-...
0
votes
0
answers
156
views
Custom component (Vanilla JavaScript) scroll event on window object in shadowRoot
I am currently rewriting my <header></header> inside an index.html file with JavaScript functions. Every function was working perfectly fine.
The struggle comes with rewriting it as a ...
2
votes
1
answer
6k
views
Unexpected `Uncaught TypeError: Illegal constructor` when creating a new vanilla Web Component
I'm testing the limits of the JavaScript Web Components API and I encountered an interesting issue.
I have the following wrapper around an HTMLElement object:
export class Wrapper {
public el: ...
2
votes
1
answer
148
views
JavaFX - How to make custom component resizable in SceneBuilder?
I implemented a custom component (ToggleSwitch) like in this video : https://www.youtube.com/watch?v=maX5ymmQixM
I created a .jar via Maven and added the .jar to SceneBuilder
The component works but ...
0
votes
1
answer
55
views
React routing is not working, it is getting refreshed on every page click
We are trying to add react routing V6 ino one of our custom component called NAVIGATION( we are adding it as a dependency as package.json)
In this Navigation component we can add multiple tabs as ...
0
votes
0
answers
280
views
Is it possible for my custom input not to work in shadow-dom?
I have a very simple react component with input:
const Search = ({ onchange, t }) => {
const [value, setValue] = useState('');
useEffect(() => {
console.log('value', value);
}, [...
0
votes
1
answer
2k
views
How to access refs from app instance in Vue3
In Vue2 it was possible to access refs from the vue instance like so:
vm.$refs.someRef
How can I achieve this in Vue3? Access the refs from outside the app instance i.e from js code.
0
votes
1
answer
67
views
connect input from appended customComponent to object
I'm appending custom-components per key:value pair of objects. Now I'd like to pass the new value onChange to the object. And I'd need the functions to be reusable.
I've been fiddling around with this ...
0
votes
1
answer
2k
views
how to export then import a powerapps solution that has a canvas app using a custom component
I cannot seem to export then import a powerapps solution that has a canvas app that references a custom component. I'm using the powerapps portal to create the solution, where I add the canvas app ...
-2
votes
2
answers
74
views
Is there a button component with a transparent background or can you create one?
I'm looking for a button just like this (transparent background and when clicked it becomes gray):Image of the component
-1
votes
1
answer
5k
views
React Native Switch
Are there some ways in react-native to create a switcher with this exact design?
I'm using this React Native Switch, it works perfect, but I need plus text 'on' and 'off', maybe custom component?
...
0
votes
1
answer
477
views
Custom Dropdown input not triggering blur event
I have a custom dropup component that I am building and I find myself running into some very weird issues with it. The biggest one being the blur event, which doesnt seem to be firing when I click ...
0
votes
1
answer
216
views
HTML Custom Component <script> tag functions "is not defined" in FireFox
Why "Custom Component" tag function "is not defined" in FireFox.
Although it works well with Google Chrome and Edge ?
What is wrong or what I miss to get this to work ?
A simple ...
0
votes
1
answer
2k
views
angular custom form control not calling onChange
I am building a simple custom form control that requests data and populates a mat-select.
I have followed the angular tutorial and also several others...
These are my 2 favorite
https://sreyaj.dev/...
0
votes
0
answers
357
views
I am unable to find some of the features in covalent/core version 4 for Angular 12 which are found in version 3
I am using covalent/core version 4 in my Angular 12 project and unable to find the covalent/core/loading, covalent/core/media and few more libraries which are available in the covalent/core version 3 ...
1
vote
1
answer
597
views
How to verify if props is valid element OR functional component?
I've some problem to verify if props passing to CustomComponent is a valid react jsx especially in React Native
Let say my CustomComponent is:
import React from 'react';
import {View, Text} from '...
1
vote
0
answers
180
views
Primefaces autocomplete inside a custom composite component, behaving as without any suggested result
We use a lot of modals in a JSF project, so we made a simple custom component to embed the needed HTML code. Nothing complicated, just a wrapper without any logic:
<cc:interface>
<cc:...
1
vote
1
answer
382
views
How to properly parse sub-components in a Stencil.js component
I am trying to use Stencil.js to create tabs component with the following structure:
<custom-tabs>
<custom-tab active label="Label 1">
Some generic HTML content <...
1
vote
1
answer
2k
views
How to create a custom Blazor multiple select HTML component? Error: MultipleSelect requires a value for the 'ValueExpression' parameter
I am working to create a custom Blazor multiple select HTML component. It works until I add the validation. Also if I disable multiple select and leave the validation on, it works.
When multiple ...
0
votes
0
answers
546
views
C# - Windows Form - Remove Background color from custom control
I have a custom rating control and I need to draw stars only with no background Rectangle to use it on any other controls.
without a background, only the stars.
The drawing code as the following:
...
0
votes
1
answer
22
views
Intial Output disappears when I change the enter some data in another field
This is App.js file as parent component
import InputForm from "./Componets/input_child";
import OutputForm from "./Componets/output_child";
import React from "react";
...
0
votes
0
answers
83
views
Let TextView inside custom component inherit all attributes
I'm creating a custom component called IconButton1, that extends ConstraintLayout:
package com.example.widget;
public class IconButton
extends androidx.constraintlayout.widget.ConstraintLayout {
...
1
vote
3
answers
5k
views
How to return custom component from another function in react JS?
This is my first.js file
import Second from "./second";
function ClickHandler() {
return (
<div>
<Second></Second>
</div>
);
}
function ...
0
votes
2
answers
531
views
How to handle two on Press functions in custom Component in react native
I have modal which I have declared as custom component.
in which I have two button one is action and another is skip. on pressing action button action function should call and on press skip button ...
2
votes
0
answers
885
views
Loosing search and tab accessibility in valueContainer after using custom ValueContainer in react-select
I needed a dropdown with multiple rows of text like this:
I used react-select with custom components:
import Select from 'react-select';
import DropDownOptions from './DropDownOptions';
import ...