Posts

Showing posts from August, 2015

- Where Developers Learn, Share, & Build Careers

I am trying to use Ajax to check that the image is present before loading it or not. I have done most of this work, but I am setting up a variable inside the error: and success: tag in AJAX, and it is not changing my IMG variable, do any of those tags affect the rest function The way? function getImage (imageNum) {var img; $ Ajax ({url: imageLocation + imageNum + '.png', type: 'HEAD', error: function () {img = 0;}, success: function () {var img = $ ('& lt; img / Gt; ', {src: imageLocation + imageNum +' .png ', category:' image ', id:' image '+ imageNum}); return IMG;}}); Console.log (img); Return img; } OK, if I have no reason to use AJAX, then I will only use the image tag. The problem is that the variable is not changing anything in my work. Here is an example function getImage (imageNum) {var img; Var success = 10; Var img = $ ('& lt; img / & gt;', {src: imageLocation + imageNum + '.png', catego...

ruby on rails 3 - Getting a No Route Match on Edit Proposals Controller -

यह मेरा कोड दृश्य में है, बस प्रस्ताव प्रस्ताव को कॉल करने & lt ;% = Link_to "यह प्रस्ताव संपादित करें", edit_idea_proposal_path% & gt; यह प्रस्ताव कोड नियंत्रक में मेरा कोड है मुझे स्पष्ट रूप से एक "संपादित करें" क्रिया है, इसलिए यह मुझे संपादित करने के लिए एक मार्ग त्रुटि क्यों दे रहा है? def बना सकते हैं @ एडीआई = आइडिया.फिंड (पैराम्स [: विचार_आईडी]) @प्रॉपोजल = @ Idea.proposals.create (params [: प्रस्ताव]) अगर @ proposal.save फ़्लैश [: सफलता] = "प्रस्ताव के लिए धन्यवाद!" Redirect_to idea_proposals_url (@ एडीआईए) और फिर से 'नया' अंत अंत डीईएफ़ संपादित करें @आईडीआईए = आइडिया.फंड (पैराम्स [: आईआईडी_आईड]) @प्रॉपोजल = @ आईडिया.प्रॉपोज़ल्स.फंड (पैराम्स [: आईडी]) एंड डीईफ़ अद्यतन @आईडीए = Idea.find (params [: idea_id]) @proposal = @ ideas.proposals.find (params [: id]) अगर @ proposal.update_attributes (params [: प्रस्ताव]) redirect_to idea_proposals_url (@idea) दूसरा 'संपादन' अंत प्रस्तुत करना अंत में इसे समझें, मुझे...

Delphi Chromium Embedded on DLL Form -

I have an application that uses VLL form from DLL. On some form, I kept T chromium from Delphi chromium embedded. There is a problem: when I open my DLL (Form deleted), the application freezes any error or AV. I got some answers - commented in // cef_shutdown lib_cef.pas. Successfully destroyed this path, but I have a large memory leak, DLL is destroying and unloading with other components that make the form from DLL. How can I usually unload the DLL with the form with the T-Chromium component? whenever I need to apply similar mistakes in the case of DLL, then to take DLL for. If you have created an example of an application object, delete the application immediately before unlocking the DLL.

java - Problems with Eclipse adding referenced jars to exported jar file -

I want to create a JAR file from a Meven Java project and it wants to add as external jar file in another project I am However I am receiving a NoClassDefFoundError error. thread "main" java.lang.NoClassDefFoundError exception: org / slf4j / LoggerFactory on com.tutelatechnologies.dashboard.DataUsageLogs.Logging.getlogger (Logging.java:10) on com.tutelatechnologies java.lang.ClassNotFoundException: .dashboard.DataUsageLogs.Logging.d on com.tutelatechnologies.dashboard.DataUsageLogsRunner.DUL_TESTER.main (Logging.java:26) org.slf4j.LoggerFactory in Java due to (DUL_TESTER.java:11) on .net.URLClassLoader $ 1.run java.net.URLClassLoader.findClass on java.net.URLClassLoader $ 1.run (URLClassLoader.java:355) (URLClassLoader.java:366) java.security.AccessController.doPrivileged (Native method on) on java.lang.ClassLoader.loadClass (java.lang.ClassLoader.loadClass in classloader (ClassLoader.java:423) sun.misc.Launcher $ AppClassLoader.loadClass (Launcher.java:308) (URLClassL...

How to construct redirect URL for foursquare iOS app -

I am developing an iPhone app using the square API, it has a location checkin screen with a 'check-in' button And when the user clicks, the square authentication page will open. The problem is how do I successfully return to the test page after checkin on authentication and square. I think I have to use REDIRECT_URL for an iPhone app wisely - but this is a very small clue how to do it Any suggestion would be very helpful. Thank you all in advance. You should open the square type of flow in an embedded web-view. Some sample code

Advice on learning software development and design patterns -

I was programming for a while and I know the basics of Java, C and C ++. I know a little bit of object-oriented programming. Right now, I am trying to improve my knowledge (and I need to use C # for the programming project). But I actually feel lost and disappointed in this way. I want to learn more than the basics of one language. I want to learn design patterns and develop a software project and plan but I do not know how to move forward. I tried to read books on design patterns, but when I make a special project, I am really confused about this, how do you learn object-oriented design and design patterns? I think if I just read a book, then I will not learn a lot. I think the head first design pattern book tries to make it very simple. And the gang of four books seems theoretical (and it says that you have to learn the object-oriented design first). I like books / resources which are more direct-to-points and some exercise. What will be your suggestion in this situation?...

internet explorer - How to Restart IE WebBrowser Control in C# -

Actually I have figured out how pro changes the proxy grammatically, but now I want my web browser to be new proxy. To use To do this, I think that I need to restart IE, and in detail, IE based WebBrowser controls in my C # application How do I do this? Given that you are using web browser controls in your C # application, you do not Do something like restart IE, because its control is in your application. But there can be a new example about reloading webbrosor control, it hopes it will help you

How to figure out which class to use in Spring? -

I have some code that parses text data in java objects, many parsers based on the JSN value are available. Like when type = 1, use parser1, use type = 2 parser2 etc. My code is like the following: interface pars {data pars (input data); } Class Parser1 implementer Parser {} Class Parser2 Tools Persers {} Switch (Type) {Case 1: Return Pace 1 Paras (data); Case 2: Return Pace 2 Paras (data); Default: return zero; } I do not like the check type manually and manually select parsed. Is spring a way to handle parser with mapping type? Thank you! You can not escape the check for mapping, you must tell the spring in the same way or Second, the parser must be selected in each state. You can apply it very well by using parseffects. The parser method will be found for example: public class parserfactor {@Autowire @Qualifier ("parser1" Parser parser 1; @ Etowair @ qualifier ("parser 2") parser parser 2; Public static parser picar (string value) {if (valu...

sockets - java.net.SocketException: Connection reset while reading from a stream -

"postproperty" itemprop = "text"> I have developed some code that can use a URL and read a stream from it, but when I I am trying to get Section I get stack trace java.net.SocketException .Here: java.net.SocketException: java.net.SocketInputStream.read (SocketInputStream.java:168 java.io.BufferedInputStream.fill (BufferedInputStream.java:218)) to reset connection java.io.BufferedInputStream.read1 (BufferedInputStream.java:258) sun on java.io.BufferedInputStream.read (BufferedInputStream.java:317). At http: //www.http.ttpClient.parseHTTP On sun.net.www.http.HttpClient.parseHTTP (HttpClient.java:632) to (HttpClient.java:652) sun.net.www.protocol.http.HttpURLConnection.getInputStream on utils.AljazemArabicWordsGrabber.grab (HttpURLConnection.java : 1049) (AljazemArabicWordsGrabber.java:46) is utils.TranslatorThread.run (TranslatorThread.java:39) the and the code that causes an exception: Public String [] grab (EnglishWord englishWord) {try {aljazemURL =...

vba - Loop through Access tables -

I am creating a database in Access that will have multiple tables similar to the same table and all those names will be named sequential Order, such as table_0, table_1 ... I wanted to know that there is a way to create loops in VBA to make tables first, and to change them, like adding fields easier. So if I had to create tables, this would be the process, but in VBA while (i = 0, i In VBA, you can find it through your numbered table names like this Are ... String down as a dim string I = 0 to 20 strTable = "table_" for a long time & amp; CSTR (i) debug.print statutable next mother but you want to do something other than the table name other than print it. So say that you have already prepared your CREATE TABLE statement, it probably looks like this ... create table table_name (field_1 united primary key, Field 2 text (255)); then you can load that DDL statement in the string variable, then every time your for loop table_name is present ...

sql - Optimising a query -

I have searched the web in an attempt to eliminate this problem, but there is no luck, this is my first SQL question : -) I am a simple man with simple questions - Allow me to display select asy.aim_student_id, from aim_student_test to aim_test at ast ( Asa.aps_yr = ast.aps_yr and asa.aim_test = ast.aim_test and asa.aim_id = ast.aim_id) --join target_student_qst at ASQ (asq.aps_yr = ast.aps_yr and ASQ aim_student_absent join ASA. Target_test = ast. Aim_test and asq.aim_id = ast.aim_id) at aim_student_yr asy m Joining (asy.aps_yr = ast.aps_yr and asy.aim_student_yr_id = ast.aim_student_yr_id) where ast.aps_yr = '2012' As you can see - join aim_student_qst Have commented. aim_student_qst is a table that lists responses to a student for all questions, then a student will have ~ 50 cases in this table. To check that my query was slowing down, I only commented on joining aim_student_qst and I am sure that my query has been corrected I think what Oracle is doing is ha...

Sql Server 2008/SSIS: Transfer Sql Server Objects Failing, No Useful Debug Information Generated -

I am trying to copy a SQL Server 2008 database from a production server to the development server. I have set up a new empty target database, and a transfer SQL server objects are added to the control flow panel. I have configured the task to use the SMOServer connection (both of the tests are OK). I have tried to copy all the items and have just copied those people I want to. I have set it to drop the destination first, though there is nothing in the target database. Still refuses to do this work and it does not fully generate any error information, despite the fact that I have tried to find every logging option that I can find. All I get success in the verification phase is a series of warning that some sections of objects are not present to copy (which is correct), "hang" in the "yellow area" (i.e., the work box is Yellow is highlighted in.) How can the world be so simple, straightforward, and often copied as a database, so hard darn? What am I doing wron...

- Where Developers Learn, Share, & Build Careers

I will be convenient / rational to write my expansions for a class in the nested class, the main reason is that I just Let me name the class extension and let us call the external naming area a unique type name for the compiler. What is the reason for the technical disapproval: Public Sector Fu {ObjectSet & lt; Bars & gt; Bar {receive; Set; } Public Static Class Extensions {Public Static Bar by Names (This ObjectSet Bar, String Name) {return bars.FirstOrDefault (c => c.Name == Name); }}} While now I have to create a separate free class. Update / Note: I was not thinking this was the fact that an internal class will affect the scope of availability of the extension method. I just wanted to address the practical coding issue with a different class with a different name. The main point here The following code works: public class Foo {private bool _field; Public Static Class Extension {Public Stable Bull GetField (Foo Foo) {Return foo._field; }}} ...

- Where Developers Learn, Share, & Build Careers

My project has a user account, which has photos of each user that they have uploaded Like to show a next and previous picture for each user, so when I go to the Friends list of pictures, I can navigate to the next uploaded users (obviously). I will be fine with these pictures next with the next / previous picture. How would you write that kind of query for one / next photo? My table structure is similar, it is not so. If user does not have it then 'userphotos' (`photo_id` int (11) does not auto_interpret,` photo_ownerid` int (11) no, zero, `photo_right` integer (11 ) No tap, `photo_name` (100) no tap,` photo_ caption '(100) tap, `photo_imagegeta` is not long tap, album_id_t (11) faucet, primary (` photo_id`)) Engine = mysome default charset = latin1 AUTO_INCREMENT = 89; Will I use something like this to choose from the pre image SELECT field1, from where Tablename WHERE id & lt; $ Currentid ORDER ID DESC limit 1 Next image SELECT field1 to tab...

- Where Developers Learn, Share, & Build Careers

I am in the process of putting together the base framework for multi-tenant enterprise systems. The client-side will be an asp.net mvc webpage which is talking to the database via AJAX via AJAX Web API. My question really lives around scalability, should I separate the client from the server? That means see client-side / frontend code / in a project and webpia in another separate project server. So if a server starts to load (server A) to start all the size / server frequency (server B) than all required and all new clients will point to webapi on server B. Or should all this be integrated into a project and the SQL Server side of things should be understood as load scaling (dynamic cloud scaling)? Before throwing our hat in the ring, we need some advice. In advance thank you We have a way to separate the API and single page The application has been The reason for this is that it forces you to treat single page applications only as a customer, resulting in an API res...

javascript - Set a property as reference to an object -

I have a table with a property called "recordsource", which will name the object that will fill the contents Table & lt; Table id = "tbl" record resource = "myobj" & gt; Now these are my works: var myobj; Function obj () {this.code = new array (); This.name = new array (); } Myobj = new obj (); Myobj.code = ["A", "B", "C"]; Myobj.name = ["apple", "banana", "carrot"]; Function populate_table () {mytable = document.getElementById ("tbl"); Mytableobj = mytable.get attribute ("recorder"); // This is a string / my problem will return to how the recorder reference to the myobj object is that / a, b, c array} myobj html>

- Where Developers Learn, Share, & Build Careers

So on my website I send an email with links to which the user should follow to verify their email. If the user clicks the link in the email, then I want the user to be taken to the page which thank you for confirming his / her account, and then redirect the user to the login page. how can I do this? I tried to use the PHP header function but it does not work because I need to send a header to display the "thank you" message, so I can not use that function. What can I do to get this work done? You can use meta refresh to redirect, a set period of time redirects in 5 seconds To do this, copy this code to & lt; Head & gt; Keep in: & lt; Meta http-equiv = "refresh" content = "5; URL = 'http: //example.com/' & gt; You can also do this with an HTTP header Are: header ('refresh: 5; URL =' http: //example.com/ '); or use JavaScript : & lt; script type = "text / javascript"> function delayed...

c# - Clickable complex item in windows phone -

I have grid control in my panorama app with some content and I wanted to be able to navigate to this grid. Other pages I'm looking for the best way to do this, but I did not find any solution. I was thinking about template designing a button to keep the grid with images and texts, but I read somewhere that it was not a good idea, the button was not good for doing so I also influenced the effect of Silverlight Toolkit. Do anyone want to be able to use the best way to do this? Thank you! nothing wrong to use a button for it; Due to doing something like this, the button is a content control All you have to do is make your grid the content of the button: & lt; Button & gt; & Lt ;! - Your grid is here - & gt; & Lt; / Button & gt;

- Where Developers Learn, Share, & Build Careers

I have a UIViewController label that has its own text set with an external server. Add to viewDidLoad : [self.view addSubview: label]; Server updates the text after a few minutes, and in the app I press a button which activates it: [self.view setNeedsDisplay ]; But the text of the label is not updated until the app is re-compiled How about label.text = @" new title "; ?

javascript - Sencha Architect - creating a screen with a form -

Just started to see the sencha touch Can someone please tell that you "FieldSet, A login screen ... Title: Login textfield: Username Password field: Password button: Submit 1) What Will this login screen be in a container, a field set and / or funnel? 2) What about a form without title? Just click on the textfield, button or title. Only a screen, a list of data? I think the example code should be useful to you: Ext.define ('MyApp.view.LoginSiteContainer', {extension: 'Ext.form.Panel', nickname: 'widget.loginsitecontainer', config: {id: 'Loginform', url: 'Som_url', items: [{xtype: 'container', layout: {type: 'vbox'}, item: [{xtype: 'fieldet', instructions: 'Login using existing account. The case is sensitive.' , 'Loginfield', {xtype: 'textfield', id: 'login', itemId: 'login', label: 'login'}, {xtype: 'passwordfield', id: 'password' ...

javascript - Adding get() to line causes "is not a function" error -

This is the beginning of an inventory system on which I am working. Basically, it takes an array with objects and quantities in a compressed form and outputs items of items in an item div. No errors occur in running below: $ ('item_amount') HTML (archive [ITEMNAME] .a). Adding the get () method after liking the selector: $ ('item_amount'). Get (i) .html (archive [ITEMNAME] .a); "$ (". Item_amount ") produces. Get (i) .html is not a function." This is what is altering the line: & lt; Div class = "item" & gt; & Lt; Img src = "" class = "item_image" /> & Lt; Div class = "item_amount" & gt; & Lt; / Div & gt; & Lt; / Div & gt; The error that is causing the error is located in a loop that has riveting through all the keys in the array. Then itemizes the item quantity from the array in the item_mount div, depending on the index stored in the item "Q...

- Where Developers Learn, Share, & Build Careers

I want to export the HTML table (not grid) to Excel from my content page. I know how to export the grid for excellence. Same way or diffrent? Try using the following code This will help you: Private Zero ExportToExcel (string strFileName, Table DG) {Response.Clear (); System.IO.StringWriter oStringWriter = New System.IO.StringWriter (); Response.ClearHeaders (); Response.AddHeader ("content-type", "attachment; filename =" + strFileName + ".xls"); Response.ContentType = "app / vnd.ms-excel"; Response. Charset = ""; This.EnableViewState = false; System.Web.UI.HtmlTextWriter oHtmlTextWriter = New System. Web.UI.HtmlTextWriter (oStringWriter); Dg.RenderControl (oHtmlTextWriter); Response.Write (oStringWriter.ToString ()); Response.End (); }

- Where Developers Learn, Share, & Build Careers

फ़ंक्शन जो vc6 में लिखा गया था। bool CProductionTestDlg :: GetVariables (सीएसटीिंग strFilename , CMapStringToOb * cVariableMap) {int iMaxEntryLen = 1000; // चार आरजीबीएन्ट्रीनाम [1000]; // पिछले चार * rgbEntryNames = (चार *) malloc (iMaxEntryLen * sizeof (int)); // अब CString strEntryName = ""; CString strEntryValue = ""; यूआईएनटी ui सेपरेटर = 0; उलोंग dwRetCode, dwSizeOfReturn; DwSizeOfReturn = GetPrivateProfileString (cszVariables, NULL, "", आरजीबीएन्ट्रीनाम, आईमैक्सएन्ट्रीलेन, स्ट्रफिलनैम); जबकि (ui सेपरेटर और लेफ्टिनेंट; dwSizeOfReturn) {strInntryName.Format ("% s", और आरजीबीएन्टीरीनाम [uiSeperator]); Uiसेपरेटर + = strEntryName.GetLength () + 1; CString * strValue = नया CString (); DwRetCode = GetPrivateProfileString (cszVariables, strêntryName, "", strEntryValue.GetBufferSetLength (strEntryValue.GetLength ()), आईमैक्सएन्ट्रीलेन, स्ट्रफिलैनैम); StrValue- & gt; प्रारूप ("% s", strInntValue); CVariableMap- & g...

- Where Developers Learn, Share, & Build Careers

I have an NSSearchField and I want to change its background color, but I am not able to do it, Tried: 1) I tried to set the drawback area and then set the setbackgram coiler but the value of the dockback ground is always wrong or I try to set it a trough code or nibb. (I do not know why?) 2) I tried to set NSText background coler but it does not look good because it is not wrapping the entire NSSchild in extreme corners, where small search The icon and the cancel mark are present, which remain unstable. 3) I want to see that the color of the searchField is lying, so I have reduced the alpha value of the search film, which looks good, but the alpha value of the text also decreases Therefore the alpha value of the text is always to be 1. NSSearchField is the extension of NSTextField, then NSTextField Expanding of NSView, It is possible not to recreate, but to create custom colors and overwrite the drawRect function and paint with background color.

java - which class should i import to use jboss cache? -

I want to use jboss cache, but I do not know which vessel and how to get it. import org.jboss.cache.fqn; Import org.jboss.cache.Node; Import org.jboss.cache.PropertyConfigurator; Import org.jboss.cache.TreeCache; I get errors such as "import org.jboss.cache.TreeCache can not be resolved." Thank you. All JBoss cache artifacts are available Now consider using your successor

- Where Developers Learn, Share, & Build Careers

I am using a UIStoryBoard so that first to view ViewController as a subview of another ViewController view. - (IBAction) btnMoveTo: (ID) sender {UIStoryboard * storyboard = [UIStoryboard storyboardWithName: @ "Mainstoreboard" bundle: zero]; UIViewController * vc = [Storyboard Instant Viewer Identifier: @ "seconds"]; Vc.view.backgroundColor = [UIColor clear collar]; Self. Model Presentation Style = UIModal PresentationConfigurationSettings; [Self-Present Model Week Controller: Animated Vcc: No]; } second viewer. M - (zero) viewDidoad {self.view.opaque = YES; Self.view.backgroundColor = [UIColor clear collar]; } - Draw with (IBAction): (ID) sender {[with self-view removal zoom animation: 2 options: zero]; } When I use with the Dre function, the second view controller's view is removed and the first viewer is back. However, when I use the button - (IBAction) the btnMoveTo: (id) sender function. It does not work, nothing really does happen. Any sugg...

ios - FirstViewController is not working when Second ViewController is removed from its superview -

I am using a UIStoryBoard so that first to view ViewController as a subview of another ViewController view. - (IBAction) btnMoveTo: (ID) sender {UIStoryboard * storyboard = [UIStoryboard storyboardWithName: @ "Mainstoreboard" bundle: zero]; UIViewController * vc = [Storyboard Instant Viewer Identifier: @ "seconds"]; Vc.view.backgroundColor = [UIColor clear collar]; Self. Model Presentation Style = UIModal PresentationConfigurationSettings; [Self-Present Model Week Controller: Animated Vcc: No]; } second viewer. M - (zero) viewDidoad {self.view.opaque = YES; Self.view.backgroundColor = [UIColor clear collar]; } - Draw with (IBAction): (ID) sender {[with self-view removal zoom animation: 2 options: zero]; } When I use with the Dre function, the second view controller's view is removed and the first viewer is back. However, when I use the button - (IBAction) the btnMoveTo: (id) sender function. It does not work, nothing really does happen. Any sugg...

hadoop - Can I write custom java methods inside map-reduce? -

Can I type my own custom static method in the map-reduce that I use every key-value pair Would you like to call me who enters my Mapper? You can do this and I do this all the time. The methods you can call are either static or not. Actually: If you call an external code from the code included in your project, when you export the project to .jar file then bundle with your code. If you refer to the methods from a .jar file included in the build path for your project, you need to give that cluster the name of the .jar file on every node The job runs, and edit your HADOOP_CLASSPATH variable in your $ HADOOP_HOME / conf / hasoop-env.sh file on the server and restart your cluster. Otherwise you will not get a class that has not found a mistake. An example is: export HBASE_CLASSPATH = / path / to / one / file.jar: / path / to / other / file.jar

- Where Developers Learn, Share, & Build Careers

I am trying to set the width and connection line color in draw2d. I found the method "SettleWidth ()" method but I need to call this method. I call this method on the input port object but Plz does not work help me Can you post some of your code? This is working for me: Polyline connection connection = new polyline connection (); Connection.setLineWidth (2); Connection.setSourceAnchor (new channel start anchor (this)); Connection.setTargetAnchor (new ChannelEndAnchor); Display display = Display.getCurrent (); Last color connection: ColorHoover = display.getSystemColor (SWT.COLOR_RED); Last color connection color = new color (display, 54,82,111); Connection.setBackgroundColor (connectionColor); Connection.setForegroundColor (connectionColor);

- Where Developers Learn, Share, & Build Careers

I do not believe I can not find it. At work I use the VS2010's CSS Builder Tool. It's not WYSIWYG, it really helps everyone who remembers an available CSS command, and chooses their potential values, and puts them in a selector. I can not find a tool that does this as a standalone product, I believe that CSS editing did so, but now it is part of $ 80 espresso. I tried the CSS3 Toolkit, which is actually nothing more than a button generator, and my $ 2.99 was a waste. Coda also does this way, but again, I do not think it's $ 80 device. The simple CSS does exactly what I want, and it is free, but use it very IMHO Every time the file has to be exported, no save button before viewing the changes in the browser. Live preview is not required, but it bugs me that there is a broken in simple CSS ... it does not cascade. Any address of a good simple CSS tool for Mac? I inspire only one code, it's a matter of taking all available areas, and all options from W3, putt...

javascript - jquery image gallery showing loader gif -

I am developing the jquery image gallery plugin I tested this kind of image load: $ ("# loading"). Show (); $ ('Preview'). Load (function () {$ ("# loading"). Hide ();}); But I did not succeed. When my image is full then I want to load. How can I do this? For example: You can give it easy through CSS. For parents div try loading the image as a background

wpf - Different Datacontext for Command and CommandParameter -

क्या एक WPF कमांड के लिए एक अलग डेटाकॉन्टेक्स्ट होना संभव है और कमांडपैमेटर ? & lt; UserControl & gt; & LT; UserControl.Resources & gt; & Lt; दृश्य मॉडेल्स: सूचीदृश्य ग्रिड दृश्यमॉडल एक्स: कुंजी = "vm" / & gt; & LT; /UserControl.Resources> & LT; ग्रिड & gt; & Lt; ContentControl x: नाम = "वर्तमान सामग्री" सामग्री = "{बाध्यकारी पथ = सूचीग्रिड}" & gt; & LT; ContentControl.ContextMenu & gt; & Lt; ContextMenu & gt; & Lt; MenuItem कमांड = "{बाध्यकारी पथ = सहेजें}" कमांडपैमेटर = "{बाध्यकारी एलिमेंटनम = वर्तमान कंटेंट}" डेटाकॉन्टेक्स्ट = "{स्टेटिक रिसोर्स संसाधन के = वीएम}" हेडर = "सेव" & gt; & LT; MenuItem.Icon & gt; & Lt; छवि स्रोत = "{स्टेटिक रिसोर्स संसाधन के = सहेजें}" ऊँचाई = "16" चौड़ाई = "16" / & gt; & LT; /MenuItem.Icon> & Lt; / MenuItem & gt; & Lt; MenuItem कमांड = ...

Maven build Android application - BuildConfig -

While trying to use Maven to create an Android project, I have recognized that the Maven-Android-Plugin Build does not automatically generate during the configuration class. build time. I have found a ticket about that problem and a Google Groups thread Problem: Google Groups: Quick hack buildico During the creation of the buildConfig.DEBUG suggests to create another micro-maven project to set the variable. Profile switch will help me create a multi-module project for every single small application. The suggestions in the Google Groups thread are okay for me (implementing ant task from SDK to create BuildConfig class) but try to dig through build.xml and get this work done I have left Did anyone get practical solutions to the BuildConfig problem with Maven + Android? Thanks to Jake Wharton and Manfred Moser, the Android Maven plugin since 3.3.2 Buildconfig generation Supported. 3.3.2 Check the changelog for release.

coffeescript - How to build coffee script files without generating js files? -

In the text, I can create coffee script files (Command + B) and generate JS files without flight Will create new files in the same directory when I try to create (command + B) in Sublime Text 2, it generates JS files in the same directory. How to avoid it that it behaves like textmate? Subtle text 2 allows you to do so Also go to Package Manager and download the coffee compile. Once you install this package, you will usually right-click on an open .coffee file and select "Coffee Complement". Although there may be a problem using your path variable to find the coffee command in the Mac OSX Mountain Lion and throw an error like this: [Aron 2] There is no such file or directory. If you get this problem, please do the following: 1. Go to ~ 34 / under Library / Application Support / Sublime Text 2 / Package / Coffee Compile / Coffee / Company / 2. Go 'Quiet' True, add the following line: 'Path': '/ Usr / local / bin' Restart Sublime Text 2 an...

- Where Developers Learn, Share, & Build Careers

Whenever the server has started the Monggoode service, its display and use of PF will have to be shot up to 3.5 9 GB, although it has good configuration (Server 2008, 4GB RAM) and the mongled 64 bit latest release (2.0.6) Is using. Please understand me about this. Thanks I'm not sure how much you know about MongoDB But Mongo uses memory map files to access data, which results in a large number of monogodes are displayed for the process. When using memory-mapped files, this is normal. The amount of mapped datafile is divided into virtual size parameters Is shown in and Asey bytes show how much data is being cached in RAM. Bigger your data files, the maximum voxize of the Mongode process If other processes require more RAM, then the virtual memory manager of the operating system will discard some memory from the cache and the bytes remaining on the monogode process will be left. It is recommended to use a certain pagefile size. If you use a dynamic page file, t...

html - How to apply different styles based on the number oif col in a table -

I have different tables that are similar but the only difference is that they can have different columns. I want to define a style that if the number of columns is 2, then the width of TD will be 80% and the second width will be 105. If there are three columns in the table, their width is 45%, 45% and 10% and so on. How can I do this in CSS? If this is not possible in CSS, how can I do this in JQuery? That is, as far as I know, just do not have to work with CSS because You need to calculate the percentage and find out the number of columns. I set up with a jQuery instance, assuming the same number of columns for each row (no colspan used). Here's how I did it: var cols = $ ('table tr: first td'). Size (), width = 90 / cols, last_width = 10; $ ('Table TD'). CSS ('width', width + "%"); $ ('Table tr & gt; td: last-child'). CSS ('width', final_date + "%"); a???? The number of used Vars columns, the last ...

asp.net mvc - MVC Html Helper not rendering image within a link -

I am creating a custom assistant to create an image link as follows: Public stable MvcHtmlString ImageLink (This HtmlHelper Assistant, String Image URL, String Image ALT, String Link URL, String Linkite, String Link Target) {// Image Object Var IMG = New Tag Builder ("IMG"); // img.MergeAttribute ("src", imageUrl) to add your attributes; Img.MergeAttribute ("alt", imageAlt); // link var link = create new TagBuilder ("a"); // link.MergeAttribute ("href", linkUrl) to add your attributes; Link.MergeAttribute ("title", linkTitle); Link.MergeAttribute ("Target", linkTarget); // Set the internal HTML of the links of the IMG link. INHML = IMG. ToString (); // return the link tag at the end Return to MvcHtmlString.Create (link.ToString (TagRenderMode.EndTag)); } But, when I use it, it does not render anything. When I change the previous line to the following: Back MvcHtmlString.Create (link.ToString (TagRenderMo...

android - Displaying full-screen background in OpenGL -

My Android app needs to display a full screen bitmap as a background, then something on top of that display OpenGL ES (either 1.1 or 2.0 - not yet scheduled) using dynamic 3D graphics Background image is a snapshot of a webview component in the same app, so its dimension has already fully fitted on the screen. I am new to OpenGL, but I know that to display bitmap in regular way, to scale it in the texture texture (GLTIMImage 2D), configure matrix, make some shorts for rectangular And display it glDrawArrays. It seems that a lot more work can be done to draw a bitmap on the screen in 1: 1 scale (with quality loss to down-scale the image in POT size). "Desktop" is glDrawPixels () in GL, which is actually what is needed in this situation, but it is apparently missing in GLES. Is there a way to copy pixels to screen buffers in GLES while rejecting the 3D pipeline? Or is there any way to attract OpenGL graphics at the top of the "flat" background drawn by regular...

python - Render django application within TextField -

I am creating an application to display articles. In my model, I have a TextField that contains the content of the article. Now I would like to be able to present another application within my article. Suppose I have a voting application and I want to display a poll in the middle of the article. How can I go about doing this? I tried putting a {% render_poll 42%} inside the post, but as expected, it only displays that page. Should I make some type tag (such as called [poll = 42] ) and parse it before displaying the html page? (I use the library, maybe I can increase it.) How can I do this to stay in a good "dijgo friendly" way? I want to, when in the admin panel, I easily insert the choice (or other app) within an article. You can make TextField string as a template. Ie .: Django.db import import template from template from django.db import template, context menu YourModel (models.Model): body = models.TextField () def render_body (self, reference = none): t...

- Where Developers Learn, Share, & Build Careers

I have many photos with the same size and I want to use them for a slideshow. So they should be in a line and maybe the width of this row is larger than the width of the window and I want to move some pictures out of the screen instead they go to the next line before I make the table in line Used and I moved the table to create this slideshow. [Like this:] & lt; Table cellspacing = "0" cellpadding = "0" & ​​gt; & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> & Lt; Img src = "..." /> ... & lt; / Table & gt; But I want to use any other element [for example, a div with some CSS rules that has the property of that table] because table some problems in my page A solution with a minimum code and a "hacks" & lt ; Div style = "white-space: nowrap...

continuous integration - CI Server for .NET : Jenkins or Buildbot? -

What is the professional and cons to use buildbot or Jenkins in a .NET environment? Regards, Easy to install and use through the web. The only one thing that is bothering me is VCS integration recently. For most of the time, there are some things that do with authentication for repository servers and SSL stuff, which are supported in Linux compared to Linux and similar. The crowd behind Jenkins is very big and many blogs and other resources are available. As far as the .NET is consoned ... I have brightened it with MSBield and PowerShell / in both cases it worked just fine. If there has been a problem, they are usually related to .NET infrastructure issues, SDKs or some such.

Double merge two data frames in r -

मेरे पास दो डेटाफ्रेम हैं df1 = data.frame (साइट्स = सी ("ए "बी", "सी"), कुल = सी (12,635)) df2 = data.frame (साइट 1 = सी ("ए", "ए", "बी"), साइट 2.2 = C ("बी", "सी", "सी"), स्कोर = सी (60,70,80)) मुझे डेटाफ्रेम तैयार करने के लिए उन्हें मर्ज करने की आवश्यकता है df3 = data.frame (साइट 1 = सी ("ए", "ए", "बी"), साइट 2.2 = सी ("बी", "सी", "सी") , स्कोर = सी (60,70,80), साइट .1। कुल = सी (12,12,6), साइट 2.क्षेत्र = सी (6,35,35)) ऐसे डबल मर्ज करने के लिए सबसे सरल तरीके से कोई सलाह? धन्यवाद बस मर्ज दो बार: एक्स एंड एलटी; - मर्ज (df2, df1, all.x = TRUE, द्वारा.x = "Site.2", by.y = "Sites", सॉर्ट = FALSE) मर्ज (x, df1, all.x = TRUE , By.x = "Site.1", by.y = "Sites", सॉर्ट = FALSE) साइट 1 साइट .2 कुल कुल कुल 1.x 1 एबी 60 6 12 2 एसी 70 35 12 3 बीसी 80 35 6

Can I use in Spring the Message Resource Bundle when calling a JSP directly -

I am using Spring 3.0 and working with spring protection for login. I have kept the login.jsp page in the webapp folder and I am trying to use the message for localization support eg .: Unfortunately, JSP messaging error can not be found: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: any message Not found locale code 'label.title' for 'en_US' When I use message code in a jsp, which goes through the controller, then it works fine Does. Spring security redirects to login.jsp page when the user is not logged in, the page is processed without the controller (straight). Nobody knows how to make the JSP resource bundle even without going through the controller? thanks let you login to the spring page. JSP is to be presented, which is not actually managed by Spring. Therefore, create a dummy controller: / ** * UI controller that renders signin-form. * / @ Controller Public Class Signin Controller {/ ** * Provide the signin form ...

Android using java servlets from an existing web application -

I have an existing and working Java web application. I want to make this application native on Android and using the same servicelet Want to continue The last time I was doing an Android application that was communicating with the server, there was something like this in the servlet: PrintWriter out = response GetWriter (); Out.print ("passed"); And in the Android Java class I will do this: string response = null; Try {response = CustomHttpClient.executeHttpPost ("http://10.0.2.2/ProjectName/" + "LoginSiterve", Postpartum); String rays = response.toString (); If (res.equals ("pass") {/ I want to do things}}} hold (exception e) {e.printStackTrace ();} servlets that That uses my epiphany in my web application and thus has a sending method: http session session = request.getSession (); session.setAttribute ("user", user); and this: sending (request, response, "/login.jsp"); I PrintWriter has an exist...

.net - XPathNavigator - MoveTo -> XPath Expression -

क्या किसी को एक System.Xml.Xpath.XPathNavigator (XML.XmlDocument.CreateNavigator द्वारा निर्मित) के कर्सर को स्थानांतरित करने का तरीका पता है एक XPath- अभिव्यक्ति द्वारा परिभाषित स्थिति के लिए? मेरी समस्या यह है कि मुझे सापेक्ष पथ का उपयोग करना पड़ता है, लेकिन XPathNavigator किसी भी समारोह में नहीं प्रदान करता है जहाँ तक मुझे पता है Cadburry: धन्यवाद, Iv ने कोशिश की लेकिन .moveNext () विधि केवल TRUE केवल देता है एक बार और नेविगेटर कर्सर अंक अभी भी जड़ तत्व के लिए। (Ni.current.InnerXML मेरा XML देता है) मेरी XML सरलीकृत: & lt; Ediakt & gt; & LT; हैडर & gt; & Lt; / हैडर & gt; & LT; मेटाडाटा & gt; & Lt; / मेटाडाटा & gt; & LT; पेलोड & gt; & LT; Layer2 & gt; & Lt; / Layer2 & gt; & LT; Layer2 & gt; & Lt; / Layer2 & gt; & LT; Layer2 & gt; & Lt; / Layer2 & gt; & Lt; / पेलोड & gt; & Lt; / Ediakt & gt; और मेरी xPath अभिव्यक्ति अर्थात् है: / एडीटैक / पेलोड / लेयर [2] ...

- Where Developers Learn, Share, & Build Careers

I am writing the asp.net project in c # and I have a little problem. I have a dropdown list inside a gridview and both of them are initially filled with a database, but different tables (different selection queries). I want to set the query ToolTip to the list below, which are used to fill Gridwu (Detatale 1) by the following code: & Lt; Asp: TemplateField HeaderText = "select supervisor" item style-width = "100px" & gt; & Lt; ItemTemplate & gt; & Lt; ASP dropdown list id = "dropdown list 1" Rnat = "server" Otopostbak = "The index turned true" on-selected = "DdlTest_SelectedIndexChanged" tooltip = & lt; (% # ((DataSet1.DataTable1Row) ((DataRowView) Container .datitum) .ro)) .p_id% & gt; & Gt; & Lt; / ASP: DropDownList & gt; & Lt; / ItemTemplate & gt; & Lt; / ASP: TemplateField & gt; But when I try to run the project I get the following error: Object refer...

- Where Developers Learn, Share, & Build Careers

I am currently rewriting a python GAE app in Java, and ask about my unit design . I have entities like the following, so that I ask the datastore and can easily return a unique list of designers: class designer name: string If the designer gets rid of the class then the code will be very easy to wrap a string, but I get the list of gene designers to SELECT DISTINCT Designer Can not Do from Gene Is, or is there any other way? GAE does not support complex queries like SQL (datastore-billet) SQL, The model (DB) structure must be designed as you explained earlier.

pygtk - Create/update labels by gtk.Container.add_with_properties and gtk.Container.child_set_property -

I use Python to create a gtk.window with about 50 gtk I am doing Label is placed , these labels are required to be updated every 10/15 minutes each time, I choose to pack them using a fixed container and, to reduce coding, I have a list of labels Grouped in (Each item in the list is labeled text, X and Y, font family, and foreground is a sublink color). OK, I can easily add a label using the following code: in fine (gtc.fixed) in category (48): lbl = gtk.Label (data [i] [0]) Lbl.modify_fg (gtk.STATE_NORMAL, gtk.gdk.color_parse (data [i] [1])) lbl.modify_font (pango.FontDescription (data [i] [2])) fix.put (LLL, Data [i] [3], data [i] [4] win.add (fix) But the problem occurs when I need to type the label, if I write : / I> In category I (48): lbl.set_text (data [i] [0]) Nothing happens because it is not clear what data [i] [ 0 ] On which label I thought I would use gtk.container.add_with_properties to place the labels in the container and gtk.contenter.child_set_pro...

ios - UIView Menu Over UIScrollView -

OK this should be a simple task, but it's sending me crazy. All I am trying to get is a UIScrollView to display behind the screen and below the stable transparent toolbar to get to the receiving. The structure is currently set so that both scrollview (subclass UIScrollView) and overlays (subtypes of UIView) are the subviews of the RootViewController scrollview = [[EMDrawScrollView alloc] initWithFrame. CGRectMake (0, 0, winSize.width, winSize.height)]; ScrollView.userInteractionEnabled = Yes; [Self.view addSubview: scrollView]; Overlay = [[EMDrawOverlayView alloc] initWithFrame: CGRectMake (0, 0, winSize.width, winSize.height)]; Overlay.userInteractionEnabled = NO; [Self.view addSubview: overlay]; The issue is that if I enable the overlay. User Interaction enabled, all go to touch layer and can not go to scrollview. But if I work with the scrollview to turn off the user interaction properly, but I can not interact with the overlay By storing it with RootViewController...

Open separate console for standard-stream and error-stream in Eclipse -

I would like to have 2 console windows in Eclipse: 1 only my process's error-stream and my process study with only 1- Stream I searched for an option or plugin to do this, but none found it. To do this, it should be easy to fail to implement in Eclipse. The eclipse that is familiar with PDE. Any idea how to do this or is there anybody ready to make this plugin?

javascript - Handle rowspan and colspan while converting "Table" into "Div" -

I am converting the table into structured data using the code below. $ ('# html' ($ ('# content') .html () .replace (/ & lt; tbody / gi, "& lt; div id = 'table'") .replace (/ & lt; tr / gi; Div style = 'overflow: auto; padding-top: 15px;' ') .replace (/ & lt; / tr & gt; / gi, "& lt ; / Div & gt; ") .replace (/ & lt; td / gi, & lt; span style = 'float: left; margin-right: 20px;'") .replace (/ & lt; \ / td & Gt; gi, "& lt; / span & gt;") .replace (/ & lt; / tbody / g, " It works well in all scenarios except ROWSPAN; COLSPAN case. How can I manage the issue of that design when I convert a div into a table? I am stuck in it. Perhaps it takes you in the right direction: .replace (/ rowspan = "/ gi, 'class =" rowspan-'). Then make the style for the classes (such as Roshan-2 or Callspain-3 etc.). However, these are th...

- Where Developers Learn, Share, & Build Careers

I am trying to work with PDO for the first time and I want to know what I am doing, how safe is it I , I'm also new to PHP. I have a question that when a user passes my page, the page takes a variable using GET and then runs. With PHP, I've always used mysql_real_escape to get my varietates sanitized. Can anyone see security flaws with this? // Get the person ID $ User ID = $ _GET ['userID']; // People $$ sql = "Select * Individuals with ID = $ userID"; $ Q = $ conn- & gt; Query ($ sql) or die ($ conn- & gt; error ()); While ($ r = $ q- & gt; Fetch (PDO :: FETCH_LAZY)) {echo ' Do not use the query, prepare: $ userID = $ _GET ['userID']; $ Sql ​​= "People from WHOE ID =: userid"; $ Q = $ conn- & gt; Ready ($ sql) $ q- & gt; Execute (Arrays (': userid' = & gt; $ userID)); While ($ r = $ q- & gt; Fetch (PDO :: FETCH_ASSOC)) {echo '& lt; Div class = "mis-per" & g...

javascript - Show/hide text by spiting it with html comment in div -

How do I divide some text into the div by using html tags? Let's say that: & lt; Div id = "id1" & gt; Some First Text & lt ;! - more - & gt; here. & Lt; / Div & gt; & Lt; An id = id 1 & gt; Show / Hide & lt; / A & gt; & Lt; Div id = "id2" & gt; Some other text & lt ;! - more - & gt; Okay. & Lt; / Div & gt; & Lt; An id = id 1 & gt; Show / Hide & lt; / A & gt; I & lt ;! - more - & gt; After a a jquery or javascript wont be used to show or hide text. Thanks You can try something like this: given markup & lt; Div id = "id1" & gt; Some First Text & lt ;! - more - & gt; here. & Lt; / Div & gt; & Lt; A & gt; Hide & lt; / A & gt; & Lt; Div id = "id2" & gt; Some other text & lt ;! - more - & gt; Okay. & Lt; / Div & gt; & Lt; A & gt; Hide & lt; / A & gt; Add the ...

xaml - Blend error "the name xx does not exist in the namespace yy" - but works fine in Visual Studio -

So I've been working on a WPF project for some time with Visual Studio 2010. I am using several class library projects which I have written about WPF control. Today I opened a solution for Blend for the first time, and he showed me many errors in this way: "The name xxx is not present in the name space" Assembly, I can see that The square appears at that place name. Also if it does not happen, then the Visual Studio has not compiled it, right? I have examined similar questions, and no, I do not have an issue with the X86 Build platform, all of my DLL .NET 4.0, and there is no missing reference. Is anything else? Blend looks like some bugs by removing the references to the project and then adding it back Fixed it

winforms - How to determine if method is async at runtime -

I have a legacy project in which there are hundreds of method signatures for Winforms events. Obviously I do not want to go now and BeginInvoke / EndInvoke does not work because it will cause UI cross threading issues. Although I need to be able to mark these signatures (due to deadlock) async to control some async commands which we have to be able to do any other than deadlock No result. I can successfully call the event with the BulinWoke and it works perfectly and it works correctly. However, it breaks into another thread and breaks the old implementation which we do not want to go through and to make async and to make conscious. Then I was checking to use the incident. GetInvokationList () and looping through and calling each to separate. If the method was async, start the start / end. Otherwise call it directly on the UI thread. My only problem is that I can not find a way through reflection that it shows whether the method sign is async or not. Anyone know how to fi...

mysql - SQL query distinct with additional select -

I need to do a query in the MySQL, which returns different values ​​for the product_id, but I want to enter the 'id' field There is a need to pick and return which is in the specific table. - I will use it differently and I want to use it on product_id and see id SELECT DISTINCT id, product_id order_cart it will be easy to do on Pgsql But I do not know how to do it on mysql. Your query is not well defined: Consider this table id product_id 1 1 2 2 3 1 4 2 What should be the result of your query? If you mean id product_id 1 or 3 1 2 or 4 2 You are in the country of non-determinative questions. What can you do SELECT MIN (id), product_id order_cart GROUP BY product_id which will definitely arise id product_id 1 1 2 2

- Where Developers Learn, Share, & Build Careers

Autofac.ControllerFactory as a class dll in autofac.Integration.Web.MVc autofac version 2.3.2.632 itemprop = "text"> public class AutofacControllerFactory: DefaultControllerFactory {Public AutofacControllerFactory (IContainerProvider containerProvider); Protected Override IController GetControllerInstance (RequestContext Reference, Type Controller Type); Public override zero release controller (IC controller controller); } The latest version of autofac (2.6.3.862) is not Autofac.Integration.Web.Mvc, but instead it is Autofac.Integration.Mvc. Although this is not an AutofacControllerFactory class in Dll. Dll Autofac.Integration.Mvc is defined as a class AutofacDependencyResolver defined public class is AutofacDependencyResolver: IDependencyResolver {public AutofacDependencyResolver (ILifetimeScope container); Public AutofacDependencyResolver (ILifetimeScope Container, Action & lt; ContainerBuilder & gt; configurationAction); Public AutofacDependency...

javascript - Issue with ExtJs 4 form submit -

I'm new to extAge and java script. I have a simple form with 3 text fields, but if I'm presenting I want to go to the next page (results page). When I click the submit button, I see 1 warning, but I did not get the alert 2 and 3. I think the feedback is coming back in the fireball, but the result page is not loading. What am I doing wrong here, how do I load the next page? Any help would be appreciated. Ext.require (['Ext.form. *']); Ext.onReady (function () {var formPanel = Ext.create ('Ext.form.Panel', {frame: true, title: 'new tabo', width: 340, bodypadding: 5, url: 'result.html' , AZX: Submit: Incorrect, field default: {Label Alliance: 'left', label Wythth: 90, anchor: '100%'}, item: [{xtype: 'textfield', name: 'id22', field label 'Id22', value: ''}, {Xtype: 'textfield', name: 'summary', field label: 'summary', value: ''}, {xtype: 'textareafield', n...

- Where Developers Learn, Share, & Build Careers

Is there a way to keep the rear behind the string when it comes back? For example, the value is '6' if I return it back to a class in my main code then it will skip the end space. If you really want to know that: The class looks at a number and then the scientific abbreviation is added, then by converting it from 5000 to 5 meters and then making the units "5 MV" later Works great, but if I have 5, then it tries to return "5", but it only makes 5 "which makes it look" 5V "which is inconsistent. Edit Do: Sorry, everyone, but it really is actually in my part I had a stupid error that I was placed on the order on which the class () used to call. I was calling Python Debugger in in class and returning everything to it, but the debugger's The way the line of code is never actually shown, which calls once I saw it, it was really obvious. You should not do anything. For example, this code prints "6 meters": "F"...

- Where Developers Learn, Share, & Build Careers

First of all I want to say that I hope everyone on the east coast is fine after Sandy. I was lucky in it, though I live in New York City, I never lost power, my thoughts go to those who were not fortunate. Now that I am working after three days, I need some help with pieces. I am trying to cross a bundle and it is not working. I know that I have a simple piece setup right, because if I do not try to cross the bundle, then it works fine. So here is my activity where I pass the bundle: ITEMClick (adapterview ; Gt; parent, view view, integer position, long ID) on public zero = New intent (getApplicationContext (), Com.MyProject.project.MyList.class); Bundle data bond = new bundle (); String selected V = value [position]; DataBundle.putString ("Level", selectedValue); Choice.putExtras (dataBundle); StartActivity (option); } Now the bundle is without my activity. It works fine: Operated on Public Zero (bundled saved instenstate) {super.onActivityCreated (SavedInstanceStat...

Why will the headings in my dojo dgrid not appear unless I resize the browser? -

I have found a degrid with titles that will not appear until I can resize the browser window. As soon as I resize the browser window, the headers appear. How can I show the title without resizing the browser? Am I not calling startup? Is there a program that I think Diggid has changed the size of the browser? The digit registration is shown as a grid: Place the container in your content panel (if the pen is required) and add the grid as the container's child container Will call start-ups to their children, who will resize them.