Questions tagged [customizing]

101 questions
2
votes
2 answers

How to customize file_picker UI in flutter

I find it difficult to customize the UI of the file picker. I want to implement a picker with my own new UI rather than a native picker. What should I do? waiting for a good answer! I'm not good at English, so I got help from a translator. thank you…
LiDe
  • 35
  • 1
  • 7
2
votes
0 answers

Override default vue-formulate snow.scss theme

English is not my native language and I might not understand the vue-formulate documentation correctly but I'm trying to use vue-formulate module in a Nuxt.js project. I'm importing the default snow.scss file, then my global style: css:…
Claire
  • 773
  • 1
  • 8
  • 19
2
votes
2 answers

Adding tags to wagtail email form submissions

In order to be able to automatically use the email sent by the wagtail email form, I need to put some tags in front of the generated lines. So in short, a line inside the email should look like this: "#Start# descr: somethingsomething. #Ende#". I…
Lukas
  • 23
  • 5
2
votes
1 answer

How can I add additional source files when customizing and rebuilding Debian package?

I try to customize and rebuild a Debian source package by adding some additional source files (not included in the upstream archive) and applying some patches. More specifically, I try to customize Ubuntu "ppp" package by adding a custom plugin. I…
2
votes
0 answers

Add top-level fields onto the Meteor.user document

I am a meteor newbie, I am following this link from meteor guide to add more fields to Meteor.user document , Template.CustomDataForm.events({ "click [data-action='Customer/insert']": function (event) { event.preventDefault(); …
2
votes
1 answer

Elasticsearch dynamic mapping convert all to string (using Javascript client)

I have a situation where I'll need to import a bunch of different data that may end up having conflicting data types. I have decided to convert everything to a string and then convert back later if the data is needed. I can't figure out how to do…
benishky
  • 901
  • 1
  • 11
  • 23
2
votes
1 answer

WPF ScrollViewer set ScrollableHeight

I have a user control which paints content in OnRender. The Height of that control grows by and by. I added this control to a ScrollViewer. The control does only repaint the currently visible area (viewport) (+/- a view lines for smoother…
Andi
  • 169
  • 1
  • 9
1
vote
2 answers

Override user_login_submit in Drupal 6 to redirect an authenticated user

I would like to redirect a user that logged in over the user login block. What I have is a module that contains the following code: Appendix, 3.9.2011, 15:30h: Changed code according to the advice of kiamlaluno. Appendix, 3.9.2011, 17:08h: Small…
spikey
  • 444
  • 1
  • 7
  • 27
1
vote
2 answers

Migration of custom Module from Odoo 13 to 15

Hello to all Odoo Developers! I am currently trying to migrate a addon from Odoo 13 to 15. My addon worked fine in Odoo 13 so I am trying to understand which changes were made in Odoo 15 to upgrade my module. First error I got was the…
kayalotta
  • 53
  • 9
1
vote
1 answer

Odoo Customizing : Many2one field in contacts view, which shows only the Individuals of the currently displayed Company

I am new to Odoo customizing an currently stuck on a Many2one field. Following the Code Snippet I am working on: This is my Python Code: My One2many field: field_contacts_customer_info = fields.One2many( 'contacts.customer.information',…
kayalotta
  • 53
  • 9
1
vote
1 answer

How to make a custom sort in MatTable Angular

I use MatTableDataSource filled with objects to populate a MatTable and want to make a custom sort on a string variable of the objects that represents the states the objects have. I've managed to sort the variable by asc with MatSort, but want to…
utvikla
  • 11
  • 2
1
vote
0 answers

How to Create customized ubuntu server 18.04 LTS ISO file?

I want to know how to customize the iso content after mounting the ubuntu server iso file. For example, I would like to customize the Linux kernel Real-time Patch, three servers, and a GUI installation with ISO files. Please let me know detail about…
고석규
  • 11
  • 1
1
vote
2 answers

VS 2010 - is there a way to implement a pop-context button, similar to what was available in vs 6

The context is this. I have right clicked on a function name and gone to definition. I have examined the information there and which to return to my previous source file/position. In vs 6, the browse toolbar contained a pop context button that would…
EvilTeach
  • 28,120
  • 21
  • 85
  • 141
1
vote
1 answer

Customizing/Overriding Rails SimpleForm Gem

I'm using the Rails gem SimpleForm, but I think my question may be applicable to any gem. https://github.com/plataformatec/simple_form It has a lot of great features and customization, but I'm looking to go a bit further. For example, I really wish…
blastula
  • 637
  • 1
  • 6
  • 10
1
vote
1 answer

Customizing the SharePoint 2010 Blog Template

I want to apply branding to a sharepoint 2010 blog site which is a sub site of our internet. I'm trying to achieve this by creating a custom blog site template based on the original blog site template. So I followed the following blog…
Madhawa
  • 23
  • 1
  • 5