Tagged Questions
The owner tag has no wiki summary.
15
votes
4answers
5k views
Win32 window Owner vs window Parent?
In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I had it figured out, then I came across this code:
SetWindowLong(handle, GWL_HWNDPARENT, foo);
...
6
votes
1answer
419 views
Window owner in WPF without always-on-top behaviour
Is it possible to get some of the functionality of Window.Owner without getting all of it?
There are two windows, window A and window B. I want to make it so that selecting either one will bring ...
6
votes
4answers
1k views
Subsonic - How to use SQL Schema / Owner name as part of the namespace?
I've just started using Subsonic 2.2 and so far very impressed - think it'll save me some serious coding time.
Before I dive into using it full time though there is something bugging me that I'd like ...
5
votes
5answers
3k views
PHP mkdir and apache ownership
Is there a way to set php running under apache to create folders with the folder owned by the owner of the program that creates it instead of being owned by apache?
Using word press it creates new ...
4
votes
1answer
826 views
MySQL: What user should own /usr/local/mysql on Mac?
What should the file owner & group be of /usr/local/mysql and all contained files & directories? MySQL was working fine, but after I did sudo chown -R $USER:staff /usr/local to install ...
4
votes
4answers
223 views
Should a Product Owner look after more than one product?
In a Scrum or Agile team is it advisable for a Product Owner to be involved in more than one product? Is it good to have a Product Owner for the Enterprise System and "sub" Product Owners for the ...
4
votes
3answers
1k views
WPF ShowDialog and ElementHost
is it possible to display a Modal Window from a WPF User Control, that is a child of an ElementHost, and set the owner/parent of the Modal Window to the containing Form control?
I'm guessing you ...
4
votes
3answers
6k views
Oracle Syntax for Creating Database Link Owned by Another User
The typical syntax for creating a db link is as follows:
create database link remote_db_link
connect to remote_user
identified by remote_password
using 'remote_db'
But I'd like my DB link owned ...
3
votes
1answer
176 views
File's Owner of UITabBarController Subviews
I followed this UITabBarController Tutorial which creates a Tab Bar with according subviews mostly using Interface Builder. The UITabBarController is created there and the Tab's View Controllers are ...
3
votes
2answers
164 views
What is the meaning of nil owner in component constructor
I was looking at this question and I'm wondering now, what is the meaning of nil as the owner in component constructor.
SomeComponent := TSomeComponent.Create(nil);
I know, that I should free it by ...
3
votes
2answers
183 views
Owner Vs PArent and Taction shortcuts on Frames
I have a form with a panel.
I create frames at runtime and display them on the panel by setting frame's parent property to the panel.
When creating panels I do not set the owner property because i ...
2
votes
2answers
113 views
C# query for process owner (Windows 7 x64)
I would like to know how to query for a process's owner in (or via) C#. I've tried the example at http://www.codeproject.com/KB/cs/processownersid.aspx.
WMI:
Can query all process and their owners, ...
2
votes
2answers
42 views
List all possible owners and groups
Using either Java or bash how can I list all possible owners and groups.
For instance if i was to do the following command in a shell with an obviously wrong owner:
chown ljafdj ~/Desktop/test.txt
...
2
votes
1answer
101 views
change user owner of process on Mac/Linux?
I have a program that is running as root. This app calls another program (processA) to run. When processA is running, it is owned by root but I want owner of it to be the current user logged on. How ...
2
votes
2answers
966 views
Granting Rights on Stored Procedure to another user of Oracle
Greetings,
I am a student of Undergraduate studies , and I am facing little problem in granting rights of ownership to a user A to a stored procedure being owned by user B in database Oracle 10g mode ...
2
votes
2answers
1k views
MS SQL Database Table Prefix from Previous Owner
I have an MS SQL 2000 database that was backed up from a public server and restored at a test location for an upgrade test. The problem is that the user that had access permission on the public server ...
2
votes
4answers
2k views
How to get the owner and group of a folder with Python on a Linux machine?
How to get the owner and group of a folder with Python on a Linux machine?
Is there any way how I can find out about the owner and group of a folder with Python?
1
vote
0answers
14 views
IBAction method now shown in File's Owner
I have a header file that declares two classes. The second looks like
#import <MessageUI/MessageUI.h>
#import <MessageUI/MFMailComposeViewController.h>
@interface ...
1
vote
2answers
180 views
How to get file's owner name in Linux using C++?
How can I get get the owner name and group name of a file on a Linux filesystem using C++? The stat() call only gives me owner ID and group ID but not the actual name.
-rw-r--r--. 1 john devl 3052 ...
1
vote
1answer
215 views
Liferay 6.0.5 - hide IGFolders from owner on private/public layout of his private community
We need to create hidden "system" subfolders in every IGFolder an normal user creates.
The image gallery portlet resides mainly on the private community layouts of all normal users. The portlets and ...
1
vote
1answer
52 views
How do I access a file's ( exe or dlls) owner details using perl?
I wanted to simply print out these details for a directory, and I wanted to write the script in perl, any insights?
1
vote
1answer
225 views
Get and set owner, group and permissions in Cocoa
I am looking how to get (and set) owner, group and permissions in Cocoa for a given file.
What is the best way to do this? (and how to check if the current user is granted enough to change these ...
1
vote
1answer
371 views
How to get the Owner of the ContextMenu (from Silverlight 4 toolkit)?
When I use ContextMenu from Silverlight 4 Toolkit I want to get ContextMenu instance's Owner, but it's not available since in ContextMenu class Owner is an internal property. For example, I have a ...
1
vote
2answers
305 views
PHP Creating folder with the owner as 99
I have a script (run as a cron) that creates a new folder called 'images' on a server and moves images from the root folder to this new folder. Later another function will create thumbnails from these ...
1
vote
0answers
46 views
Get Wall Owner when linked to Canvas app
I am creating a canvas app that, in order to proceed, the owner of the wall must match the user who clicked on the link.
I can get the userID, but now I'm wondering how to get the wall's owner's ...
1
vote
1answer
183 views
MySQL local owner and permissions
I asked this question on the MySQL forums and got no answer, so I'll try here.
I recently successfully installed the 64 bit version of mysql-5.5.8 on a MacBook Pro in the /usr/local directory.
To ...
1
vote
2answers
135 views
Call method on “owning” class?
Is there a way to call a method of an "owning" class? (the class that created the object).
Here's the situation: my app uses a UIScrollView. I need to process touch events, so instead of using a ...
1
vote
1answer
214 views
Btrieve (file) owner problems
I've been tasked with exporting a bunch of tables from a Btrieve (Pervasive) database but one of the tables is putting up a fight. I'm using the Pervasice Control Centre but when I run a SELECT * FROM ...
1
vote
1answer
23 views
CVS is owned by a user, but when files are imported into it, “root” is declared as the owner of those files
Hello I have just installed CVS server and have started importing files onto the server. How would I change the owner directly while file transfer or make the user the default owner of all the files ...
1
vote
4answers
531 views
SQL Server db_owner
in my SQL2008 I have a user which is in the "db_datareader", "db_datawriter" and "db_ddladmin" DB roles, however when he tries to modify a table with SSMS he receives a message saying:
You are not ...
1
vote
2answers
1k views
How to set Win32 window as owner of WPF window?
I want to use WPF windows in a legacy win32 application.
I'd like to behave them in a similar way, like the WPF window always being displayed on top of the win32 window.
For this I'd like to set the ...
1
vote
1answer
257 views
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. ...
1
vote
1answer
404 views
Find S3 Bucket Owner
If there is a button that I have read/write access on from my AWS account, is there any way to get the CanonicalUser id of the owner?
Reading the ACL Policy seems to be impossible unless you are the ...
1
vote
2answers
1k views
How to change a Window Owner using its handle
I want to make a .NET Form as a TopMost Form for another external App (not .NET related, pure Win32) so it stays above that Win32App, but not the rest of the apps running.
I Have the handle of the ...
0
votes
2answers
205 views
Cocoa - How to connect view's delegate to file's owner in storyboard mode?
When I use an .xib, I connect a view's delegate to the File's Owner via interface builder, then go into the view controller's .h file and set it as the delegate to complete the connection via .
...
0
votes
1answer
135 views
facebook app - check if user is page owner (PHP SDK)
I am writing an app to add to users pages and need it to do the following:
1) When a user adds my app to their page, a form will appear asking for them to complete some details prior to the app fully ...
0
votes
1answer
159 views
postgresql database owner can't access database - “No relations found.”
I've got an user: user_x that owns a database on postgresql and does not have any ROLE attribute like (CREATE_DB, SUPERUSER,...)
This user_x can access the whole DB, create tables (on his database), ...
0
votes
2answers
60 views
Cant change owner of new file
I'm using PHP to retrieve some Base64 data, decode it and write it to a file, my code works fine. However, the owner is apache and the permissions are very low, so even if I FTP into the area where ...
0
votes
1answer
258 views
Find out File Owner/Creator in C# [closed]
Possible Duplicate:
Getting / setting file owner in C#
I searched the Internet but didn't found out how to get the File Creator/Owner
In the FileInfo Class are only other Attributes like ...
0
votes
1answer
130 views
How do I make outlet connections from my view controller to my views?
Hi I'm trying to learn how to write apps for the iPhone.
I'm using a book to guide me. Unfortunately the book is written before interface builder was integrated in to Xcode.
So now I'm trying to ...
0
votes
1answer
56 views
What is the owner in a oracle database?
When talking about relational database the concepts I've learned are that there exists schema, table, attribute. We can prefix the table name with the schema name and the attribute with the table name ...
0
votes
1answer
19 views
Intuitive Website owner verification
Hello I'm developing a web app where the user needs to verify that they are the "Owner" of the website. I know there is code verification but how would I check if that verification is on their site ...
0
votes
0answers
21 views
How to tie Notification window to application window?
I already have a notification window that pops up from the taskbar and displays a notification for about 9 seconds. But i want to tie it down to the main application window such that if the user ...
0
votes
1answer
112 views
apache owner and group linux
In my VPS there is only one user called root and a couple of groups, how can I create more users and groups with names of my choice ?
In my httpd.conf file there is
SuexecUserGroup "#501" "#501"
...
0
votes
1answer
67 views
Changed DB Owner
I accidentally changed the DB owner to SA. Is there logging that would show what the previous DB owner was?
Thanks.
0
votes
3answers
92 views
Keeping fileowner and permissions after copying file in C
here is my problem: In C, I create the copy of a file (with some changes) This is done trivially via fopen(), getchar and putchar.
Copying the file is fine and the outputfile itself is what I want it ...
0
votes
0answers
115 views
how to get the owner contact_id?
In the device's contacts list there is a contact called "my contact" (or similar, depending on the language) in which are stored the phone number and other infos about the owner of the device.
How to ...
0
votes
3answers
110 views
Is it possible to call a method from the instantiating class?
I have a class that is derived of UITableViewController and handles everything related with a specific type of tables. Let's call it Class T
In may main application class, Class A, I have methods to ...
0
votes
1answer
170 views
Just messed up a server misusing chown, how to execute it correctly?
I'm moving from an old shared host to a dedicated server at MediaTemple. The server is running Plesk CP, but, as far as I can tell, there's no way via the Interface to do what I want to do.
On the ...
0
votes
2answers
237 views
Stored Procedure could not be found
We use SQL server 2008 as our RDBMS and we have a database that has a different user rather than dbo as its owner.
The problem is in one machine a stored procedure can not run unless its owner is ...