Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
182 views

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 ...
neblaz's user avatar
  • 773
0 votes
0 answers
22 views

I created the following component in react-native: import { TouchableWithoutFeedback, Keyboard } from "react-native"; export default function DismissKeyboard({ children }) { return ( &...
Tomás's user avatar
  • 1
1 vote
2 answers
69 views

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 ...
pui4's user avatar
  • 11
0 votes
0 answers
75 views

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 ...
dlaksmi's user avatar
  • 213
0 votes
0 answers
133 views

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 ...
dlaksmi's user avatar
  • 213
1 vote
0 answers
191 views

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: ...
user17230397's user avatar
1 vote
0 answers
46 views

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 ...
Gustavo Sanchez's user avatar
1 vote
1 answer
52 views

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 ...
Denis  Kobelev's user avatar
-2 votes
1 answer
109 views

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 ...
eborisow's user avatar
0 votes
1 answer
87 views

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 ...
alexDuty's user avatar
  • 102
0 votes
0 answers
331 views

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 ...
user24356711's user avatar
1 vote
0 answers
44 views

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....
Michael's user avatar
  • 122
0 votes
1 answer
47 views

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 ...
Ahmad's user avatar
  • 1
1 vote
0 answers
163 views

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....
Shaun Roselt's user avatar
  • 4,464
0 votes
1 answer
1k views

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 ...
Joe's user avatar
  • 113
3 votes
1 answer
268 views

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 ...
Jerry Dodge's user avatar
  • 27.4k
0 votes
1 answer
176 views

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 ...
Shaggy's user avatar
  • 259
0 votes
0 answers
120 views

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/...
André Schmidt's user avatar
0 votes
0 answers
156 views

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: ...
NevTon's user avatar
  • 297
1 vote
0 answers
2k views

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 ...
Hazem's user avatar
  • 41
1 vote
2 answers
2k views

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 ...
DeusProx's user avatar
  • 197
1 vote
1 answer
2k views

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 ...
ELe's user avatar
  • 11
1 vote
2 answers
2k views

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 ...
Geekyvinayak's user avatar
0 votes
0 answers
288 views

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 ...
cab327's user avatar
  • 39
3 votes
1 answer
218 views

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 ...
Hippo's user avatar
  • 31
0 votes
0 answers
276 views

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-...
smartmouse's user avatar
  • 14.5k
0 votes
0 answers
156 views

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 ...
salia_in_red's user avatar
2 votes
1 answer
6k views

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: ...
Edgar Derby's user avatar
  • 2,835
2 votes
1 answer
148 views

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 ...
AnotherByte's user avatar
0 votes
1 answer
55 views

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 ...
Im'Jeet's user avatar
0 votes
0 answers
280 views

I have a very simple react component with input: const Search = ({ onchange, t }) => { const [value, setValue] = useState(''); useEffect(() => { console.log('value', value); }, [...
Maksymilian Mróz's user avatar
0 votes
1 answer
2k views

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.
Kenn's user avatar
  • 45
0 votes
1 answer
67 views

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 ...
user avatar
0 votes
1 answer
2k views

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 ...
siddarfer's user avatar
  • 292
-2 votes
2 answers
74 views

I'm looking for a button just like this (transparent background and when clicked it becomes gray):Image of the component
Mordechay's user avatar
-1 votes
1 answer
5k views

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? ...
Manche's user avatar
  • 47
0 votes
1 answer
477 views

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 ...
LovelyAndy's user avatar
0 votes
1 answer
216 views

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 ...
Ahmed Kamal ELSaman's user avatar
0 votes
1 answer
2k views

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/...
greg's user avatar
  • 1,889
0 votes
0 answers
357 views

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 ...
Shwetha GT's user avatar
1 vote
1 answer
597 views

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 '...
flix's user avatar
  • 1,983
1 vote
0 answers
180 views

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:...
Xavier Portebois's user avatar
1 vote
1 answer
382 views

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 <...
Ilya Shunko's user avatar
1 vote
1 answer
2k views

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 ...
Tyson Gibby's user avatar
  • 4,969
0 votes
0 answers
546 views

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: ...
Abanoub Zak's user avatar
0 votes
1 answer
22 views

This is App.js file as parent component import InputForm from "./Componets/input_child"; import OutputForm from "./Componets/output_child"; import React from "react"; ...
Roshan Ojha's user avatar
0 votes
0 answers
83 views

I'm creating a custom component called IconButton1, that extends ConstraintLayout: package com.example.widget; public class IconButton extends androidx.constraintlayout.widget.ConstraintLayout { ...
Decent Dabbler's user avatar
1 vote
3 answers
5k views

This is my first.js file import Second from "./second"; function ClickHandler() { return ( <div> <Second></Second> </div> ); } function ...
Roshan Ojha's user avatar
0 votes
2 answers
531 views

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 ...
user avatar
2 votes
0 answers
885 views

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 ...
K Shaikh's user avatar
  • 409

1
2 3 4 5
22