Questions tagged [owner]

209 questions
1
vote
1 answer

What is an ACL owner?

I have found three possibilities for what is calls an "ACL owner" in the wild: The owner is the protected resource. That's the way EAz goes. The ACL owner is the user whow owns and edits the ACL. (like in java.security.acl.Acl or POSIX ACL) The…
deamon
  • 89,107
  • 111
  • 320
  • 448
1
vote
3 answers

How to get owner class of property in C#

I need to analyse my object and show some properties of it in a list. My object has some properties, which come from base class "ObjectBaseClass", these properties should not be shown in my list. How can i know, wheather a property is from…
Ivan
  • 81
  • 2
  • 11
1
vote
0 answers

Visual Studio 2010 - Duplicate tables when using datasource wizard

I hope someone can help me, because I've seen a couple of problems like this one, without a concrete solution. I developed a Solution in Visual Studio 2010, months ago. Yesterday, I was doing maintenance and when trying to add new tables with the…
Lalo
  • 11
  • 2
1
vote
0 answers

How to get current android's user info?

Android 4.2.1, having two system user accounts: owner + created user. Trying to get current user's info: final String[] projection = new String[] { ContactsContract.CommonDataKinds.Phone._ID, ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME,…
Coldze
  • 71
  • 1
  • 6
1
vote
0 answers

C++ Win32 Trying to create an owner drawn toggle button

I have been trying for a very long time (well a few days) to create a toggle button. A button having a up or down state. Took over a day to realize it is not possible to create an owner drawn toggle button, a checkbox and pushlike does not work.…
Evan Carslake
  • 2,267
  • 15
  • 38
  • 56
1
vote
2 answers

Command line syntax in Perforce

One of our admins, the admin that happens to have created all of our release streams in Perforce happens to be out of town. (We have just started on the tool) To help lock down our content we have both of the following items selected on our release…
James
  • 422
  • 8
  • 21
1
vote
1 answer

iOS Controllers for universal (iPhone/iPad) app

I am just working on iOS app and I want to make it universal for both iPhones and iPads. This is done and works without any problems: if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPhone) { self.viewController_iPhone =…
DanielH
  • 953
  • 10
  • 30
1
vote
3 answers

Setting Form.Owner to a form from a different thread

My application (C#, VS2008) loads information from a database (SQL Server 2008 Express) over the network. During (possibly) longish waits, I want to have a 'Loading...' dialog box appear running on a different thread, but only if the operation takes…
Jacob Degeling
  • 358
  • 3
  • 12
1
vote
1 answer

Liferay - is user Site Owner?

I am working on one feature in Liferay 6 and I want it, to be accessible only for Site Owner. I have big problem how to get if user is Site Owner. I can get if user is Administrator using this if (RoleServiceUtil.hasUserRole(user.getUserId(),…
Jamalissimo
  • 127
  • 3
  • 13
1
vote
0 answers

Facebook page tab app is not visible for a person authorized as an page owner

I have FB page with a tab where an application is located. The visitors are seeing it properly. And I can see it to, but just before I authorized as a page owner. Right after that I see an empty tab with no iframe loaded. I checked a page code, a…
1
vote
1 answer

php create folder owner/group

I'd transfer my site to linux hosting, Its has an issue on uploading image to the system's auto create folder which permission is chmod 0777, I found that its always make the uploading failed because of owner/group is in www-data, how could it…
conmen
  • 2,377
  • 18
  • 68
  • 98
0
votes
0 answers

Is there an easy way in java to find out the autor who and/or the computer that produced a certain file ( e.g. image)?

Now that my tool can load and display images as well as their metadata - using metadata extractor - i'd also like to see information about who made the file and what was the name of that person's computer. Target is: Changing or deleting the…
user1178185
  • 13
  • 1
  • 5
0
votes
2 answers

Appengine owner invite gives Unauthorized errors

I did get an invitation to become the owner of a billed-enabled application from a regular google account (I have a google apps account). I've tried both invite links and both gives the "You are not authorized to access this application." error that…
alextk
  • 5,713
  • 21
  • 34
0
votes
4 answers

Simplifying SQL Server's Logins/Owners/Schemas/Roles/Principals etc

I frequently develop small internet applications using ASP.NET and SQL Server 2005. My databases are always only accessed by one application through an ASP.NET web service or something similar. When I'm developing an application and moving a…
David
0
votes
1 answer

Determine Parent Component

We have TToolbarButton(s) on a toolbar, each with it's own associated TPopupMenu. The popup menus are all the same so we would like to have only one menus for all the toolbar buttons. The problem I have is determining which ToolbarButton invoked the…
Pieter van Wyk
  • 2,316
  • 9
  • 48
  • 65