similar to: a simple problem but difficult

Displaying 12 results from an estimated 12 matches similar to: "a simple problem but difficult"

2006 Apr 29
1
can i alter the _form.rhtml without have troubles to validat
hello my name is reynaldo and i have a problem i alter the _form.rhtml to display a select option in the place a simple text_box, and the application work very well, but in the moment that i apply a validation in the model i get a error. the code is the next in the controller: def new @catelemento = Catelemento.new @komandancias = Catcomandancia.find(:all) end in the
2006 Jun 23
5
how can i alter the validations error messages.
hello my name is reynaldo my question is the next. i want change the text of the validations error messages generated by ruby when you don''t wrote properly the data in the form. -- Posted via http://www.ruby-forum.com/.
2017 Jun 01
2
Building theora 1.1.1 with mingw-w64-gcc 7.1 and msys
Hello, I recently attempted to build theora 1.1.1 with mingw-w64-gcc 7.1 and msys and it fails to build the encoder_example.c example program. There are multiple declarations of the function 'rint'. The source file created its own version of the function that rounds AWAY from zero. MinGW-W64 has its own version of the 'rint' function, which does not round away from zero.
2006 Apr 21
1
How can i use info of two or more tables in the one form
i have a trouble with my application, because i need to load three combobox, called employes, customer, products, but i cannot to access them. i need a model for each one them? how can i access to the info of the three tables: employes, customers, products, to show in a view.. please help me... thanks -- Posted via http://www.ruby-forum.com/.
2006 May 24
0
Problems validating form with collection_select
I have the following models: class Comandancia < ActiveRecord::Base has_many :elementos end class Elemento < ActiveRecord::Base belongs_to :comandancia validates_presence_of :nombre, :apellido_paterno, :apellido_materno, :comandancia end In the view for New Elemento I''m using <%= start_form_tag :action => ''create'' %> <%= render :partial =>
2004 Mar 31
2
RE: RxFax/spandsp: not disconnecting
Hi Steve, I am having this problem in which RxFax is still holding the file after receiving a complete fax. Somehow the zap channel is still active but on the fax client it was sent successfully. If you call the line it is still busy. Changed from phase 3 to 4 >>> MCF: 8c HDLC underflow in state 8 Changed from phase 4 to 3 Slow carrier up <<< DCN: fb DCN with final frame tag
2006 Jun 29
1
can i update the page whitout reload it?
hello everybody my name is reynaldo and my question es the next: i have a form whit a combobox and a textbox the combobox have the number of days: 1,2,3,4,etc and i want show in the texbox the result of the number of days for a number for example: when de user choice 1 day, show in the box $200 when de user choice 2 day, show in the box $400 when de user choice 3 day, show in the box $600 when
2005 Aug 02
0
LVM access problem
I''m using LVM to create CoW disk on my Xen box. The problem is that the VMs are not able to access the LVM devices after running for some hours. I have the folowing LVM configurations (result of a lvscan): ACTIVE Original ''/dev/xen-vg/RH-EL.WS.4'' [4.00 GB] inherit ACTIVE Snapshot ''/dev/xen-vg/RH-EL.WS.4-01'' [200.00 MB] inherit ACTIVE
2004 Apr 12
0
Re: RE: RxFax/spandsp: not disconnecting
Hi Steve, You are a legend !!! It is properly disconnecting now. Although I am having problem with the fax detection. Somehow fax will only be detected if NO CLI was sent from the PSTN line but if the line received the CLI, fax tone is ignored. Does anyone had the same experience? Is there any workaround or fixed for it? Rey > Message: 11 > From: Derek
2017 Jun 01
0
Building theora 1.1.1 with mingw-w64-gcc 7.1 and msys
Hi people, I fixed the problem by renaming the function and every instance of 'rint' to 'rint_az' (Round Int Away from Zero) and then encoder_example.c built successfully. Don't know if this needs to be patched upstream or not. Edgar On 6/1/2017 2:53 PM, Edgar Reynaldo wrote: > Hello, > > I recently attempted to build theora 1.1.1 with mingw-w64-gcc 7.1 and
2004 Jun 10
0
hide caller id
Hi, We try ti hide the caller id at calls trought E1 in EuroISDN (Spain) using restrictcid=yes and doesn?t work. What can I do, thaks Pedro -----Mensaje original----- De: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]En nombre de asterisk-users-request@lists.digium.com Enviado el: mi?rcoles, 31 de marzo de 2004 12:00 Para: asterisk-users@lists.digium.com
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3373 - 14 msgs
Can anybody recommend a good web interface for asterisk that actually works. I am looking for a web interface that can show how many callers are on the phone, should be able to transfer the calls and disconnect. I have tried using the flash operator but has been unsuccessful in making it work. thanks -----Original Message----- From: asterisk-users-admin@lists.digium.com