Tagged Questions
The sheet tag has no wiki summary.
13
votes
4answers
7k views
UIModalPresentationFormSheet resizing view
I am interested to know on how i can resize the view when using UIModalPresentationFormSheet of modalpresentationstyle, it looks like it has a fixed size so i was wondering if anyone out there did ...
4
votes
1answer
82 views
How to change the point to slide a (cocoa) custom sheet?
I would like to use in my Mac App a mainwindow with a title bar with custom height (like sparrow, twitter app, reader for mac and others).
I´m using https://github.com/indragiek/INAppStoreWindow for ...
4
votes
8answers
576 views
CSS Performance issues
What are the aspects of style sheets (CSS) that can lead to poor performance of web sites?
Anything that can really choke up the CPU?
thanks in advance.
Sesh
2
votes
2answers
64 views
how to select the cell below on a different sheet to populate a cell next to one on your worksheet
I am tasked with creating A map of our warehouse.
In the data I have to have model, description and location.
What I am having trouble with is, I am using data from a second sheet to populate the ...
2
votes
1answer
143 views
Displaying a Cocoa Window as a Sheet in Xcode 4 (OSX 10.7.2) with ARC
I'm trying to get a Login Window to display as a sheet from my MainWindow, but whenever I try to implement the AppKit methods an error always pops up for various indistinguishable reasons.
None of ...
2
votes
1answer
2k views
how to show an action sheet inside the popover for ipad?
I have a split View controller ,in which the left side holds a table view controller. Can any1 pls help me, if I wnt to show an action sheet inside the popover , when I click on the detail disclosure ...
2
votes
4answers
347 views
1
vote
1answer
174 views
can't edit NSTextField in sheet at runtime
When clicking on a button, I'd like to display a sheet with an email+password prompt with options to save and cancel. The UI is all set up, the actions are in place, and the sheet appears and cancels ...
1
vote
1answer
52 views
Cocoa login sheet prevents the user from quitting the application
In my OSX Application I am using a sheet to allow the user to log in. If the user first starts the application the sheet is displayed and the user has to enter his information.
Now as long as the ...
1
vote
1answer
200 views
convert mat file to excel file
Can anyone help me how to convert mat file which contain struc of array (that include many neumric and string feilds) to xls file? Any help will be highly appreciated. Thanks!
1
vote
0answers
69 views
WxPython: How do I Edit Row and Column Names for a cSheet Grid and make the cells non-editable?
I am currently piping information to a wxPython GUI program in real time. I would like to make a custom spread-sheet-style 4x4 cell grid that continuously displays the values for a matrix being ...
1
vote
2answers
215 views
VBA Refer to worksheet vs chart sheet
I'm trying to write a small function that takes in a filepath (where the workbook was saved at), targetpath (where the pdf will be saved to), and a string of tab names (pipe (|) delimited) in excel.
...
1
vote
1answer
89 views
How to receive notifications from printer/print spooler for every page while printing Excel sheets?
I've written an Excel add-in in C#.NET. When ever the user opens and Excel workbook and give a print on a worksheet, the excel does the print. There is only one notification that is raised by the ...
1
vote
1answer
132 views
Retrieving excel sheet cell value
I am using c# to read the value of particular cell of excel sheet. But as per my code I am not getting any value..
My code for getting the cell value is:
foreach (DataRow dr in ...
1
vote
2answers
602 views
Programmatically alter an Excel sheets row height
How can I alter the row heights of all my non empty rows in my EXCEL sheet?
Thanks in advance,
w.
1
vote
4answers
178 views
Cheat sheet documentation django python
Is there any Cheat Sheet or Document where I can see all the build-in modules, functions, commands etc in Django and or Python and where I will get an overview of ALL possible elements I could use. I ...
1
vote
2answers
285 views
how to create a CSS file
Can anyone please help me how can I create a CSS file for my VB.net Web application?
1
vote
5answers
2k views
Excel: How can I display the data from several sheets in one?
I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet ...
1
vote
4answers
6k views
Display WPF modal window/dialog/panel the same way as a NSWindow can be displayed like a sheet in Cocoa
I am looking for a way to display a modal window in WPF the same way as a window in Cocoa can be displayed as a sheet, i.e. it slides down from the titlebar in front of the main parent window.
My ...
0
votes
0answers
57 views
Specify the sheet name (tab) in exported excel file, C# & asp.net
I see it's pretty discussed both here and other sites but I still can't find precise and complete answer.
I have a button which is exporting database table to excel and I want to specify (hard-coded ...
0
votes
1answer
117 views
Exporting a report with multiple sheets from JasperServer to Excel
I created a report using iReport and set the 'One Page per Sheet' option to true in the Excel Export parameters, this generates a report in iReport with multiple sheets.
I then loaded the report ...
0
votes
0answers
31 views
Is it possible customize jquery.sheet according to my requirment
In my application, I want to maintain the employee attendance and their leave status(PL-Privilege Leave, CL-Casual Leave, SL-Sick Leave, etc.) everyday.
If employee status is 'PL' then his/her leave ...
0
votes
2answers
148 views
Excel VBA change button size and location
How do I change a button size and location on an excel sheet?
0
votes
0answers
14 views
No style sheet versions
I have recently installed HTML5 in Visual Web Developer 2010, but I cannot select cascading style sheet. The tool bar style sheet is dimmed, not active. The file css30.xml is transferred to
...
0
votes
2answers
233 views
Calling action sheet from tabbaritem in tabbar app
The idea.
I'm developing a TabBarController based app.
There are the following 3 TabBarItems:
Home (shows homeView within a navigation controller)
Content (shows contentView within a navigation ...
0
votes
1answer
440 views
Box2D body with animating sprite sheet plist
I have created an animating sprite using CCSpriteBatchNode and CCSprite. I use plist to get frames. Here is the code I put it in init().
//================== making animating sprite
...
0
votes
1answer
208 views
NSApp beginSheet creates a sheet very briefly then disappears
[NSApp beginSheet] is used like so:
[NSApp beginSheet:[testSheetController window]
modalForWindow:[NSApp mainWindow]
modalDelegate:nil
didEndSelector:nil
contextInfo:nil];
Upon ...
0
votes
2answers
269 views
Add close button to UIModalPresentationPageSheet corner
Is there a way to add a button at the corner of an UIModalPresentationPageSheet? I mean, I want to put that Apple-like (x) button at the corner of a Page Sheet, but adding it to the parent view makes ...
0
votes
1answer
183 views
unix script excel report generation problem
i am creating an excel file through shell script.the data should be in 4 columns,
but the output data came in one column.
Please help to resolve this.
0
votes
3answers
187 views
display uiactionsheet from tab bar item in uitabbarcontroller
In one of my apps, I want to display an action sheet from a tab bar item in a tabbar controller and this action sheet should be accessible through out anywhere, if I click that tab bar item. I afraid ...
0
votes
0answers
157 views
JQuery Sheet Customization
How to customize JQuery sheet? Are there any tutorials about jquery sheet? Some of the customizations that I want is to change the starting row number to zero. And I want to make the first row ...
0
votes
2answers
279 views
Unable to get Sheet names with GetOleSchemaTable()
I am working with some code that uses an OleDbConnection to load data from an Excel file to a DataTable. Currently it defaults to the first Sheet but getting it's name using the following code:
...
0
votes
0answers
175 views
XML with sprite sheet, can java read this, and how?
While I was trying to find an easy way to cut sprite sheets, I found this nice little program called Sprite Buddy. It works really well, except, I can only export as an XML file and not as my favorite ...
0
votes
1answer
117 views
Can a view controller own a sheet?
I want to call a sheet from within a view controller (user clicks on a button and the sheet will be displayed). Can the sheet have a separate window controller (with outlets and actions) or does the ...
0
votes
1answer
331 views
Excel VBA crashes after subroutine finishes
This script is to reset a template, by copying a hidden worksheet template and deleting the existing sheet (after repopulating some reference data). I have tested it and it runs fine in debugging ...
0
votes
1answer
133 views
How to consume 'edit' event for NSTableView
Inside a NStableViewDelegate, I use a sheet window to begin a edit operation like this:
- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn ...
0
votes
1answer
174 views
Move 5 columns from one sheet to another but place into one row in Excel
I have 5 columns of data on one sheet that I need to move to a new sheet. I need it to be in two rows. The headers in sheet 1 are as follows:
line1, line2, line3, line4, line5.
The new sheet will ...
0
votes
1answer
341 views
jquery.sheet how to create a custom spreadsheet and import a spreadsheet?
Two questions:
(1) I am experimenting with jquery.sheet and I would like to create a custom spreadsheet with 5 columns and 20 rows, default sizes. How can I do this? Can I even do this?
(2) I would ...
0
votes
1answer
88 views
Setting stringValue of textFiled on inactive sheet
Thanks for the help (again)
When raising a sheet in my app I can easily set a default text string located on the sheet object by adding the necessary code that raises the sheet:
[textField ...
0
votes
2answers
32 views
Quote Reply Edit Delete Currently Being Moderated Enable interaction with NSWindow when sheet is opened
I'm creating an app that calls a sheet, however, the interaction with the window must stay enabled while the sheet is open. Here's a mock-up:
http://twitpic.com/3k382o
The user must be able to use ...
0
votes
1answer
64 views
Jquery Sheet SUM methos
how can i call Jquery Sheet PI method from my custom method?
$.sheet.instance[0].PI();
but i am sure i am wrong.
actually i want to call SUM method, but i think if i can call PI() then i can use ...
0
votes
1answer
229 views
How to fire SQL query on Open worksheet of EXCEL sheet on runtime?
I am writing code to generate excel file.
I am generating a detailed report in 3 sheets on single XLS file.
I am able to write 1 detailed sheet1.
Now i want to fire sql query on sheet1 table to ...
0
votes
1answer
122 views
Cocoa / Objective-C : Return values from a sheet?
In my application I open a sheet window for user input. Because the window is complex and has a few textfields and a few buttons I created a separate controller for it (InputWindowController).
When ...
0
votes
1answer
107 views
Call a sheet from within an alert causes weird window problems
I decided to use an alert sheet with 2 buttons. When the user clicks the continue button a sheet made from a window should come down. The sheet comes down and the parent window closes along with the ...
0
votes
1answer
343 views
JQuery Sheet Customization
I wanted to know if we can customize the jQuery sheet plugin according to user requirements, if yes how?
I would also like to know more functions, operations of the sheet plugin. Can we change the ...
0
votes
1answer
391 views
Problem passing dynamic parameters to a mysql query from asp.net page
I've a requirement that I need to read an excel sheet programmatically using asp.net/C# and write the data obtained into a mysql table.The excel sheet contains something around 50 columns and 2000 ...
0
votes
1answer
363 views
Set Excel sheet as datasource to Gridview
I have the excel sheet , I want to keep it as datasource to the gridview . gridview will be editable so whatever the data updated sholud be write to again in excel sheet with respected location in ...
0
votes
2answers
717 views
Action sheet not opaque
For some reason the top half of the my action sheet is not opaque. I have created the view and action sheet using the code below:
//allocate the view
self.view = [[UIView alloc] ...
0
votes
1answer
809 views
App modal NSPanel / sheet / dialog + NSThread == window hangs?
I'm in the midst of debugging an extremely unusual problem, and I was wondering if anybody might have any insight into what might be going wrong:
In a controller class from a NIB, I take an NSPanel ...
0
votes
1answer
886 views
OpenGL iPhone Sprite Sheet
I have a sprite sheet of images of differnet width and height, which i have the coordinates to. I need to render only a specific sprite and is wondering how to go about doing it. Can anyone help me?