Hello,
I have 3 panels and I want to make drags on them.
The problem is that when I do a drag on one this happens:
How can I refresh the frame to happear its color when the panel is no longer there?
By Narayana Machiraju
We are less than two weeks out from
the start of Oracle Open World 2012. The MDM team has built-up a solid line-up
of product and customer sessions for you to attend this year in addition to the
hands-on labs, and numerous demonstration pods in Moscone West.
This year we will be hosting a
customer panel session…
I don't know what exactly this feature is, but I would like to simulate this in my Silverlight project. I am a C# developer and am moving to Silverlight and Expression Studio (Blend) for richer UX. Let's say I have some user controls and would like them to come into the screen (slide-in and out) as shown in the following site I found:
…
Hi,
I'm looking for a show/hide component, much like the toolbox from VS2010 and eclipse's panels when something is maximized. Could anybody please point me out?
Thanks in advance
I created a WinForms application using C#. When I try to change the culture info, my application gets hanged.
Microsoft.Win32.SystemEvents.UserPreferenceChanged += new
Microsoft.Win32.UserPreferenceChangedEventHandler(SystemEvents_UserPreferenceChanged);
void…
I'm trying to write an app that uses rounded corners for framing the app. I've found a package on google code that has a RoundedLinePanel and it seems to work... kind of.
I'm wondering a few things. Is this what people are using for creating divs with round corners in GWT? The release notes say…
Hi
I'm building an app which is a guide to festivals. In the app I show lineups. You can see the Ui I have built for this on the video here: http://wmcstar.com/download.html
The problem I have is that the scrollview/UIPageView - which does the left/right scrolling through the days, sometimes…
Version: Eclipse 4.2 Codename: Juno
I don't see a fast view bar in eclipse 4.2. I can't rightclick on a view and enable fast view. The fast view options under General - Perspectives does nothing.
Was the fast view feature removed or am I missing something?
I've looked up at…
What are my options, if any, of adding additional, arbitrary data to the standard Cocoa about dialog that is displayed by an NSApplication when it receives a orderFrontStandardAboutPanel message.
I'm working on a website where a logged-in admin needs the ability to upload and manage multiple PDFs from their computer. They'd need to be able to upload/remove the files. Also, there would need to be a way that they can sort the list of uploaded files and save that order so…
hello
i need to find a way to copy an image from a software .. ( microsoft paint for example )
and paste it into my own pain tool that i made using wxpython ..
how do i read the image that has been loaded into memory ? so i can paste it
hope idea is clear…
Hi,
I have a listing in an UpdatePanel
I have some filters for that list in the form a checkboxList control.
The checkboxList is created dynamically on page load
During the Ajax update (postback), the checkbox list is not populated form the viewstate, so I…
Ok this is probably really simple but I have been staring at it for too long now.
I have an AJAX AsyncFileUpload control that when a file is selected I want the Image next to it to change. I tried it in Javascript and it did nothing, i have since tried it…
I use AjaxFileUpload (http://www.phpletter.com/Our-Projects/AjaxFileUpload/ ) to upload a file and get json result type response in struts2 ( code.google.struts2jsonresult.JSONResult )
but browser always pop-up download pane, plz give me some suggestions,…
Greetings,
I have gridview with SelectedIndexChanged event.
when I click on a record in gridview it should call the SelectedIndexChanged event and do some operations.
SelectedIndexChanged event is working OK, but when I put the gridview inside ajax…
I try to send gps longitude and latitude to the android emulator with eclipse, but the values seem to never be set. Instead the onStatusChanged method of my listener is called. Edit I send those values through the emulator controls in the ddms view in…
Hi,
I'm a web designer and I've designed many web sites. Most of the web sites are coded with asp.net. I want to control this web sites from my database and even if ftp account and server is changed I want to be able to close, deactivate site. Which…
i wonder if large web applications like twitter and facebook have admin panels to handle CRUD for users, posts, images, themes and so on just like in CMS like drupal?
so programmers have to code the front for the regular users AND back for the…
When i access joomla article manager or module manager then i had faced the bellow output:
500 - An error has occurred!
DB function failed with error number 1
Can't create/write to file '/tmp/#sql_57c0_0.MYD' (Errcode: 17) SQL=SELECT c.*,…
I have a project showing comments database
I put the comments in FlexTable TabelKomen and I put the text in HTML format like this:
private static final int y=1;
public void UpdateTabelKomen(JsArray str){
for(int i=0; i str.length();…
I have a project showing comments database
I put the comments in FlexTable TabelKomen and I put the text in HTML format like this:
private static final int y=1;
public void UpdateTabelKomen(JsArray str){
for(int i=0; i str.length();…
I'm taking values from a database and dynamically placing points on a 2d cartesian plane. I need a way to set the top and left css properties.
Any help would be much appreciated.
Thanks in advance