Questions tagged [associate]

44 questions
11
votes
1 answer

Associate file type/extension to non document based cocoa application

This is for some reason really hard to find and solve. Cannot find any documentation on it. I've got a non-document based application which I would like to open all specific file types, but I do not want to use NSDocuments but let my code handle the…
Ger Teunis
  • 945
  • 1
  • 14
  • 30
6
votes
2 answers

Associate Test case in VS 2017 shows error not connected to a project but I am

I am using Visual Studio 2017 with Selenium C# for automation testing. I do see when I right click a Test, 'Associate to Test Case' is enabled. When I click it though, I do see an error - 'You are not logged into Team Services or Team Foundation…
JSoldano
  • 81
  • 1
  • 4
4
votes
1 answer

Plugin dose not trigger on associate 1:N in CRM 2011

I have two system entities: invoice and invicedetail. In system exist association 1:N - invoice_details (parent: invoice, child: invoicedetail). I go to invoice details, next go to Products section (invoicedetail) and add new product. Now this…
Dzarek
  • 539
  • 5
  • 9
4
votes
1 answer

What is the difference between the Java Associate exam and the Java Programmer exam

In the next 6 months I will have to take one of the above exams to pass part of my course and I have been studying Java for the last 2 years in school and was wondering is there a huge difference between the 2 exams, Would I be better to just do the…
JohnnyQ
  • 484
  • 10
  • 23
3
votes
2 answers

Associate() in laravel

I have 2 models, a User and an Address. I am still experimenting on associate() since I read it in https://laravel.com/docs/5.6/eloquent-relationships#updating-belongs-to-relationships but I'm having some trouble with implementing it and sadly my…
Jp Arcilla
  • 83
  • 1
  • 1
  • 8
3
votes
2 answers

Associate changesets with work item git-tfs

I've tried figuring this out but with no success so far. I am using git-tfs to check in my changes to TFS (local using GIT repository) I read this question which briefly describes that you can associate workitems in a commit message using metadata (…
julia
  • 452
  • 6
  • 15
2
votes
1 answer

ASSOCIATE chains in Fortran?

The ASSOCIATE feature is in principle quite useful, as it allows assigning values to names without incurring the syntactical overhead of explicitly defining local variables. However, its utility is limited because the values are bound only after the…
kdb
  • 4,098
  • 26
  • 49
2
votes
3 answers

Associate a Network Security Group (NSG) to subnet

I'm having some difficulties when creating a VNET/Subnet. I'm also making use of ASE and for that I can only use a Classic VNET. Azure offers two types of VNET. Depending on how you create it (via Azure Portal, xplat-cli, old portal, powershell)…
Cesar
  • 19
  • 1
  • 6
2
votes
2 answers

shell script associate array value overwriting

When I run the following shell script always I am getting the output as "grault" for any key. What would be the problem? thanks! #!/bin/bash declare -a MYMAP MYMAP=( [foo]=bar [baz]=quux [corge]=grault ) echo…
G G
  • 1,049
  • 4
  • 17
  • 26
2
votes
1 answer

unity3d: How to register custom document kind and open it by my application?

I need to register my own document type, for example ".mydoc" and associate it with my Unity3D application in the iOS and Android. For example if someone send my email with something.mydoc file I need to be able to tap on the file and system will…
centur10n
  • 21
  • 1
1
vote
1 answer

Confused about documentation of Kotlin's associateWith map transformation extension function

Trying to study collection transformations in Kotlin and I'm a bit confused by the documentation for the associateWith transformation extension function. It says: The basic association function associateWith() creates a Map in which the elements of…
M.Ed
  • 969
  • 10
  • 12
1
vote
1 answer

How can I make specific file extension open in my program

I have created a simple program in C#, that saves data into a file with custom extension. The file can be saved anywhere in the user's PC, and the user can load different data file every time. I have built the program into an exe file, and I deploy…
SagiZiv
  • 932
  • 1
  • 16
  • 38
1
vote
1 answer

Associate file extension with air app on Android

I am trying to associate a file extension with my air app on Android. My goal is to be able to start my app by clicking on a file with a specific file type from either a file manager or mail app. I have found a solution that in theory would work in…
jensborje
  • 318
  • 1
  • 9
1
vote
1 answer

Rails: Order by associate, first not downloaded

I have a problem displaying files accessible via my application. When a user logs in, I want to display all of their files. Files downloaded by current user should be displayed last. The file table has about 500 records, so I need simple and fast…
Oskar
  • 43
  • 5
1
vote
3 answers

How to associate a specified type of file with my program?

I have a self-developed program which I want to use as the default opening tool for .jpg and .bmp files. How can I achieve the goal progrmmatically? Some said that I have to add some registry entries. But I don't konw exactly what I should do. Can…
user26404
  • 1,371
  • 4
  • 27
  • 38
1
2 3