Hi All,
I got this error message
"Connection - Could not find SBO that match the connection string [66000-85]"
when I try to connect SAP Business One UI API.
I connect like the following :
private void SetApplication()
{
SAPbouiCOM.SboGuiApi SboGuiApi = null;
string sConnectionString = null;
SboGuiApi = new SAP...
As CrouseControl.net is an open source software and it is a good CI tool, I'm going to create a UI which make configuration easier than tricking XML.
So What are the considerations and necessities. I also need to know about any documentation which may help me to implement UI.
like a XML tag refrences or something else.
any help will a...
Does anybody know of a good solid plugin that allows a user to have an infinatly expanding list of text boxes. So here is an example:
Col 1 - Col 2
Cheese - 150mg
Cake - 20mg
Cheese - 100mg
New - New
So when a user clicks on any of those (They will be in a table), they can edit it. And when New is clicked, New...
Hi, I m very much new in the asp.net MVC architecture. Well i m trying to load a page with Login link on the top right. On click i want jquery Block UI to display my username and password textbox and button to login and when user sign in , i wan top div to refresh without whole page postback instead of saying "login | Register" it should...
Hi I'd like to find a component that help me to build input forms in asp MVC.
I find that ther are many components (grid, tree, tab...) but not a "Form component".
I know that i can use the HTML HELPER (.labelfor(.. .inputTextFor(... )
..but i don't like to write the html tags around the fields and labels ( ... )
I want that all the form...
I'm using a HTML Table with several rows. Every second row - containing details about the preceding row - is hidden using CSS.
When clicking the first row, the second row gets showed using jQuery show(). This is quite nice, but I would prefer the slideDown-Effect.
The problem is, inside the details row, there are two floating DIVs, one...
Hi,
I am Developing a web Application in ASP.NET 3.5. I have to create UI that customize user. That means, user change their profile Background Color, Fore color, size, etc.
How Can I create this!!!
...
A quick Google search for solutions to Focus Stealing in Windows reveals two main result categories:
People suggesting incomplete solutions involving the
ForegroundLockTimeout registry entry (or TweakUI, which I believe simply changes the aforementioned registry entry),
which isn't very effective.
Incessant hordes of Windows users comp...
I have a SQL database holding a number of numeric and text values that get updated regularly. The exact number/type/names of these data points can change depending on the source of the database writes.
I would like to create a user interface editor, where the user can add database points to the UI and arrange them and format them as th...
i need to make a drag and drop list for re-ordering which is longer than the screen height.
in order to make this usable, the window needs to scroll while the element selected and the mouse is near the boundaries of the screen.
what is the best way to achieve this?
thanks :)
...
I’m working on an interface in VB6 to interact with a sound editor to automate certain tasks mainly using the editor’s object handles and activating them through SendMessage/PostMessage. In general it works OK, except that the editor has some dialog boxes that open in modal mode and freeze everything on the interface, including the timer...
is there a way in any programming language, perhaps using the Microsoft SDK, to get the on screen position of UI elements within a window of any application ? If so, could you please provide guidance with an example perhaps? Thank you, It's been paining me for days!
Please consider that it is an external application. So for example, if ...
I have a Django-based site with roughly 300,000 User objects. Admin pages for objects with a ForeignKey field to User take a very long time to load as the resulting form is about 6MB in size. Of course, the resulting dropdown isn't particularly useful, either.
Are there any off-the-shelf replacements for handling this case? I've been go...
I need to include any dll in my asp.net project?.Is that good to use in web page my page..
...
jQuery+jQueryUI Vs Yahoo UI..Which is the best UI to use in asp.net web applications?
...
I've seen that some apps (maybe not .NET apps) that have an extra button on the left from the minimize button on the form's title bar? How can I achieve this in C#?
...
Been reading a lot into UI design lately and Fitt's Law keeps popping up.
Now from what I gather its basically the larger an item is, and the closer it is to your cursor, the easier it is to click on.
So what about touch screen devices where the input comes from multiple touches or just single touches.
What are the fundamentals to tak...
Hi,
Are there any alternatives to Prism for UI composition (region management etc.)?
Thank you.
...
Looking for examples of some "final touches" to enhance an existing (raw) user interface.
I.e nothing related to the core functionalities of the application, but rather examples of all these little details which give an application a "polished" look (new fonts, change in layout, more descriptive labels...others ?)
The target platform w...
I'm trying to figure out what this sort of thing is called, and eventually how I can create one in a web browser. It looks like this (screenshot of the first app that came to mind):
The specific component/pattern I'm looking for is the two list boxes ("Included Gear" and "Excluded Gear") that represent inclusion/exclusion of items fro...