search for: formel

Displaying 10 results from an estimated 10 matches for "formel".

Did you mean: former
2003 Jan 29
1
Scoping rule problem -- solved
Thanks to some comments from Brian D. Ripley, I found my error: I should not have given a data argument to lm() after creating a formula-object. This obviously confused things... Thanks again, I've really learnt again a bit more on R-programming... Cheers, Winfried --------------------------------------------------------------------- E-Mail: Winfried Theis <theis at
2010 Aug 14
1
Rail3: UJS submit after client-side validation
...While it did the validation, It would always submit. I then changed the input type to button and the validation would work, but I could not get the form to submit. Debugging all seemed to work (names, classes, etc) Behaviors.add("click", "validate", function(element) { var formElements = $$(".required", ".required-one"); var valid = true; var thisform = element.form ... validations stuff but when I got to the end if(valid){thisform.submit()} would fail saying the input element does not have a function submit. thisform is reported as and htmlfor...
2006 Jun 23
16
Help please-draggable
I asked the other day about this problem but haven''t received a response. Trying again: I just downloaded 1.6 and can''t get a simple draggable to work, which is weird. I know it''s not my browser since the demos are working. Here is my simple code. I''ve also had the "new Draggable" between the select tags. Didn''t change anything.
2014 Dec 18
1
Samba 4.2 : External authentification and rights access management ?
...identielles. Au cas o? il ne vous serait pas destin?, nous vous remercions de bien vouloir le supprimer et en aviser imm?diatement l'exp?diteur. Toute utilisation de ce message non conforme ? sa destination, toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement interdite. Les communications sur internet n'?tant pas s?curis?es, l'int?grit? de ce message n'est pas assur?e et la soci?t? ?mettrice ne peut ?tre tenue pour responsable de son contenu.
2005 Dec 31
0
Using render functions in my own classes
...hat I have done: - Created a new module FormHandler - Added a class Form in the module - Defined an initialize and to_s method. The initialize method receives some basic information about the form, the to_s method returns a string which contains the complete form. The module wil be extended with FormElement classes, but I''m trying to solve the following. In the to_s method, I would like to use render_to_string :partial to render a template and return it as a string. I managed to do this by extending ApplicationController::Base and calling the function. The problem is that the method...
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together, i have a list of numbers, like this one A B C 1.1 1.2 1.3 i export this list into an excel file and want now color these numbers according to her value. I want every color under 1,25 is red, and every color over 1,25 is green. How can i do this with "RDCOMClient" ? I know how to colour a complete row, like this task: U3R <- sh$Range(zellen_blue) U3RF <-
2009 Apr 12
0
rails 2.3 nested forms with has_many through checkboxes
...[page_category_ids][]", category.id, @page.page_categories.include?(category), :class => "checkbox" %>&nbsp;<% f.fields_for category do |category_form| %><%= category_form.text_field :title, :style => "width: 200px;", :class => "textfield small formElement" %><% end %> </li> <%- end -%> </ul> Right now, if I try and create or update a page I get the following error... ActiveRecord::UnknownAttributeError in Admin/pagesController#update unknown attribute: page_category RAILS_ROOT: /Users/rajo/Sites/boilerplate...
2017 May 23
2
[imaptest] Explaining errors
...es appartenant ? Linagora, exclusivement destin?es au(x) destinataire(s) identifi?(s) ci-dessus. Si vous n'en faites pas partie, toute reproduction, distribution ou divulgation de tout ou partie des informations de cette transmission, ou toute action effectu?e sur la base de celles-ci vous sont formellement interdites. Si vous avez re?u cette transmission par erreur, nous vous remercions de nous en avertir et de la d?truire de votre syst?me d'information. The present transmission contains privileged and confidential information belonging to Linagora, exclusively intended for the recipient(s...
2005 Feb 04
2
Failures they e2fsck doesn't find
...urnal backup: inode blocks Joerg. -- Diskusion "Pascal vs. rest der Welt" : 30 Aug 2000 00:13:11 GMT, Adrian Knoth <adi at drcomp.erfurt.thur.de> Und selbst wenn eure 100000 Zeilen-Programme noch so oft unter Windows verwendet werden: mit einem Handwagen f?hrt man nicht Formel-1.
2006 May 23
10
throttling...
Is there a way to throttle the firing of updater requests easily with Prototype? Thanks, mark