combox

View: New views
6 Messages — Rating Filter:   Alert me  

combox

by lrb_21560 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Cyril,

I update my Rilato library with version 0.9 revision 1756.
Now, my combox does not  display the right button.
Why ?
With old revision, the this button displayed ans i do'nt change the code
[;)]


Thanks,

Bernard


Re: combox

by lrb_21560 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I look at the HTML code in my page with combo box

<div title="Genre" class="libelle1" style="overflow: hidden; position:
absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
id="lab1_label_24_DivGen">
Genre
</div><div style="position: absolute; width: 300px; left: 120px; top:
10px; height: 20px;" id="genre_combo_25_divExt"><div
class="field_global" style="position: absolute; left: 0px; top: 0px;
width: 0px; height: 0px;" id="genre_text_26_DivGen">
   <input value="-1" title="-1" autocomplete="off" style="width: 100%;"
class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
</div><div class="field_global" style="position: absolute; left: 0px;
top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
   <input title="-- Choix d'un genre --" autocomplete="off" style="width:
100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
type="text">
</div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
style="position: absolute; display: block; left: 0px; top: 0px; width:
auto; height: auto;"
id="imagecombo_downArrow_imagecombo_downArrow_28_divExt"><div
class="combo_downArrow" style="display: block;">
</div>  <img style="display: none;">
</div></div></div> ...



--- In rialto-dev@..., "lrb_21560" <lrb_21560@...> wrote:
>
> Hi Cyril,
>
> I update my Rilato library with version 0.9 revision 1756.
> Now, my combox does not  display the right button.
> Why ?
> With old revision, the this button displayed ans i do'nt change the
code
> [;)]
>
>
> Thanks,
>
> Bernard
>


Re: combox

by lrb_21560 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The same page with the same code but with my old Rialto libray
(27/04/2007) :

<div title="Genre" class="libelle1" style="overflow: hidden; position:
absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
id="lab1_label_24_DivGen">
Genre
</div><div style="position: absolute; width: 300px; left: 120px; top:
10px; height: 20px;" id="genre_combo_25_divExt"><div
class="field_global" style="position: absolute; left: 0px; top: 0px;
width: 100%; height: 20px;" id="genre_text_26_DivGen">
   <input title="-1" value="-1" autocomplete="off" style="width: 100%;"
class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
</div><div class="field_global" style="position: absolute; left: 0px;
top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
   <input title="-- Choix d'un genre --" autocomplete="off" style="width:
100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
type="text">
</div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
style="position: absolute; display: block; left: 0px; top: 0px; width:
auto; height: auto;"
id="imagebigDownArrow_imagebigDownArrow_28_divExt"><div
class="bigDownArrow" style="display: block;">
</div></div></div></div> ...



--- In rialto-dev@..., "lrb_21560" <lrb_21560@...> wrote:

>
> I look at the HTML code in my page with combo box
>
> <div title="Genre" class="libelle1" style="overflow: hidden; position:
> absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> id="lab1_label_24_DivGen">
> Genre
> </div><div style="position: absolute; width: 300px; left: 120px; top:
> 10px; height: 20px;" id="genre_combo_25_divExt"><div
> class="field_global" style="position: absolute; left: 0px; top: 0px;
> width: 0px; height: 0px;" id="genre_text_26_DivGen">
>    <input value="-1" title="-1" autocomplete="off" style="width:
100%;"
> class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
> </div><div class="field_global" style="position: absolute; left: 0px;
> top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
>    <input title="-- Choix d'un genre --" autocomplete="off"
style="width:

> 100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
> type="text">
> </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> style="position: absolute; display: block; left: 0px; top: 0px; width:
> auto; height: auto;"
> id="imagecombo_downArrow_imagecombo_downArrow_28_divExt"><div
> class="combo_downArrow" style="display: block;">
> </div>  <img style="display: none;">
> </div></div></div> ...
>
>
>
> --- In rialto-dev@..., "lrb_21560" lrb_21560@ wrote:
> >
> > Hi Cyril,
> >
> > I update my Rilato library with version 0.9 revision 1756.
> > Now, my combox does not  display the right button.
> > Why ?
> > With old revision, the this button displayed ans i do'nt change the
> code
> > [;)]
> >
> >
> > Thanks,
> >
> > Bernard
> >
>


Re: combox

by Cyril Balit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Bernard,

In fact the problem comes from the className attribute of the combo
image that change. You must update your defaultSkin.css file
(https://svn.improve.fr/rialto/Rialto-coreV1/rialtoEngine/style/defaultSkin.css)

Cyril

--- In rialto-dev@..., "lrb_21560" <lrb_21560@...> wrote:

>
> The same page with the same code but with my old Rialto libray
> (27/04/2007) :
>
> <div title="Genre" class="libelle1" style="overflow: hidden; position:
> absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> id="lab1_label_24_DivGen">
> Genre
> </div><div style="position: absolute; width: 300px; left: 120px; top:
> 10px; height: 20px;" id="genre_combo_25_divExt"><div
> class="field_global" style="position: absolute; left: 0px; top: 0px;
> width: 100%; height: 20px;" id="genre_text_26_DivGen">
>    <input title="-1" value="-1" autocomplete="off" style="width: 100%;"
> class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
> </div><div class="field_global" style="position: absolute; left: 0px;
> top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
>    <input title="-- Choix d'un genre --" autocomplete="off"
style="width:

> 100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
> type="text">
> </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> style="position: absolute; display: block; left: 0px; top: 0px; width:
> auto; height: auto;"
> id="imagebigDownArrow_imagebigDownArrow_28_divExt"><div
> class="bigDownArrow" style="display: block;">
> </div></div></div></div> ...
>
>
>
> --- In rialto-dev@..., "lrb_21560" <lrb_21560@> wrote:
> >
> > I look at the HTML code in my page with combo box
> >
> > <div title="Genre" class="libelle1" style="overflow: hidden; position:
> > absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> > id="lab1_label_24_DivGen">
> > Genre
> > </div><div style="position: absolute; width: 300px; left: 120px; top:
> > 10px; height: 20px;" id="genre_combo_25_divExt"><div
> > class="field_global" style="position: absolute; left: 0px; top: 0px;
> > width: 0px; height: 0px;" id="genre_text_26_DivGen">
> >    <input value="-1" title="-1" autocomplete="off" style="width:
> 100%;"
> > class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
> > </div><div class="field_global" style="position: absolute; left: 0px;
> > top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
> >    <input title="-- Choix d'un genre --" autocomplete="off"
> style="width:
> > 100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
> > type="text">
> > </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> > style="position: absolute; display: block; left: 0px; top: 0px; width:
> > auto; height: auto;"
> > id="imagecombo_downArrow_imagecombo_downArrow_28_divExt"><div
> > class="combo_downArrow" style="display: block;">
> > </div>  <img style="display: none;">
> > </div></div></div> ...
> >
> >
> >
> > --- In rialto-dev@..., "lrb_21560" lrb_21560@ wrote:
> > >
> > > Hi Cyril,
> > >
> > > I update my Rilato library with version 0.9 revision 1756.
> > > Now, my combox does not  display the right button.
> > > Why ?
> > > With old revision, the this button displayed ans i do'nt change the
> > code
> > > [;)]
> > >
> > >
> > > Thanks,
> > >
> > > Bernard
> > >
> >
>



Re: combox

by lrb_21560 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Cyril,

it's good for combox but it's not good for the others widgets (ie
button, tabfolder, list etc.)
I use the version 0.9.

Thanks,

Bernard
--- In rialto-dev@..., "Cyril Balit" <cbalit@...> wrote:
>
> Hello Bernard,
>
> In fact the problem comes from the className attribute of the combo
> image that change. You must update your defaultSkin.css file
>
(https://svn.improve.fr/rialto/Rialto-coreV1/rialtoEngine/style/defaultSkin.css)

>
> Cyril
>
> --- In rialto-dev@..., "lrb_21560" <lrb_21560@> wrote:
> >
> > The same page with the same code but with my old Rialto libray
> > (27/04/2007) :
> >
> > <div title="Genre" class="libelle1" style="overflow: hidden; position:
> > absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> > id="lab1_label_24_DivGen">
> > Genre
> > </div><div style="position: absolute; width: 300px; left: 120px; top:
> > 10px; height: 20px;" id="genre_combo_25_divExt"><div
> > class="field_global" style="position: absolute; left: 0px; top: 0px;
> > width: 100%; height: 20px;" id="genre_text_26_DivGen">
> >    <input title="-1" value="-1" autocomplete="off" style="width:
100%;"

> > class="field_Hi" accesskey="" tabindex="1" name="genre" type="hidden">
> > </div><div class="field_global" style="position: absolute; left: 0px;
> > top: 0px; width: 286px; height: 20px;" id="genre_text_text_27_DivGen">
> >    <input title="-- Choix d'un genre --" autocomplete="off"
> style="width:
> > 100%;" class="combo_input" accesskey="" tabindex="2" name="genre_text"
> > type="text">
> > </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> > style="position: absolute; display: block; left: 0px; top: 0px; width:
> > auto; height: auto;"
> > id="imagebigDownArrow_imagebigDownArrow_28_divExt"><div
> > class="bigDownArrow" style="display: block;">
> > </div></div></div></div> ...
> >
> >
> >
> > --- In rialto-dev@..., "lrb_21560" <lrb_21560@> wrote:
> > >
> > > I look at the HTML code in my page with combo box
> > >
> > > <div title="Genre" class="libelle1" style="overflow: hidden;
position:
> > > absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> > > id="lab1_label_24_DivGen">
> > > Genre
> > > </div><div style="position: absolute; width: 300px; left: 120px;
top:
> > > 10px; height: 20px;" id="genre_combo_25_divExt"><div
> > > class="field_global" style="position: absolute; left: 0px; top: 0px;
> > > width: 0px; height: 0px;" id="genre_text_26_DivGen">
> > >    <input value="-1" title="-1" autocomplete="off" style="width:
> > 100%;"
> > > class="field_Hi" accesskey="" tabindex="1" name="genre"
type="hidden">
> > > </div><div class="field_global" style="position: absolute; left:
0px;
> > > top: 0px; width: 286px; height: 20px;"
id="genre_text_text_27_DivGen">
> > >    <input title="-- Choix d'un genre --" autocomplete="off"
> > style="width:
> > > 100%;" class="combo_input" accesskey="" tabindex="2"
name="genre_text"
> > > type="text">
> > > </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> > > style="position: absolute; display: block; left: 0px; top: 0px;
width:

> > > auto; height: auto;"
> > > id="imagecombo_downArrow_imagecombo_downArrow_28_divExt"><div
> > > class="combo_downArrow" style="display: block;">
> > > </div>  <img style="display: none;">
> > > </div></div></div> ...
> > >
> > >
> > >
> > > --- In rialto-dev@..., "lrb_21560" lrb_21560@ wrote:
> > > >
> > > > Hi Cyril,
> > > >
> > > > I update my Rilato library with version 0.9 revision 1756.
> > > > Now, my combox does not  display the right button.
> > > > Why ?
> > > > With old revision, the this button displayed ans i do'nt
change the

> > > code
> > > > [;)]
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Bernard
> > > >
> > >
> >
>



Re: combox

by Cyril Balit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Bernard,

My fault... you have to take the defaultSkin.css from the core svn
repository (and not the V1)

https://svn.improve.fr/rialto/rialto-core/rialtoEngine/style/defaultSkin.css

Cyril

--- In rialto-dev@..., "lrb_21560" <lrb_21560@...> wrote:

>
> Hi Cyril,
>
> it's good for combox but it's not good for the others widgets (ie
> button, tabfolder, list etc.)
> I use the version 0.9.
>
> Thanks,
>
> Bernard
> --- In rialto-dev@..., "Cyril Balit" <cbalit@> wrote:
> >
> > Hello Bernard,
> >
> > In fact the problem comes from the className attribute of the combo
> > image that change. You must update your defaultSkin.css file
> >
>
(https://svn.improve.fr/rialto/Rialto-coreV1/rialtoEngine/style/defaultSkin.css)
> >
> > Cyril
> >
> > --- In rialto-dev@..., "lrb_21560" <lrb_21560@> wrote:
> > >
> > > The same page with the same code but with my old Rialto libray
> > > (27/04/2007) :
> > >
> > > <div title="Genre" class="libelle1" style="overflow: hidden;
position:
> > > absolute; left: 30px; top: 10px; width: 34px; white-space: nowrap;"
> > > id="lab1_label_24_DivGen">
> > > Genre
> > > </div><div style="position: absolute; width: 300px; left: 120px;
top:
> > > 10px; height: 20px;" id="genre_combo_25_divExt"><div
> > > class="field_global" style="position: absolute; left: 0px; top: 0px;
> > > width: 100%; height: 20px;" id="genre_text_26_DivGen">
> > >    <input title="-1" value="-1" autocomplete="off" style="width:
> 100%;"
> > > class="field_Hi" accesskey="" tabindex="1" name="genre"
type="hidden">
> > > </div><div class="field_global" style="position: absolute; left:
0px;
> > > top: 0px; width: 286px; height: 20px;"
id="genre_text_text_27_DivGen">
> > >    <input title="-- Choix d'un genre --" autocomplete="off"
> > style="width:
> > > 100%;" class="combo_input" accesskey="" tabindex="2"
name="genre_text"
> > > type="text">
> > > </div><div class="combo_bouton"><div title="Ouvrir" class="img-div"
> > > style="position: absolute; display: block; left: 0px; top: 0px;
width:

> > > auto; height: auto;"
> > > id="imagebigDownArrow_imagebigDownArrow_28_divExt"><div
> > > class="bigDownArrow" style="display: block;">
> > > </div></div></div></div> ...
> > >
> > >
> > >
> > > --- In rialto-dev@..., "lrb_21560" <lrb_21560@> wrote:
> > > >
> > > > I look at the HTML code in my page with combo box
> > > >
> > > > <div title="Genre" class="libelle1" style="overflow: hidden;
> position:
> > > > absolute; left: 30px; top: 10px; width: 34px; white-space:
nowrap;"
> > > > id="lab1_label_24_DivGen">
> > > > Genre
> > > > </div><div style="position: absolute; width: 300px; left: 120px;
> top:
> > > > 10px; height: 20px;" id="genre_combo_25_divExt"><div
> > > > class="field_global" style="position: absolute; left: 0px;
top: 0px;

> > > > width: 0px; height: 0px;" id="genre_text_26_DivGen">
> > > >    <input value="-1" title="-1" autocomplete="off" style="width:
> > > 100%;"
> > > > class="field_Hi" accesskey="" tabindex="1" name="genre"
> type="hidden">
> > > > </div><div class="field_global" style="position: absolute; left:
> 0px;
> > > > top: 0px; width: 286px; height: 20px;"
> id="genre_text_text_27_DivGen">
> > > >    <input title="-- Choix d'un genre --" autocomplete="off"
> > > style="width:
> > > > 100%;" class="combo_input" accesskey="" tabindex="2"
> name="genre_text"
> > > > type="text">
> > > > </div><div class="combo_bouton"><div title="Ouvrir"
class="img-div"

> > > > style="position: absolute; display: block; left: 0px; top: 0px;
> width:
> > > > auto; height: auto;"
> > > > id="imagecombo_downArrow_imagecombo_downArrow_28_divExt"><div
> > > > class="combo_downArrow" style="display: block;">
> > > > </div>  <img style="display: none;">
> > > > </div></div></div> ...
> > > >
> > > >
> > > >
> > > > --- In rialto-dev@..., "lrb_21560" lrb_21560@ wrote:
> > > > >
> > > > > Hi Cyril,
> > > > >
> > > > > I update my Rilato library with version 0.9 revision 1756.
> > > > > Now, my combox does not  display the right button.
> > > > > Why ?
> > > > > With old revision, the this button displayed ans i do'nt
> change the
> > > > code
> > > > > [;)]
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Bernard
> > > > >
> > > >
> > >
> >
>


LightInTheBox - Buy quality products at wholesale price