search for: modal

Displaying 20 results from an estimated 321 matches for "modal".

2008 Jul 15
1
Modal forms remains hidden when main form clicked
...swered several times in the past. I have used Search option and I have not found any reference, and I have not yet found in your bugzilla. My problem appears in all Wine versions tested (until 1.1.1). When my application (I develops a Delphi Win32 application that runs perfectly in Wine) raises a Modal Form or Modal Message (using API MessageBox for sample), the users can still make a click to Main Form (that's not doable in Windows), so Main Form goes to front and Modal Form or Modal Message goes hidden back the Main Form. That's very confusing to the users who accidentally hides a Moda...
2007 May 29
1
Modal Window Stealing Elements from Form. Need Elegant Solution.
I''m using Prototype.js with Control.modal to create a modal window on my IPB Forum which takes all the various topic posting/replying/ editing options and places them into a Modal window. The inherent nature of this action is to take the contents of whatever DIV I told Control.Modal to make a modal window out of and place the entire inner...
2005 Mar 07
1
Language learning program (Spanish to Go)
...n info fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:Stream_WriteLocationInfo writing empty location info fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. [andrew@Atlas2 andrew]$ fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fix...
2007 Nov 04
1
Help in error of mixed models
...se R to make the same and try with this code: base<-read.csv("base.csv") adj<-.5 attach(base) sens<-(VP+adj)/(VP+FN+2*adj) log.S<-log(sens/(1-sens)) var.log.S<-1/(sens*(1-sens)*(VP+FN)) dis<-rep(1,length(log.S)) non.dis<-rep(0,length(log.S)) data.S<-data.frame(id,Modality,log.S,var.log.S,dis,non.dis) names(data.S)<-c("id","Modality","logit","var.logit","dis","non.dis") esp<-(VN+adj)/(VN+FP+2*adj) log.E<-log((1-esp)/esp) var.log.E<-1/(esp*(1-esp)*(VN+FP)) dis<-rep(0,length(log.E)) non.dis&...
2017 Jun 23
5
Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
Dear sir/madame, I am currently writing a meta-analysis on the complication and reoperation rates of 5 different treatment modalities after a distal radius fracture. I was able to pool the rates of the 5 different rates using R. Now I have to compare the pooled rates of the 4 treatment modalities with the golden standard separately. I though the chi squared test would be the best method. How do I do that using r. The R code...
2012 Mar 25
2
Modal dialogs getting out of focus
Hello, it is really nice to be here with the wonderful Wine community. Modal window gets out of focus if minimized and blocks any actions in the main window. I've attached and example created in Delphi called Project1. It has Form1 window with action button which opens a modal dialog called Form2. The main idea is when opened Form2 to be always on top and to be impossi...
2010 Jul 31
2
Non-modal FXMessageBox
Is there a way to make FxMessageBox non-modal? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/fxruby-users/attachments/20100731/bd63db58/attachment-0001.html>
2017 Jun 23
0
Comparing pooled proportions(complication and reoperation rates) of different treatment modalities
> On Jun 23, 2017, at 5:53 AM, Jay Zola <jayjay.1988 at hotmail.nl> wrote: > > Dear sir/madame, > > > I am currently writing a meta-analysis on the complication and reoperation rates of 5 different treatment modalities after a distal radius fracture. I was able to pool the rates of the 5 different rates using R. Now I have to compare the pooled rates of the 4 treatment modalities with the golden standard separately. I though the chi squared test would be the best method. How do I do that using r. The R code...
2008 Jan 07
4
Orientation of labels on axes
http://www.nabble.com/file/p14664173/at-modality.png I created the above image with R and I have one problem left: Some of the labels of the axes do not show up, probably because there's not enough space. I use the following code to create the plot: modality <- read.table("results.table", header=TRUE, sep=",")...
2009 Sep 24
2
Running code after a modal dialog is shown
Hi all, I''m looking for a way to get a block of code to execute once a modal dialog has been displayed (via a call to show_modal.) I was hoping to find some event that would fire when the window was shown, but the only one that seemed vaguely promising (evt_window_create) seems to do nothing at all, at least in my environment (Ruby 1.9.1 on Win32, wxruby 2.0.1.) Here&...
2007 Nov 13
2
modal
Hello, I would like to know what's the function to calculate the modal of data. Thanks. _____________________________________________________________________________ l [[alternative HTML version deleted]]
2002 Jan 28
0
problems with modal MsgBox and critical section timeouts
...l-shield message box is managed, but everything else isn't. anyway. when that message box appears and then vanishes under the image, i get the last message in this list: (running as: "wine --managed --winver nt40 ./Setup.exe") [font messages whacked] fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:ntdll:NtOpenThreadToken (0xfffffffe,0x00000008,0x00000000,0x405b5bac): stub fixme:ntdll:NtQueryInformationToken (0000cafe,2,(nil),0,0x405b5b98): stub fixme:ntdll:NtQueryInformationToken (0000cafe,2,0x405b5b84,12,0x405b5b98): stub fixme:ntdll:NtOpenThreadToken (0xffffff...
2003 Feb 22
0
Modal msgbox error (game installation problem)
Dear Wine-users, According to the application database this game (Broken Sword II) is meant to install and run under Wine. However when I attempt to run the setup program on the CD I get the following error message: >root@Beauty:~# wine /cdrom/Setup.exe >fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. The error message appears after commdlg.dll is loaded. I loaded the native comdlg32.dll and got past this point but had the same problem with midimap.drv etc (ie the same error message). wine --debugmsg +file /cdrom/Setup.exe gave the following (extract): ..... trace:fil...
2012 Jun 21
1
Modal popup in rails
Hi all, I am new in rails so i want to open modal box jquery but not getting any help. Please send me code or links if any one have.... Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/...
2012 Dec 05
1
Ajax response in a modal box
Hello guys, I was wondering if I could display the ajax response in a modal box. I could not find anything satisfying on the web. I am new to ajax. This is what I was trying. $(document).ready(function() { var clicked1; $(".inline").click(function(e) { clicked1 = $(this).text(); $.ajax({ type: ''GET'', url:''/controller_path'...
2014 Jun 08
0
Re-render partial inside a modal
*Inside my home.html.erb. I am rendering a partial inside a modal for my sign-up.* <div id="myModal" class="reveal-modal" data-reveal> <%= render partial: 'users/form', :controller=>"users", :action =>"new" %> <a class="close-reveal-modal">&#215;</a> </div>...
2011 Dec 19
2
Jquery Modal Dialog with Jquery DatePicker field strange behavior
Hi people. I need your help here, please. I have a rails 3.0.9 app, and I''m using Ajax to save some records to the database. To achieve this, I use a jquery modal form, but one of the fields is a datepicker, and if I click on it to display the calendar it doesn''t work. The thing is, I press submit without fill all the fields, so, my custom validations were shown, telling me that I must fill some fields, and when I did that... surprise... the date p...
2002 Jun 10
2
Crashing R (PR#1651)
...1.5.0 gui version, Windows (downloaded binary) and Linux (installed from sources). # Load the data from the attached file: kk<-read.table("__filename__", header=1) # attach the data: attach(kk) Snr<-factor(Snr) # fool around with a call to anova.glm(): anova.glm( aov( nFD~Type+size+Modality+Error(Snr/(Type+size+Modality)) ) ) # Error: object nFD not found # Well, I thought I had attached that. Anyway: anova.glm(aov( nFD~Type+size+Modality+Error(Snr/(Type+size+Modality))), data=kk) # Same message # In addition, warning message: <lots of output> R dumps core. On Windows, it cra...
2009 Aug 28
1
breaking multi-modal histograms down into combinations of unimodal distributions
Dear All, Does anybody know if there is a functionality in R to break histograms that show a clear bi-modal (or multi-modal) distribution into a series of unimodal histograms that added up result in the original histogram? I was thinking of using QQ-plots (for which tools are available in R), and then observing the number of times the observed quantiles cross the 1:1 line, but this only gives an indicati...
2008 Jan 04
1
Sorting of captions on axes
Hello, I think this might be a beginner question, but I couldn't find the answer in the manual... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <- c("red3","green3","blue3","orange2","purple2","brown4") plot(modality, co...