Questions tagged as 'componentes'

1
answer

Reuse / reuse of component with reactivity in Vue

I'm trying to reuse components in VueJS , one of my attempts is to reuse forms, for example: I have in several forms of my site the login and password fields, so I created a component called userform : <template> <se...
asked by 22.01.2017 / 03:42
1
answer

Error closing form with TAcroPDF in Delphi

This "blessed" component, unfortunately I need to use it, it happens that whenever I try to close the Form it closes, but always gives an AccessViolation . There is nothing in the Form besides a TAcroPDF and a Close button. The impressi...
asked by 26.03.2018 / 17:31
1
answer

Multiple component calls in list

I have a basic user list with 4 columns ( NAME | EMAIL | PHONE | OPTIONS ). In the options column, for each table record I have an edit and remove button. I would like each edit button to trigger another component (edit-user-modal-component...
asked by 21.06.2018 / 16:30
1
answer

Problem with custom control

I created a custom search bar with an entry. I need to get the text of this entry to be a search parameter. So I created a custom property that uses the Text property of entry. But this custom property does not take the text from the custom s...
asked by 11.06.2018 / 15:34
1
answer

What components should I use for color selection and photos in ASP.NET?

I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types: One for color, which returns the color code in hexadecimal, for example: ffffff or #ffffff; And one for uploading photos, i...
asked by 18.09.2015 / 21:07
1
answer

Make React components available as dependency

blz? I have some react components here and I need to make them all available in a dependency, style or semantic, how can I do this? I'm trying to export the components into an index that imports and exports everything but I'm having a problem...
asked by 11.07.2017 / 21:49
1
answer

Rave Reports Delphi Seattle

What is the real function of the Rave Reports component in Delphi? And where you can download this component for free. I have an application that was developed in Delphi 7 that is using this component and I need to open and execute that applicat...
asked by 26.10.2016 / 13:12
2
answers

Angular 2 Binding in Component

I have the following scenario. I have a list in a webservice, but when I do a return to pass the value to my component it simply does not bind because it is time consuming, and even when it comes back I call the WS again it does not update the d...
asked by 22.08.2016 / 15:30
1
answer

'app-welcome' is not a known element Angular 2+

My components are organized as follows: app.module src/ App.Module.ts: Importa os módulos dos componentes <br> App.Routing.module.ts: Rotas raiz do sistema welcome.module src/app/components/ <br> bemvindo -> <br> b...
asked by 28.06.2018 / 16:27
1
answer

Working with app routing in angle

My application starts in AppComponent, in AppComponent I set <router-outlet> </router-outlet> I have defined the following routes: const appRoutes: Routes = [ { path: '', component: LoginComponent } ]; const loginRout...
asked by 13.07.2018 / 18:08