| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | Apr 17 at 8:30 | |
| stats | profile views | 67 |
|
Jan 21 |
awarded | Commentator |
|
Jan 18 |
asked | Global variable initialization in packages |
|
Jan 18 |
asked | DynamicModule in packages |
|
Jan 18 |
comment |
Generating stripes on a polygon Thanks for the answer,Instead of Stripes ,how can i change it to lines on my polygon.? |
|
Jan 17 |
asked | Generating stripes on a polygon |
|
Jan 17 |
comment |
Images in package Not visible i don't want to Import them, i'm making an Application to be run in a different location. i do not want to send my images along with it. |
|
Jan 17 |
comment |
Images in package Not visible Sorry it is stored as Image.A simple image is stored as follows Image[CompressedData["
1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBLECOU2VJahJIShyI5YD4P33Av7//
cEv+BWHc8t+efMBl6r8PdlwsrAEv/v3FJvv/sfeCI3OZ3f5jkwXJA0E9w5f/
2K3++/vb/0zuXzhkgWA3Q9f/P9hN/vu5irkKh7VAPQcZNuPQCZLdx/DuDw6t
QPDrJS6dIB/d7XqJ08F//m9kOIfLUUDw49kvnHIEAW5jqQ0AKuOioA==
"], "Byte", ColorSpace -> "Grayscale", Interleaving -> None] |
|
Jan 17 |
asked | Images in package Not visible |
|
Jan 15 |
asked | Initialization in Dynamic Module |
|
Jan 8 |
asked | Can I write a package with dynamic variables? |
|
Dec 22 |
comment |
Preventing Grid from resizing when the item height is increased actually, i want a grid within a panel. The panel height also increases when grid height increases.which i don't want. Can i use a pane within a panel. |
|
Dec 22 |
comment |
Preventing Grid from resizing when the item height is increasedGrid[{{Button["Button", Null, ImageSize -> {200, 200}]}},
Background -> Red, ItemSize -> {15, 15},
Alignment -> {Center, Center}, Frame -> True] . Try increasing the width and height of the button. |
|
Dec 22 |
asked | Preventing Grid from resizing when the item height is increased |
|
Dec 19 |
comment |
How to pass arguments between functions i have f[{w_,x_,y_,z_}]:= "Some Definition.." and g[{a_,b_,c_}]:= "some definition" . i cant use your solution in this case. g[] already has a different definition. How do i pass "x" to a variable in g[] in this case.? |
|
Dec 19 |
comment |
How to pass arguments between functions @acl fine i'l tell you the entire problem. |
|
Dec 19 |
asked | How to pass arguments between functions |
|
Dec 19 |
comment |
Function with different set of arguments okay.And how do i identify each set of arguments and work on them ? Can i find it like p[[i]] till length[{p}] ? |
|
Dec 19 |
comment |
Function with different set of arguments So instead Of 1st 2 definitions, i can directly use last one and use Length[{p}] for number of times to execute my operations right ? |
|
Dec 19 |
comment |
Function with different set of arguments @jVincentMy definitions of f[] depend on number of Arguments, How do i know how many arguments have been passed ? |
|
Dec 19 |
asked | Function with different set of arguments |