Questions tagged as 'resources'

2
answers

Resource Enhancement in Javascript

I have an Asp.Net MVC project where I use resource, but I'm having problems with accenting other special characters. Home Example: I have the following Resource: Name | Value MSG_SESSAO_EXPIRADA | *Sessão expirada!...
asked by 24.08.2015 / 19:54
1
answer

Multiple Resource Files in .NET

Is it possible to have 2 resource files in visual studio with the same resources name, one of which is intended for testing environments and another for production environments?     
asked by 06.10.2014 / 16:57
1
answer

Resource with database

Well I have the following environment: Table: Livro id titulo tituloEN descricao descricaoEN Controller: [LivroController] public ActionResult Index() { var livros = bdLivro.ListarTodos(); return...
asked by 25.07.2014 / 15:09
2
answers

Generate RES (stringtable) file from a unit resourcestring

I am studying some sources on how to internationalize software, and in the example I have the software has a unit with constant strings (captions, etc), something like: unit Resources; interface resourcestring CompanyName = '***'; implementa...
asked by 26.01.2016 / 08:36
0
answers

Translate .rc in Visual Studio straight into the resource?

I'm trying to translate a project with Visual Studio 2013 (snes9x emulator). I have no experience with the theme, but following the instructions of the package, I understood the resources and libraries needed and where to put folders, indicate p...
asked by 15.07.2015 / 23:17
0
answers

Changing ngResource's save and using CORS (Cross Domain)

I'm developing an application with angular, and I'm having a problem with the ngResource module. I need to call a URL from another system, so I've already added the required headers in the other application. However in my request I need to ca...
asked by 06.05.2015 / 21:05
1
answer

Failed to update project classes and resources using Intellij and tomcat

I'm using Intellij to develop a web project, the application server used is Tomcat. I set up shortcut keys to update the features and just reload the page so that the modifications to the project would be loaded. Everything was working, out of n...
asked by 10.02.2017 / 12:45
1
answer

Resources on app_globalresource

I have a class library where I added a resx file, does anyone know how I can at runtime put this resx on app_globalresource so that it is available in all my app web mvc ?     
asked by 01.04.2014 / 13:33
1
answer

Get image from the "Resources" folder of android [closed]

Good morning, I have an android application made in C # via xamarin. In this application, you have a report made in HTML that is displayed in a WebView. This report needs to display an image (PNG) that is stored in the Resources folder of my...
asked by 27.09.2018 / 14:26
1
answer

Getting nested resources from the Rails controller

Good evening, this is my first post here, I'm learning to use the tool, sorry if I did something wrong. But here's the problem ... I'm trying to make a "Trello" clone in Rails for a college discipline. Basically I have one in the Project model...
asked by 04.05.2018 / 01:49